mito-ai 0.1.27__tar.gz → 0.1.28__tar.gz

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.

Potentially problematic release.


This version of mito-ai might be problematic. Click here for more details.

Files changed (883) hide show
  1. {mito_ai-0.1.27 → mito_ai-0.1.28}/PKG-INFO +1 -1
  2. {mito_ai-0.1.27 → mito_ai-0.1.28}/mito_ai/_version.py +1 -1
  3. {mito_ai-0.1.27/venv/share/jupyter/labextensions/mito_ai → mito_ai-0.1.28/mito_ai/labextension}/build_log.json +1 -1
  4. {mito_ai-0.1.27/venv/share/jupyter/labextensions/mito_ai → mito_ai-0.1.28/mito_ai/labextension}/package.json +2 -2
  5. {mito_ai-0.1.27/venv/share/jupyter/labextensions/mito_ai → mito_ai-0.1.28/mito_ai/labextension}/schemas/mito_ai/package.json.orig +1 -1
  6. mito_ai-0.1.27/mito_ai/labextension/static/lib_index_js.43d516a828f1937a42bb.js → mito_ai-0.1.28/mito_ai/labextension/static/lib_index_js.114d2b34bc18a45df338.js +121 -75
  7. mito_ai-0.1.28/mito_ai/labextension/static/lib_index_js.114d2b34bc18a45df338.js.map +1 -0
  8. mito_ai-0.1.27/venv/share/jupyter/labextensions/mito_ai/static/remoteEntry.806d64f6e8a03c8a76c7.js → mito_ai-0.1.28/mito_ai/labextension/static/remoteEntry.92c6411fdc4075df549b.js +3 -3
  9. mito_ai-0.1.27/mito_ai/labextension/static/remoteEntry.806d64f6e8a03c8a76c7.js.map → mito_ai-0.1.28/mito_ai/labextension/static/remoteEntry.92c6411fdc4075df549b.js.map +1 -1
  10. {mito_ai-0.1.27 → mito_ai-0.1.28}/package.json +1 -1
  11. {mito_ai-0.1.27 → mito_ai-0.1.28}/src/Extensions/AiChat/ChatTaskpane.tsx +7 -2
  12. mito_ai-0.1.28/src/utils/waitForNotebookReady.ts +30 -0
  13. {mito_ai-0.1.27/mito_ai/labextension → mito_ai-0.1.28/venv/share/jupyter/labextensions/mito_ai}/build_log.json +1 -1
  14. {mito_ai-0.1.27/mito_ai/labextension → mito_ai-0.1.28/venv/share/jupyter/labextensions/mito_ai}/package.json +2 -2
  15. {mito_ai-0.1.27/mito_ai/labextension → mito_ai-0.1.28/venv/share/jupyter/labextensions/mito_ai}/schemas/mito_ai/package.json.orig +1 -1
  16. mito_ai-0.1.27/venv/share/jupyter/labextensions/mito_ai/static/lib_index_js.43d516a828f1937a42bb.js → mito_ai-0.1.28/venv/share/jupyter/labextensions/mito_ai/static/lib_index_js.114d2b34bc18a45df338.js +121 -75
  17. mito_ai-0.1.28/venv/share/jupyter/labextensions/mito_ai/static/lib_index_js.114d2b34bc18a45df338.js.map +1 -0
  18. mito_ai-0.1.27/mito_ai/labextension/static/remoteEntry.806d64f6e8a03c8a76c7.js → mito_ai-0.1.28/venv/share/jupyter/labextensions/mito_ai/static/remoteEntry.92c6411fdc4075df549b.js +3 -3
  19. mito_ai-0.1.27/venv/share/jupyter/labextensions/mito_ai/static/remoteEntry.806d64f6e8a03c8a76c7.js.map → mito_ai-0.1.28/venv/share/jupyter/labextensions/mito_ai/static/remoteEntry.92c6411fdc4075df549b.js.map +1 -1
  20. mito_ai-0.1.27/mito_ai/labextension/static/lib_index_js.43d516a828f1937a42bb.js.map +0 -1
  21. mito_ai-0.1.27/venv/share/jupyter/labextensions/mito_ai/static/lib_index_js.43d516a828f1937a42bb.js.map +0 -1
  22. {mito_ai-0.1.27 → mito_ai-0.1.28}/.babelrc +0 -0
  23. {mito_ai-0.1.27 → mito_ai-0.1.28}/.copier-answers.yml +0 -0
  24. {mito_ai-0.1.27 → mito_ai-0.1.28}/.eslintrc.js +0 -0
  25. {mito_ai-0.1.27 → mito_ai-0.1.28}/.gitignore +0 -0
  26. {mito_ai-0.1.27 → mito_ai-0.1.28}/.prettierignore +0 -0
  27. {mito_ai-0.1.27 → mito_ai-0.1.28}/.yarnrc.yml +0 -0
  28. {mito_ai-0.1.27 → mito_ai-0.1.28}/CLAUDE.md +0 -0
  29. {mito_ai-0.1.27 → mito_ai-0.1.28}/LICENSE +0 -0
  30. {mito_ai-0.1.27 → mito_ai-0.1.28}/README.md +0 -0
  31. {mito_ai-0.1.27 → mito_ai-0.1.28}/babel.config.js +0 -0
  32. {mito_ai-0.1.27 → mito_ai-0.1.28}/declarations.d.ts +0 -0
  33. {mito_ai-0.1.27 → mito_ai-0.1.28}/dev/README.md +0 -0
  34. {mito_ai-0.1.27 → mito_ai-0.1.28}/dev/generate_ai_chats.py +0 -0
  35. {mito_ai-0.1.27 → mito_ai-0.1.28}/jest.config.js +0 -0
  36. {mito_ai-0.1.27 → mito_ai-0.1.28}/jupyter-config/jupyter_server_config.d/mito_ai.json +0 -0
  37. {mito_ai-0.1.27 → mito_ai-0.1.28}/mito_ai/__init__.py +0 -0
  38. {mito_ai-0.1.27 → mito_ai-0.1.28}/mito_ai/anthropic_client.py +0 -0
  39. {mito_ai-0.1.27 → mito_ai-0.1.28}/mito_ai/app_builder/__init__.py +0 -0
  40. {mito_ai-0.1.27 → mito_ai-0.1.28}/mito_ai/app_builder/handlers.py +0 -0
  41. {mito_ai-0.1.27 → mito_ai-0.1.28}/mito_ai/app_builder/models.py +0 -0
  42. {mito_ai-0.1.27 → mito_ai-0.1.28}/mito_ai/completions/completion_handlers/__init__.py +0 -0
  43. {mito_ai-0.1.27 → mito_ai-0.1.28}/mito_ai/completions/completion_handlers/agent_auto_error_fixup_handler.py +0 -0
  44. {mito_ai-0.1.27 → mito_ai-0.1.28}/mito_ai/completions/completion_handlers/agent_execution_handler.py +0 -0
  45. {mito_ai-0.1.27 → mito_ai-0.1.28}/mito_ai/completions/completion_handlers/chat_completion_handler.py +0 -0
  46. {mito_ai-0.1.27 → mito_ai-0.1.28}/mito_ai/completions/completion_handlers/code_explain_handler.py +0 -0
  47. {mito_ai-0.1.27 → mito_ai-0.1.28}/mito_ai/completions/completion_handlers/completion_handler.py +0 -0
  48. {mito_ai-0.1.27 → mito_ai-0.1.28}/mito_ai/completions/completion_handlers/inline_completer_handler.py +0 -0
  49. {mito_ai-0.1.27 → mito_ai-0.1.28}/mito_ai/completions/completion_handlers/smart_debug_handler.py +0 -0
  50. {mito_ai-0.1.27 → mito_ai-0.1.28}/mito_ai/completions/completion_handlers/utils.py +0 -0
  51. {mito_ai-0.1.27 → mito_ai-0.1.28}/mito_ai/completions/handlers.py +0 -0
  52. {mito_ai-0.1.27 → mito_ai-0.1.28}/mito_ai/completions/message_history.py +0 -0
  53. {mito_ai-0.1.27 → mito_ai-0.1.28}/mito_ai/completions/models.py +0 -0
  54. {mito_ai-0.1.27 → mito_ai-0.1.28}/mito_ai/completions/prompt_builders/__init__.py +0 -0
  55. {mito_ai-0.1.27 → mito_ai-0.1.28}/mito_ai/completions/prompt_builders/agent_execution_prompt.py +0 -0
  56. {mito_ai-0.1.27 → mito_ai-0.1.28}/mito_ai/completions/prompt_builders/agent_smart_debug_prompt.py +0 -0
  57. {mito_ai-0.1.27 → mito_ai-0.1.28}/mito_ai/completions/prompt_builders/agent_system_message.py +0 -0
  58. {mito_ai-0.1.27 → mito_ai-0.1.28}/mito_ai/completions/prompt_builders/chat_name_prompt.py +0 -0
  59. {mito_ai-0.1.27 → mito_ai-0.1.28}/mito_ai/completions/prompt_builders/chat_prompt.py +0 -0
  60. {mito_ai-0.1.27 → mito_ai-0.1.28}/mito_ai/completions/prompt_builders/chat_system_message.py +0 -0
  61. {mito_ai-0.1.27 → mito_ai-0.1.28}/mito_ai/completions/prompt_builders/explain_code_prompt.py +0 -0
  62. {mito_ai-0.1.27 → mito_ai-0.1.28}/mito_ai/completions/prompt_builders/inline_completer_prompt.py +0 -0
  63. {mito_ai-0.1.27 → mito_ai-0.1.28}/mito_ai/completions/prompt_builders/prompt_constants.py +0 -0
  64. {mito_ai-0.1.27 → mito_ai-0.1.28}/mito_ai/completions/prompt_builders/smart_debug_prompt.py +0 -0
  65. {mito_ai-0.1.27 → mito_ai-0.1.28}/mito_ai/completions/prompt_builders/utils.py +0 -0
  66. {mito_ai-0.1.27 → mito_ai-0.1.28}/mito_ai/completions/providers.py +0 -0
  67. {mito_ai-0.1.27 → mito_ai-0.1.28}/mito_ai/constants.py +0 -0
  68. {mito_ai-0.1.27 → mito_ai-0.1.28}/mito_ai/db/__init__.py +0 -0
  69. {mito_ai-0.1.27 → mito_ai-0.1.28}/mito_ai/db/crawlers/__init__.py +0 -0
  70. {mito_ai-0.1.27 → mito_ai-0.1.28}/mito_ai/db/crawlers/base_crawler.py +0 -0
  71. {mito_ai-0.1.27 → mito_ai-0.1.28}/mito_ai/db/crawlers/constants.py +0 -0
  72. {mito_ai-0.1.27 → mito_ai-0.1.28}/mito_ai/db/crawlers/snowflake.py +0 -0
  73. {mito_ai-0.1.27 → mito_ai-0.1.28}/mito_ai/db/handlers.py +0 -0
  74. {mito_ai-0.1.27 → mito_ai-0.1.28}/mito_ai/db/models.py +0 -0
  75. {mito_ai-0.1.27 → mito_ai-0.1.28}/mito_ai/db/urls.py +0 -0
  76. {mito_ai-0.1.27 → mito_ai-0.1.28}/mito_ai/db/utils.py +0 -0
  77. {mito_ai-0.1.27 → mito_ai-0.1.28}/mito_ai/docker/mssql/compose.yml +0 -0
  78. {mito_ai-0.1.27 → mito_ai-0.1.28}/mito_ai/docker/mssql/init/setup.sql +0 -0
  79. {mito_ai-0.1.27 → mito_ai-0.1.28}/mito_ai/docker/mysql/compose.yml +0 -0
  80. {mito_ai-0.1.27 → mito_ai-0.1.28}/mito_ai/docker/mysql/init/setup.sql +0 -0
  81. {mito_ai-0.1.27 → mito_ai-0.1.28}/mito_ai/docker/oracle/compose.yml +0 -0
  82. {mito_ai-0.1.27 → mito_ai-0.1.28}/mito_ai/docker/oracle/init/setup.sql +0 -0
  83. {mito_ai-0.1.27 → mito_ai-0.1.28}/mito_ai/docker/postgres/compose.yml +0 -0
  84. {mito_ai-0.1.27 → mito_ai-0.1.28}/mito_ai/docker/postgres/init/setup.sql +0 -0
  85. {mito_ai-0.1.27 → mito_ai-0.1.28}/mito_ai/enterprise/__init__.py +0 -0
  86. {mito_ai-0.1.27 → mito_ai-0.1.28}/mito_ai/enterprise/utils.py +0 -0
  87. {mito_ai-0.1.27 → mito_ai-0.1.28}/mito_ai/gemini_client.py +0 -0
  88. {mito_ai-0.1.27 → mito_ai-0.1.28}/mito_ai/labextension/schemas/mito_ai/toolbar-buttons.json +0 -0
  89. {mito_ai-0.1.27 → mito_ai-0.1.28}/mito_ai/labextension/static/style.js +0 -0
  90. {mito_ai-0.1.27 → mito_ai-0.1.28}/mito_ai/labextension/static/style_index_js.06083e515de4862df010.js +0 -0
  91. {mito_ai-0.1.27 → mito_ai-0.1.28}/mito_ai/labextension/static/style_index_js.06083e515de4862df010.js.map +0 -0
  92. {mito_ai-0.1.27 → mito_ai-0.1.28}/mito_ai/labextension/static/vendors-node_modules_html2canvas_dist_html2canvas_js.ea47e8c8c906197f8d19.js +0 -0
  93. {mito_ai-0.1.27 → mito_ai-0.1.28}/mito_ai/labextension/static/vendors-node_modules_html2canvas_dist_html2canvas_js.ea47e8c8c906197f8d19.js.map +0 -0
  94. {mito_ai-0.1.27 → mito_ai-0.1.28}/mito_ai/labextension/static/vendors-node_modules_semver_index_js.9795f79265ddb416864b.js +0 -0
  95. {mito_ai-0.1.27 → mito_ai-0.1.28}/mito_ai/labextension/static/vendors-node_modules_semver_index_js.9795f79265ddb416864b.js.map +0 -0
  96. {mito_ai-0.1.27 → mito_ai-0.1.28}/mito_ai/labextension/static/vendors-node_modules_vscode-diff_dist_index_js.ea55f1f9346638aafbcf.js +0 -0
  97. {mito_ai-0.1.27 → mito_ai-0.1.28}/mito_ai/labextension/static/vendors-node_modules_vscode-diff_dist_index_js.ea55f1f9346638aafbcf.js.map +0 -0
  98. {mito_ai-0.1.27 → mito_ai-0.1.28}/mito_ai/log/handlers.py +0 -0
  99. {mito_ai-0.1.27 → mito_ai-0.1.28}/mito_ai/log/urls.py +0 -0
  100. {mito_ai-0.1.27 → mito_ai-0.1.28}/mito_ai/logger.py +0 -0
  101. {mito_ai-0.1.27 → mito_ai-0.1.28}/mito_ai/openai_client.py +0 -0
  102. {mito_ai-0.1.27 → mito_ai-0.1.28}/mito_ai/rules/handlers.py +0 -0
  103. {mito_ai-0.1.27 → mito_ai-0.1.28}/mito_ai/rules/urls.py +0 -0
  104. {mito_ai-0.1.27 → mito_ai-0.1.28}/mito_ai/rules/utils.py +0 -0
  105. {mito_ai-0.1.27 → mito_ai-0.1.28}/mito_ai/settings/handlers.py +0 -0
  106. {mito_ai-0.1.27 → mito_ai-0.1.28}/mito_ai/settings/urls.py +0 -0
  107. {mito_ai-0.1.27 → mito_ai-0.1.28}/mito_ai/settings/utils.py +0 -0
  108. {mito_ai-0.1.27 → mito_ai-0.1.28}/mito_ai/tests/__init__.py +0 -0
  109. {mito_ai-0.1.27 → mito_ai-0.1.28}/mito_ai/tests/conftest.py +0 -0
  110. {mito_ai-0.1.27 → mito_ai-0.1.28}/mito_ai/tests/create_agent_system_message_prompt_test.py +0 -0
  111. {mito_ai-0.1.27 → mito_ai-0.1.28}/mito_ai/tests/data/prompt_lg.py +0 -0
  112. {mito_ai-0.1.27 → mito_ai-0.1.28}/mito_ai/tests/data/prompt_sm.py +0 -0
  113. {mito_ai-0.1.27 → mito_ai-0.1.28}/mito_ai/tests/data/prompt_xl.py +0 -0
  114. {mito_ai-0.1.27 → mito_ai-0.1.28}/mito_ai/tests/data/stock_data.sqlite3 +0 -0
  115. {mito_ai-0.1.27 → mito_ai-0.1.28}/mito_ai/tests/db/conftest.py +0 -0
  116. {mito_ai-0.1.27 → mito_ai-0.1.28}/mito_ai/tests/db/connections_test.py +0 -0
  117. {mito_ai-0.1.27 → mito_ai-0.1.28}/mito_ai/tests/db/mssql_test.py +0 -0
  118. {mito_ai-0.1.27 → mito_ai-0.1.28}/mito_ai/tests/db/mysql_test.py +0 -0
  119. {mito_ai-0.1.27 → mito_ai-0.1.28}/mito_ai/tests/db/oracle_test.py +0 -0
  120. {mito_ai-0.1.27 → mito_ai-0.1.28}/mito_ai/tests/db/postgres_test.py +0 -0
  121. {mito_ai-0.1.27 → mito_ai-0.1.28}/mito_ai/tests/db/schema_test.py +0 -0
  122. {mito_ai-0.1.27 → mito_ai-0.1.28}/mito_ai/tests/db/sqlite_test.py +0 -0
  123. {mito_ai-0.1.27 → mito_ai-0.1.28}/mito_ai/tests/db/test_db_constants.py +0 -0
  124. {mito_ai-0.1.27 → mito_ai-0.1.28}/mito_ai/tests/message_history/test_generate_short_chat_name.py +0 -0
  125. {mito_ai-0.1.27 → mito_ai-0.1.28}/mito_ai/tests/message_history/test_message_history_utils.py +0 -0
  126. {mito_ai-0.1.27 → mito_ai-0.1.28}/mito_ai/tests/open_ai_utils_test.py +0 -0
  127. {mito_ai-0.1.27 → mito_ai-0.1.28}/mito_ai/tests/performance_test.py +0 -0
  128. {mito_ai-0.1.27 → mito_ai-0.1.28}/mito_ai/tests/providers_test.py +0 -0
  129. {mito_ai-0.1.27 → mito_ai-0.1.28}/mito_ai/tests/rules/conftest.py +0 -0
  130. {mito_ai-0.1.27 → mito_ai-0.1.28}/mito_ai/tests/rules/rules_test.py +0 -0
  131. {mito_ai-0.1.27 → mito_ai-0.1.28}/mito_ai/tests/server_limits_test.py +0 -0
  132. {mito_ai-0.1.27 → mito_ai-0.1.28}/mito_ai/tests/settings/conftest.py +0 -0
  133. {mito_ai-0.1.27 → mito_ai-0.1.28}/mito_ai/tests/settings/settings_test.py +0 -0
  134. {mito_ai-0.1.27 → mito_ai-0.1.28}/mito_ai/tests/settings/test_settings_constants.py +0 -0
  135. {mito_ai-0.1.27 → mito_ai-0.1.28}/mito_ai/tests/test_anthropic_client.py +0 -0
  136. {mito_ai-0.1.27 → mito_ai-0.1.28}/mito_ai/tests/test_constants.py +0 -0
  137. {mito_ai-0.1.27 → mito_ai-0.1.28}/mito_ai/tests/test_gemini_client.py +0 -0
  138. {mito_ai-0.1.27 → mito_ai-0.1.28}/mito_ai/tests/utils/__init__.py +0 -0
  139. {mito_ai-0.1.27 → mito_ai-0.1.28}/mito_ai/tests/utils/test_anthropic_utils.py +0 -0
  140. {mito_ai-0.1.27 → mito_ai-0.1.28}/mito_ai/tests/utils/test_gemini_utils.py +0 -0
  141. {mito_ai-0.1.27 → mito_ai-0.1.28}/mito_ai/tests/version_check_test.py +0 -0
  142. {mito_ai-0.1.27 → mito_ai-0.1.28}/mito_ai/utils/__init__.py +0 -0
  143. {mito_ai-0.1.27 → mito_ai-0.1.28}/mito_ai/utils/anthropic_utils.py +0 -0
  144. {mito_ai-0.1.27 → mito_ai-0.1.28}/mito_ai/utils/create.py +0 -0
  145. {mito_ai-0.1.27 → mito_ai-0.1.28}/mito_ai/utils/db.py +0 -0
  146. {mito_ai-0.1.27 → mito_ai-0.1.28}/mito_ai/utils/gemini_utils.py +0 -0
  147. {mito_ai-0.1.27 → mito_ai-0.1.28}/mito_ai/utils/message_history_utils.py +0 -0
  148. {mito_ai-0.1.27 → mito_ai-0.1.28}/mito_ai/utils/open_ai_utils.py +0 -0
  149. {mito_ai-0.1.27 → mito_ai-0.1.28}/mito_ai/utils/schema.py +0 -0
  150. {mito_ai-0.1.27 → mito_ai-0.1.28}/mito_ai/utils/server_limits.py +0 -0
  151. {mito_ai-0.1.27 → mito_ai-0.1.28}/mito_ai/utils/telemetry_utils.py +0 -0
  152. {mito_ai-0.1.27 → mito_ai-0.1.28}/mito_ai/utils/utils.py +0 -0
  153. {mito_ai-0.1.27 → mito_ai-0.1.28}/mito_ai/utils/version_utils.py +0 -0
  154. {mito_ai-0.1.27 → mito_ai-0.1.28}/mito_ai/utils/websocket_base.py +0 -0
  155. {mito_ai-0.1.27 → mito_ai-0.1.28}/mito_ai/version_check.py +0 -0
  156. {mito_ai-0.1.27 → mito_ai-0.1.28}/mypy.ini +0 -0
  157. {mito_ai-0.1.27 → mito_ai-0.1.28}/package-lock.json +0 -0
  158. {mito_ai-0.1.27 → mito_ai-0.1.28}/pyproject.toml +0 -0
  159. {mito_ai-0.1.27 → mito_ai-0.1.28}/requirements.txt +0 -0
  160. {mito_ai-0.1.27 → mito_ai-0.1.28}/schema/toolbar-buttons.json +0 -0
  161. {mito_ai-0.1.27 → mito_ai-0.1.28}/setup.py +0 -0
  162. {mito_ai-0.1.27 → mito_ai-0.1.28}/src/Extensions/AiChat/AiChatPlugin.ts +0 -0
  163. {mito_ai-0.1.27 → mito_ai-0.1.28}/src/Extensions/AiChat/CTACarousel.tsx +0 -0
  164. {mito_ai-0.1.27 → mito_ai-0.1.28}/src/Extensions/AiChat/ChatHistoryManager.tsx +0 -0
  165. {mito_ai-0.1.27 → mito_ai-0.1.28}/src/Extensions/AiChat/ChatMessage/AlertBlock.tsx +0 -0
  166. {mito_ai-0.1.27 → mito_ai-0.1.28}/src/Extensions/AiChat/ChatMessage/ChatDropdown.tsx +0 -0
  167. {mito_ai-0.1.27 → mito_ai-0.1.28}/src/Extensions/AiChat/ChatMessage/ChatInput.tsx +0 -0
  168. {mito_ai-0.1.27 → mito_ai-0.1.28}/src/Extensions/AiChat/ChatMessage/ChatMessage.tsx +0 -0
  169. {mito_ai-0.1.27 → mito_ai-0.1.28}/src/Extensions/AiChat/ChatMessage/Citation.tsx +0 -0
  170. {mito_ai-0.1.27 → mito_ai-0.1.28}/src/Extensions/AiChat/ChatMessage/CodeBlock.tsx +0 -0
  171. {mito_ai-0.1.27 → mito_ai-0.1.28}/src/Extensions/AiChat/ChatMessage/MarkdownBlock.tsx +0 -0
  172. {mito_ai-0.1.27 → mito_ai-0.1.28}/src/Extensions/AiChat/ChatMessage/PythonCode.tsx +0 -0
  173. {mito_ai-0.1.27 → mito_ai-0.1.28}/src/Extensions/AiChat/ChatMessage/ScrollableSuggestions.tsx +0 -0
  174. {mito_ai-0.1.27 → mito_ai-0.1.28}/src/Extensions/AiChat/ChatWidget.tsx +0 -0
  175. {mito_ai-0.1.27 → mito_ai-0.1.28}/src/Extensions/AiChat/CodeDiffDisplay.tsx +0 -0
  176. {mito_ai-0.1.27 → mito_ai-0.1.28}/src/Extensions/AiChat/FirstMessage.ts +0 -0
  177. {mito_ai-0.1.27 → mito_ai-0.1.28}/src/Extensions/AiChat/token.ts +0 -0
  178. {mito_ai-0.1.27 → mito_ai-0.1.28}/src/Extensions/AppBuilder/AppBuilderPlugin.ts +0 -0
  179. {mito_ai-0.1.27 → mito_ai-0.1.28}/src/Extensions/AppBuilder/DeployAppNotification.tsx +0 -0
  180. {mito_ai-0.1.27 → mito_ai-0.1.28}/src/Extensions/AppBuilder/NotebookToStreamlit.tsx +0 -0
  181. {mito_ai-0.1.27 → mito_ai-0.1.28}/src/Extensions/AppBuilder/cellConversionUtils.tsx +0 -0
  182. {mito_ai-0.1.27 → mito_ai-0.1.28}/src/Extensions/AppBuilder/fileUtils.tsx +0 -0
  183. {mito_ai-0.1.27 → mito_ai-0.1.28}/src/Extensions/AppBuilder/requirementsUtils.tsx +0 -0
  184. {mito_ai-0.1.27 → mito_ai-0.1.28}/src/Extensions/AppBuilder/visualizationConversionUtils.tsx +0 -0
  185. {mito_ai-0.1.27 → mito_ai-0.1.28}/src/Extensions/AppBuilder/visualization_test_notebook.ipynb +0 -0
  186. {mito_ai-0.1.27 → mito_ai-0.1.28}/src/Extensions/ContextManager/ContextManagerPlugin.ts +0 -0
  187. {mito_ai-0.1.27 → mito_ai-0.1.28}/src/Extensions/ContextManager/FileInspector.tsx +0 -0
  188. {mito_ai-0.1.27 → mito_ai-0.1.28}/src/Extensions/ContextManager/VariableInspector.tsx +0 -0
  189. {mito_ai-0.1.27 → mito_ai-0.1.28}/src/Extensions/ErrorMimeRenderer/CollapsibleWarningBlock.tsx +0 -0
  190. {mito_ai-0.1.27 → mito_ai-0.1.28}/src/Extensions/ErrorMimeRenderer/ErrorMimeRendererPlugin.tsx +0 -0
  191. {mito_ai-0.1.27 → mito_ai-0.1.28}/src/Extensions/ErrorMimeRenderer/errorUtils.tsx +0 -0
  192. {mito_ai-0.1.27 → mito_ai-0.1.28}/src/Extensions/InlineCompleter/index.ts +0 -0
  193. {mito_ai-0.1.27 → mito_ai-0.1.28}/src/Extensions/InlineCompleter/provider.ts +0 -0
  194. {mito_ai-0.1.27 → mito_ai-0.1.28}/src/Extensions/NotebookFooter/NotebookFooter.tsx +0 -0
  195. {mito_ai-0.1.27 → mito_ai-0.1.28}/src/Extensions/NotebookFooter/index.tsx +0 -0
  196. {mito_ai-0.1.27 → mito_ai-0.1.28}/src/Extensions/SettingsManager/SettingsManagerPlugin.tsx +0 -0
  197. {mito_ai-0.1.27 → mito_ai-0.1.28}/src/Extensions/SettingsManager/SettingsWidget.tsx +0 -0
  198. {mito_ai-0.1.27 → mito_ai-0.1.28}/src/Extensions/SettingsManager/database/ConnectionForm.tsx +0 -0
  199. {mito_ai-0.1.27 → mito_ai-0.1.28}/src/Extensions/SettingsManager/database/ConnectionList.tsx +0 -0
  200. {mito_ai-0.1.27 → mito_ai-0.1.28}/src/Extensions/SettingsManager/database/DatabasePage.tsx +0 -0
  201. {mito_ai-0.1.27 → mito_ai-0.1.28}/src/Extensions/SettingsManager/database/model.ts +0 -0
  202. {mito_ai-0.1.27 → mito_ai-0.1.28}/src/Extensions/SettingsManager/general/GeneralPage.tsx +0 -0
  203. {mito_ai-0.1.27 → mito_ai-0.1.28}/src/Extensions/SettingsManager/rules/RulesForm.tsx +0 -0
  204. {mito_ai-0.1.27 → mito_ai-0.1.28}/src/Extensions/SettingsManager/rules/RulesPage.tsx +0 -0
  205. {mito_ai-0.1.27 → mito_ai-0.1.28}/src/Extensions/SettingsManager/rules/models.ts +0 -0
  206. {mito_ai-0.1.27 → mito_ai-0.1.28}/src/Extensions/SettingsManager/support/SupportPage.tsx +0 -0
  207. {mito_ai-0.1.27 → mito_ai-0.1.28}/src/Extensions/ToolbarButtons/ToolbarButtonsPlugin.tsx +0 -0
  208. {mito_ai-0.1.27 → mito_ai-0.1.28}/src/Extensions/VersionCheck/index.ts +0 -0
  209. {mito_ai-0.1.27 → mito_ai-0.1.28}/src/Extensions/emptyCell/EmptyCellPlugin.ts +0 -0
  210. {mito_ai-0.1.27 → mito_ai-0.1.28}/src/Extensions/emptyCell/emptyCell.ts +0 -0
  211. {mito_ai-0.1.27 → mito_ai-0.1.28}/src/Extensions/status/index.tsx +0 -0
  212. {mito_ai-0.1.27 → mito_ai-0.1.28}/src/commands.tsx +0 -0
  213. {mito_ai-0.1.27 → mito_ai-0.1.28}/src/components/AgentToolComponents/GetCellOutputToolUI.tsx +0 -0
  214. {mito_ai-0.1.27 → mito_ai-0.1.28}/src/components/DropdownMenu.tsx +0 -0
  215. {mito_ai-0.1.27 → mito_ai-0.1.28}/src/components/IconButton.tsx +0 -0
  216. {mito_ai-0.1.27 → mito_ai-0.1.28}/src/components/LoadingCircle.tsx +0 -0
  217. {mito_ai-0.1.27 → mito_ai-0.1.28}/src/components/LoadingDots.tsx +0 -0
  218. {mito_ai-0.1.27 → mito_ai-0.1.28}/src/components/ModelSelector.tsx +0 -0
  219. {mito_ai-0.1.27 → mito_ai-0.1.28}/src/components/NextStepsPills.tsx +0 -0
  220. {mito_ai-0.1.27 → mito_ai-0.1.28}/src/components/SelectedContextContainer.tsx +0 -0
  221. {mito_ai-0.1.27 → mito_ai-0.1.28}/src/components/TextAndIconButton.tsx +0 -0
  222. {mito_ai-0.1.27 → mito_ai-0.1.28}/src/components/TextButton.tsx +0 -0
  223. {mito_ai-0.1.27 → mito_ai-0.1.28}/src/components/ToggleButton.tsx +0 -0
  224. {mito_ai-0.1.27 → mito_ai-0.1.28}/src/hooks/useDebouncedEffect.tsx +0 -0
  225. {mito_ai-0.1.27 → mito_ai-0.1.28}/src/hooks/useDebouncedFunction.tsx +0 -0
  226. {mito_ai-0.1.27 → mito_ai-0.1.28}/src/icons/AcceptIcon.tsx +0 -0
  227. {mito_ai-0.1.27 → mito_ai-0.1.28}/src/icons/AiIcon.tsx +0 -0
  228. {mito_ai-0.1.27 → mito_ai-0.1.28}/src/icons/AppBuilderExcludeCellIcon.svg +0 -0
  229. {mito_ai-0.1.27 → mito_ai-0.1.28}/src/icons/AppBuilderIncludeCellIcon.svg +0 -0
  230. {mito_ai-0.1.27 → mito_ai-0.1.28}/src/icons/ChatIcon.svg +0 -0
  231. {mito_ai-0.1.27 → mito_ai-0.1.28}/src/icons/ChatIcon.tsx +0 -0
  232. {mito_ai-0.1.27 → mito_ai-0.1.28}/src/icons/Check.tsx +0 -0
  233. {mito_ai-0.1.27 → mito_ai-0.1.28}/src/icons/CopyIcon.tsx +0 -0
  234. {mito_ai-0.1.27 → mito_ai-0.1.28}/src/icons/ErrorIcon.tsx +0 -0
  235. {mito_ai-0.1.27 → mito_ai-0.1.28}/src/icons/ExpandIcon.tsx +0 -0
  236. {mito_ai-0.1.27 → mito_ai-0.1.28}/src/icons/GarbageIcon.tsx +0 -0
  237. {mito_ai-0.1.27 → mito_ai-0.1.28}/src/icons/LightbulbIcon.svg +0 -0
  238. {mito_ai-0.1.27 → mito_ai-0.1.28}/src/icons/MagicWand.tsx +0 -0
  239. {mito_ai-0.1.27 → mito_ai-0.1.28}/src/icons/MagnifyingGlassIcon.tsx +0 -0
  240. {mito_ai-0.1.27 → mito_ai-0.1.28}/src/icons/MitoLogo.tsx +0 -0
  241. {mito_ai-0.1.27 → mito_ai-0.1.28}/src/icons/NotebookFooter/CodeIcon.tsx +0 -0
  242. {mito_ai-0.1.27 → mito_ai-0.1.28}/src/icons/NotebookFooter/TextIcon.tsx +0 -0
  243. {mito_ai-0.1.27 → mito_ai-0.1.28}/src/icons/NucleausIcon.tsx +0 -0
  244. {mito_ai-0.1.27 → mito_ai-0.1.28}/src/icons/NucleusIcon.svg +0 -0
  245. {mito_ai-0.1.27 → mito_ai-0.1.28}/src/icons/OpenIndicatorIcon.svg +0 -0
  246. {mito_ai-0.1.27 → mito_ai-0.1.28}/src/icons/Pencil.tsx +0 -0
  247. {mito_ai-0.1.27 → mito_ai-0.1.28}/src/icons/PlayButtonIcon.tsx +0 -0
  248. {mito_ai-0.1.27 → mito_ai-0.1.28}/src/icons/RejectIcon.tsx +0 -0
  249. {mito_ai-0.1.27 → mito_ai-0.1.28}/src/icons/RobotHeadIcon.tsx +0 -0
  250. {mito_ai-0.1.27 → mito_ai-0.1.28}/src/icons/RuleIcon.tsx +0 -0
  251. {mito_ai-0.1.27 → mito_ai-0.1.28}/src/icons/SupportIcon.tsx +0 -0
  252. {mito_ai-0.1.27 → mito_ai-0.1.28}/src/icons/UndoIcon.tsx +0 -0
  253. {mito_ai-0.1.27 → mito_ai-0.1.28}/src/icons/XMark.tsx +0 -0
  254. {mito_ai-0.1.27 → mito_ai-0.1.28}/src/icons/index.ts +0 -0
  255. {mito_ai-0.1.27 → mito_ai-0.1.28}/src/index.ts +0 -0
  256. {mito_ai-0.1.27 → mito_ai-0.1.28}/src/restAPI/RestAPI.tsx +0 -0
  257. {mito_ai-0.1.27 → mito_ai-0.1.28}/src/restAPI/utils.ts +0 -0
  258. {mito_ai-0.1.27 → mito_ai-0.1.28}/src/tests/AiChat/CTACarousel.test.tsx +0 -0
  259. {mito_ai-0.1.27 → mito_ai-0.1.28}/src/tests/AiChat/ChatDropdown.test.tsx +0 -0
  260. {mito_ai-0.1.27 → mito_ai-0.1.28}/src/tests/AiChat/ChatInput.test.tsx +0 -0
  261. {mito_ai-0.1.27 → mito_ai-0.1.28}/src/tests/AiChat/ChatMessage.test.tsx +0 -0
  262. {mito_ai-0.1.27 → mito_ai-0.1.28}/src/tests/AiChat/CodeBlock.test.tsx +0 -0
  263. {mito_ai-0.1.27 → mito_ai-0.1.28}/src/tests/AiChat/ModelSelector.test.tsx +0 -0
  264. {mito_ai-0.1.27 → mito_ai-0.1.28}/src/tests/AiChat/NextSteps.test.tsx +0 -0
  265. {mito_ai-0.1.27 → mito_ai-0.1.28}/src/tests/AiChat/RestoreCheckpoint.test.tsx +0 -0
  266. {mito_ai-0.1.27 → mito_ai-0.1.28}/src/tests/AppBuilder/NotebookToStreamlit.test.tsx +0 -0
  267. {mito_ai-0.1.27 → mito_ai-0.1.28}/src/tests/AppBuilder/transformInvalidLines.test.tsx +0 -0
  268. {mito_ai-0.1.27 → mito_ai-0.1.28}/src/tests/AppBuilder/transformMitoAppInput.test.tsx +0 -0
  269. {mito_ai-0.1.27 → mito_ai-0.1.28}/src/tests/AppBuilder/transformVisualizationCell.test.tsx +0 -0
  270. {mito_ai-0.1.27 → mito_ai-0.1.28}/src/tests/ContextManager/ContextManagerPlugin.test.tsx +0 -0
  271. {mito_ai-0.1.27 → mito_ai-0.1.28}/src/tests/NotebookFooter/notebookFooter.test.tsx +0 -0
  272. {mito_ai-0.1.27 → mito_ai-0.1.28}/src/tests/SettingsManager/ConnectionList.test.tsx +0 -0
  273. {mito_ai-0.1.27 → mito_ai-0.1.28}/src/tests/__mocks__/fileMock.js +0 -0
  274. {mito_ai-0.1.27 → mito_ai-0.1.28}/src/tests/__mocks__/jupyterMocks.ts +0 -0
  275. {mito_ai-0.1.27 → mito_ai-0.1.28}/src/tests/__mocks__/openaiMocks.ts +0 -0
  276. {mito_ai-0.1.27 → mito_ai-0.1.28}/src/tests/__mocks__/styleMock.js +0 -0
  277. {mito_ai-0.1.27 → mito_ai-0.1.28}/src/tests/setup/setupTests.js +0 -0
  278. {mito_ai-0.1.27 → mito_ai-0.1.28}/src/tests/utils/blacklistedWords.test.tsx +0 -0
  279. {mito_ai-0.1.27 → mito_ai-0.1.28}/src/utils/agentActions.tsx +0 -0
  280. {mito_ai-0.1.27 → mito_ai-0.1.28}/src/utils/arrays.tsx +0 -0
  281. {mito_ai-0.1.27 → mito_ai-0.1.28}/src/utils/blacklistedWords.tsx +0 -0
  282. {mito_ai-0.1.27 → mito_ai-0.1.28}/src/utils/checkpoint.tsx +0 -0
  283. {mito_ai-0.1.27 → mito_ai-0.1.28}/src/utils/classNames.tsx +0 -0
  284. {mito_ai-0.1.27 → mito_ai-0.1.28}/src/utils/codeDiff.tsx +0 -0
  285. {mito_ai-0.1.27 → mito_ai-0.1.28}/src/utils/copyToClipboard.tsx +0 -0
  286. {mito_ai-0.1.27 → mito_ai-0.1.28}/src/utils/errors.tsx +0 -0
  287. {mito_ai-0.1.27 → mito_ai-0.1.28}/src/utils/fileName.tsx +0 -0
  288. {mito_ai-0.1.27 → mito_ai-0.1.28}/src/utils/nodeToPng.tsx +0 -0
  289. {mito_ai-0.1.27 → mito_ai-0.1.28}/src/utils/notebook.tsx +0 -0
  290. {mito_ai-0.1.27 → mito_ai-0.1.28}/src/utils/scroll.tsx +0 -0
  291. {mito_ai-0.1.27 → mito_ai-0.1.28}/src/utils/scrollMask.ts +0 -0
  292. {mito_ai-0.1.27 → mito_ai-0.1.28}/src/utils/sleep.ts +0 -0
  293. {mito_ai-0.1.27 → mito_ai-0.1.28}/src/utils/strings.tsx +0 -0
  294. {mito_ai-0.1.27 → mito_ai-0.1.28}/src/utils/stripe.tsx +0 -0
  295. {mito_ai-0.1.27 → mito_ai-0.1.28}/src/utils/user.tsx +0 -0
  296. {mito_ai-0.1.27 → mito_ai-0.1.28}/src/utils/version_check.ts +0 -0
  297. {mito_ai-0.1.27 → mito_ai-0.1.28}/src/websockets/BaseWebsocketClient.ts +0 -0
  298. {mito_ai-0.1.27 → mito_ai-0.1.28}/src/websockets/appBuilder/appBuilderModels.ts +0 -0
  299. {mito_ai-0.1.27 → mito_ai-0.1.28}/src/websockets/appBuilder/appBuilderWebsocketClient.ts +0 -0
  300. {mito_ai-0.1.27 → mito_ai-0.1.28}/src/websockets/completions/CompletionModels.ts +0 -0
  301. {mito_ai-0.1.27 → mito_ai-0.1.28}/src/websockets/completions/CompletionsWebsocketClient.ts +0 -0
  302. {mito_ai-0.1.27 → mito_ai-0.1.28}/style/CTACarousel.css +0 -0
  303. {mito_ai-0.1.27 → mito_ai-0.1.28}/style/ChatDropdown.css +0 -0
  304. {mito_ai-0.1.27 → mito_ai-0.1.28}/style/ChatInput.css +0 -0
  305. {mito_ai-0.1.27 → mito_ai-0.1.28}/style/ChatMessage.css +0 -0
  306. {mito_ai-0.1.27 → mito_ai-0.1.28}/style/ChatTaskpane.css +0 -0
  307. {mito_ai-0.1.27 → mito_ai-0.1.28}/style/Citation.css +0 -0
  308. {mito_ai-0.1.27 → mito_ai-0.1.28}/style/CodeBlock.css +0 -0
  309. {mito_ai-0.1.27 → mito_ai-0.1.28}/style/ConnectionForm.css +0 -0
  310. {mito_ai-0.1.27 → mito_ai-0.1.28}/style/DatabasePage.css +0 -0
  311. {mito_ai-0.1.27 → mito_ai-0.1.28}/style/DropdownMenu.css +0 -0
  312. {mito_ai-0.1.27 → mito_ai-0.1.28}/style/ErrorMimeRendererPlugin.css +0 -0
  313. {mito_ai-0.1.27 → mito_ai-0.1.28}/style/GetCellOutputToolUI.css +0 -0
  314. {mito_ai-0.1.27 → mito_ai-0.1.28}/style/IconButton.css +0 -0
  315. {mito_ai-0.1.27 → mito_ai-0.1.28}/style/MarkdownMessage.css +0 -0
  316. {mito_ai-0.1.27 → mito_ai-0.1.28}/style/ModelSelector.css +0 -0
  317. {mito_ai-0.1.27 → mito_ai-0.1.28}/style/NextStepsPills.css +0 -0
  318. {mito_ai-0.1.27 → mito_ai-0.1.28}/style/NotebookFooter.css +0 -0
  319. {mito_ai-0.1.27 → mito_ai-0.1.28}/style/PythonCode.css +0 -0
  320. {mito_ai-0.1.27 → mito_ai-0.1.28}/style/RulesForm.css +0 -0
  321. {mito_ai-0.1.27 → mito_ai-0.1.28}/style/SelectedContextContainer.css +0 -0
  322. {mito_ai-0.1.27 → mito_ai-0.1.28}/style/SettingsWidget.css +0 -0
  323. {mito_ai-0.1.27 → mito_ai-0.1.28}/style/TextAndIconButton.css +0 -0
  324. {mito_ai-0.1.27 → mito_ai-0.1.28}/style/TextButton.css +0 -0
  325. {mito_ai-0.1.27 → mito_ai-0.1.28}/style/ToggleButton.css +0 -0
  326. {mito_ai-0.1.27 → mito_ai-0.1.28}/style/base.css +0 -0
  327. {mito_ai-0.1.27 → mito_ai-0.1.28}/style/button.css +0 -0
  328. {mito_ai-0.1.27 → mito_ai-0.1.28}/style/icons.css +0 -0
  329. {mito_ai-0.1.27 → mito_ai-0.1.28}/style/index.css +0 -0
  330. {mito_ai-0.1.27 → mito_ai-0.1.28}/style/index.js +0 -0
  331. {mito_ai-0.1.27 → mito_ai-0.1.28}/style/statusItem.css +0 -0
  332. {mito_ai-0.1.27 → mito_ai-0.1.28}/tsconfig.json +0 -0
  333. {mito_ai-0.1.27 → mito_ai-0.1.28}/tsconfig.test.json +0 -0
  334. {mito_ai-0.1.27 → mito_ai-0.1.28}/venv/bin/Activate.ps1 +0 -0
  335. {mito_ai-0.1.27 → mito_ai-0.1.28}/venv/bin/activate +0 -0
  336. {mito_ai-0.1.27 → mito_ai-0.1.28}/venv/bin/activate.csh +0 -0
  337. {mito_ai-0.1.27 → mito_ai-0.1.28}/venv/bin/activate.fish +0 -0
  338. {mito_ai-0.1.27 → mito_ai-0.1.28}/venv/bin/debugpy +0 -0
  339. {mito_ai-0.1.27 → mito_ai-0.1.28}/venv/bin/debugpy-adapter +0 -0
  340. {mito_ai-0.1.27 → mito_ai-0.1.28}/venv/bin/distro +0 -0
  341. {mito_ai-0.1.27 → mito_ai-0.1.28}/venv/bin/docutils +0 -0
  342. {mito_ai-0.1.27 → mito_ai-0.1.28}/venv/bin/hatch-jupyter-builder +0 -0
  343. {mito_ai-0.1.27 → mito_ai-0.1.28}/venv/bin/hatchling +0 -0
  344. {mito_ai-0.1.27 → mito_ai-0.1.28}/venv/bin/httpx +0 -0
  345. {mito_ai-0.1.27 → mito_ai-0.1.28}/venv/bin/ipython +0 -0
  346. {mito_ai-0.1.27 → mito_ai-0.1.28}/venv/bin/ipython3 +0 -0
  347. {mito_ai-0.1.27 → mito_ai-0.1.28}/venv/bin/jlpm +0 -0
  348. {mito_ai-0.1.27 → mito_ai-0.1.28}/venv/bin/jsonpointer +0 -0
  349. {mito_ai-0.1.27 → mito_ai-0.1.28}/venv/bin/jsonschema +0 -0
  350. {mito_ai-0.1.27 → mito_ai-0.1.28}/venv/bin/jupyter +0 -0
  351. {mito_ai-0.1.27 → mito_ai-0.1.28}/venv/bin/jupyter-dejavu +0 -0
  352. {mito_ai-0.1.27 → mito_ai-0.1.28}/venv/bin/jupyter-events +0 -0
  353. {mito_ai-0.1.27 → mito_ai-0.1.28}/venv/bin/jupyter-execute +0 -0
  354. {mito_ai-0.1.27 → mito_ai-0.1.28}/venv/bin/jupyter-kernel +0 -0
  355. {mito_ai-0.1.27 → mito_ai-0.1.28}/venv/bin/jupyter-kernelspec +0 -0
  356. {mito_ai-0.1.27 → mito_ai-0.1.28}/venv/bin/jupyter-lab +0 -0
  357. {mito_ai-0.1.27 → mito_ai-0.1.28}/venv/bin/jupyter-labextension +0 -0
  358. {mito_ai-0.1.27 → mito_ai-0.1.28}/venv/bin/jupyter-labhub +0 -0
  359. {mito_ai-0.1.27 → mito_ai-0.1.28}/venv/bin/jupyter-migrate +0 -0
  360. {mito_ai-0.1.27 → mito_ai-0.1.28}/venv/bin/jupyter-nbconvert +0 -0
  361. {mito_ai-0.1.27 → mito_ai-0.1.28}/venv/bin/jupyter-run +0 -0
  362. {mito_ai-0.1.27 → mito_ai-0.1.28}/venv/bin/jupyter-server +0 -0
  363. {mito_ai-0.1.27 → mito_ai-0.1.28}/venv/bin/jupyter-troubleshoot +0 -0
  364. {mito_ai-0.1.27 → mito_ai-0.1.28}/venv/bin/jupyter-trust +0 -0
  365. {mito_ai-0.1.27 → mito_ai-0.1.28}/venv/bin/keyring +0 -0
  366. {mito_ai-0.1.27 → mito_ai-0.1.28}/venv/bin/markdown-it +0 -0
  367. {mito_ai-0.1.27 → mito_ai-0.1.28}/venv/bin/normalizer +0 -0
  368. {mito_ai-0.1.27 → mito_ai-0.1.28}/venv/bin/openai +0 -0
  369. {mito_ai-0.1.27 → mito_ai-0.1.28}/venv/bin/pip +0 -0
  370. {mito_ai-0.1.27 → mito_ai-0.1.28}/venv/bin/pip3 +0 -0
  371. {mito_ai-0.1.27 → mito_ai-0.1.28}/venv/bin/pip3.11 +0 -0
  372. {mito_ai-0.1.27 → mito_ai-0.1.28}/venv/bin/pipreqs +0 -0
  373. {mito_ai-0.1.27 → mito_ai-0.1.28}/venv/bin/pybabel +0 -0
  374. {mito_ai-0.1.27 → mito_ai-0.1.28}/venv/bin/pygmentize +0 -0
  375. {mito_ai-0.1.27 → mito_ai-0.1.28}/venv/bin/pyjson5 +0 -0
  376. {mito_ai-0.1.27 → mito_ai-0.1.28}/venv/bin/pyrsa-decrypt +0 -0
  377. {mito_ai-0.1.27 → mito_ai-0.1.28}/venv/bin/pyrsa-encrypt +0 -0
  378. {mito_ai-0.1.27 → mito_ai-0.1.28}/venv/bin/pyrsa-keygen +0 -0
  379. {mito_ai-0.1.27 → mito_ai-0.1.28}/venv/bin/pyrsa-priv2pub +0 -0
  380. {mito_ai-0.1.27 → mito_ai-0.1.28}/venv/bin/pyrsa-sign +0 -0
  381. {mito_ai-0.1.27 → mito_ai-0.1.28}/venv/bin/pyrsa-verify +0 -0
  382. {mito_ai-0.1.27 → mito_ai-0.1.28}/venv/bin/python +0 -0
  383. {mito_ai-0.1.27 → mito_ai-0.1.28}/venv/bin/python3 +0 -0
  384. {mito_ai-0.1.27 → mito_ai-0.1.28}/venv/bin/python3.11 +0 -0
  385. {mito_ai-0.1.27 → mito_ai-0.1.28}/venv/bin/rst2html +0 -0
  386. {mito_ai-0.1.27 → mito_ai-0.1.28}/venv/bin/rst2html4 +0 -0
  387. {mito_ai-0.1.27 → mito_ai-0.1.28}/venv/bin/rst2html5 +0 -0
  388. {mito_ai-0.1.27 → mito_ai-0.1.28}/venv/bin/rst2latex +0 -0
  389. {mito_ai-0.1.27 → mito_ai-0.1.28}/venv/bin/rst2man +0 -0
  390. {mito_ai-0.1.27 → mito_ai-0.1.28}/venv/bin/rst2odt +0 -0
  391. {mito_ai-0.1.27 → mito_ai-0.1.28}/venv/bin/rst2pseudoxml +0 -0
  392. {mito_ai-0.1.27 → mito_ai-0.1.28}/venv/bin/rst2s5 +0 -0
  393. {mito_ai-0.1.27 → mito_ai-0.1.28}/venv/bin/rst2xetex +0 -0
  394. {mito_ai-0.1.27 → mito_ai-0.1.28}/venv/bin/rst2xml +0 -0
  395. {mito_ai-0.1.27 → mito_ai-0.1.28}/venv/bin/send2trash +0 -0
  396. {mito_ai-0.1.27 → mito_ai-0.1.28}/venv/bin/tqdm +0 -0
  397. {mito_ai-0.1.27 → mito_ai-0.1.28}/venv/bin/trove-classifiers +0 -0
  398. {mito_ai-0.1.27 → mito_ai-0.1.28}/venv/bin/twine +0 -0
  399. {mito_ai-0.1.27 → mito_ai-0.1.28}/venv/bin/websockets +0 -0
  400. {mito_ai-0.1.27 → mito_ai-0.1.28}/venv/bin/wsdump +0 -0
  401. {mito_ai-0.1.27 → mito_ai-0.1.28}/venv/etc/jupyter/jupyter_notebook_config.d/jupyterlab.json +0 -0
  402. {mito_ai-0.1.27 → mito_ai-0.1.28}/venv/etc/jupyter/jupyter_server_config.d/jupyter-lsp-jupyter-server.json +0 -0
  403. {mito_ai-0.1.27 → mito_ai-0.1.28}/venv/etc/jupyter/jupyter_server_config.d/jupyter_server_terminals.json +0 -0
  404. {mito_ai-0.1.27 → mito_ai-0.1.28}/venv/etc/jupyter/jupyter_server_config.d/jupyterlab.json +0 -0
  405. {mito_ai-0.1.27 → mito_ai-0.1.28}/venv/etc/jupyter/jupyter_server_config.d/mito_ai.json +0 -0
  406. {mito_ai-0.1.27 → mito_ai-0.1.28}/venv/etc/jupyter/jupyter_server_config.d/notebook_shim.json +0 -0
  407. {mito_ai-0.1.27 → mito_ai-0.1.28}/venv/etc/jupyter/labconfig/page_config.json +0 -0
  408. {mito_ai-0.1.27 → mito_ai-0.1.28}/venv/include/site/python3.11/greenlet/greenlet.h +0 -0
  409. {mito_ai-0.1.27 → mito_ai-0.1.28}/venv/pyvenv.cfg +0 -0
  410. {mito_ai-0.1.27 → mito_ai-0.1.28}/venv/share/applications/jupyterlab.desktop +0 -0
  411. {mito_ai-0.1.27 → mito_ai-0.1.28}/venv/share/icons/hicolor/scalable/apps/jupyterlab.svg +0 -0
  412. {mito_ai-0.1.27 → mito_ai-0.1.28}/venv/share/jupyter/kernels/python3/kernel.json +0 -0
  413. {mito_ai-0.1.27 → mito_ai-0.1.28}/venv/share/jupyter/kernels/python3/logo-32x32.png +0 -0
  414. {mito_ai-0.1.27 → mito_ai-0.1.28}/venv/share/jupyter/kernels/python3/logo-64x64.png +0 -0
  415. {mito_ai-0.1.27 → mito_ai-0.1.28}/venv/share/jupyter/kernels/python3/logo-svg.svg +0 -0
  416. {mito_ai-0.1.27 → mito_ai-0.1.28}/venv/share/jupyter/lab/schemas/@jupyterlab/application-extension/commands.json +0 -0
  417. {mito_ai-0.1.27 → mito_ai-0.1.28}/venv/share/jupyter/lab/schemas/@jupyterlab/application-extension/context-menu.json +0 -0
  418. {mito_ai-0.1.27 → mito_ai-0.1.28}/venv/share/jupyter/lab/schemas/@jupyterlab/application-extension/package.json.orig +0 -0
  419. {mito_ai-0.1.27 → mito_ai-0.1.28}/venv/share/jupyter/lab/schemas/@jupyterlab/application-extension/property-inspector.json +0 -0
  420. {mito_ai-0.1.27 → mito_ai-0.1.28}/venv/share/jupyter/lab/schemas/@jupyterlab/application-extension/shell.json +0 -0
  421. {mito_ai-0.1.27 → mito_ai-0.1.28}/venv/share/jupyter/lab/schemas/@jupyterlab/application-extension/top-bar.json +0 -0
  422. {mito_ai-0.1.27 → mito_ai-0.1.28}/venv/share/jupyter/lab/schemas/@jupyterlab/apputils-extension/kernels-settings.json +0 -0
  423. {mito_ai-0.1.27 → mito_ai-0.1.28}/venv/share/jupyter/lab/schemas/@jupyterlab/apputils-extension/notification.json +0 -0
  424. {mito_ai-0.1.27 → mito_ai-0.1.28}/venv/share/jupyter/lab/schemas/@jupyterlab/apputils-extension/package.json.orig +0 -0
  425. {mito_ai-0.1.27 → mito_ai-0.1.28}/venv/share/jupyter/lab/schemas/@jupyterlab/apputils-extension/palette.json +0 -0
  426. {mito_ai-0.1.27 → mito_ai-0.1.28}/venv/share/jupyter/lab/schemas/@jupyterlab/apputils-extension/print.json +0 -0
  427. {mito_ai-0.1.27 → mito_ai-0.1.28}/venv/share/jupyter/lab/schemas/@jupyterlab/apputils-extension/sanitizer.json +0 -0
  428. {mito_ai-0.1.27 → mito_ai-0.1.28}/venv/share/jupyter/lab/schemas/@jupyterlab/apputils-extension/sessionDialogs.json +0 -0
  429. {mito_ai-0.1.27 → mito_ai-0.1.28}/venv/share/jupyter/lab/schemas/@jupyterlab/apputils-extension/themes.json +0 -0
  430. {mito_ai-0.1.27 → mito_ai-0.1.28}/venv/share/jupyter/lab/schemas/@jupyterlab/apputils-extension/utilityCommands.json +0 -0
  431. {mito_ai-0.1.27 → mito_ai-0.1.28}/venv/share/jupyter/lab/schemas/@jupyterlab/cell-toolbar-extension/package.json.orig +0 -0
  432. {mito_ai-0.1.27 → mito_ai-0.1.28}/venv/share/jupyter/lab/schemas/@jupyterlab/cell-toolbar-extension/plugin.json +0 -0
  433. {mito_ai-0.1.27 → mito_ai-0.1.28}/venv/share/jupyter/lab/schemas/@jupyterlab/celltags-extension/package.json.orig +0 -0
  434. {mito_ai-0.1.27 → mito_ai-0.1.28}/venv/share/jupyter/lab/schemas/@jupyterlab/celltags-extension/plugin.json +0 -0
  435. {mito_ai-0.1.27 → mito_ai-0.1.28}/venv/share/jupyter/lab/schemas/@jupyterlab/codemirror-extension/package.json.orig +0 -0
  436. {mito_ai-0.1.27 → mito_ai-0.1.28}/venv/share/jupyter/lab/schemas/@jupyterlab/codemirror-extension/plugin.json +0 -0
  437. {mito_ai-0.1.27 → mito_ai-0.1.28}/venv/share/jupyter/lab/schemas/@jupyterlab/completer-extension/inline-completer.json +0 -0
  438. {mito_ai-0.1.27 → mito_ai-0.1.28}/venv/share/jupyter/lab/schemas/@jupyterlab/completer-extension/manager.json +0 -0
  439. {mito_ai-0.1.27 → mito_ai-0.1.28}/venv/share/jupyter/lab/schemas/@jupyterlab/completer-extension/package.json.orig +0 -0
  440. {mito_ai-0.1.27 → mito_ai-0.1.28}/venv/share/jupyter/lab/schemas/@jupyterlab/console-extension/completer.json +0 -0
  441. {mito_ai-0.1.27 → mito_ai-0.1.28}/venv/share/jupyter/lab/schemas/@jupyterlab/console-extension/foreign.json +0 -0
  442. {mito_ai-0.1.27 → mito_ai-0.1.28}/venv/share/jupyter/lab/schemas/@jupyterlab/console-extension/package.json.orig +0 -0
  443. {mito_ai-0.1.27 → mito_ai-0.1.28}/venv/share/jupyter/lab/schemas/@jupyterlab/console-extension/tracker.json +0 -0
  444. {mito_ai-0.1.27 → mito_ai-0.1.28}/venv/share/jupyter/lab/schemas/@jupyterlab/csvviewer-extension/csv.json +0 -0
  445. {mito_ai-0.1.27 → mito_ai-0.1.28}/venv/share/jupyter/lab/schemas/@jupyterlab/csvviewer-extension/package.json.orig +0 -0
  446. {mito_ai-0.1.27 → mito_ai-0.1.28}/venv/share/jupyter/lab/schemas/@jupyterlab/csvviewer-extension/tsv.json +0 -0
  447. {mito_ai-0.1.27 → mito_ai-0.1.28}/venv/share/jupyter/lab/schemas/@jupyterlab/debugger-extension/main.json +0 -0
  448. {mito_ai-0.1.27 → mito_ai-0.1.28}/venv/share/jupyter/lab/schemas/@jupyterlab/debugger-extension/package.json.orig +0 -0
  449. {mito_ai-0.1.27 → mito_ai-0.1.28}/venv/share/jupyter/lab/schemas/@jupyterlab/docmanager-extension/download.json +0 -0
  450. {mito_ai-0.1.27 → mito_ai-0.1.28}/venv/share/jupyter/lab/schemas/@jupyterlab/docmanager-extension/package.json.orig +0 -0
  451. {mito_ai-0.1.27 → mito_ai-0.1.28}/venv/share/jupyter/lab/schemas/@jupyterlab/docmanager-extension/plugin.json +0 -0
  452. {mito_ai-0.1.27 → mito_ai-0.1.28}/venv/share/jupyter/lab/schemas/@jupyterlab/documentsearch-extension/package.json.orig +0 -0
  453. {mito_ai-0.1.27 → mito_ai-0.1.28}/venv/share/jupyter/lab/schemas/@jupyterlab/documentsearch-extension/plugin.json +0 -0
  454. {mito_ai-0.1.27 → mito_ai-0.1.28}/venv/share/jupyter/lab/schemas/@jupyterlab/extensionmanager-extension/package.json.orig +0 -0
  455. {mito_ai-0.1.27 → mito_ai-0.1.28}/venv/share/jupyter/lab/schemas/@jupyterlab/extensionmanager-extension/plugin.json +0 -0
  456. {mito_ai-0.1.27 → mito_ai-0.1.28}/venv/share/jupyter/lab/schemas/@jupyterlab/filebrowser-extension/browser.json +0 -0
  457. {mito_ai-0.1.27 → mito_ai-0.1.28}/venv/share/jupyter/lab/schemas/@jupyterlab/filebrowser-extension/download.json +0 -0
  458. {mito_ai-0.1.27 → mito_ai-0.1.28}/venv/share/jupyter/lab/schemas/@jupyterlab/filebrowser-extension/open-browser-tab.json +0 -0
  459. {mito_ai-0.1.27 → mito_ai-0.1.28}/venv/share/jupyter/lab/schemas/@jupyterlab/filebrowser-extension/open-with.json +0 -0
  460. {mito_ai-0.1.27 → mito_ai-0.1.28}/venv/share/jupyter/lab/schemas/@jupyterlab/filebrowser-extension/package.json.orig +0 -0
  461. {mito_ai-0.1.27 → mito_ai-0.1.28}/venv/share/jupyter/lab/schemas/@jupyterlab/filebrowser-extension/widget.json +0 -0
  462. {mito_ai-0.1.27 → mito_ai-0.1.28}/venv/share/jupyter/lab/schemas/@jupyterlab/fileeditor-extension/completer.json +0 -0
  463. {mito_ai-0.1.27 → mito_ai-0.1.28}/venv/share/jupyter/lab/schemas/@jupyterlab/fileeditor-extension/package.json.orig +0 -0
  464. {mito_ai-0.1.27 → mito_ai-0.1.28}/venv/share/jupyter/lab/schemas/@jupyterlab/fileeditor-extension/plugin.json +0 -0
  465. {mito_ai-0.1.27 → mito_ai-0.1.28}/venv/share/jupyter/lab/schemas/@jupyterlab/help-extension/about.json +0 -0
  466. {mito_ai-0.1.27 → mito_ai-0.1.28}/venv/share/jupyter/lab/schemas/@jupyterlab/help-extension/jupyter-forum.json +0 -0
  467. {mito_ai-0.1.27 → mito_ai-0.1.28}/venv/share/jupyter/lab/schemas/@jupyterlab/help-extension/launch-classic.json +0 -0
  468. {mito_ai-0.1.27 → mito_ai-0.1.28}/venv/share/jupyter/lab/schemas/@jupyterlab/help-extension/package.json.orig +0 -0
  469. {mito_ai-0.1.27 → mito_ai-0.1.28}/venv/share/jupyter/lab/schemas/@jupyterlab/htmlviewer-extension/package.json.orig +0 -0
  470. {mito_ai-0.1.27 → mito_ai-0.1.28}/venv/share/jupyter/lab/schemas/@jupyterlab/htmlviewer-extension/plugin.json +0 -0
  471. {mito_ai-0.1.27 → mito_ai-0.1.28}/venv/share/jupyter/lab/schemas/@jupyterlab/hub-extension/menu.json +0 -0
  472. {mito_ai-0.1.27 → mito_ai-0.1.28}/venv/share/jupyter/lab/schemas/@jupyterlab/hub-extension/package.json.orig +0 -0
  473. {mito_ai-0.1.27 → mito_ai-0.1.28}/venv/share/jupyter/lab/schemas/@jupyterlab/imageviewer-extension/package.json.orig +0 -0
  474. {mito_ai-0.1.27 → mito_ai-0.1.28}/venv/share/jupyter/lab/schemas/@jupyterlab/imageviewer-extension/plugin.json +0 -0
  475. {mito_ai-0.1.27 → mito_ai-0.1.28}/venv/share/jupyter/lab/schemas/@jupyterlab/inspector-extension/consoles.json +0 -0
  476. {mito_ai-0.1.27 → mito_ai-0.1.28}/venv/share/jupyter/lab/schemas/@jupyterlab/inspector-extension/inspector.json +0 -0
  477. {mito_ai-0.1.27 → mito_ai-0.1.28}/venv/share/jupyter/lab/schemas/@jupyterlab/inspector-extension/notebooks.json +0 -0
  478. {mito_ai-0.1.27 → mito_ai-0.1.28}/venv/share/jupyter/lab/schemas/@jupyterlab/inspector-extension/package.json.orig +0 -0
  479. {mito_ai-0.1.27 → mito_ai-0.1.28}/venv/share/jupyter/lab/schemas/@jupyterlab/launcher-extension/package.json.orig +0 -0
  480. {mito_ai-0.1.27 → mito_ai-0.1.28}/venv/share/jupyter/lab/schemas/@jupyterlab/launcher-extension/plugin.json +0 -0
  481. {mito_ai-0.1.27 → mito_ai-0.1.28}/venv/share/jupyter/lab/schemas/@jupyterlab/logconsole-extension/package.json.orig +0 -0
  482. {mito_ai-0.1.27 → mito_ai-0.1.28}/venv/share/jupyter/lab/schemas/@jupyterlab/logconsole-extension/plugin.json +0 -0
  483. {mito_ai-0.1.27 → mito_ai-0.1.28}/venv/share/jupyter/lab/schemas/@jupyterlab/lsp-extension/package.json.orig +0 -0
  484. {mito_ai-0.1.27 → mito_ai-0.1.28}/venv/share/jupyter/lab/schemas/@jupyterlab/lsp-extension/plugin.json +0 -0
  485. {mito_ai-0.1.27 → mito_ai-0.1.28}/venv/share/jupyter/lab/schemas/@jupyterlab/mainmenu-extension/package.json.orig +0 -0
  486. {mito_ai-0.1.27 → mito_ai-0.1.28}/venv/share/jupyter/lab/schemas/@jupyterlab/mainmenu-extension/plugin.json +0 -0
  487. {mito_ai-0.1.27 → mito_ai-0.1.28}/venv/share/jupyter/lab/schemas/@jupyterlab/markdownviewer-extension/package.json.orig +0 -0
  488. {mito_ai-0.1.27 → mito_ai-0.1.28}/venv/share/jupyter/lab/schemas/@jupyterlab/markdownviewer-extension/plugin.json +0 -0
  489. {mito_ai-0.1.27 → mito_ai-0.1.28}/venv/share/jupyter/lab/schemas/@jupyterlab/mathjax-extension/package.json.orig +0 -0
  490. {mito_ai-0.1.27 → mito_ai-0.1.28}/venv/share/jupyter/lab/schemas/@jupyterlab/mathjax-extension/plugin.json +0 -0
  491. {mito_ai-0.1.27 → mito_ai-0.1.28}/venv/share/jupyter/lab/schemas/@jupyterlab/metadataform-extension/metadataforms.json +0 -0
  492. {mito_ai-0.1.27 → mito_ai-0.1.28}/venv/share/jupyter/lab/schemas/@jupyterlab/metadataform-extension/package.json.orig +0 -0
  493. {mito_ai-0.1.27 → mito_ai-0.1.28}/venv/share/jupyter/lab/schemas/@jupyterlab/notebook-extension/completer.json +0 -0
  494. {mito_ai-0.1.27 → mito_ai-0.1.28}/venv/share/jupyter/lab/schemas/@jupyterlab/notebook-extension/export.json +0 -0
  495. {mito_ai-0.1.27 → mito_ai-0.1.28}/venv/share/jupyter/lab/schemas/@jupyterlab/notebook-extension/package.json.orig +0 -0
  496. {mito_ai-0.1.27 → mito_ai-0.1.28}/venv/share/jupyter/lab/schemas/@jupyterlab/notebook-extension/panel.json +0 -0
  497. {mito_ai-0.1.27 → mito_ai-0.1.28}/venv/share/jupyter/lab/schemas/@jupyterlab/notebook-extension/tools.json +0 -0
  498. {mito_ai-0.1.27 → mito_ai-0.1.28}/venv/share/jupyter/lab/schemas/@jupyterlab/notebook-extension/tracker.json +0 -0
  499. {mito_ai-0.1.27 → mito_ai-0.1.28}/venv/share/jupyter/lab/schemas/@jupyterlab/running-extension/package.json.orig +0 -0
  500. {mito_ai-0.1.27 → mito_ai-0.1.28}/venv/share/jupyter/lab/schemas/@jupyterlab/running-extension/plugin.json +0 -0
  501. {mito_ai-0.1.27 → mito_ai-0.1.28}/venv/share/jupyter/lab/schemas/@jupyterlab/settingeditor-extension/form-ui.json +0 -0
  502. {mito_ai-0.1.27 → mito_ai-0.1.28}/venv/share/jupyter/lab/schemas/@jupyterlab/settingeditor-extension/package.json.orig +0 -0
  503. {mito_ai-0.1.27 → mito_ai-0.1.28}/venv/share/jupyter/lab/schemas/@jupyterlab/settingeditor-extension/plugin.json +0 -0
  504. {mito_ai-0.1.27 → mito_ai-0.1.28}/venv/share/jupyter/lab/schemas/@jupyterlab/shortcuts-extension/package.json.orig +0 -0
  505. {mito_ai-0.1.27 → mito_ai-0.1.28}/venv/share/jupyter/lab/schemas/@jupyterlab/shortcuts-extension/shortcuts.json +0 -0
  506. {mito_ai-0.1.27 → mito_ai-0.1.28}/venv/share/jupyter/lab/schemas/@jupyterlab/statusbar-extension/package.json.orig +0 -0
  507. {mito_ai-0.1.27 → mito_ai-0.1.28}/venv/share/jupyter/lab/schemas/@jupyterlab/statusbar-extension/plugin.json +0 -0
  508. {mito_ai-0.1.27 → mito_ai-0.1.28}/venv/share/jupyter/lab/schemas/@jupyterlab/terminal-extension/package.json.orig +0 -0
  509. {mito_ai-0.1.27 → mito_ai-0.1.28}/venv/share/jupyter/lab/schemas/@jupyterlab/terminal-extension/plugin.json +0 -0
  510. {mito_ai-0.1.27 → mito_ai-0.1.28}/venv/share/jupyter/lab/schemas/@jupyterlab/toc-extension/package.json.orig +0 -0
  511. {mito_ai-0.1.27 → mito_ai-0.1.28}/venv/share/jupyter/lab/schemas/@jupyterlab/toc-extension/registry.json +0 -0
  512. {mito_ai-0.1.27 → mito_ai-0.1.28}/venv/share/jupyter/lab/schemas/@jupyterlab/tooltip-extension/consoles.json +0 -0
  513. {mito_ai-0.1.27 → mito_ai-0.1.28}/venv/share/jupyter/lab/schemas/@jupyterlab/tooltip-extension/files.json +0 -0
  514. {mito_ai-0.1.27 → mito_ai-0.1.28}/venv/share/jupyter/lab/schemas/@jupyterlab/tooltip-extension/notebooks.json +0 -0
  515. {mito_ai-0.1.27 → mito_ai-0.1.28}/venv/share/jupyter/lab/schemas/@jupyterlab/tooltip-extension/package.json.orig +0 -0
  516. {mito_ai-0.1.27 → mito_ai-0.1.28}/venv/share/jupyter/lab/schemas/@jupyterlab/translation-extension/package.json.orig +0 -0
  517. {mito_ai-0.1.27 → mito_ai-0.1.28}/venv/share/jupyter/lab/schemas/@jupyterlab/translation-extension/plugin.json +0 -0
  518. {mito_ai-0.1.27 → mito_ai-0.1.28}/venv/share/jupyter/lab/schemas/@jupyterlab/workspaces-extension/indicator.json +0 -0
  519. {mito_ai-0.1.27 → mito_ai-0.1.28}/venv/share/jupyter/lab/schemas/@jupyterlab/workspaces-extension/menu.json +0 -0
  520. {mito_ai-0.1.27 → mito_ai-0.1.28}/venv/share/jupyter/lab/schemas/@jupyterlab/workspaces-extension/package.json.orig +0 -0
  521. {mito_ai-0.1.27 → mito_ai-0.1.28}/venv/share/jupyter/lab/schemas/@jupyterlab/workspaces-extension/sidebar.json +0 -0
  522. {mito_ai-0.1.27 → mito_ai-0.1.28}/venv/share/jupyter/lab/static/100.1d14ca44a3cc8849349f.js +0 -0
  523. {mito_ai-0.1.27 → mito_ai-0.1.28}/venv/share/jupyter/lab/static/1039.3fe94e87219c0ed159d3.js +0 -0
  524. {mito_ai-0.1.27 → mito_ai-0.1.28}/venv/share/jupyter/lab/static/1096.dd4c563e0483cbbeb9c9.js +0 -0
  525. {mito_ai-0.1.27 → mito_ai-0.1.28}/venv/share/jupyter/lab/static/1189.c1482e88f0e949753db6.js +0 -0
  526. {mito_ai-0.1.27 → mito_ai-0.1.28}/venv/share/jupyter/lab/static/1208.4b9ab7b231d39ebdbc3f.js +0 -0
  527. {mito_ai-0.1.27 → mito_ai-0.1.28}/venv/share/jupyter/lab/static/1219.b5630aa3a46050fddc27.js +0 -0
  528. {mito_ai-0.1.27 → mito_ai-0.1.28}/venv/share/jupyter/lab/static/1268.e75d8a6dd557ac8957ca.js +0 -0
  529. {mito_ai-0.1.27 → mito_ai-0.1.28}/venv/share/jupyter/lab/static/1359.d5f23f0e2a6f67b69751.js +0 -0
  530. {mito_ai-0.1.27 → mito_ai-0.1.28}/venv/share/jupyter/lab/static/1423.4bcf4453e1c1d12d872f.js +0 -0
  531. {mito_ai-0.1.27 → mito_ai-0.1.28}/venv/share/jupyter/lab/static/1436.2c11d9dee0ad6f49e968.js +0 -0
  532. {mito_ai-0.1.27 → mito_ai-0.1.28}/venv/share/jupyter/lab/static/1445.a0e099c27d073217031a.js +0 -0
  533. {mito_ai-0.1.27 → mito_ai-0.1.28}/venv/share/jupyter/lab/static/1449.7026e8748d2a77e15d5b.js +0 -0
  534. {mito_ai-0.1.27 → mito_ai-0.1.28}/venv/share/jupyter/lab/static/1462.57e39f487257f25263d4.js +0 -0
  535. {mito_ai-0.1.27 → mito_ai-0.1.28}/venv/share/jupyter/lab/static/1491.010c623dd546db976e95.js +0 -0
  536. {mito_ai-0.1.27 → mito_ai-0.1.28}/venv/share/jupyter/lab/static/1495.13603dd823bbf5eb08b3.js +0 -0
  537. {mito_ai-0.1.27 → mito_ai-0.1.28}/venv/share/jupyter/lab/static/1673.b0ee25168543434bdbca.js +0 -0
  538. {mito_ai-0.1.27 → mito_ai-0.1.28}/venv/share/jupyter/lab/static/1737.a5fc97075f693ec36fe6.js +0 -0
  539. {mito_ai-0.1.27 → mito_ai-0.1.28}/venv/share/jupyter/lab/static/1832.b1ede2fe899bdec88938.js +0 -0
  540. {mito_ai-0.1.27 → mito_ai-0.1.28}/venv/share/jupyter/lab/static/1834.7445ad0c82371ac40737.js +0 -0
  541. {mito_ai-0.1.27 → mito_ai-0.1.28}/venv/share/jupyter/lab/static/1838.839690ff17ec3c532f0a.js +0 -0
  542. {mito_ai-0.1.27 → mito_ai-0.1.28}/venv/share/jupyter/lab/static/1887.56f83f163a18c61efb16.js +0 -0
  543. {mito_ai-0.1.27 → mito_ai-0.1.28}/venv/share/jupyter/lab/static/1909.7487a09fefbe7f9eabb6.js +0 -0
  544. {mito_ai-0.1.27 → mito_ai-0.1.28}/venv/share/jupyter/lab/static/1909.7487a09fefbe7f9eabb6.js.LICENSE.txt +0 -0
  545. {mito_ai-0.1.27 → mito_ai-0.1.28}/venv/share/jupyter/lab/static/1912.f16dddc294d66c3c81e9.js +0 -0
  546. {mito_ai-0.1.27 → mito_ai-0.1.28}/venv/share/jupyter/lab/static/1954.f1c519cb1415c7da3e8c.js +0 -0
  547. {mito_ai-0.1.27 → mito_ai-0.1.28}/venv/share/jupyter/lab/static/1960.f8d8ef8a91360e60f0b9.js +0 -0
  548. {mito_ai-0.1.27 → mito_ai-0.1.28}/venv/share/jupyter/lab/static/1962.6a7da74e809b70d5200d.js +0 -0
  549. {mito_ai-0.1.27 → mito_ai-0.1.28}/venv/share/jupyter/lab/static/1969.86e3168e52802569d650.js +0 -0
  550. {mito_ai-0.1.27 → mito_ai-0.1.28}/venv/share/jupyter/lab/static/1986.26029e99ef54a5652df8.js +0 -0
  551. {mito_ai-0.1.27 → mito_ai-0.1.28}/venv/share/jupyter/lab/static/1991.84fc123d7cfe8ae2948e.js +0 -0
  552. {mito_ai-0.1.27 → mito_ai-0.1.28}/venv/share/jupyter/lab/static/1cb1c39ea642f26a4dfe.woff +0 -0
  553. {mito_ai-0.1.27 → mito_ai-0.1.28}/venv/share/jupyter/lab/static/2023.59b30086fbeff6d17e3b.js +0 -0
  554. {mito_ai-0.1.27 → mito_ai-0.1.28}/venv/share/jupyter/lab/static/2211.3123543dcc217549bbb0.js +0 -0
  555. {mito_ai-0.1.27 → mito_ai-0.1.28}/venv/share/jupyter/lab/static/227.6bd3154334bb91c5ca1c.js +0 -0
  556. {mito_ai-0.1.27 → mito_ai-0.1.28}/venv/share/jupyter/lab/static/227.6bd3154334bb91c5ca1c.js.LICENSE.txt +0 -0
  557. {mito_ai-0.1.27 → mito_ai-0.1.28}/venv/share/jupyter/lab/static/2280.6614699f54522fffbc00.js +0 -0
  558. {mito_ai-0.1.27 → mito_ai-0.1.28}/venv/share/jupyter/lab/static/232.5419cbec68e3fd0cf431.js +0 -0
  559. {mito_ai-0.1.27 → mito_ai-0.1.28}/venv/share/jupyter/lab/static/232.5419cbec68e3fd0cf431.js.LICENSE.txt +0 -0
  560. {mito_ai-0.1.27 → mito_ai-0.1.28}/venv/share/jupyter/lab/static/2353.ab70488f07a7c0a7a3fd.js +0 -0
  561. {mito_ai-0.1.27 → mito_ai-0.1.28}/venv/share/jupyter/lab/static/246.326a6482593e8a7bcd58.js +0 -0
  562. {mito_ai-0.1.27 → mito_ai-0.1.28}/venv/share/jupyter/lab/static/2467.4227742ac4b60289f222.js +0 -0
  563. {mito_ai-0.1.27 → mito_ai-0.1.28}/venv/share/jupyter/lab/static/247.84259ab142dd8c151fc2.js +0 -0
  564. {mito_ai-0.1.27 → mito_ai-0.1.28}/venv/share/jupyter/lab/static/2550.75fcaa650ffac405c0dc.js +0 -0
  565. {mito_ai-0.1.27 → mito_ai-0.1.28}/venv/share/jupyter/lab/static/2574.327dadfe49120269ff31.js +0 -0
  566. {mito_ai-0.1.27 → mito_ai-0.1.28}/venv/share/jupyter/lab/static/2576.b98b7b23adeec4cb6932.js +0 -0
  567. {mito_ai-0.1.27 → mito_ai-0.1.28}/venv/share/jupyter/lab/static/2590.99e505d19b964439aa31.js +0 -0
  568. {mito_ai-0.1.27 → mito_ai-0.1.28}/venv/share/jupyter/lab/static/2633.ea053b40991eb5adbc69.js +0 -0
  569. {mito_ai-0.1.27 → mito_ai-0.1.28}/venv/share/jupyter/lab/static/2641.e77441e7a3e0d12834c5.js +0 -0
  570. {mito_ai-0.1.27 → mito_ai-0.1.28}/venv/share/jupyter/lab/static/265.6f9e37c0b72db64203b1.js +0 -0
  571. {mito_ai-0.1.27 → mito_ai-0.1.28}/venv/share/jupyter/lab/static/2658.d1cae1b08b068d864368.js +0 -0
  572. {mito_ai-0.1.27 → mito_ai-0.1.28}/venv/share/jupyter/lab/static/26683bf201fb258a2237.woff +0 -0
  573. {mito_ai-0.1.27 → mito_ai-0.1.28}/venv/share/jupyter/lab/static/2681.a47f40e38ecd31ccd687.js +0 -0
  574. {mito_ai-0.1.27 → mito_ai-0.1.28}/venv/share/jupyter/lab/static/2707.61050e600b0aa9624127.js +0 -0
  575. {mito_ai-0.1.27 → mito_ai-0.1.28}/venv/share/jupyter/lab/static/2729.cafaf0caf2c0c83ac9fe.js +0 -0
  576. {mito_ai-0.1.27 → mito_ai-0.1.28}/venv/share/jupyter/lab/static/2794.05495c139ed000b57598.js +0 -0
  577. {mito_ai-0.1.27 → mito_ai-0.1.28}/venv/share/jupyter/lab/static/2823.0b6015b5e03c08281f41.js +0 -0
  578. {mito_ai-0.1.27 → mito_ai-0.1.28}/venv/share/jupyter/lab/static/2880.8483d51b11998bfe8e4b.js +0 -0
  579. {mito_ai-0.1.27 → mito_ai-0.1.28}/venv/share/jupyter/lab/static/2957.bc5eb9549a0b15c44916.js +0 -0
  580. {mito_ai-0.1.27 → mito_ai-0.1.28}/venv/share/jupyter/lab/static/2959.b24c9f67d639376f5ead.js +0 -0
  581. {mito_ai-0.1.27 → mito_ai-0.1.28}/venv/share/jupyter/lab/static/3048.59e6166a886a78f4f698.js +0 -0
  582. {mito_ai-0.1.27 → mito_ai-0.1.28}/venv/share/jupyter/lab/static/30e889b58cbc51adfbb0.woff +0 -0
  583. {mito_ai-0.1.27 → mito_ai-0.1.28}/venv/share/jupyter/lab/static/3111.33574d9124842f355bce.js +0 -0
  584. {mito_ai-0.1.27 → mito_ai-0.1.28}/venv/share/jupyter/lab/static/3112.0757b31e24c5334fda73.js +0 -0
  585. {mito_ai-0.1.27 → mito_ai-0.1.28}/venv/share/jupyter/lab/static/3122.fed5688acdcf6ff6aa6b.js +0 -0
  586. {mito_ai-0.1.27 → mito_ai-0.1.28}/venv/share/jupyter/lab/static/321.0fb994fd384a54491584.js +0 -0
  587. {mito_ai-0.1.27 → mito_ai-0.1.28}/venv/share/jupyter/lab/static/3257.30af681f0c294efb65f7.js +0 -0
  588. {mito_ai-0.1.27 → mito_ai-0.1.28}/venv/share/jupyter/lab/static/3257.30af681f0c294efb65f7.js.LICENSE.txt +0 -0
  589. {mito_ai-0.1.27 → mito_ai-0.1.28}/venv/share/jupyter/lab/static/32792104b5ef69eded90.woff +0 -0
  590. {mito_ai-0.1.27 → mito_ai-0.1.28}/venv/share/jupyter/lab/static/3282.22e78350d54fcaf3c6c8.js +0 -0
  591. {mito_ai-0.1.27 → mito_ai-0.1.28}/venv/share/jupyter/lab/static/3293.375c6685d72662fc062f.js +0 -0
  592. {mito_ai-0.1.27 → mito_ai-0.1.28}/venv/share/jupyter/lab/static/3303.b5596c0715d2d58332fb.js +0 -0
  593. {mito_ai-0.1.27 → mito_ai-0.1.28}/venv/share/jupyter/lab/static/3358.7ba73a6804155b619b44.js +0 -0
  594. {mito_ai-0.1.27 → mito_ai-0.1.28}/venv/share/jupyter/lab/static/3372.8eeafd96de9a7a205f40.js +0 -0
  595. {mito_ai-0.1.27 → mito_ai-0.1.28}/venv/share/jupyter/lab/static/339.380593b40d8d41150a4e.js +0 -0
  596. {mito_ai-0.1.27 → mito_ai-0.1.28}/venv/share/jupyter/lab/static/355254db9ca10a09a3b5.woff +0 -0
  597. {mito_ai-0.1.27 → mito_ai-0.1.28}/venv/share/jupyter/lab/static/3616.a4271ffcf2ac3b4c2338.js +0 -0
  598. {mito_ai-0.1.27 → mito_ai-0.1.28}/venv/share/jupyter/lab/static/36e0d72d8a7afc696a3e.woff +0 -0
  599. {mito_ai-0.1.27 → mito_ai-0.1.28}/venv/share/jupyter/lab/static/3709.e33bc30c83272aa85628.js +0 -0
  600. {mito_ai-0.1.27 → mito_ai-0.1.28}/venv/share/jupyter/lab/static/373c04fd2418f5c77eea.eot +0 -0
  601. {mito_ai-0.1.27 → mito_ai-0.1.28}/venv/share/jupyter/lab/static/3763.56191df5d72d2ffa5aa6.js +0 -0
  602. {mito_ai-0.1.27 → mito_ai-0.1.28}/venv/share/jupyter/lab/static/3780.c9294dc98ae926717741.js +0 -0
  603. {mito_ai-0.1.27 → mito_ai-0.1.28}/venv/share/jupyter/lab/static/3799.eaa0438bc5c41bad0516.js +0 -0
  604. {mito_ai-0.1.27 → mito_ai-0.1.28}/venv/share/jupyter/lab/static/3824.5f2d72e7866264f44c07.js +0 -0
  605. {mito_ai-0.1.27 → mito_ai-0.1.28}/venv/share/jupyter/lab/static/3832.c6026c483bb46cc8e599.js +0 -0
  606. {mito_ai-0.1.27 → mito_ai-0.1.28}/venv/share/jupyter/lab/static/3974.79f68bca9a02c92dab5e.js +0 -0
  607. {mito_ai-0.1.27 → mito_ai-0.1.28}/venv/share/jupyter/lab/static/3991.678edf189fe92a216c70.js +0 -0
  608. {mito_ai-0.1.27 → mito_ai-0.1.28}/venv/share/jupyter/lab/static/3bc6ecaae7ecf6f8d7f8.woff +0 -0
  609. {mito_ai-0.1.27 → mito_ai-0.1.28}/venv/share/jupyter/lab/static/3de784d07b9fa8f104c1.woff +0 -0
  610. {mito_ai-0.1.27 → mito_ai-0.1.28}/venv/share/jupyter/lab/static/3f6d3488cf65374f6f67.woff +0 -0
  611. {mito_ai-0.1.27 → mito_ai-0.1.28}/venv/share/jupyter/lab/static/4001.80ab3ef5300d7ce2d1fe.js +0 -0
  612. {mito_ai-0.1.27 → mito_ai-0.1.28}/venv/share/jupyter/lab/static/4010.5271baedaaff5113c699.js +0 -0
  613. {mito_ai-0.1.27 → mito_ai-0.1.28}/venv/share/jupyter/lab/static/4053.4945facc348478fd59f4.js +0 -0
  614. {mito_ai-0.1.27 → mito_ai-0.1.28}/venv/share/jupyter/lab/static/4068.9cc41f46f729f2c4369b.js +0 -0
  615. {mito_ai-0.1.27 → mito_ai-0.1.28}/venv/share/jupyter/lab/static/4076.b4d803d8bf1bd6c97854.js +0 -0
  616. {mito_ai-0.1.27 → mito_ai-0.1.28}/venv/share/jupyter/lab/static/4090.c1367cf63af4f0088045.js +0 -0
  617. {mito_ai-0.1.27 → mito_ai-0.1.28}/venv/share/jupyter/lab/static/4266.155b468271987c81d948.js +0 -0
  618. {mito_ai-0.1.27 → mito_ai-0.1.28}/venv/share/jupyter/lab/static/4296.721da424585874d0789e.js +0 -0
  619. {mito_ai-0.1.27 → mito_ai-0.1.28}/venv/share/jupyter/lab/static/4311.b44e8bc4829e0b1226d2.js +0 -0
  620. {mito_ai-0.1.27 → mito_ai-0.1.28}/venv/share/jupyter/lab/static/4323.b2bd8a329a81d30ed039.js +0 -0
  621. {mito_ai-0.1.27 → mito_ai-0.1.28}/venv/share/jupyter/lab/static/4350.8c8a0e7a3ffe036494e1.js +0 -0
  622. {mito_ai-0.1.27 → mito_ai-0.1.28}/venv/share/jupyter/lab/static/4353.8572f6845cfde92dc152.js +0 -0
  623. {mito_ai-0.1.27 → mito_ai-0.1.28}/venv/share/jupyter/lab/static/4364.b9b49d8d836882f44e62.js +0 -0
  624. {mito_ai-0.1.27 → mito_ai-0.1.28}/venv/share/jupyter/lab/static/4372.645626a2452c190dbb22.js +0 -0
  625. {mito_ai-0.1.27 → mito_ai-0.1.28}/venv/share/jupyter/lab/static/4372.645626a2452c190dbb22.js.LICENSE.txt +0 -0
  626. {mito_ai-0.1.27 → mito_ai-0.1.28}/venv/share/jupyter/lab/static/4408.f24dd0edf35e08548967.js +0 -0
  627. {mito_ai-0.1.27 → mito_ai-0.1.28}/venv/share/jupyter/lab/static/4462.c3c6de84bc9399e0290d.js +0 -0
  628. {mito_ai-0.1.27 → mito_ai-0.1.28}/venv/share/jupyter/lab/static/4484.e1d2565d1a3daa5fe5f1.js +0 -0
  629. {mito_ai-0.1.27 → mito_ai-0.1.28}/venv/share/jupyter/lab/static/4486.8d2f41ae787607b7bf31.js +0 -0
  630. {mito_ai-0.1.27 → mito_ai-0.1.28}/venv/share/jupyter/lab/static/4528.43328125d98d6cfdfa99.js +0 -0
  631. {mito_ai-0.1.27 → mito_ai-0.1.28}/venv/share/jupyter/lab/static/4611.bd2b768223b0cd570834.js +0 -0
  632. {mito_ai-0.1.27 → mito_ai-0.1.28}/venv/share/jupyter/lab/static/4616.04cfbd55593c51921cc7.js +0 -0
  633. {mito_ai-0.1.27 → mito_ai-0.1.28}/venv/share/jupyter/lab/static/4728.f59e4bd4b29409da82bc.js +0 -0
  634. {mito_ai-0.1.27 → mito_ai-0.1.28}/venv/share/jupyter/lab/static/4728.f59e4bd4b29409da82bc.js.LICENSE.txt +0 -0
  635. {mito_ai-0.1.27 → mito_ai-0.1.28}/venv/share/jupyter/lab/static/4735.7731d551ca68bcb58e9f.js +0 -0
  636. {mito_ai-0.1.27 → mito_ai-0.1.28}/venv/share/jupyter/lab/static/4797.3740ef47b224a11a7fab.js +0 -0
  637. {mito_ai-0.1.27 → mito_ai-0.1.28}/venv/share/jupyter/lab/static/481e39042508ae313a60.woff +0 -0
  638. {mito_ai-0.1.27 → mito_ai-0.1.28}/venv/share/jupyter/lab/static/4838.8db4c61349bfba200547.js +0 -0
  639. {mito_ai-0.1.27 → mito_ai-0.1.28}/venv/share/jupyter/lab/static/4855.29e8dc6982ba4873487d.js +0 -0
  640. {mito_ai-0.1.27 → mito_ai-0.1.28}/venv/share/jupyter/lab/static/4878.f7557c5c99a54b40c49b.js +0 -0
  641. {mito_ai-0.1.27 → mito_ai-0.1.28}/venv/share/jupyter/lab/static/492.5f186062d2dcdf79c86c.js +0 -0
  642. {mito_ai-0.1.27 → mito_ai-0.1.28}/venv/share/jupyter/lab/static/4928.6cb408e4def87534970d.js +0 -0
  643. {mito_ai-0.1.27 → mito_ai-0.1.28}/venv/share/jupyter/lab/static/4958.0a9dba3bf643df0b91de.js +0 -0
  644. {mito_ai-0.1.27 → mito_ai-0.1.28}/venv/share/jupyter/lab/static/4981.eed4ddb90566e90e3df4.js +0 -0
  645. {mito_ai-0.1.27 → mito_ai-0.1.28}/venv/share/jupyter/lab/static/4982.c609185756485c6e3344.js +0 -0
  646. {mito_ai-0.1.27 → mito_ai-0.1.28}/venv/share/jupyter/lab/static/5085.a38923f36b551620798a.js +0 -0
  647. {mito_ai-0.1.27 → mito_ai-0.1.28}/venv/share/jupyter/lab/static/5090.404be96d8a6eae1e719a.js +0 -0
  648. {mito_ai-0.1.27 → mito_ai-0.1.28}/venv/share/jupyter/lab/static/5090.404be96d8a6eae1e719a.js.LICENSE.txt +0 -0
  649. {mito_ai-0.1.27 → mito_ai-0.1.28}/venv/share/jupyter/lab/static/5135.7f204de2153e4d85406d.js +0 -0
  650. {mito_ai-0.1.27 → mito_ai-0.1.28}/venv/share/jupyter/lab/static/5211.83e78dadcef89cae04bf.js +0 -0
  651. {mito_ai-0.1.27 → mito_ai-0.1.28}/venv/share/jupyter/lab/static/5224.8a6bbc774d20be66fdfb.js +0 -0
  652. {mito_ai-0.1.27 → mito_ai-0.1.28}/venv/share/jupyter/lab/static/5244.eefac84704ad30f00af3.js +0 -0
  653. {mito_ai-0.1.27 → mito_ai-0.1.28}/venv/share/jupyter/lab/static/5317.f4bba2e3d0f4fdd088f7.js +0 -0
  654. {mito_ai-0.1.27 → mito_ai-0.1.28}/venv/share/jupyter/lab/static/5318.d5df5c275e925c22d780.js +0 -0
  655. {mito_ai-0.1.27 → mito_ai-0.1.28}/venv/share/jupyter/lab/static/5338.38c32bdfb0695f9b501f.js +0 -0
  656. {mito_ai-0.1.27 → mito_ai-0.1.28}/venv/share/jupyter/lab/static/5489.7fab44eac7538297b164.js +0 -0
  657. {mito_ai-0.1.27 → mito_ai-0.1.28}/venv/share/jupyter/lab/static/5492.44728a640c37a4b4aa0c.js +0 -0
  658. {mito_ai-0.1.27 → mito_ai-0.1.28}/venv/share/jupyter/lab/static/5521.0337f193af4e5eee6057.js +0 -0
  659. {mito_ai-0.1.27 → mito_ai-0.1.28}/venv/share/jupyter/lab/static/5566.c76ea61eb723ee84e2cf.js +0 -0
  660. {mito_ai-0.1.27 → mito_ai-0.1.28}/venv/share/jupyter/lab/static/5606.e03dfa10c124a03f36ba.js +0 -0
  661. {mito_ai-0.1.27 → mito_ai-0.1.28}/venv/share/jupyter/lab/static/580.4ea1e6182e0b35ff091a.js +0 -0
  662. {mito_ai-0.1.27 → mito_ai-0.1.28}/venv/share/jupyter/lab/static/5829.0e46d479b4ade4783661.js +0 -0
  663. {mito_ai-0.1.27 → mito_ai-0.1.28}/venv/share/jupyter/lab/static/5847.930208c25e45ecf30657.js +0 -0
  664. {mito_ai-0.1.27 → mito_ai-0.1.28}/venv/share/jupyter/lab/static/5862.be1ec453e8db6844c62d.js +0 -0
  665. {mito_ai-0.1.27 → mito_ai-0.1.28}/venv/share/jupyter/lab/static/5877.72ab5a29e95ce21981e4.js +0 -0
  666. {mito_ai-0.1.27 → mito_ai-0.1.28}/venv/share/jupyter/lab/static/5929.d561797f8259994ecdd8.js +0 -0
  667. {mito_ai-0.1.27 → mito_ai-0.1.28}/venv/share/jupyter/lab/static/5942.05cbcd55c5f45ff7db43.js +0 -0
  668. {mito_ai-0.1.27 → mito_ai-0.1.28}/venv/share/jupyter/lab/static/5987.7e967df5417044d337a4.js +0 -0
  669. {mito_ai-0.1.27 → mito_ai-0.1.28}/venv/share/jupyter/lab/static/5cda41563a095bd70c78.woff +0 -0
  670. {mito_ai-0.1.27 → mito_ai-0.1.28}/venv/share/jupyter/lab/static/6003.94cdab770c801f3c46f7.js +0 -0
  671. {mito_ai-0.1.27 → mito_ai-0.1.28}/venv/share/jupyter/lab/static/6060.52dca011e9f2f279fc5e.js +0 -0
  672. {mito_ai-0.1.27 → mito_ai-0.1.28}/venv/share/jupyter/lab/static/6095.6e79e3bad86e054aa8c8.js +0 -0
  673. {mito_ai-0.1.27 → mito_ai-0.1.28}/venv/share/jupyter/lab/static/6145.c422868290460078c013.js +0 -0
  674. {mito_ai-0.1.27 → mito_ai-0.1.28}/venv/share/jupyter/lab/static/6166.2bc9ac8e2156c0701a52.js +0 -0
  675. {mito_ai-0.1.27 → mito_ai-0.1.28}/venv/share/jupyter/lab/static/6170.65d899f43342f1e34bf1.js +0 -0
  676. {mito_ai-0.1.27 → mito_ai-0.1.28}/venv/share/jupyter/lab/static/6180.1a4acf96a100bec7a003.js +0 -0
  677. {mito_ai-0.1.27 → mito_ai-0.1.28}/venv/share/jupyter/lab/static/6214.617de47747c5a9b19ef7.js +0 -0
  678. {mito_ai-0.1.27 → mito_ai-0.1.28}/venv/share/jupyter/lab/static/6275.e99f9312900c481b467d.js +0 -0
  679. {mito_ai-0.1.27 → mito_ai-0.1.28}/venv/share/jupyter/lab/static/6294.b3cb5e16527b9d09b4a2.js +0 -0
  680. {mito_ai-0.1.27 → mito_ai-0.1.28}/venv/share/jupyter/lab/static/6364.c592f3101de349ba3904.js +0 -0
  681. {mito_ai-0.1.27 → mito_ai-0.1.28}/venv/share/jupyter/lab/static/6372.edc0712a4be855493530.js +0 -0
  682. {mito_ai-0.1.27 → mito_ai-0.1.28}/venv/share/jupyter/lab/static/6412.ebdf8da40f1ba8272df9.js +0 -0
  683. {mito_ai-0.1.27 → mito_ai-0.1.28}/venv/share/jupyter/lab/static/6439.1723c0b3882bf535486e.js +0 -0
  684. {mito_ai-0.1.27 → mito_ai-0.1.28}/venv/share/jupyter/lab/static/6460.d9aaa1e48da295c6035d.js +0 -0
  685. {mito_ai-0.1.27 → mito_ai-0.1.28}/venv/share/jupyter/lab/static/649.4081045b1737e4213282.js +0 -0
  686. {mito_ai-0.1.27 → mito_ai-0.1.28}/venv/share/jupyter/lab/static/6492.804d51a693edf6978ef4.js +0 -0
  687. {mito_ai-0.1.27 → mito_ai-0.1.28}/venv/share/jupyter/lab/static/6540.51c00e890179a4832552.js +0 -0
  688. {mito_ai-0.1.27 → mito_ai-0.1.28}/venv/share/jupyter/lab/static/6540.51c00e890179a4832552.js.LICENSE.txt +0 -0
  689. {mito_ai-0.1.27 → mito_ai-0.1.28}/venv/share/jupyter/lab/static/6733.2d8d3e01d56d79a52e7e.js +0 -0
  690. {mito_ai-0.1.27 → mito_ai-0.1.28}/venv/share/jupyter/lab/static/6733.2d8d3e01d56d79a52e7e.js.LICENSE.txt +0 -0
  691. {mito_ai-0.1.27 → mito_ai-0.1.28}/venv/share/jupyter/lab/static/6767.4b82d96c237ca7e31bc6.js +0 -0
  692. {mito_ai-0.1.27 → mito_ai-0.1.28}/venv/share/jupyter/lab/static/6779.051cfbcb0700a96839b2.js +0 -0
  693. {mito_ai-0.1.27 → mito_ai-0.1.28}/venv/share/jupyter/lab/static/6831.1df8fa4cabb5b1c19803.js +0 -0
  694. {mito_ai-0.1.27 → mito_ai-0.1.28}/venv/share/jupyter/lab/static/6843.dabcc3c9658bc6ded6d1.js +0 -0
  695. {mito_ai-0.1.27 → mito_ai-0.1.28}/venv/share/jupyter/lab/static/6874.bb2f7fbc6ce56eecc800.js +0 -0
  696. {mito_ai-0.1.27 → mito_ai-0.1.28}/venv/share/jupyter/lab/static/6896.af1d649e0efae70b7b1a.js +0 -0
  697. {mito_ai-0.1.27 → mito_ai-0.1.28}/venv/share/jupyter/lab/static/6941.465bebbd3d8a024f5f15.js +0 -0
  698. {mito_ai-0.1.27 → mito_ai-0.1.28}/venv/share/jupyter/lab/static/6974.b5b353b8af28fbc91291.js +0 -0
  699. {mito_ai-0.1.27 → mito_ai-0.1.28}/venv/share/jupyter/lab/static/6986.c4dab251590b27fdd9ad.js +0 -0
  700. {mito_ai-0.1.27 → mito_ai-0.1.28}/venv/share/jupyter/lab/static/6993.c93f5a810fcf441cbb6f.js +0 -0
  701. {mito_ai-0.1.27 → mito_ai-0.1.28}/venv/share/jupyter/lab/static/7136.b312751fbb25b73f5e71.js +0 -0
  702. {mito_ai-0.1.27 → mito_ai-0.1.28}/venv/share/jupyter/lab/static/721921bab0d001ebff02.woff +0 -0
  703. {mito_ai-0.1.27 → mito_ai-0.1.28}/venv/share/jupyter/lab/static/7250.b88d0a5e237ff5ff1aad.js +0 -0
  704. {mito_ai-0.1.27 → mito_ai-0.1.28}/venv/share/jupyter/lab/static/7260.b47dcaccbe7991104e8a.js +0 -0
  705. {mito_ai-0.1.27 → mito_ai-0.1.28}/venv/share/jupyter/lab/static/7269.962f078e97afc4f68e79.js +0 -0
  706. {mito_ai-0.1.27 → mito_ai-0.1.28}/venv/share/jupyter/lab/static/72bc573386dd1d48c5bb.woff +0 -0
  707. {mito_ai-0.1.27 → mito_ai-0.1.28}/venv/share/jupyter/lab/static/731.82a7b980b5b7f4b7a14f.js +0 -0
  708. {mito_ai-0.1.27 → mito_ai-0.1.28}/venv/share/jupyter/lab/static/7318.7cc6b4b0b3151b205ecb.js +0 -0
  709. {mito_ai-0.1.27 → mito_ai-0.1.28}/venv/share/jupyter/lab/static/7371.63b12ce793df713ab95b.js +0 -0
  710. {mito_ai-0.1.27 → mito_ai-0.1.28}/venv/share/jupyter/lab/static/7425.f1c25f6c8aaec77e8635.js +0 -0
  711. {mito_ai-0.1.27 → mito_ai-0.1.28}/venv/share/jupyter/lab/static/7445.7c793c8e1720f8ec4f85.js +0 -0
  712. {mito_ai-0.1.27 → mito_ai-0.1.28}/venv/share/jupyter/lab/static/7575.2e3e32236d5667bba43f.js +0 -0
  713. {mito_ai-0.1.27 → mito_ai-0.1.28}/venv/share/jupyter/lab/static/7587.3112240b6b82407b0f16.js +0 -0
  714. {mito_ai-0.1.27 → mito_ai-0.1.28}/venv/share/jupyter/lab/static/7694.1cbff84dccb512476b7c.js +0 -0
  715. {mito_ai-0.1.27 → mito_ai-0.1.28}/venv/share/jupyter/lab/static/7741.2ad1372a5862c4522be3.js +0 -0
  716. {mito_ai-0.1.27 → mito_ai-0.1.28}/venv/share/jupyter/lab/static/7756.93d0ab41829355a147ab.js +0 -0
  717. {mito_ai-0.1.27 → mito_ai-0.1.28}/venv/share/jupyter/lab/static/7769.d39df7673ee2660a9ac4.js +0 -0
  718. {mito_ai-0.1.27 → mito_ai-0.1.28}/venv/share/jupyter/lab/static/7799.97fcec85f6547cd50a54.js +0 -0
  719. {mito_ai-0.1.27 → mito_ai-0.1.28}/venv/share/jupyter/lab/static/7803.0c8929610218552319bf.js +0 -0
  720. {mito_ai-0.1.27 → mito_ai-0.1.28}/venv/share/jupyter/lab/static/7856.dd9523e57bed80f1f694.js +0 -0
  721. {mito_ai-0.1.27 → mito_ai-0.1.28}/venv/share/jupyter/lab/static/7879.5c485d200dc01b6f43ff.js +0 -0
  722. {mito_ai-0.1.27 → mito_ai-0.1.28}/venv/share/jupyter/lab/static/7881.c5a234ce171f347c94e2.js +0 -0
  723. {mito_ai-0.1.27 → mito_ai-0.1.28}/venv/share/jupyter/lab/static/7990.0d774450b53727ab32d5.js +0 -0
  724. {mito_ai-0.1.27 → mito_ai-0.1.28}/venv/share/jupyter/lab/static/7990.0d774450b53727ab32d5.js.LICENSE.txt +0 -0
  725. {mito_ai-0.1.27 → mito_ai-0.1.28}/venv/share/jupyter/lab/static/79d088064beb3826054f.eot +0 -0
  726. {mito_ai-0.1.27 → mito_ai-0.1.28}/venv/share/jupyter/lab/static/8038.aea19fb961abd87d6255.js +0 -0
  727. {mito_ai-0.1.27 → mito_ai-0.1.28}/venv/share/jupyter/lab/static/805.2a0b8ac50aa8e6ab096f.js +0 -0
  728. {mito_ai-0.1.27 → mito_ai-0.1.28}/venv/share/jupyter/lab/static/8103.ed2b21471519b58a3d73.js +0 -0
  729. {mito_ai-0.1.27 → mito_ai-0.1.28}/venv/share/jupyter/lab/static/8217.801fbb0b549a74238760.js +0 -0
  730. {mito_ai-0.1.27 → mito_ai-0.1.28}/venv/share/jupyter/lab/static/8232.e31d5021e77a9b5215d6.js +0 -0
  731. {mito_ai-0.1.27 → mito_ai-0.1.28}/venv/share/jupyter/lab/static/8313.aac706f5036a7209b3a8.js +0 -0
  732. {mito_ai-0.1.27 → mito_ai-0.1.28}/venv/share/jupyter/lab/static/8326.9dda93079a9e4f1b9be6.js +0 -0
  733. {mito_ai-0.1.27 → mito_ai-0.1.28}/venv/share/jupyter/lab/static/8354.94077232b086a13541cc.js +0 -0
  734. {mito_ai-0.1.27 → mito_ai-0.1.28}/venv/share/jupyter/lab/static/8368.c75a4b32ae45ec88465d.js +0 -0
  735. {mito_ai-0.1.27 → mito_ai-0.1.28}/venv/share/jupyter/lab/static/8391.e5fb2e35cced405eb819.js +0 -0
  736. {mito_ai-0.1.27 → mito_ai-0.1.28}/venv/share/jupyter/lab/static/84.fe0a55d7756c37585fb4.js +0 -0
  737. {mito_ai-0.1.27 → mito_ai-0.1.28}/venv/share/jupyter/lab/static/8418.42e29778d4b49fb54e8e.js +0 -0
  738. {mito_ai-0.1.27 → mito_ai-0.1.28}/venv/share/jupyter/lab/static/8493.3b6106e45d5661438d8e.js +0 -0
  739. {mito_ai-0.1.27 → mito_ai-0.1.28}/venv/share/jupyter/lab/static/8537.21b8b9ae0d81ae264499.js +0 -0
  740. {mito_ai-0.1.27 → mito_ai-0.1.28}/venv/share/jupyter/lab/static/8606.bc1b0136e61d173913cd.js +0 -0
  741. {mito_ai-0.1.27 → mito_ai-0.1.28}/venv/share/jupyter/lab/static/867.e814bf26fbfc77fc4f16.js +0 -0
  742. {mito_ai-0.1.27 → mito_ai-0.1.28}/venv/share/jupyter/lab/static/870673df72e70f87c91a.woff +0 -0
  743. {mito_ai-0.1.27 → mito_ai-0.1.28}/venv/share/jupyter/lab/static/874.fbd3ae653c7337f3425b.js +0 -0
  744. {mito_ai-0.1.27 → mito_ai-0.1.28}/venv/share/jupyter/lab/static/8753.56da17175b663d61f9d3.js +0 -0
  745. {mito_ai-0.1.27 → mito_ai-0.1.28}/venv/share/jupyter/lab/static/8778.a3883f9acac5a903d6be.js +0 -0
  746. {mito_ai-0.1.27 → mito_ai-0.1.28}/venv/share/jupyter/lab/static/8779.6eebdb56785e3d38a457.js +0 -0
  747. {mito_ai-0.1.27 → mito_ai-0.1.28}/venv/share/jupyter/lab/static/8786.a2bc3dfc1ea13c04ba94.js +0 -0
  748. {mito_ai-0.1.27 → mito_ai-0.1.28}/venv/share/jupyter/lab/static/8786.a2bc3dfc1ea13c04ba94.js.LICENSE.txt +0 -0
  749. {mito_ai-0.1.27 → mito_ai-0.1.28}/venv/share/jupyter/lab/static/8816.d7ec52fb31e9c6749593.js +0 -0
  750. {mito_ai-0.1.27 → mito_ai-0.1.28}/venv/share/jupyter/lab/static/8830.d5bb102ed8737ffe38cb.js +0 -0
  751. {mito_ai-0.1.27 → mito_ai-0.1.28}/venv/share/jupyter/lab/static/8855.b17b9969fce42d0398e4.js +0 -0
  752. {mito_ai-0.1.27 → mito_ai-0.1.28}/venv/share/jupyter/lab/static/88b98cad3688915e50da.woff +0 -0
  753. {mito_ai-0.1.27 → mito_ai-0.1.28}/venv/share/jupyter/lab/static/89.933673451ca4a51053cb.js +0 -0
  754. {mito_ai-0.1.27 → mito_ai-0.1.28}/venv/share/jupyter/lab/static/8915.ab253990b1581460b255.js +0 -0
  755. {mito_ai-0.1.27 → mito_ai-0.1.28}/venv/share/jupyter/lab/static/898.ed04189e15f0a3781fb1.js +0 -0
  756. {mito_ai-0.1.27 → mito_ai-0.1.28}/venv/share/jupyter/lab/static/8ea8791754915a898a31.woff2 +0 -0
  757. {mito_ai-0.1.27 → mito_ai-0.1.28}/venv/share/jupyter/lab/static/8ea8dbb1b02e6f730f55.woff +0 -0
  758. {mito_ai-0.1.27 → mito_ai-0.1.28}/venv/share/jupyter/lab/static/9023.2ff687d7ff50df3719fc.js +0 -0
  759. {mito_ai-0.1.27 → mito_ai-0.1.28}/venv/share/jupyter/lab/static/9046.99c477ea375dcbb8c7ca.js +0 -0
  760. {mito_ai-0.1.27 → mito_ai-0.1.28}/venv/share/jupyter/lab/static/9085.93df3ddfd17e1e45d82c.js +0 -0
  761. {mito_ai-0.1.27 → mito_ai-0.1.28}/venv/share/jupyter/lab/static/9085.93df3ddfd17e1e45d82c.js.LICENSE.txt +0 -0
  762. {mito_ai-0.1.27 → mito_ai-0.1.28}/venv/share/jupyter/lab/static/9123.501219cd782693d6539f.js +0 -0
  763. {mito_ai-0.1.27 → mito_ai-0.1.28}/venv/share/jupyter/lab/static/9136.8f4cc6ecadcf250fd8ac.js +0 -0
  764. {mito_ai-0.1.27 → mito_ai-0.1.28}/venv/share/jupyter/lab/static/9137.179a3c47465e7fb8f067.js +0 -0
  765. {mito_ai-0.1.27 → mito_ai-0.1.28}/venv/share/jupyter/lab/static/9296.1c75c887f933757c6bfb.js +0 -0
  766. {mito_ai-0.1.27 → mito_ai-0.1.28}/venv/share/jupyter/lab/static/9311.ad0012965aa52db7a3e3.js +0 -0
  767. {mito_ai-0.1.27 → mito_ai-0.1.28}/venv/share/jupyter/lab/static/9329.1683d45b6478b7c81a24.js +0 -0
  768. {mito_ai-0.1.27 → mito_ai-0.1.28}/venv/share/jupyter/lab/static/9359.34d1b961b733676193cb.js +0 -0
  769. {mito_ai-0.1.27 → mito_ai-0.1.28}/venv/share/jupyter/lab/static/9400.90fd1d2212781c80b587.js +0 -0
  770. {mito_ai-0.1.27 → mito_ai-0.1.28}/venv/share/jupyter/lab/static/9474.01b4e1d1e3376f4a5919.js +0 -0
  771. {mito_ai-0.1.27 → mito_ai-0.1.28}/venv/share/jupyter/lab/static/9517.7056cafdf1da3a136d45.js +0 -0
  772. {mito_ai-0.1.27 → mito_ai-0.1.28}/venv/share/jupyter/lab/static/9572.f91bbaa33e932d524f8f.js +0 -0
  773. {mito_ai-0.1.27 → mito_ai-0.1.28}/venv/share/jupyter/lab/static/961.29c067b15a524e556eed.js +0 -0
  774. {mito_ai-0.1.27 → mito_ai-0.1.28}/venv/share/jupyter/lab/static/961.29c067b15a524e556eed.js.LICENSE.txt +0 -0
  775. {mito_ai-0.1.27 → mito_ai-0.1.28}/venv/share/jupyter/lab/static/9652.a8d2e5854bcae4d40041.js +0 -0
  776. {mito_ai-0.1.27 → mito_ai-0.1.28}/venv/share/jupyter/lab/static/9674eb1bd55047179038.svg +0 -0
  777. {mito_ai-0.1.27 → mito_ai-0.1.28}/venv/share/jupyter/lab/static/9744.c7c91fdb0180dcf5cd9b.js +0 -0
  778. {mito_ai-0.1.27 → mito_ai-0.1.28}/venv/share/jupyter/lab/static/9746.c7e86b432363dfd28caa.js +0 -0
  779. {mito_ai-0.1.27 → mito_ai-0.1.28}/venv/share/jupyter/lab/static/9834b82ad26e2a37583d.woff2 +0 -0
  780. {mito_ai-0.1.27 → mito_ai-0.1.28}/venv/share/jupyter/lab/static/9881.37d189ff085cb3468683.js +0 -0
  781. {mito_ai-0.1.27 → mito_ai-0.1.28}/venv/share/jupyter/lab/static/9890.75ea8024e2c1c49c89a3.js +0 -0
  782. {mito_ai-0.1.27 → mito_ai-0.1.28}/venv/share/jupyter/lab/static/9892.6d289e7baed8c64d88e2.js +0 -0
  783. {mito_ai-0.1.27 → mito_ai-0.1.28}/venv/share/jupyter/lab/static/9892.6d289e7baed8c64d88e2.js.LICENSE.txt +0 -0
  784. {mito_ai-0.1.27 → mito_ai-0.1.28}/venv/share/jupyter/lab/static/a009bea404f7a500ded4.woff +0 -0
  785. {mito_ai-0.1.27 → mito_ai-0.1.28}/venv/share/jupyter/lab/static/a3b9817780214caf01e8.svg +0 -0
  786. {mito_ai-0.1.27 → mito_ai-0.1.28}/venv/share/jupyter/lab/static/af04542b29eaac04550a.woff +0 -0
  787. {mito_ai-0.1.27 → mito_ai-0.1.28}/venv/share/jupyter/lab/static/af6397503fcefbd61397.ttf +0 -0
  788. {mito_ai-0.1.27 → mito_ai-0.1.28}/venv/share/jupyter/lab/static/af96f67d7accf5fd2a4a.woff +0 -0
  789. {mito_ai-0.1.27 → mito_ai-0.1.28}/venv/share/jupyter/lab/static/b418136e3b384baaadec.woff +0 -0
  790. {mito_ai-0.1.27 → mito_ai-0.1.28}/venv/share/jupyter/lab/static/be0a084962d8066884f7.svg +0 -0
  791. {mito_ai-0.1.27 → mito_ai-0.1.28}/venv/share/jupyter/lab/static/bootstrap.js +0 -0
  792. {mito_ai-0.1.27 → mito_ai-0.1.28}/venv/share/jupyter/lab/static/build_log.json +0 -0
  793. {mito_ai-0.1.27 → mito_ai-0.1.28}/venv/share/jupyter/lab/static/c49810b53ecc0d87d802.woff +0 -0
  794. {mito_ai-0.1.27 → mito_ai-0.1.28}/venv/share/jupyter/lab/static/c56da8d69f1a0208b8e0.woff +0 -0
  795. {mito_ai-0.1.27 → mito_ai-0.1.28}/venv/share/jupyter/lab/static/cb9e9e693192413cde2b.woff +0 -0
  796. {mito_ai-0.1.27 → mito_ai-0.1.28}/venv/share/jupyter/lab/static/cda59d6efffa685830fd.ttf +0 -0
  797. {mito_ai-0.1.27 → mito_ai-0.1.28}/venv/share/jupyter/lab/static/e4299464e7b012968eed.eot +0 -0
  798. {mito_ai-0.1.27 → mito_ai-0.1.28}/venv/share/jupyter/lab/static/e42a88444448ac3d6054.woff2 +0 -0
  799. {mito_ai-0.1.27 → mito_ai-0.1.28}/venv/share/jupyter/lab/static/e8711bbb871afd8e9dea.ttf +0 -0
  800. {mito_ai-0.1.27 → mito_ai-0.1.28}/venv/share/jupyter/lab/static/f9217f66874b0c01cd8c.woff +0 -0
  801. {mito_ai-0.1.27 → mito_ai-0.1.28}/venv/share/jupyter/lab/static/fc6ddf5df402b263cfb1.woff +0 -0
  802. {mito_ai-0.1.27 → mito_ai-0.1.28}/venv/share/jupyter/lab/static/index.html +0 -0
  803. {mito_ai-0.1.27 → mito_ai-0.1.28}/venv/share/jupyter/lab/static/index.out.js +0 -0
  804. {mito_ai-0.1.27 → mito_ai-0.1.28}/venv/share/jupyter/lab/static/jlab_core.7930f75c363206fef83d.js +0 -0
  805. {mito_ai-0.1.27 → mito_ai-0.1.28}/venv/share/jupyter/lab/static/main.e0ad11baf75be894f6f6.js +0 -0
  806. {mito_ai-0.1.27 → mito_ai-0.1.28}/venv/share/jupyter/lab/static/package.json +0 -0
  807. {mito_ai-0.1.27 → mito_ai-0.1.28}/venv/share/jupyter/lab/static/style.js +0 -0
  808. {mito_ai-0.1.27 → mito_ai-0.1.28}/venv/share/jupyter/lab/static/third-party-licenses.json +0 -0
  809. {mito_ai-0.1.27 → mito_ai-0.1.28}/venv/share/jupyter/lab/themes/@jupyterlab/theme-dark-extension/index.css +0 -0
  810. {mito_ai-0.1.27 → mito_ai-0.1.28}/venv/share/jupyter/lab/themes/@jupyterlab/theme-dark-extension/index.js +0 -0
  811. {mito_ai-0.1.27 → mito_ai-0.1.28}/venv/share/jupyter/lab/themes/@jupyterlab/theme-dark-high-contrast-extension/index.css +0 -0
  812. {mito_ai-0.1.27 → mito_ai-0.1.28}/venv/share/jupyter/lab/themes/@jupyterlab/theme-dark-high-contrast-extension/index.js +0 -0
  813. {mito_ai-0.1.27 → mito_ai-0.1.28}/venv/share/jupyter/lab/themes/@jupyterlab/theme-light-extension/index.css +0 -0
  814. {mito_ai-0.1.27 → mito_ai-0.1.28}/venv/share/jupyter/lab/themes/@jupyterlab/theme-light-extension/index.js +0 -0
  815. {mito_ai-0.1.27 → mito_ai-0.1.28}/venv/share/jupyter/labextensions/jupyterlab_pygments/install.json +0 -0
  816. {mito_ai-0.1.27 → mito_ai-0.1.28}/venv/share/jupyter/labextensions/jupyterlab_pygments/package.json +0 -0
  817. {mito_ai-0.1.27 → mito_ai-0.1.28}/venv/share/jupyter/labextensions/jupyterlab_pygments/static/568.1e2faa2ba0bbe59c4780.js +0 -0
  818. {mito_ai-0.1.27 → mito_ai-0.1.28}/venv/share/jupyter/labextensions/jupyterlab_pygments/static/747.67662283a5707eeb4d4c.js +0 -0
  819. {mito_ai-0.1.27 → mito_ai-0.1.28}/venv/share/jupyter/labextensions/jupyterlab_pygments/static/remoteEntry.5cbb9d2323598fbda535.js +0 -0
  820. {mito_ai-0.1.27 → mito_ai-0.1.28}/venv/share/jupyter/labextensions/jupyterlab_pygments/static/style.js +0 -0
  821. {mito_ai-0.1.27 → mito_ai-0.1.28}/venv/share/jupyter/labextensions/jupyterlab_pygments/static/third-party-licenses.json +0 -0
  822. {mito_ai-0.1.27 → mito_ai-0.1.28}/venv/share/jupyter/labextensions/mito_ai/schemas/mito_ai/toolbar-buttons.json +0 -0
  823. {mito_ai-0.1.27 → mito_ai-0.1.28}/venv/share/jupyter/labextensions/mito_ai/static/style.js +0 -0
  824. {mito_ai-0.1.27 → mito_ai-0.1.28}/venv/share/jupyter/labextensions/mito_ai/static/style_index_js.06083e515de4862df010.js +0 -0
  825. {mito_ai-0.1.27 → mito_ai-0.1.28}/venv/share/jupyter/labextensions/mito_ai/static/style_index_js.06083e515de4862df010.js.map +0 -0
  826. {mito_ai-0.1.27 → mito_ai-0.1.28}/venv/share/jupyter/labextensions/mito_ai/static/vendors-node_modules_html2canvas_dist_html2canvas_js.ea47e8c8c906197f8d19.js +0 -0
  827. {mito_ai-0.1.27 → mito_ai-0.1.28}/venv/share/jupyter/labextensions/mito_ai/static/vendors-node_modules_html2canvas_dist_html2canvas_js.ea47e8c8c906197f8d19.js.map +0 -0
  828. {mito_ai-0.1.27 → mito_ai-0.1.28}/venv/share/jupyter/labextensions/mito_ai/static/vendors-node_modules_semver_index_js.9795f79265ddb416864b.js +0 -0
  829. {mito_ai-0.1.27 → mito_ai-0.1.28}/venv/share/jupyter/labextensions/mito_ai/static/vendors-node_modules_semver_index_js.9795f79265ddb416864b.js.map +0 -0
  830. {mito_ai-0.1.27 → mito_ai-0.1.28}/venv/share/jupyter/labextensions/mito_ai/static/vendors-node_modules_vscode-diff_dist_index_js.ea55f1f9346638aafbcf.js +0 -0
  831. {mito_ai-0.1.27 → mito_ai-0.1.28}/venv/share/jupyter/labextensions/mito_ai/static/vendors-node_modules_vscode-diff_dist_index_js.ea55f1f9346638aafbcf.js.map +0 -0
  832. {mito_ai-0.1.27 → mito_ai-0.1.28}/venv/share/jupyter/nbconvert/templates/asciidoc/conf.json +0 -0
  833. {mito_ai-0.1.27 → mito_ai-0.1.28}/venv/share/jupyter/nbconvert/templates/asciidoc/index.asciidoc.j2 +0 -0
  834. {mito_ai-0.1.27 → mito_ai-0.1.28}/venv/share/jupyter/nbconvert/templates/base/cell_id_anchor.j2 +0 -0
  835. {mito_ai-0.1.27 → mito_ai-0.1.28}/venv/share/jupyter/nbconvert/templates/base/celltags.j2 +0 -0
  836. {mito_ai-0.1.27 → mito_ai-0.1.28}/venv/share/jupyter/nbconvert/templates/base/display_priority.j2 +0 -0
  837. {mito_ai-0.1.27 → mito_ai-0.1.28}/venv/share/jupyter/nbconvert/templates/base/jupyter_widgets.html.j2 +0 -0
  838. {mito_ai-0.1.27 → mito_ai-0.1.28}/venv/share/jupyter/nbconvert/templates/base/mathjax.html.j2 +0 -0
  839. {mito_ai-0.1.27 → mito_ai-0.1.28}/venv/share/jupyter/nbconvert/templates/base/null.j2 +0 -0
  840. {mito_ai-0.1.27 → mito_ai-0.1.28}/venv/share/jupyter/nbconvert/templates/basic/conf.json +0 -0
  841. {mito_ai-0.1.27 → mito_ai-0.1.28}/venv/share/jupyter/nbconvert/templates/basic/index.html.j2 +0 -0
  842. {mito_ai-0.1.27 → mito_ai-0.1.28}/venv/share/jupyter/nbconvert/templates/classic/base.html.j2 +0 -0
  843. {mito_ai-0.1.27 → mito_ai-0.1.28}/venv/share/jupyter/nbconvert/templates/classic/conf.json +0 -0
  844. {mito_ai-0.1.27 → mito_ai-0.1.28}/venv/share/jupyter/nbconvert/templates/classic/index.html.j2 +0 -0
  845. {mito_ai-0.1.27 → mito_ai-0.1.28}/venv/share/jupyter/nbconvert/templates/classic/static/style.css +0 -0
  846. {mito_ai-0.1.27 → mito_ai-0.1.28}/venv/share/jupyter/nbconvert/templates/compatibility/display_priority.tpl +0 -0
  847. {mito_ai-0.1.27 → mito_ai-0.1.28}/venv/share/jupyter/nbconvert/templates/compatibility/full.tpl +0 -0
  848. {mito_ai-0.1.27 → mito_ai-0.1.28}/venv/share/jupyter/nbconvert/templates/lab/base.html.j2 +0 -0
  849. {mito_ai-0.1.27 → mito_ai-0.1.28}/venv/share/jupyter/nbconvert/templates/lab/conf.json +0 -0
  850. {mito_ai-0.1.27 → mito_ai-0.1.28}/venv/share/jupyter/nbconvert/templates/lab/index.html.j2 +0 -0
  851. {mito_ai-0.1.27 → mito_ai-0.1.28}/venv/share/jupyter/nbconvert/templates/lab/mermaidjs.html.j2 +0 -0
  852. {mito_ai-0.1.27 → mito_ai-0.1.28}/venv/share/jupyter/nbconvert/templates/lab/static/index.css +0 -0
  853. {mito_ai-0.1.27 → mito_ai-0.1.28}/venv/share/jupyter/nbconvert/templates/lab/static/theme-dark.css +0 -0
  854. {mito_ai-0.1.27 → mito_ai-0.1.28}/venv/share/jupyter/nbconvert/templates/lab/static/theme-light.css +0 -0
  855. {mito_ai-0.1.27 → mito_ai-0.1.28}/venv/share/jupyter/nbconvert/templates/latex/base.tex.j2 +0 -0
  856. {mito_ai-0.1.27 → mito_ai-0.1.28}/venv/share/jupyter/nbconvert/templates/latex/conf.json +0 -0
  857. {mito_ai-0.1.27 → mito_ai-0.1.28}/venv/share/jupyter/nbconvert/templates/latex/display_priority.j2 +0 -0
  858. {mito_ai-0.1.27 → mito_ai-0.1.28}/venv/share/jupyter/nbconvert/templates/latex/document_contents.tex.j2 +0 -0
  859. {mito_ai-0.1.27 → mito_ai-0.1.28}/venv/share/jupyter/nbconvert/templates/latex/index.tex.j2 +0 -0
  860. {mito_ai-0.1.27 → mito_ai-0.1.28}/venv/share/jupyter/nbconvert/templates/latex/null.j2 +0 -0
  861. {mito_ai-0.1.27 → mito_ai-0.1.28}/venv/share/jupyter/nbconvert/templates/latex/report.tex.j2 +0 -0
  862. {mito_ai-0.1.27 → mito_ai-0.1.28}/venv/share/jupyter/nbconvert/templates/latex/style_bw_ipython.tex.j2 +0 -0
  863. {mito_ai-0.1.27 → mito_ai-0.1.28}/venv/share/jupyter/nbconvert/templates/latex/style_bw_python.tex.j2 +0 -0
  864. {mito_ai-0.1.27 → mito_ai-0.1.28}/venv/share/jupyter/nbconvert/templates/latex/style_ipython.tex.j2 +0 -0
  865. {mito_ai-0.1.27 → mito_ai-0.1.28}/venv/share/jupyter/nbconvert/templates/latex/style_jupyter.tex.j2 +0 -0
  866. {mito_ai-0.1.27 → mito_ai-0.1.28}/venv/share/jupyter/nbconvert/templates/latex/style_python.tex.j2 +0 -0
  867. {mito_ai-0.1.27 → mito_ai-0.1.28}/venv/share/jupyter/nbconvert/templates/markdown/conf.json +0 -0
  868. {mito_ai-0.1.27 → mito_ai-0.1.28}/venv/share/jupyter/nbconvert/templates/markdown/index.md.j2 +0 -0
  869. {mito_ai-0.1.27 → mito_ai-0.1.28}/venv/share/jupyter/nbconvert/templates/python/conf.json +0 -0
  870. {mito_ai-0.1.27 → mito_ai-0.1.28}/venv/share/jupyter/nbconvert/templates/python/index.py.j2 +0 -0
  871. {mito_ai-0.1.27 → mito_ai-0.1.28}/venv/share/jupyter/nbconvert/templates/reveal/base.html.j2 +0 -0
  872. {mito_ai-0.1.27 → mito_ai-0.1.28}/venv/share/jupyter/nbconvert/templates/reveal/cellslidedata.j2 +0 -0
  873. {mito_ai-0.1.27 → mito_ai-0.1.28}/venv/share/jupyter/nbconvert/templates/reveal/conf.json +0 -0
  874. {mito_ai-0.1.27 → mito_ai-0.1.28}/venv/share/jupyter/nbconvert/templates/reveal/index.html.j2 +0 -0
  875. {mito_ai-0.1.27 → mito_ai-0.1.28}/venv/share/jupyter/nbconvert/templates/reveal/static/custom_reveal.css +0 -0
  876. {mito_ai-0.1.27 → mito_ai-0.1.28}/venv/share/jupyter/nbconvert/templates/rst/conf.json +0 -0
  877. {mito_ai-0.1.27 → mito_ai-0.1.28}/venv/share/jupyter/nbconvert/templates/rst/index.rst.j2 +0 -0
  878. {mito_ai-0.1.27 → mito_ai-0.1.28}/venv/share/jupyter/nbconvert/templates/script/conf.json +0 -0
  879. {mito_ai-0.1.27 → mito_ai-0.1.28}/venv/share/jupyter/nbconvert/templates/script/script.j2 +0 -0
  880. {mito_ai-0.1.27 → mito_ai-0.1.28}/venv/share/jupyter/nbconvert/templates/webpdf/conf.json +0 -0
  881. {mito_ai-0.1.27 → mito_ai-0.1.28}/venv/share/jupyter/nbconvert/templates/webpdf/index.pdf.j2 +0 -0
  882. {mito_ai-0.1.27 → mito_ai-0.1.28}/venv/share/man/man1/ipython.1 +0 -0
  883. {mito_ai-0.1.27 → mito_ai-0.1.28}/yarn.lock +0 -0
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: mito_ai
3
- Version: 0.1.27
3
+ Version: 0.1.28
4
4
  Summary: AI chat for JupyterLab
5
5
  Project-URL: Homepage, https://trymito.io
6
6
  Project-URL: Bug Tracker, https://github.com/mito-ds/monorepo/issues
@@ -1,4 +1,4 @@
1
1
  # This file is auto-generated by Hatchling. As such, do not:
2
2
  # - modify
3
3
  # - track in version control e.g. be sure to add to .gitignore
4
- __version__ = VERSION = '0.1.27'
4
+ __version__ = VERSION = '0.1.28'
@@ -710,7 +710,7 @@
710
710
  "semver": {},
711
711
  "vscode-diff": {},
712
712
  "mito_ai": {
713
- "version": "0.1.27",
713
+ "version": "0.1.28",
714
714
  "singleton": true,
715
715
  "import": "/home/runner/work/mito/mito/mito-ai/lib/index.js"
716
716
  }
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "mito_ai",
3
- "version": "0.1.27",
3
+ "version": "0.1.28",
4
4
  "description": "AI chat for JupyterLab",
5
5
  "keywords": [
6
6
  "jupyter",
@@ -138,7 +138,7 @@
138
138
  "outputDir": "mito_ai/labextension",
139
139
  "schemaDir": "schema",
140
140
  "_build": {
141
- "load": "static/remoteEntry.806d64f6e8a03c8a76c7.js",
141
+ "load": "static/remoteEntry.92c6411fdc4075df549b.js",
142
142
  "extension": "./extension",
143
143
  "style": "./style"
144
144
  }
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "mito_ai",
3
- "version": "0.1.27",
3
+ "version": "0.1.28",
4
4
  "description": "AI chat for JupyterLab",
5
5
  "keywords": [
6
6
  "jupyter",
@@ -1470,33 +1470,34 @@ __webpack_require__.r(__webpack_exports__);
1470
1470
  /* harmony import */ var _style_TextButton_css__WEBPACK_IMPORTED_MODULE_5__ = __webpack_require__(/*! ../../../style/TextButton.css */ "./style/TextButton.css");
1471
1471
  /* harmony import */ var _jupyterlab_ui_components__WEBPACK_IMPORTED_MODULE_6__ = __webpack_require__(/*! @jupyterlab/ui-components */ "webpack/sharing/consume/default/@jupyterlab/ui-components");
1472
1472
  /* harmony import */ var _jupyterlab_ui_components__WEBPACK_IMPORTED_MODULE_6___default = /*#__PURE__*/__webpack_require__.n(_jupyterlab_ui_components__WEBPACK_IMPORTED_MODULE_6__);
1473
- /* harmony import */ var _icons__WEBPACK_IMPORTED_MODULE_22__ = __webpack_require__(/*! ../../icons */ "./lib/icons/index.js");
1474
- /* harmony import */ var _icons_MitoLogo__WEBPACK_IMPORTED_MODULE_23__ = __webpack_require__(/*! ../../icons/MitoLogo */ "./lib/icons/MitoLogo.js");
1475
- /* harmony import */ var _ChatMessage_ChatInput__WEBPACK_IMPORTED_MODULE_31__ = __webpack_require__(/*! ./ChatMessage/ChatInput */ "./lib/Extensions/AiChat/ChatMessage/ChatInput.js");
1476
- /* harmony import */ var _ChatMessage_ChatMessage__WEBPACK_IMPORTED_MODULE_25__ = __webpack_require__(/*! ./ChatMessage/ChatMessage */ "./lib/Extensions/AiChat/ChatMessage/ChatMessage.js");
1477
- /* harmony import */ var _ChatMessage_ScrollableSuggestions__WEBPACK_IMPORTED_MODULE_29__ = __webpack_require__(/*! ./ChatMessage/ScrollableSuggestions */ "./lib/Extensions/AiChat/ChatMessage/ScrollableSuggestions.js");
1473
+ /* harmony import */ var _icons__WEBPACK_IMPORTED_MODULE_23__ = __webpack_require__(/*! ../../icons */ "./lib/icons/index.js");
1474
+ /* harmony import */ var _icons_MitoLogo__WEBPACK_IMPORTED_MODULE_24__ = __webpack_require__(/*! ../../icons/MitoLogo */ "./lib/icons/MitoLogo.js");
1475
+ /* harmony import */ var _ChatMessage_ChatInput__WEBPACK_IMPORTED_MODULE_32__ = __webpack_require__(/*! ./ChatMessage/ChatInput */ "./lib/Extensions/AiChat/ChatMessage/ChatInput.js");
1476
+ /* harmony import */ var _ChatMessage_ChatMessage__WEBPACK_IMPORTED_MODULE_26__ = __webpack_require__(/*! ./ChatMessage/ChatMessage */ "./lib/Extensions/AiChat/ChatMessage/ChatMessage.js");
1477
+ /* harmony import */ var _ChatMessage_ScrollableSuggestions__WEBPACK_IMPORTED_MODULE_30__ = __webpack_require__(/*! ./ChatMessage/ScrollableSuggestions */ "./lib/Extensions/AiChat/ChatMessage/ScrollableSuggestions.js");
1478
1478
  /* harmony import */ var _ChatHistoryManager__WEBPACK_IMPORTED_MODULE_7__ = __webpack_require__(/*! ./ChatHistoryManager */ "./lib/Extensions/AiChat/ChatHistoryManager.js");
1479
- /* harmony import */ var _CodeDiffDisplay__WEBPACK_IMPORTED_MODULE_18__ = __webpack_require__(/*! ./CodeDiffDisplay */ "./lib/Extensions/AiChat/CodeDiffDisplay.js");
1480
- /* harmony import */ var _components_ToggleButton__WEBPACK_IMPORTED_MODULE_32__ = __webpack_require__(/*! ../../components/ToggleButton */ "./lib/components/ToggleButton.js");
1481
- /* harmony import */ var _components_IconButton__WEBPACK_IMPORTED_MODULE_19__ = __webpack_require__(/*! ../../components/IconButton */ "./lib/components/IconButton.js");
1482
- /* harmony import */ var _components_LoadingDots__WEBPACK_IMPORTED_MODULE_26__ = __webpack_require__(/*! ../../components/LoadingDots */ "./lib/components/LoadingDots.js");
1483
- /* harmony import */ var _commands__WEBPACK_IMPORTED_MODULE_17__ = __webpack_require__(/*! ../../commands */ "./lib/commands.js");
1484
- /* harmony import */ var _utils_codeDiff__WEBPACK_IMPORTED_MODULE_16__ = __webpack_require__(/*! ../../utils/codeDiff */ "./lib/utils/codeDiff.js");
1485
- /* harmony import */ var _utils_notebook__WEBPACK_IMPORTED_MODULE_11__ = __webpack_require__(/*! ../../utils/notebook */ "./lib/utils/notebook.js");
1486
- /* harmony import */ var _utils_strings__WEBPACK_IMPORTED_MODULE_13__ = __webpack_require__(/*! ../../utils/strings */ "./lib/utils/strings.js");
1487
- /* harmony import */ var _utils_agentActions__WEBPACK_IMPORTED_MODULE_15__ = __webpack_require__(/*! ../../utils/agentActions */ "./lib/utils/agentActions.js");
1488
- /* harmony import */ var _utils_scroll__WEBPACK_IMPORTED_MODULE_10__ = __webpack_require__(/*! ../../utils/scroll */ "./lib/utils/scroll.js");
1489
- /* harmony import */ var _components_LoadingCircle__WEBPACK_IMPORTED_MODULE_33__ = __webpack_require__(/*! ../../components/LoadingCircle */ "./lib/components/LoadingCircle.js");
1479
+ /* harmony import */ var _CodeDiffDisplay__WEBPACK_IMPORTED_MODULE_19__ = __webpack_require__(/*! ./CodeDiffDisplay */ "./lib/Extensions/AiChat/CodeDiffDisplay.js");
1480
+ /* harmony import */ var _components_ToggleButton__WEBPACK_IMPORTED_MODULE_33__ = __webpack_require__(/*! ../../components/ToggleButton */ "./lib/components/ToggleButton.js");
1481
+ /* harmony import */ var _components_IconButton__WEBPACK_IMPORTED_MODULE_20__ = __webpack_require__(/*! ../../components/IconButton */ "./lib/components/IconButton.js");
1482
+ /* harmony import */ var _components_LoadingDots__WEBPACK_IMPORTED_MODULE_27__ = __webpack_require__(/*! ../../components/LoadingDots */ "./lib/components/LoadingDots.js");
1483
+ /* harmony import */ var _commands__WEBPACK_IMPORTED_MODULE_18__ = __webpack_require__(/*! ../../commands */ "./lib/commands.js");
1484
+ /* harmony import */ var _utils_codeDiff__WEBPACK_IMPORTED_MODULE_17__ = __webpack_require__(/*! ../../utils/codeDiff */ "./lib/utils/codeDiff.js");
1485
+ /* harmony import */ var _utils_notebook__WEBPACK_IMPORTED_MODULE_12__ = __webpack_require__(/*! ../../utils/notebook */ "./lib/utils/notebook.js");
1486
+ /* harmony import */ var _utils_strings__WEBPACK_IMPORTED_MODULE_14__ = __webpack_require__(/*! ../../utils/strings */ "./lib/utils/strings.js");
1487
+ /* harmony import */ var _utils_agentActions__WEBPACK_IMPORTED_MODULE_16__ = __webpack_require__(/*! ../../utils/agentActions */ "./lib/utils/agentActions.js");
1488
+ /* harmony import */ var _utils_scroll__WEBPACK_IMPORTED_MODULE_11__ = __webpack_require__(/*! ../../utils/scroll */ "./lib/utils/scroll.js");
1489
+ /* harmony import */ var _components_LoadingCircle__WEBPACK_IMPORTED_MODULE_34__ = __webpack_require__(/*! ../../components/LoadingCircle */ "./lib/components/LoadingCircle.js");
1490
1490
  /* harmony import */ var _components_ModelSelector__WEBPACK_IMPORTED_MODULE_8__ = __webpack_require__(/*! ../../components/ModelSelector */ "./lib/components/ModelSelector.js");
1491
- /* harmony import */ var _utils_blacklistedWords__WEBPACK_IMPORTED_MODULE_14__ = __webpack_require__(/*! ../../utils/blacklistedWords */ "./lib/utils/blacklistedWords.js");
1492
- /* harmony import */ var _components_DropdownMenu__WEBPACK_IMPORTED_MODULE_21__ = __webpack_require__(/*! ../../components/DropdownMenu */ "./lib/components/DropdownMenu.js");
1493
- /* harmony import */ var _SettingsManager_SettingsManagerPlugin__WEBPACK_IMPORTED_MODULE_20__ = __webpack_require__(/*! ../SettingsManager/SettingsManagerPlugin */ "./lib/Extensions/SettingsManager/SettingsManagerPlugin.js");
1491
+ /* harmony import */ var _utils_blacklistedWords__WEBPACK_IMPORTED_MODULE_15__ = __webpack_require__(/*! ../../utils/blacklistedWords */ "./lib/utils/blacklistedWords.js");
1492
+ /* harmony import */ var _components_DropdownMenu__WEBPACK_IMPORTED_MODULE_22__ = __webpack_require__(/*! ../../components/DropdownMenu */ "./lib/components/DropdownMenu.js");
1493
+ /* harmony import */ var _SettingsManager_SettingsManagerPlugin__WEBPACK_IMPORTED_MODULE_21__ = __webpack_require__(/*! ../SettingsManager/SettingsManagerPlugin */ "./lib/Extensions/SettingsManager/SettingsManagerPlugin.js");
1494
1494
  /* harmony import */ var _FirstMessage__WEBPACK_IMPORTED_MODULE_9__ = __webpack_require__(/*! ./FirstMessage */ "./lib/Extensions/AiChat/FirstMessage.js");
1495
- /* harmony import */ var _CTACarousel__WEBPACK_IMPORTED_MODULE_24__ = __webpack_require__(/*! ./CTACarousel */ "./lib/Extensions/AiChat/CTACarousel.js");
1496
- /* harmony import */ var _components_NextStepsPills__WEBPACK_IMPORTED_MODULE_30__ = __webpack_require__(/*! ../../components/NextStepsPills */ "./lib/components/NextStepsPills.js");
1497
- /* harmony import */ var _icons_UndoIcon__WEBPACK_IMPORTED_MODULE_28__ = __webpack_require__(/*! ../../icons/UndoIcon */ "./lib/icons/UndoIcon.js");
1498
- /* harmony import */ var _components_TextAndIconButton__WEBPACK_IMPORTED_MODULE_27__ = __webpack_require__(/*! ../../components/TextAndIconButton */ "./lib/components/TextAndIconButton.js");
1499
- /* harmony import */ var _utils_checkpoint__WEBPACK_IMPORTED_MODULE_12__ = __webpack_require__(/*! ../../utils/checkpoint */ "./lib/utils/checkpoint.js");
1495
+ /* harmony import */ var _CTACarousel__WEBPACK_IMPORTED_MODULE_25__ = __webpack_require__(/*! ./CTACarousel */ "./lib/Extensions/AiChat/CTACarousel.js");
1496
+ /* harmony import */ var _components_NextStepsPills__WEBPACK_IMPORTED_MODULE_31__ = __webpack_require__(/*! ../../components/NextStepsPills */ "./lib/components/NextStepsPills.js");
1497
+ /* harmony import */ var _icons_UndoIcon__WEBPACK_IMPORTED_MODULE_29__ = __webpack_require__(/*! ../../icons/UndoIcon */ "./lib/icons/UndoIcon.js");
1498
+ /* harmony import */ var _components_TextAndIconButton__WEBPACK_IMPORTED_MODULE_28__ = __webpack_require__(/*! ../../components/TextAndIconButton */ "./lib/components/TextAndIconButton.js");
1499
+ /* harmony import */ var _utils_checkpoint__WEBPACK_IMPORTED_MODULE_13__ = __webpack_require__(/*! ../../utils/checkpoint */ "./lib/utils/checkpoint.js");
1500
+ /* harmony import */ var _utils_waitForNotebookReady__WEBPACK_IMPORTED_MODULE_10__ = __webpack_require__(/*! ../../utils/waitForNotebookReady */ "./lib/utils/waitForNotebookReady.js");
1500
1501
  /*
1501
1502
  * Copyright (c) Saga Inc.
1502
1503
  * Distributed under the terms of the GNU Affero General Public License v3.0 License.
@@ -1534,6 +1535,7 @@ __webpack_require__.r(__webpack_exports__);
1534
1535
 
1535
1536
 
1536
1537
 
1538
+
1537
1539
 
1538
1540
 
1539
1541
  const AGENT_EXECUTION_DEPTH_LIMIT = 20;
@@ -1765,6 +1767,7 @@ const ChatTaskpane = ({ notebookTracker, renderMimeRegistry, contextManager, app
1765
1767
  }
1766
1768
  const firstMessage = (0,_FirstMessage__WEBPACK_IMPORTED_MODULE_9__.getFirstMessageFromCookie)();
1767
1769
  if (firstMessage) {
1770
+ await (0,_utils_waitForNotebookReady__WEBPACK_IMPORTED_MODULE_10__.waitForNotebookReady)(notebookTracker);
1768
1771
  await startAgentExecution(firstMessage);
1769
1772
  }
1770
1773
  }
@@ -1802,7 +1805,7 @@ const ChatTaskpane = ({ notebookTracker, renderMimeRegistry, contextManager, app
1802
1805
  // Scroll to bottom whenever chat history updates, but only if in follow mode
1803
1806
  (0,react__WEBPACK_IMPORTED_MODULE_2__.useEffect)(() => {
1804
1807
  if (autoScrollFollowMode) {
1805
- (0,_utils_scroll__WEBPACK_IMPORTED_MODULE_10__.scrollToDiv)(chatMessagesRef);
1808
+ (0,_utils_scroll__WEBPACK_IMPORTED_MODULE_11__.scrollToDiv)(chatMessagesRef);
1806
1809
  }
1807
1810
  }, [chatHistoryManager.getDisplayOptimizedHistory().length, chatHistoryManager, autoScrollFollowMode]);
1808
1811
  // Add scroll event handler to detect manual scrolling
@@ -1911,7 +1914,7 @@ const ChatTaskpane = ({ notebookTracker, renderMimeRegistry, contextManager, app
1911
1914
  agentExecutionMetadata.index = messageIndex;
1912
1915
  }
1913
1916
  if (sendActiveCellOutput) {
1914
- const activeCellOutput = await (0,_utils_notebook__WEBPACK_IMPORTED_MODULE_11__.getActiveCellOutput)(notebookTracker);
1917
+ const activeCellOutput = await (0,_utils_notebook__WEBPACK_IMPORTED_MODULE_12__.getActiveCellOutput)(notebookTracker);
1915
1918
  if (activeCellOutput !== undefined) {
1916
1919
  agentExecutionMetadata.base64EncodedActiveCellOutput = activeCellOutput;
1917
1920
  }
@@ -1951,7 +1954,7 @@ const ChatTaskpane = ({ notebookTracker, renderMimeRegistry, contextManager, app
1951
1954
  // Add the active cell output to the metadata afterwards setting the chatHistoryManager so that
1952
1955
  // we don't have to wait on turning the output into a base64 image before we can add the user's message
1953
1956
  // to the chat.
1954
- const activeCellOutput = await (0,_utils_notebook__WEBPACK_IMPORTED_MODULE_11__.getActiveCellOutput)(notebookTracker);
1957
+ const activeCellOutput = await (0,_utils_notebook__WEBPACK_IMPORTED_MODULE_12__.getActiveCellOutput)(notebookTracker);
1955
1958
  if (activeCellOutput !== undefined) {
1956
1959
  chatMessageMetadata.base64EncodedActiveCellOutput = activeCellOutput;
1957
1960
  }
@@ -2110,7 +2113,7 @@ const ChatTaskpane = ({ notebookTracker, renderMimeRegistry, contextManager, app
2110
2113
  setAgentExecutionStatus('idle');
2111
2114
  };
2112
2115
  const startAgentExecution = async (input, messageIndex, selectedRules) => {
2113
- await (0,_utils_checkpoint__WEBPACK_IMPORTED_MODULE_12__.createCheckpoint)(app, setHasCheckpoint);
2116
+ await (0,_utils_checkpoint__WEBPACK_IMPORTED_MODULE_13__.createCheckpoint)(app, setHasCheckpoint);
2114
2117
  setAgentExecutionStatus('working');
2115
2118
  // Enable follow mode when user starts agent execution
2116
2119
  setAutoScrollFollowMode(true);
@@ -2142,9 +2145,9 @@ const ChatTaskpane = ({ notebookTracker, renderMimeRegistry, contextManager, app
2142
2145
  const aiDisplayOptimizedChatItem = chatHistoryManagerRef.current.getLastAIDisplayOptimizedChatItem();
2143
2146
  // # TODO: Make this is a helper function so we can also use it in the auto error fixup!
2144
2147
  if (aiDisplayOptimizedChatItem) {
2145
- const aiGeneratedCode = (0,_utils_strings__WEBPACK_IMPORTED_MODULE_13__.getCodeBlockFromMessage)(aiDisplayOptimizedChatItem.message);
2148
+ const aiGeneratedCode = (0,_utils_strings__WEBPACK_IMPORTED_MODULE_14__.getCodeBlockFromMessage)(aiDisplayOptimizedChatItem.message);
2146
2149
  if (aiGeneratedCode) {
2147
- const securityCheck = (0,_utils_blacklistedWords__WEBPACK_IMPORTED_MODULE_14__.checkForBlacklistedWords)(aiGeneratedCode);
2150
+ const securityCheck = (0,_utils_blacklistedWords__WEBPACK_IMPORTED_MODULE_15__.checkForBlacklistedWords)(aiGeneratedCode);
2148
2151
  if (!securityCheck.safe) {
2149
2152
  console.error('Security Warning:', securityCheck.reason);
2150
2153
  addAIMessageFromResponseAndUpdateState(`I cannot execute this code without your approval because this code did not pass my security checks. ${securityCheck.reason}. For your safety, I am stopping execution of this plan.`, 'agent:execution', chatHistoryManager);
@@ -2171,8 +2174,8 @@ const ChatTaskpane = ({ notebookTracker, renderMimeRegistry, contextManager, app
2171
2174
  }
2172
2175
  if (agentResponse.type === 'cell_update' && agentResponse.cell_update) {
2173
2176
  // Run the code and handle any errors
2174
- await (0,_utils_agentActions__WEBPACK_IMPORTED_MODULE_15__.acceptAndRunCellUpdate)(agentResponse.cell_update, notebookTracker, app, previewAICodeToActiveCell, acceptAICode);
2175
- const status = await (0,_utils_agentActions__WEBPACK_IMPORTED_MODULE_15__.retryIfExecutionError)(notebookTracker, app, getDuplicateChatHistoryManager, addAIMessageFromResponseAndUpdateState, sendAgentSmartDebugMessage, previewAICodeToActiveCell, acceptAICode, shouldContinueAgentExecution, finalizeAgentStop, chatHistoryManagerRef);
2177
+ await (0,_utils_agentActions__WEBPACK_IMPORTED_MODULE_16__.acceptAndRunCellUpdate)(agentResponse.cell_update, notebookTracker, app, previewAICodeToActiveCell, acceptAICode);
2178
+ const status = await (0,_utils_agentActions__WEBPACK_IMPORTED_MODULE_16__.retryIfExecutionError)(notebookTracker, app, getDuplicateChatHistoryManager, addAIMessageFromResponseAndUpdateState, sendAgentSmartDebugMessage, previewAICodeToActiveCell, acceptAICode, shouldContinueAgentExecution, finalizeAgentStop, chatHistoryManagerRef);
2176
2179
  if (status === 'interupted') {
2177
2180
  break;
2178
2181
  }
@@ -2201,33 +2204,33 @@ const ChatTaskpane = ({ notebookTracker, renderMimeRegistry, contextManager, app
2201
2204
  if (!aiMessage) {
2202
2205
  return;
2203
2206
  }
2204
- const updateCellCode = (0,_utils_notebook__WEBPACK_IMPORTED_MODULE_11__.getCellCodeByID)(notebookTracker, updateCellID);
2207
+ const updateCellCode = (0,_utils_notebook__WEBPACK_IMPORTED_MODULE_12__.getCellCodeByID)(notebookTracker, updateCellID);
2205
2208
  if (updateCellID === undefined || updateCellCode === undefined) {
2206
2209
  return;
2207
2210
  }
2208
2211
  // Extract the code from the AI's message and then calculate the code diffs
2209
- const aiGeneratedCode = (0,_utils_strings__WEBPACK_IMPORTED_MODULE_13__.getCodeBlockFromMessage)(aiMessage);
2210
- const aiGeneratedCodeCleaned = (0,_utils_strings__WEBPACK_IMPORTED_MODULE_13__.removeMarkdownCodeFormatting)(aiGeneratedCode || '');
2211
- const { unifiedCodeString, unifiedDiffs } = (0,_utils_codeDiff__WEBPACK_IMPORTED_MODULE_16__.getCodeDiffsAndUnifiedCodeString)(updateCellCode, aiGeneratedCodeCleaned);
2212
+ const aiGeneratedCode = (0,_utils_strings__WEBPACK_IMPORTED_MODULE_14__.getCodeBlockFromMessage)(aiMessage);
2213
+ const aiGeneratedCodeCleaned = (0,_utils_strings__WEBPACK_IMPORTED_MODULE_14__.removeMarkdownCodeFormatting)(aiGeneratedCode || '');
2214
+ const { unifiedCodeString, unifiedDiffs } = (0,_utils_codeDiff__WEBPACK_IMPORTED_MODULE_17__.getCodeDiffsAndUnifiedCodeString)(updateCellCode, aiGeneratedCodeCleaned);
2212
2215
  // Store the code cell ID where we write the code diffs so that we can
2213
2216
  // accept or reject the code diffs to the correct cell
2214
2217
  cellStateBeforeDiff.current = { codeCellID: updateCellID, code: updateCellCode };
2215
2218
  // Temporarily write the unified code string to the active cell so we can display
2216
2219
  // the code diffs to the user
2217
- (0,_utils_notebook__WEBPACK_IMPORTED_MODULE_11__.writeCodeToCellByID)(notebookTracker, unifiedCodeString, updateCellID);
2220
+ (0,_utils_notebook__WEBPACK_IMPORTED_MODULE_12__.writeCodeToCellByID)(notebookTracker, unifiedCodeString, updateCellID);
2218
2221
  updateCodeCellsExtensions(unifiedDiffs);
2219
2222
  // Briefly highlight the code cell to draw the user's attention to it
2220
- (0,_utils_notebook__WEBPACK_IMPORTED_MODULE_11__.highlightCodeCell)(notebookTracker, updateCellID);
2223
+ (0,_utils_notebook__WEBPACK_IMPORTED_MODULE_12__.highlightCodeCell)(notebookTracker, updateCellID);
2221
2224
  };
2222
2225
  const displayOptimizedChatHistory = chatHistoryManager.getDisplayOptimizedHistory();
2223
2226
  const previewAICodeToActiveCell = () => {
2224
2227
  setCodeReviewStatus('codeCellPreview');
2225
- const activeCellID = (0,_utils_notebook__WEBPACK_IMPORTED_MODULE_11__.getActiveCellID)(notebookTracker);
2228
+ const activeCellID = (0,_utils_notebook__WEBPACK_IMPORTED_MODULE_12__.getActiveCellID)(notebookTracker);
2226
2229
  const lastAIDisplayMessage = chatHistoryManagerRef.current.getLastAIDisplayOptimizedChatItem();
2227
2230
  if (activeCellID === undefined || lastAIDisplayMessage === undefined) {
2228
2231
  return;
2229
2232
  }
2230
- (0,_utils_notebook__WEBPACK_IMPORTED_MODULE_11__.scrollToCell)(notebookTracker, activeCellID, undefined, 'end');
2233
+ (0,_utils_notebook__WEBPACK_IMPORTED_MODULE_12__.scrollToCell)(notebookTracker, activeCellID, undefined, 'end');
2231
2234
  updateCodeDiffStripes(lastAIDisplayMessage.message, activeCellID);
2232
2235
  updateCellToolbarButtons();
2233
2236
  };
@@ -2237,7 +2240,7 @@ const ChatTaskpane = ({ notebookTracker, renderMimeRegistry, contextManager, app
2237
2240
  if (!lastAIMessage || !cellStateBeforeDiff.current) {
2238
2241
  return;
2239
2242
  }
2240
- const aiGeneratedCode = (0,_utils_strings__WEBPACK_IMPORTED_MODULE_13__.getCodeBlockFromMessage)(lastAIMessage.message);
2243
+ const aiGeneratedCode = (0,_utils_strings__WEBPACK_IMPORTED_MODULE_14__.getCodeBlockFromMessage)(lastAIMessage.message);
2241
2244
  if (!aiGeneratedCode) {
2242
2245
  return;
2243
2246
  }
@@ -2246,10 +2249,10 @@ const ChatTaskpane = ({ notebookTracker, renderMimeRegistry, contextManager, app
2246
2249
  // Write to the cell that has the code diffs
2247
2250
  writeCodeToCellAndTurnOffDiffs(aiGeneratedCode, targetCellID);
2248
2251
  // Focus on the active cell after the code is written
2249
- const targetCell = (0,_utils_notebook__WEBPACK_IMPORTED_MODULE_11__.getCellByID)(notebookTracker, targetCellID);
2252
+ const targetCell = (0,_utils_notebook__WEBPACK_IMPORTED_MODULE_12__.getCellByID)(notebookTracker, targetCellID);
2250
2253
  if (targetCell) {
2251
2254
  // Make the target cell the active cell
2252
- (0,_utils_notebook__WEBPACK_IMPORTED_MODULE_11__.setActiveCellByID)(notebookTracker, targetCellID);
2255
+ (0,_utils_notebook__WEBPACK_IMPORTED_MODULE_12__.setActiveCellByID)(notebookTracker, targetCellID);
2253
2256
  // Focus on the active cell
2254
2257
  targetCell.activate();
2255
2258
  }
@@ -2274,7 +2277,7 @@ const ChatTaskpane = ({ notebookTracker, renderMimeRegistry, contextManager, app
2274
2277
  updateCodeCellsExtensions(undefined);
2275
2278
  cellStateBeforeDiff.current = undefined;
2276
2279
  if (codeCellID !== undefined) {
2277
- (0,_utils_notebook__WEBPACK_IMPORTED_MODULE_11__.writeCodeToCellByID)(notebookTracker, code, codeCellID);
2280
+ (0,_utils_notebook__WEBPACK_IMPORTED_MODULE_12__.writeCodeToCellByID)(notebookTracker, code, codeCellID);
2278
2281
  updateCellToolbarButtons();
2279
2282
  }
2280
2283
  };
@@ -2285,17 +2288,17 @@ const ChatTaskpane = ({ notebookTracker, renderMimeRegistry, contextManager, app
2285
2288
  the first time we create the chat. Registering the command when it is already created causes
2286
2289
  errors.
2287
2290
  */
2288
- app.commands.addCommand(_commands__WEBPACK_IMPORTED_MODULE_17__.COMMAND_MITO_AI_PREVIEW_LATEST_CODE, {
2291
+ app.commands.addCommand(_commands__WEBPACK_IMPORTED_MODULE_18__.COMMAND_MITO_AI_PREVIEW_LATEST_CODE, {
2289
2292
  execute: () => {
2290
2293
  previewAICodeToActiveCell();
2291
2294
  }
2292
2295
  });
2293
- app.commands.addCommand(_commands__WEBPACK_IMPORTED_MODULE_17__.COMMAND_MITO_AI_APPLY_LATEST_CODE, {
2296
+ app.commands.addCommand(_commands__WEBPACK_IMPORTED_MODULE_18__.COMMAND_MITO_AI_APPLY_LATEST_CODE, {
2294
2297
  execute: () => {
2295
2298
  acceptAICode();
2296
2299
  }
2297
2300
  });
2298
- app.commands.addCommand(_commands__WEBPACK_IMPORTED_MODULE_17__.COMMAND_MITO_AI_REJECT_LATEST_CODE, {
2301
+ app.commands.addCommand(_commands__WEBPACK_IMPORTED_MODULE_18__.COMMAND_MITO_AI_REJECT_LATEST_CODE, {
2299
2302
  execute: () => {
2300
2303
  rejectAICode();
2301
2304
  }
@@ -2304,19 +2307,19 @@ const ChatTaskpane = ({ notebookTracker, renderMimeRegistry, contextManager, app
2304
2307
  Add a new command to the JupyterLab command registry that sends the current chat message.
2305
2308
  We use this to automatically send the message when the user adds an error to the chat.
2306
2309
  */
2307
- app.commands.addCommand(_commands__WEBPACK_IMPORTED_MODULE_17__.COMMAND_MITO_AI_SEND_DEBUG_ERROR_MESSAGE, {
2310
+ app.commands.addCommand(_commands__WEBPACK_IMPORTED_MODULE_18__.COMMAND_MITO_AI_SEND_DEBUG_ERROR_MESSAGE, {
2308
2311
  execute: async (args) => {
2309
2312
  if (args === null || args === void 0 ? void 0 : args.input) {
2310
2313
  await sendSmartDebugMessage(args.input.toString());
2311
2314
  }
2312
2315
  }
2313
2316
  });
2314
- app.commands.addCommand(_commands__WEBPACK_IMPORTED_MODULE_17__.COMMAND_MITO_AI_SEND_EXPLAIN_CODE_MESSAGE, {
2317
+ app.commands.addCommand(_commands__WEBPACK_IMPORTED_MODULE_18__.COMMAND_MITO_AI_SEND_EXPLAIN_CODE_MESSAGE, {
2315
2318
  execute: async () => {
2316
2319
  await sendExplainCodeMessage();
2317
2320
  }
2318
2321
  });
2319
- app.commands.addCommand(_commands__WEBPACK_IMPORTED_MODULE_17__.COMMAND_MITO_AI_SEND_AGENT_MESSAGE, {
2322
+ app.commands.addCommand(_commands__WEBPACK_IMPORTED_MODULE_18__.COMMAND_MITO_AI_SEND_AGENT_MESSAGE, {
2320
2323
  execute: async (args) => {
2321
2324
  if (args === null || args === void 0 ? void 0 : args.input) {
2322
2325
  // Make sure we're in agent mode
@@ -2335,7 +2338,7 @@ const ChatTaskpane = ({ notebookTracker, renderMimeRegistry, contextManager, app
2335
2338
  /*
2336
2339
  Register the code cell toolbar buttons for accepting and rejecting code.
2337
2340
  */
2338
- app.commands.addCommand(_commands__WEBPACK_IMPORTED_MODULE_17__.COMMAND_MITO_AI_CELL_TOOLBAR_ACCEPT_CODE, {
2341
+ app.commands.addCommand(_commands__WEBPACK_IMPORTED_MODULE_18__.COMMAND_MITO_AI_CELL_TOOLBAR_ACCEPT_CODE, {
2339
2342
  label: `Accept ${operatingSystem === 'mac' ? '⌘Y' : 'Ctrl+Y'}`,
2340
2343
  className: 'text-button-mito-ai button-base button-green',
2341
2344
  caption: 'Accept Code',
@@ -2353,7 +2356,7 @@ const ChatTaskpane = ({ notebookTracker, renderMimeRegistry, contextManager, app
2353
2356
  }
2354
2357
  }
2355
2358
  });
2356
- app.commands.addCommand(_commands__WEBPACK_IMPORTED_MODULE_17__.COMMAND_MITO_AI_CELL_TOOLBAR_REJECT_CODE, {
2359
+ app.commands.addCommand(_commands__WEBPACK_IMPORTED_MODULE_18__.COMMAND_MITO_AI_CELL_TOOLBAR_REJECT_CODE, {
2357
2360
  label: `Reject ${operatingSystem === 'mac' ? '⌘U' : 'Ctrl+U'}`,
2358
2361
  className: 'text-button-mito-ai button-base button-red',
2359
2362
  caption: 'Reject Code',
@@ -2374,13 +2377,13 @@ const ChatTaskpane = ({ notebookTracker, renderMimeRegistry, contextManager, app
2374
2377
  // Register keyboard shortcuts
2375
2378
  const accelYDisposable = app.commands.addKeyBinding({
2376
2379
  command: codeReviewStatus === 'chatPreview' ?
2377
- _commands__WEBPACK_IMPORTED_MODULE_17__.COMMAND_MITO_AI_PREVIEW_LATEST_CODE :
2378
- _commands__WEBPACK_IMPORTED_MODULE_17__.COMMAND_MITO_AI_APPLY_LATEST_CODE,
2380
+ _commands__WEBPACK_IMPORTED_MODULE_18__.COMMAND_MITO_AI_PREVIEW_LATEST_CODE :
2381
+ _commands__WEBPACK_IMPORTED_MODULE_18__.COMMAND_MITO_AI_APPLY_LATEST_CODE,
2379
2382
  keys: ['Accel Y'],
2380
2383
  selector: 'body',
2381
2384
  });
2382
2385
  const accelDDisposable = app.commands.addKeyBinding({
2383
- command: _commands__WEBPACK_IMPORTED_MODULE_17__.COMMAND_MITO_AI_REJECT_LATEST_CODE,
2386
+ command: _commands__WEBPACK_IMPORTED_MODULE_18__.COMMAND_MITO_AI_REJECT_LATEST_CODE,
2384
2387
  keys: ['Accel U'],
2385
2388
  selector: 'body',
2386
2389
  preventDefault: true,
@@ -2397,8 +2400,8 @@ const ChatTaskpane = ({ notebookTracker, renderMimeRegistry, contextManager, app
2397
2400
  // Without this, the user needs to take some action, like switching to a different cell
2398
2401
  // and then switching back in order for the Jupyter to re-evaluate if it should
2399
2402
  // show the toolbar buttons.
2400
- app.commands.notifyCommandChanged(_commands__WEBPACK_IMPORTED_MODULE_17__.COMMAND_MITO_AI_CELL_TOOLBAR_ACCEPT_CODE);
2401
- app.commands.notifyCommandChanged(_commands__WEBPACK_IMPORTED_MODULE_17__.COMMAND_MITO_AI_CELL_TOOLBAR_REJECT_CODE);
2403
+ app.commands.notifyCommandChanged(_commands__WEBPACK_IMPORTED_MODULE_18__.COMMAND_MITO_AI_CELL_TOOLBAR_ACCEPT_CODE);
2404
+ app.commands.notifyCommandChanged(_commands__WEBPACK_IMPORTED_MODULE_18__.COMMAND_MITO_AI_CELL_TOOLBAR_REJECT_CODE);
2402
2405
  };
2403
2406
  // Create a WeakMap to store compartments per code cell
2404
2407
  const codeDiffStripesCompartments = react__WEBPACK_IMPORTED_MODULE_2___default().useRef(new WeakMap());
@@ -2413,6 +2416,8 @@ const ChatTaskpane = ({ notebookTracker, renderMimeRegistry, contextManager, app
2413
2416
  notebook.widgets.forEach((cell, index) => {
2414
2417
  if (cell.model.type === 'code') {
2415
2418
  const isActiveCodeCell = activeCellIndex === index;
2419
+ // TODO: Instead of casting, we should rely on the type system to make
2420
+ // sure we're using the correct types!
2416
2421
  const codeCell = cell;
2417
2422
  const cmEditor = codeCell.editor;
2418
2423
  const editorView = cmEditor === null || cmEditor === void 0 ? void 0 : cmEditor.editor;
@@ -2424,13 +2429,13 @@ const ChatTaskpane = ({ notebookTracker, renderMimeRegistry, contextManager, app
2424
2429
  codeDiffStripesCompartments.current.set(codeCell, compartment);
2425
2430
  // Apply the initial configuration
2426
2431
  editorView.dispatch({
2427
- effects: _codemirror_state__WEBPACK_IMPORTED_MODULE_1__.StateEffect.appendConfig.of(compartment.of(unifiedDiffLines !== undefined && isActiveCodeCell ? (0,_CodeDiffDisplay__WEBPACK_IMPORTED_MODULE_18__.codeDiffStripesExtension)({ unifiedDiffLines: unifiedDiffLines }) : [])),
2432
+ effects: _codemirror_state__WEBPACK_IMPORTED_MODULE_1__.StateEffect.appendConfig.of(compartment.of(unifiedDiffLines !== undefined && isActiveCodeCell ? (0,_CodeDiffDisplay__WEBPACK_IMPORTED_MODULE_19__.codeDiffStripesExtension)({ unifiedDiffLines: unifiedDiffLines }) : [])),
2428
2433
  });
2429
2434
  }
2430
2435
  else {
2431
2436
  // Reconfigure the compartment
2432
2437
  editorView.dispatch({
2433
- effects: compartment.reconfigure(unifiedDiffLines !== undefined && isActiveCodeCell ? (0,_CodeDiffDisplay__WEBPACK_IMPORTED_MODULE_18__.codeDiffStripesExtension)({ unifiedDiffLines: unifiedDiffLines }) : []),
2438
+ effects: compartment.reconfigure(unifiedDiffLines !== undefined && isActiveCodeCell ? (0,_CodeDiffDisplay__WEBPACK_IMPORTED_MODULE_19__.codeDiffStripesExtension)({ unifiedDiffLines: unifiedDiffLines }) : []),
2434
2439
  });
2435
2440
  }
2436
2441
  }
@@ -2444,16 +2449,16 @@ const ChatTaskpane = ({ notebookTracker, renderMimeRegistry, contextManager, app
2444
2449
  return (react__WEBPACK_IMPORTED_MODULE_2___default().createElement("div", { className: "chat-taskpane" },
2445
2450
  react__WEBPACK_IMPORTED_MODULE_2___default().createElement("div", { className: "chat-taskpane-header" },
2446
2451
  react__WEBPACK_IMPORTED_MODULE_2___default().createElement("div", { className: "chat-taskpane-header-left" },
2447
- react__WEBPACK_IMPORTED_MODULE_2___default().createElement(_components_IconButton__WEBPACK_IMPORTED_MODULE_19__["default"], { icon: react__WEBPACK_IMPORTED_MODULE_2___default().createElement(_jupyterlab_ui_components__WEBPACK_IMPORTED_MODULE_6__.settingsIcon.react, null), title: "Mito AI Settings", onClick: () => {
2448
- void app.commands.execute(_SettingsManager_SettingsManagerPlugin__WEBPACK_IMPORTED_MODULE_20__.COMMAND_MITO_AI_SETTINGS);
2452
+ react__WEBPACK_IMPORTED_MODULE_2___default().createElement(_components_IconButton__WEBPACK_IMPORTED_MODULE_20__["default"], { icon: react__WEBPACK_IMPORTED_MODULE_2___default().createElement(_jupyterlab_ui_components__WEBPACK_IMPORTED_MODULE_6__.settingsIcon.react, null), title: "Mito AI Settings", onClick: () => {
2453
+ void app.commands.execute(_SettingsManager_SettingsManagerPlugin__WEBPACK_IMPORTED_MODULE_21__.COMMAND_MITO_AI_SETTINGS);
2449
2454
  } })),
2450
2455
  react__WEBPACK_IMPORTED_MODULE_2___default().createElement("div", { className: "chat-taskpane-header-right" },
2451
- react__WEBPACK_IMPORTED_MODULE_2___default().createElement(_components_IconButton__WEBPACK_IMPORTED_MODULE_19__["default"], { icon: react__WEBPACK_IMPORTED_MODULE_2___default().createElement(_jupyterlab_ui_components__WEBPACK_IMPORTED_MODULE_6__.addIcon.react, null), title: "Start New Chat", onClick: async () => { await startNewChat(); } }),
2452
- react__WEBPACK_IMPORTED_MODULE_2___default().createElement(_components_DropdownMenu__WEBPACK_IMPORTED_MODULE_21__["default"], { trigger: react__WEBPACK_IMPORTED_MODULE_2___default().createElement("button", { className: "icon-button", title: "Chat Threads", onClick: fetchChatThreads },
2456
+ react__WEBPACK_IMPORTED_MODULE_2___default().createElement(_components_IconButton__WEBPACK_IMPORTED_MODULE_20__["default"], { icon: react__WEBPACK_IMPORTED_MODULE_2___default().createElement(_jupyterlab_ui_components__WEBPACK_IMPORTED_MODULE_6__.addIcon.react, null), title: "Start New Chat", onClick: async () => { await startNewChat(); } }),
2457
+ react__WEBPACK_IMPORTED_MODULE_2___default().createElement(_components_DropdownMenu__WEBPACK_IMPORTED_MODULE_22__["default"], { trigger: react__WEBPACK_IMPORTED_MODULE_2___default().createElement("button", { className: "icon-button", title: "Chat Threads", onClick: fetchChatThreads },
2453
2458
  react__WEBPACK_IMPORTED_MODULE_2___default().createElement(_jupyterlab_ui_components__WEBPACK_IMPORTED_MODULE_6__.historyIcon.react, null)), items: chatThreads.length > 0
2454
2459
  ? chatThreads.map(thread => ({
2455
2460
  label: thread.name,
2456
- primaryIcon: activeThreadIdRef.current === thread.thread_id ? _icons__WEBPACK_IMPORTED_MODULE_22__.OpenIndicatorLabIcon.react : undefined,
2461
+ primaryIcon: activeThreadIdRef.current === thread.thread_id ? _icons__WEBPACK_IMPORTED_MODULE_23__.OpenIndicatorLabIcon.react : undefined,
2457
2462
  onClick: () => fetchChatHistoryAndSetActiveThread(thread.thread_id),
2458
2463
  secondaryActions: [
2459
2464
  {
@@ -2472,24 +2477,24 @@ const ChatTaskpane = ({ notebookTracker, renderMimeRegistry, contextManager, app
2472
2477
  displayOptimizedChatHistory.length === 0 &&
2473
2478
  react__WEBPACK_IMPORTED_MODULE_2___default().createElement("div", { className: "chat-empty-message" },
2474
2479
  react__WEBPACK_IMPORTED_MODULE_2___default().createElement("div", { style: { margin: '0 auto 8px', display: 'block', textAlign: 'center' } },
2475
- react__WEBPACK_IMPORTED_MODULE_2___default().createElement(_icons_MitoLogo__WEBPACK_IMPORTED_MODULE_23__["default"], { width: "60", height: "30" })),
2480
+ react__WEBPACK_IMPORTED_MODULE_2___default().createElement(_icons_MitoLogo__WEBPACK_IMPORTED_MODULE_24__["default"], { width: "60", height: "30" })),
2476
2481
  react__WEBPACK_IMPORTED_MODULE_2___default().createElement("span", { style: { display: 'block', textAlign: 'center', fontWeight: 'bold', fontSize: '20px', marginBottom: '15px' } }, "Data Copilot"),
2477
- react__WEBPACK_IMPORTED_MODULE_2___default().createElement(_CTACarousel__WEBPACK_IMPORTED_MODULE_24__["default"], { app: app })),
2482
+ react__WEBPACK_IMPORTED_MODULE_2___default().createElement(_CTACarousel__WEBPACK_IMPORTED_MODULE_25__["default"], { app: app })),
2478
2483
  displayOptimizedChatHistory.map((displayOptimizedChat, index) => {
2479
- return (react__WEBPACK_IMPORTED_MODULE_2___default().createElement(_ChatMessage_ChatMessage__WEBPACK_IMPORTED_MODULE_25__["default"], { key: index, message: displayOptimizedChat.message, promptType: displayOptimizedChat.promptType, messageType: displayOptimizedChat.type, agentResponse: displayOptimizedChat.agentResponse, codeCellID: displayOptimizedChat.codeCellID, mitoAIConnectionError: displayOptimizedChat.type === 'connection error', mitoAIConnectionErrorType: displayOptimizedChat.mitoAIConnectionErrorType || null, messageIndex: index, notebookTracker: notebookTracker, renderMimeRegistry: renderMimeRegistry, app: app, isLastAiMessage: index === lastAIMessagesIndex, isLastMessage: index === displayOptimizedChatHistory.length - 1, operatingSystem: operatingSystem, previewAICode: previewAICodeToActiveCell, acceptAICode: acceptAICode, rejectAICode: rejectAICode, onUpdateMessage: handleUpdateMessage, contextManager: contextManager, codeReviewStatus: codeReviewStatus, setNextSteps: setNextSteps }));
2484
+ return (react__WEBPACK_IMPORTED_MODULE_2___default().createElement(_ChatMessage_ChatMessage__WEBPACK_IMPORTED_MODULE_26__["default"], { key: index, message: displayOptimizedChat.message, promptType: displayOptimizedChat.promptType, messageType: displayOptimizedChat.type, agentResponse: displayOptimizedChat.agentResponse, codeCellID: displayOptimizedChat.codeCellID, mitoAIConnectionError: displayOptimizedChat.type === 'connection error', mitoAIConnectionErrorType: displayOptimizedChat.mitoAIConnectionErrorType || null, messageIndex: index, notebookTracker: notebookTracker, renderMimeRegistry: renderMimeRegistry, app: app, isLastAiMessage: index === lastAIMessagesIndex, isLastMessage: index === displayOptimizedChatHistory.length - 1, operatingSystem: operatingSystem, previewAICode: previewAICodeToActiveCell, acceptAICode: acceptAICode, rejectAICode: rejectAICode, onUpdateMessage: handleUpdateMessage, contextManager: contextManager, codeReviewStatus: codeReviewStatus, setNextSteps: setNextSteps }));
2480
2485
  }).filter(message => message !== null),
2481
2486
  loadingAIResponse &&
2482
2487
  react__WEBPACK_IMPORTED_MODULE_2___default().createElement("div", { className: "chat-loading-message" },
2483
2488
  "Thinking ",
2484
- react__WEBPACK_IMPORTED_MODULE_2___default().createElement(_components_LoadingDots__WEBPACK_IMPORTED_MODULE_26__["default"], null)),
2489
+ react__WEBPACK_IMPORTED_MODULE_2___default().createElement(_components_LoadingDots__WEBPACK_IMPORTED_MODULE_27__["default"], null)),
2485
2490
  hasCheckpoint &&
2486
2491
  agentModeEnabled &&
2487
2492
  agentExecutionStatus === 'idle' &&
2488
2493
  displayOptimizedChatHistory.length > 0 && (react__WEBPACK_IMPORTED_MODULE_2___default().createElement("div", { className: 'message message-assistant-chat' },
2489
- react__WEBPACK_IMPORTED_MODULE_2___default().createElement(_components_TextAndIconButton__WEBPACK_IMPORTED_MODULE_27__["default"], { text: "Revert changes", icon: _icons_UndoIcon__WEBPACK_IMPORTED_MODULE_28__["default"], title: "Revert changes", onClick: () => (0,_utils_checkpoint__WEBPACK_IMPORTED_MODULE_12__.restoreCheckpoint)(app, notebookTracker, setHasCheckpoint, getDuplicateChatHistoryManager, setChatHistoryManager), variant: "gray", width: "fit-contents", iconPosition: "left" }),
2494
+ react__WEBPACK_IMPORTED_MODULE_2___default().createElement(_components_TextAndIconButton__WEBPACK_IMPORTED_MODULE_28__["default"], { text: "Revert changes", icon: _icons_UndoIcon__WEBPACK_IMPORTED_MODULE_29__["default"], title: "Revert changes", onClick: () => (0,_utils_checkpoint__WEBPACK_IMPORTED_MODULE_13__.restoreCheckpoint)(app, notebookTracker, setHasCheckpoint, getDuplicateChatHistoryManager, setChatHistoryManager), variant: "gray", width: "fit-contents", iconPosition: "left" }),
2490
2495
  react__WEBPACK_IMPORTED_MODULE_2___default().createElement("p", { className: "text-muted text-sm" }, "Undo the most recent changes made by the agent")))),
2491
2496
  displayOptimizedChatHistory.length === 0 && (react__WEBPACK_IMPORTED_MODULE_2___default().createElement("div", { className: "suggestions-container" },
2492
- react__WEBPACK_IMPORTED_MODULE_2___default().createElement(_ChatMessage_ScrollableSuggestions__WEBPACK_IMPORTED_MODULE_29__["default"], { onSelectSuggestion: (prompt) => {
2497
+ react__WEBPACK_IMPORTED_MODULE_2___default().createElement(_ChatMessage_ScrollableSuggestions__WEBPACK_IMPORTED_MODULE_30__["default"], { onSelectSuggestion: (prompt) => {
2493
2498
  if (agentModeEnabled) {
2494
2499
  void startAgentExecution(prompt);
2495
2500
  }
@@ -2498,15 +2503,15 @@ const ChatTaskpane = ({ notebookTracker, renderMimeRegistry, contextManager, app
2498
2503
  }
2499
2504
  } }))),
2500
2505
  react__WEBPACK_IMPORTED_MODULE_2___default().createElement("div", { className: `connected-input-container ${nextSteps.length > 0 ? 'has-next-steps' : ''}` },
2501
- nextSteps.length > 0 && (react__WEBPACK_IMPORTED_MODULE_2___default().createElement(_components_NextStepsPills__WEBPACK_IMPORTED_MODULE_30__["default"], { nextSteps: nextSteps, onSelectNextStep: agentModeEnabled ? startAgentExecution : sendChatInputMessage, displayedNextStepsIfAvailable: displayedNextStepsIfAvailable, setDisplayedNextStepsIfAvailable: setDisplayedNextStepsIfAvailable })),
2502
- react__WEBPACK_IMPORTED_MODULE_2___default().createElement(_ChatMessage_ChatInput__WEBPACK_IMPORTED_MODULE_31__["default"], { initialContent: '', placeholder: agentExecutionStatus === 'working' ? 'Agent is working...' :
2506
+ nextSteps.length > 0 && (react__WEBPACK_IMPORTED_MODULE_2___default().createElement(_components_NextStepsPills__WEBPACK_IMPORTED_MODULE_31__["default"], { nextSteps: nextSteps, onSelectNextStep: agentModeEnabled ? startAgentExecution : sendChatInputMessage, displayedNextStepsIfAvailable: displayedNextStepsIfAvailable, setDisplayedNextStepsIfAvailable: setDisplayedNextStepsIfAvailable })),
2507
+ react__WEBPACK_IMPORTED_MODULE_2___default().createElement(_ChatMessage_ChatInput__WEBPACK_IMPORTED_MODULE_32__["default"], { initialContent: '', placeholder: agentExecutionStatus === 'working' ? 'Agent is working...' :
2503
2508
  agentExecutionStatus === 'stopping' ? 'Agent is stopping...' :
2504
2509
  agentModeEnabled ? 'Ask agent to do anything' :
2505
2510
  displayOptimizedChatHistory.length < 2 ? `Ask question (${operatingSystem === 'mac' ? '⌘' : 'Ctrl'}E), @ to mention`
2506
2511
  : `Ask followup (${operatingSystem === 'mac' ? '⌘' : 'Ctrl'}E), @ to mention`, onSave: agentModeEnabled ? startAgentExecution : sendChatInputMessage, onCancel: undefined, isEditing: false, contextManager: contextManager, notebookTracker: notebookTracker, renderMimeRegistry: renderMimeRegistry, agentModeEnabled: agentModeEnabled })),
2507
2512
  agentExecutionStatus !== 'working' && agentExecutionStatus !== 'stopping' && (react__WEBPACK_IMPORTED_MODULE_2___default().createElement("div", { className: "chat-controls" },
2508
2513
  react__WEBPACK_IMPORTED_MODULE_2___default().createElement("div", { className: "chat-controls-left" },
2509
- react__WEBPACK_IMPORTED_MODULE_2___default().createElement(_components_ToggleButton__WEBPACK_IMPORTED_MODULE_32__["default"], { leftText: "Chat", leftTooltip: "Chat mode suggests an edit to the active cell and let's you decide to accept or reject it.", rightText: "Agent", rightTooltip: "Agent mode writes and executes code until it's finished your request.", isLeftSelected: !agentModeEnabled, onChange: async (isLeftSelected) => {
2514
+ react__WEBPACK_IMPORTED_MODULE_2___default().createElement(_components_ToggleButton__WEBPACK_IMPORTED_MODULE_33__["default"], { leftText: "Chat", leftTooltip: "Chat mode suggests an edit to the active cell and let's you decide to accept or reject it.", rightText: "Agent", rightTooltip: "Agent mode writes and executes code until it's finished your request.", isLeftSelected: !agentModeEnabled, onChange: async (isLeftSelected) => {
2510
2515
  await startNewChat(); // TODO: delete thread instead of starting new chat
2511
2516
  setAgentModeEnabled(!isLeftSelected);
2512
2517
  // Clear agent checkpoint when switching modes
@@ -2541,7 +2546,7 @@ const ChatTaskpane = ({ notebookTracker, renderMimeRegistry, contextManager, app
2541
2546
  " \u23CE"))),
2542
2547
  (agentExecutionStatus === 'working' || agentExecutionStatus === 'stopping') && (react__WEBPACK_IMPORTED_MODULE_2___default().createElement("button", { className: "button-base button-red stop-agent-button", onClick: markAgentForStopping, disabled: agentExecutionStatus === 'stopping', "data-testid": "stop-agent-button" }, agentExecutionStatus === 'stopping' ? (react__WEBPACK_IMPORTED_MODULE_2___default().createElement("div", { className: "stop-agent-button-content" },
2543
2548
  "Stopping",
2544
- react__WEBPACK_IMPORTED_MODULE_2___default().createElement(_components_LoadingCircle__WEBPACK_IMPORTED_MODULE_33__["default"], null),
2549
+ react__WEBPACK_IMPORTED_MODULE_2___default().createElement(_components_LoadingCircle__WEBPACK_IMPORTED_MODULE_34__["default"], null),
2545
2550
  " ")) : ('Stop Agent')))));
2546
2551
  };
2547
2552
  /* harmony default export */ const __WEBPACK_DEFAULT_EXPORT__ = (ChatTaskpane);
@@ -8615,6 +8620,47 @@ async function checkForUpdates(serverSettings) {
8615
8620
  }
8616
8621
 
8617
8622
 
8623
+ /***/ }),
8624
+
8625
+ /***/ "./lib/utils/waitForNotebookReady.js":
8626
+ /*!*******************************************!*\
8627
+ !*** ./lib/utils/waitForNotebookReady.js ***!
8628
+ \*******************************************/
8629
+ /***/ ((__unused_webpack_module, __webpack_exports__, __webpack_require__) => {
8630
+
8631
+ __webpack_require__.r(__webpack_exports__);
8632
+ /* harmony export */ __webpack_require__.d(__webpack_exports__, {
8633
+ /* harmony export */ waitForNotebookReady: () => (/* binding */ waitForNotebookReady)
8634
+ /* harmony export */ });
8635
+ /*
8636
+ Wait for the notebook to be ready and attached.
8637
+ This is used to wait for the notebook to be ready before sending the first message.
8638
+ */
8639
+ const waitForNotebookReady = async (notebookTracker) => {
8640
+ const notebook = notebookTracker.currentWidget;
8641
+ if (!notebook) {
8642
+ console.warn('No active notebook found');
8643
+ return;
8644
+ }
8645
+ // Wait for notebook to be ready and attached
8646
+ await notebook.context.ready;
8647
+ // Wait a bit more for cells to be fully initialized
8648
+ if (!notebook.content.isAttached) {
8649
+ await new Promise(resolve => {
8650
+ const checkAttached = () => {
8651
+ if (notebook.content.isAttached) {
8652
+ resolve();
8653
+ }
8654
+ else {
8655
+ setTimeout(checkAttached, 100);
8656
+ }
8657
+ };
8658
+ checkAttached();
8659
+ });
8660
+ }
8661
+ };
8662
+
8663
+
8618
8664
  /***/ }),
8619
8665
 
8620
8666
  /***/ "./lib/websockets/BaseWebsocketClient.js":
@@ -13845,4 +13891,4 @@ var update = _node_modules_style_loader_dist_runtime_injectStylesIntoStyleTag_js
13845
13891
  /***/ })
13846
13892
 
13847
13893
  }]);
13848
- //# sourceMappingURL=lib_index_js.43d516a828f1937a42bb.js.map
13894
+ //# sourceMappingURL=lib_index_js.114d2b34bc18a45df338.js.map