mindroot 9.23.0__py3-none-any.whl → 9.24.0__py3-none-any.whl
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Potentially problematic release.
This version of mindroot might be problematic. Click here for more details.
- mindroot/docs/.env +1 -0
- mindroot/docs/.gitignore +1 -0
- mindroot/docs/_build/doctrees/chat_with_assistant.doctree +0 -0
- mindroot/docs/_build/doctrees/developer_documentation.doctree +0 -0
- mindroot/docs/_build/doctrees/environment.pickle +0 -0
- mindroot/docs/_build/doctrees/getting_started.doctree +0 -0
- mindroot/docs/_build/doctrees/index.doctree +0 -0
- mindroot/docs/_build/doctrees/install_plugins_with_tools.doctree +0 -0
- mindroot/docs/_build/doctrees/installation.doctree +0 -0
- mindroot/docs/_build/doctrees/llm_api_key.doctree +0 -0
- mindroot/docs/_build/doctrees/llm_plugin_installation.doctree +0 -0
- mindroot/docs/_build/doctrees/programming_task.doctree +0 -0
- mindroot/docs/_build/doctrees/source/ahp.doctree +0 -0
- mindroot/docs/_build/doctrees/source/mindroot.coreplugins.admin.doctree +0 -0
- mindroot/docs/_build/doctrees/source/mindroot.coreplugins.api_keys.doctree +0 -0
- mindroot/docs/_build/doctrees/source/mindroot.coreplugins.chat.doctree +0 -0
- mindroot/docs/_build/doctrees/source/mindroot.coreplugins.chat_avatar.doctree +0 -0
- mindroot/docs/_build/doctrees/source/mindroot.coreplugins.check_list.doctree +0 -0
- mindroot/docs/_build/doctrees/source/mindroot.coreplugins.credits.doctree +0 -0
- mindroot/docs/_build/doctrees/source/mindroot.coreplugins.doctree +0 -0
- mindroot/docs/_build/doctrees/source/mindroot.coreplugins.email.doctree +0 -0
- mindroot/docs/_build/doctrees/source/mindroot.coreplugins.env_manager.doctree +0 -0
- mindroot/docs/_build/doctrees/source/mindroot.coreplugins.events.doctree +0 -0
- mindroot/docs/_build/doctrees/source/mindroot.coreplugins.index.doctree +0 -0
- mindroot/docs/_build/doctrees/source/mindroot.coreplugins.index.handlers.doctree +0 -0
- mindroot/docs/_build/doctrees/source/mindroot.coreplugins.jwt_auth.doctree +0 -0
- mindroot/docs/_build/doctrees/source/mindroot.coreplugins.l8n.doctree +0 -0
- mindroot/docs/_build/doctrees/source/mindroot.coreplugins.mcp_.doctree +0 -0
- mindroot/docs/_build/doctrees/source/mindroot.coreplugins.persona.doctree +0 -0
- mindroot/docs/_build/doctrees/source/mindroot.coreplugins.startup.doctree +0 -0
- mindroot/docs/_build/doctrees/source/mindroot.coreplugins.subscriptions.doctree +0 -0
- mindroot/docs/_build/doctrees/source/mindroot.coreplugins.usage.doctree +0 -0
- mindroot/docs/_build/doctrees/source/mindroot.coreplugins.user_service.doctree +0 -0
- mindroot/docs/_build/doctrees/source/mindroot.doctree +0 -0
- mindroot/docs/_build/doctrees/source/mindroot.lib.auth.doctree +0 -0
- mindroot/docs/_build/doctrees/source/mindroot.lib.doctree +0 -0
- mindroot/docs/_build/doctrees/source/mindroot.lib.json_str_block.doctree +0 -0
- mindroot/docs/_build/doctrees/source/mindroot.lib.plugins.doctree +0 -0
- mindroot/docs/_build/doctrees/source/mindroot.lib.providers.backup.doctree +0 -0
- mindroot/docs/_build/doctrees/source/mindroot.lib.providers.doctree +0 -0
- mindroot/docs/_build/doctrees/source/mindroot.registry.doctree +0 -0
- mindroot/docs/_build/doctrees/source/modules.doctree +0 -0
- mindroot/docs/_build/doctrees/source/mr_agent_expert_instr.doctree +0 -0
- mindroot/docs/_build/doctrees/starting_mindroot.doctree +0 -0
- mindroot/docs/_build/doctrees/user_documentation.doctree +0 -0
- mindroot/docs/_build/html/_modules/mindroot/coreplugins/admin/settings_router.html +287 -89
- mindroot/docs/_build/html/_modules/mindroot/coreplugins/jwt_auth/middleware.html +281 -89
- mindroot/docs/_build/html/_modules/mindroot/lib/providers/model_preferences_v2.html +293 -91
- mindroot/docs/_build/html/_modules/mindroot/lib/templates.html +342 -98
- mindroot/docs/_build/html/_modules/mindroot/server.html +291 -87
- mindroot/docs/_build/html/_sources/developer_documentation.rst.txt +21 -1
- mindroot/docs/_build/html/developer_documentation.html +44 -4
- mindroot/docs/_build/html/getting_started.html +18 -15
- mindroot/docs/_build/html/index.html +1 -0
- mindroot/docs/_build/html/searchindex.js +1 -1
- mindroot/docs/_build/html/source/mindroot.coreplugins.api_keys.html +15 -2
- mindroot/docs/_build/html/source/mindroot.coreplugins.chat_avatar.html +15 -2
- mindroot/docs/_build/html/source/mindroot.coreplugins.check_list.html +15 -2
- mindroot/docs/_build/html/source/mindroot.coreplugins.credits.html +15 -2
- mindroot/docs/_build/html/source/mindroot.coreplugins.env_manager.html +15 -2
- mindroot/docs/_build/html/source/mindroot.coreplugins.events.html +15 -2
- mindroot/docs/_build/html/source/mindroot.coreplugins.index.handlers.html +15 -2
- mindroot/docs/_build/html/source/mindroot.coreplugins.index.html +15 -2
- mindroot/docs/_build/html/source/mindroot.coreplugins.persona.html +15 -2
- mindroot/docs/_build/html/source/mindroot.coreplugins.startup.html +15 -2
- mindroot/docs/_build/html/source/mindroot.coreplugins.subscriptions.html +15 -2
- mindroot/docs/_build/html/source/mindroot.coreplugins.usage.html +15 -2
- mindroot/docs/_build/html/source/mindroot.coreplugins.user_service.html +15 -2
- mindroot/docs/_build/html/source/mindroot.lib.auth.html +15 -2
- mindroot/docs/_build/html/source/mindroot.lib.html +2 -1
- mindroot/docs/_build/html/source/mindroot.lib.json_str_block.html +15 -2
- mindroot/docs/_build/html/source/mindroot.lib.plugins.html +15 -2
- mindroot/docs/_build/html/source/mindroot.registry.html +15 -2
- mindroot/docs/_build/html/source/modules.html +15 -2
- mindroot/docs/developer_documentation.rst +21 -1
- {mindroot-9.23.0.dist-info → mindroot-9.24.0.dist-info}/METADATA +1 -1
- {mindroot-9.23.0.dist-info → mindroot-9.24.0.dist-info}/RECORD +81 -79
- {mindroot-9.23.0.dist-info → mindroot-9.24.0.dist-info}/WHEEL +0 -0
- {mindroot-9.23.0.dist-info → mindroot-9.24.0.dist-info}/entry_points.txt +0 -0
- {mindroot-9.23.0.dist-info → mindroot-9.24.0.dist-info}/licenses/LICENSE +0 -0
- {mindroot-9.23.0.dist-info → mindroot-9.24.0.dist-info}/top_level.txt +0 -0
|
@@ -1802,10 +1802,12 @@ mindroot/coreplugins/user_service/router.py,sha256=j7Y2vn87b86FOA5KkMIiduYjfyHuy
|
|
|
1802
1802
|
mindroot/coreplugins/user_service/backup/admin_service.py,sha256=scc59rxlZz4uuVvgjf-9HL2gKi7-uiCdSt6LjWJILR8,4259
|
|
1803
1803
|
mindroot/coreplugins/user_service/backup/admin_setup.py,sha256=JGszAw8nVtnNiisSUGu9jtoStKGyN44KpbRlKAhDJho,3001
|
|
1804
1804
|
mindroot/coreplugins/user_service/templates/reset_password.jinja2,sha256=81UNN9bWFS2GNIO4_jji6iz5Dfk95Ln2vc9_Brac4ac,2119
|
|
1805
|
+
mindroot/docs/.env,sha256=9PmC_3JMfGWQMQDMTYOmH6meJH5V-Vu994MB4uzeQuw,59
|
|
1806
|
+
mindroot/docs/.gitignore,sha256=aapzz1vDN3p9l_Lo0rt3MZWBXv4iWvfxvm9bkwa74U8,5
|
|
1805
1807
|
mindroot/docs/Makefile,sha256=i2WHuFlgfyAPEW4ssEP8NY4cOibDJrVjvzSEU8_Ggwc,634
|
|
1806
1808
|
mindroot/docs/chat_with_assistant.rst,sha256=1TteDcoZsBqPgp-PbbD_3ASaJe-0G7Wfb_aaLc8HEC4,389
|
|
1807
1809
|
mindroot/docs/conf.py,sha256=9faTQz2wYclVSTRlnCSIdqibFdColMDFyuz6RsbVZrg,1681
|
|
1808
|
-
mindroot/docs/developer_documentation.rst,sha256=
|
|
1810
|
+
mindroot/docs/developer_documentation.rst,sha256=HR96_Z-5s5F2-pTtyF_ru4SWaN7EaGBkWA0ZeowuQcs,1225
|
|
1809
1811
|
mindroot/docs/envvar.png,sha256=wn4-KEK3odPHyPdQCMK9Co3WZrXExNMyUFeAe-T0_h0,58855
|
|
1810
1812
|
mindroot/docs/files.png,sha256=e8gM4Dw2yzAWbd5JAOA3Z_Wkeke0cMgL_ysvyH9rDQk,69667
|
|
1811
1813
|
mindroot/docs/getting_started.rst,sha256=jAd5O7cm_x9o9es3dVbd7FE-HwzJYsjyjqlGAlyCu30,3121
|
|
@@ -1823,56 +1825,56 @@ mindroot/docs/programming_task.rst,sha256=VJ6euwtBUbjO5SmPz2jA-6P5FmX1TmDRr0jFl5
|
|
|
1823
1825
|
mindroot/docs/restart.png,sha256=PDzC8F1HdNs4A4hDOWtq-qzmAkXDTm-YN88bfUagzKc,19897
|
|
1824
1826
|
mindroot/docs/starting_mindroot.rst,sha256=3uj-IfHsEQbgs26HD_ifjiTR8dK9IGzS4JxfB4BMht4,287
|
|
1825
1827
|
mindroot/docs/user_documentation.rst,sha256=HuiU1bl2gQar83sEz4rB_qnrhNdLpyNgbK711bNCLfM,324
|
|
1826
|
-
mindroot/docs/_build/doctrees/chat_with_assistant.doctree,sha256=
|
|
1827
|
-
mindroot/docs/_build/doctrees/developer_documentation.doctree,sha256=
|
|
1828
|
-
mindroot/docs/_build/doctrees/environment.pickle,sha256=
|
|
1829
|
-
mindroot/docs/_build/doctrees/getting_started.doctree,sha256=
|
|
1830
|
-
mindroot/docs/_build/doctrees/index.doctree,sha256=
|
|
1831
|
-
mindroot/docs/_build/doctrees/install_plugins_with_tools.doctree,sha256=
|
|
1832
|
-
mindroot/docs/_build/doctrees/installation.doctree,sha256=
|
|
1833
|
-
mindroot/docs/_build/doctrees/llm_api_key.doctree,sha256=
|
|
1834
|
-
mindroot/docs/_build/doctrees/llm_plugin_installation.doctree,sha256=
|
|
1835
|
-
mindroot/docs/_build/doctrees/programming_task.doctree,sha256=
|
|
1836
|
-
mindroot/docs/_build/doctrees/starting_mindroot.doctree,sha256=
|
|
1837
|
-
mindroot/docs/_build/doctrees/user_documentation.doctree,sha256=
|
|
1838
|
-
mindroot/docs/_build/doctrees/source/ahp.doctree,sha256=
|
|
1839
|
-
mindroot/docs/_build/doctrees/source/mindroot.coreplugins.admin.doctree,sha256=
|
|
1840
|
-
mindroot/docs/_build/doctrees/source/mindroot.coreplugins.api_keys.doctree,sha256=
|
|
1841
|
-
mindroot/docs/_build/doctrees/source/mindroot.coreplugins.chat.doctree,sha256=
|
|
1842
|
-
mindroot/docs/_build/doctrees/source/mindroot.coreplugins.chat_avatar.doctree,sha256=
|
|
1843
|
-
mindroot/docs/_build/doctrees/source/mindroot.coreplugins.check_list.doctree,sha256=
|
|
1844
|
-
mindroot/docs/_build/doctrees/source/mindroot.coreplugins.credits.doctree,sha256=
|
|
1845
|
-
mindroot/docs/_build/doctrees/source/mindroot.coreplugins.doctree,sha256=
|
|
1846
|
-
mindroot/docs/_build/doctrees/source/mindroot.coreplugins.email.doctree,sha256=
|
|
1847
|
-
mindroot/docs/_build/doctrees/source/mindroot.coreplugins.env_manager.doctree,sha256=
|
|
1848
|
-
mindroot/docs/_build/doctrees/source/mindroot.coreplugins.events.doctree,sha256=
|
|
1849
|
-
mindroot/docs/_build/doctrees/source/mindroot.coreplugins.index.doctree,sha256=
|
|
1850
|
-
mindroot/docs/_build/doctrees/source/mindroot.coreplugins.index.handlers.doctree,sha256=
|
|
1851
|
-
mindroot/docs/_build/doctrees/source/mindroot.coreplugins.jwt_auth.doctree,sha256=
|
|
1852
|
-
mindroot/docs/_build/doctrees/source/mindroot.coreplugins.l8n.doctree,sha256=
|
|
1853
|
-
mindroot/docs/_build/doctrees/source/mindroot.coreplugins.mcp_.doctree,sha256=
|
|
1854
|
-
mindroot/docs/_build/doctrees/source/mindroot.coreplugins.persona.doctree,sha256=
|
|
1855
|
-
mindroot/docs/_build/doctrees/source/mindroot.coreplugins.startup.doctree,sha256=
|
|
1856
|
-
mindroot/docs/_build/doctrees/source/mindroot.coreplugins.subscriptions.doctree,sha256=
|
|
1857
|
-
mindroot/docs/_build/doctrees/source/mindroot.coreplugins.usage.doctree,sha256=
|
|
1858
|
-
mindroot/docs/_build/doctrees/source/mindroot.coreplugins.user_service.doctree,sha256=
|
|
1859
|
-
mindroot/docs/_build/doctrees/source/mindroot.doctree,sha256=
|
|
1860
|
-
mindroot/docs/_build/doctrees/source/mindroot.lib.auth.doctree,sha256=
|
|
1861
|
-
mindroot/docs/_build/doctrees/source/mindroot.lib.doctree,sha256=
|
|
1862
|
-
mindroot/docs/_build/doctrees/source/mindroot.lib.json_str_block.doctree,sha256=
|
|
1863
|
-
mindroot/docs/_build/doctrees/source/mindroot.lib.plugins.doctree,sha256=
|
|
1864
|
-
mindroot/docs/_build/doctrees/source/mindroot.lib.providers.backup.doctree,sha256=
|
|
1865
|
-
mindroot/docs/_build/doctrees/source/mindroot.lib.providers.doctree,sha256=
|
|
1866
|
-
mindroot/docs/_build/doctrees/source/mindroot.registry.doctree,sha256=
|
|
1867
|
-
mindroot/docs/_build/doctrees/source/modules.doctree,sha256=
|
|
1868
|
-
mindroot/docs/_build/doctrees/source/mr_agent_expert_instr.doctree,sha256=
|
|
1828
|
+
mindroot/docs/_build/doctrees/chat_with_assistant.doctree,sha256=OcZt4mECR0wFluCZqmaMNws8rAMVbGO0Zj2bUQ4ivcw,4264
|
|
1829
|
+
mindroot/docs/_build/doctrees/developer_documentation.doctree,sha256=tBQUD2vjXvPWKNNYGFSljGaP1Q91UeLBlTnNTDzgtis,12889
|
|
1830
|
+
mindroot/docs/_build/doctrees/environment.pickle,sha256=EXhso0dptNpZVOBLUJqKSxuhC_24eAEMC9VOxYMUgtA,2128458
|
|
1831
|
+
mindroot/docs/_build/doctrees/getting_started.doctree,sha256=gmV5T84IN3dnA_GYpF2K0Xr2u_PB2Pf188P09YOYpvQ,21756
|
|
1832
|
+
mindroot/docs/_build/doctrees/index.doctree,sha256=y1dyvKi-GRTderF1ZXZv1Gx-Fg2dCi5weExKDKkrQ3U,8054
|
|
1833
|
+
mindroot/docs/_build/doctrees/install_plugins_with_tools.doctree,sha256=WWE5nIfJUrd1ufmKY4xBdfNqW_JH_Ajrj95iPHSAOMM,5423
|
|
1834
|
+
mindroot/docs/_build/doctrees/installation.doctree,sha256=yOVZaq_9vrdOEbnoPNU9Qq7bnCZ3057sMPV65bOZFyo,5120
|
|
1835
|
+
mindroot/docs/_build/doctrees/llm_api_key.doctree,sha256=q6pmLCh4gaOLcsig3qdSfd4LGAoEOtaiwIHTqMBCGTo,5827
|
|
1836
|
+
mindroot/docs/_build/doctrees/llm_plugin_installation.doctree,sha256=U_1Mx5WaFb0xwC1K5QKrZ_liFfjalKOlSDM-Sr3hZ_U,6056
|
|
1837
|
+
mindroot/docs/_build/doctrees/programming_task.doctree,sha256=7vFQ-N5oBdaFpXpeEB6AE5swCaZeAWlB-QDW0BRHwss,3917
|
|
1838
|
+
mindroot/docs/_build/doctrees/starting_mindroot.doctree,sha256=Y55podOCUlTABOUDCHd0U3YQDQsHW96nQxARiEIN4mE,3954
|
|
1839
|
+
mindroot/docs/_build/doctrees/user_documentation.doctree,sha256=QHjr87Kmbo-nGBEKs90CbGVloqJHLMnuBzrV-8Nylac,3274
|
|
1840
|
+
mindroot/docs/_build/doctrees/source/ahp.doctree,sha256=xJL5x_aC4PgDSkb99Un70U43nJh_OCvVkf3Y5jTRlaE,2420
|
|
1841
|
+
mindroot/docs/_build/doctrees/source/mindroot.coreplugins.admin.doctree,sha256=y7zLC8N3ufnri90sILR9lgTnJBdc3OgYCBAX0q1ywx8,755354
|
|
1842
|
+
mindroot/docs/_build/doctrees/source/mindroot.coreplugins.api_keys.doctree,sha256=Ez1F01T0hsWRzLNrJ1DXKwOGoWo10o9z8KJMvWi4NAg,73162
|
|
1843
|
+
mindroot/docs/_build/doctrees/source/mindroot.coreplugins.chat.doctree,sha256=ijIdtED6p8b6y2DKSqz5bM2EIk8Zrk6f7lZZkf15uYE,315902
|
|
1844
|
+
mindroot/docs/_build/doctrees/source/mindroot.coreplugins.chat_avatar.doctree,sha256=vIDza2jjX2ecrzHpc0UhGiHap1ky07GeLel3mhe8yPU,3216
|
|
1845
|
+
mindroot/docs/_build/doctrees/source/mindroot.coreplugins.check_list.doctree,sha256=BnLUAI_oKG78AU3ZbWvT0UqGC4fjwiW3zRnoXNQbdc4,36372
|
|
1846
|
+
mindroot/docs/_build/doctrees/source/mindroot.coreplugins.credits.doctree,sha256=9ym-f1b7ZotFyqM_tQi2g2Tfeir8u6LOl3unB20MUPQ,255939
|
|
1847
|
+
mindroot/docs/_build/doctrees/source/mindroot.coreplugins.doctree,sha256=gejUspCfhPkh4HLqd-h_2CTfZss4klB_ajcdsdF4EoQ,4445
|
|
1848
|
+
mindroot/docs/_build/doctrees/source/mindroot.coreplugins.email.doctree,sha256=N9Zw2g2BjExwzBx5ZNtzbmKqzCAqgeUtuKd94GTK5zQ,113531
|
|
1849
|
+
mindroot/docs/_build/doctrees/source/mindroot.coreplugins.env_manager.doctree,sha256=xUG-iTlJ-znyLJurNC5uUnugGkDAAZX7Ceim6934vT8,37111
|
|
1850
|
+
mindroot/docs/_build/doctrees/source/mindroot.coreplugins.events.doctree,sha256=Mb3HTvjPMUTwi8A8MmEkXVjxv2Zju_qCoU6D1yIP5_o,14329
|
|
1851
|
+
mindroot/docs/_build/doctrees/source/mindroot.coreplugins.index.doctree,sha256=PkPTPYV1y4K1sewIzq3lZQjq0xIorvg1rN13nYhwETI,148072
|
|
1852
|
+
mindroot/docs/_build/doctrees/source/mindroot.coreplugins.index.handlers.doctree,sha256=AZUvgn1HDZAzXBgRNTzANxEOZxBx--358N7HNOOVM94,83396
|
|
1853
|
+
mindroot/docs/_build/doctrees/source/mindroot.coreplugins.jwt_auth.doctree,sha256=HXAD3EazhqXExfHUnd32jUFlfamfaOpjZlgExjGBjCw,36120
|
|
1854
|
+
mindroot/docs/_build/doctrees/source/mindroot.coreplugins.l8n.doctree,sha256=YXMtmYAjaQe_NkCkXAu0SZ90_bG0GBQNPupoknzddy4,176952
|
|
1855
|
+
mindroot/docs/_build/doctrees/source/mindroot.coreplugins.mcp_.doctree,sha256=V2uBL17WCz7CLqpr1jC2Nzs4gc3FasZIJIxT-zJall8,389117
|
|
1856
|
+
mindroot/docs/_build/doctrees/source/mindroot.coreplugins.persona.doctree,sha256=IGz6imSah5LA2-8Aibb1HlZJmWWLH55g6c0o196bHdo,21441
|
|
1857
|
+
mindroot/docs/_build/doctrees/source/mindroot.coreplugins.startup.doctree,sha256=I7JdmXFWrsF_GOmfgn-8a7IaQFRdmnCtSop2vCS9TkQ,6358
|
|
1858
|
+
mindroot/docs/_build/doctrees/source/mindroot.coreplugins.subscriptions.doctree,sha256=AZrLTN9SZcUQYS9cL5B_7GfY6HvVmwgXNQ7i9CXtETk,496326
|
|
1859
|
+
mindroot/docs/_build/doctrees/source/mindroot.coreplugins.usage.doctree,sha256=EuzB5jh0Kmcf__5jKL3vlhJmN9QFIYbahLGJfp98DSo,180732
|
|
1860
|
+
mindroot/docs/_build/doctrees/source/mindroot.coreplugins.user_service.doctree,sha256=L2bDFiTLoj8pcW0OjLhxRRjfx5IR8IF4nUYWiJ1ZHbs,161569
|
|
1861
|
+
mindroot/docs/_build/doctrees/source/mindroot.doctree,sha256=inXwtQ0CQ0ja7mG6Gis3xZN5GifGTgz_80awPVnK264,99550
|
|
1862
|
+
mindroot/docs/_build/doctrees/source/mindroot.lib.auth.doctree,sha256=8WCaOpYg63elXZ9zyAcaanQzM8UGIeLyWQG7whmSblA,28807
|
|
1863
|
+
mindroot/docs/_build/doctrees/source/mindroot.lib.doctree,sha256=AQCKnObFGURObV_Xovvdn_vMNZLUsnPioDUEFhgUr7Y,476976
|
|
1864
|
+
mindroot/docs/_build/doctrees/source/mindroot.lib.json_str_block.doctree,sha256=Nmsw3IkrxR56l5a6JWRfOmMuqGzYZG8ERWWv7r99qRw,9789
|
|
1865
|
+
mindroot/docs/_build/doctrees/source/mindroot.lib.plugins.doctree,sha256=pEw6NLsk5Zhl5LOdeIN4fpKgmxHp_iTrHizjABhspAY,197660
|
|
1866
|
+
mindroot/docs/_build/doctrees/source/mindroot.lib.providers.backup.doctree,sha256=vEU3v7o0z0XwqH2RRXFWkahenl7y-OHtZ-fgC7T2gNk,2796
|
|
1867
|
+
mindroot/docs/_build/doctrees/source/mindroot.lib.providers.doctree,sha256=B1PR5AaJam28G37VmPp_XwZayEEHbB-PFceO02DQUj4,81943
|
|
1868
|
+
mindroot/docs/_build/doctrees/source/mindroot.registry.doctree,sha256=fGLWhjDMmB7NneYDcqRuIeUO_6qnSyMS90aM5Zo9ELA,47430
|
|
1869
|
+
mindroot/docs/_build/doctrees/source/modules.doctree,sha256=Zm-Prb2i5f8puNAo8Zyyqx6ph6qOyK12XFw9blHEwqI,2755
|
|
1870
|
+
mindroot/docs/_build/doctrees/source/mr_agent_expert_instr.doctree,sha256=wHhax95_Tkun_5kT6tRwH6LnLankQBC3qL4NgCP-lKI,2516
|
|
1869
1871
|
mindroot/docs/_build/html/.buildinfo,sha256=8Up6x1Rxu7r3hp72Ib-q0FFQsbuTEppZImpB-D6lmMM,231
|
|
1870
1872
|
mindroot/docs/_build/html/.buildinfo.bak,sha256=aZ0R1M-Ug-ZgU5Nku3lnM8YVfx-qeaP8qbPiKHSCErc,231
|
|
1871
1873
|
mindroot/docs/_build/html/chat_with_assistant.html,sha256=FCy1WCjiLL8Hji9npZ6vuez5weToJIddSx7Gk2z1vG0,16129
|
|
1872
|
-
mindroot/docs/_build/html/developer_documentation.html,sha256=
|
|
1874
|
+
mindroot/docs/_build/html/developer_documentation.html,sha256=G447uqbneVHuNTZfFnRwANOrdf_aF83SkGy_S0I4jlU,18137
|
|
1873
1875
|
mindroot/docs/_build/html/genindex.html,sha256=B0XfFCrHXHgzDaY8FxOgabnNOSerK-nRfNgVggeRDLs,317992
|
|
1874
|
-
mindroot/docs/_build/html/getting_started.html,sha256=
|
|
1875
|
-
mindroot/docs/_build/html/index.html,sha256=
|
|
1876
|
+
mindroot/docs/_build/html/getting_started.html,sha256=MkdpOulFON5B3JULx8ES1zZF5zfpnfQ_Y_KBMkOoLEs,21384
|
|
1877
|
+
mindroot/docs/_build/html/index.html,sha256=9Q6anXD-XoItT8bGe5PgpdSIupeHdeNRBFuyXQWdQRc,18327
|
|
1876
1878
|
mindroot/docs/_build/html/install_plugins_with_tools.html,sha256=WmLS7bxnUqxMTA6p74MLMdMLsEk7GIjcDiEXr3qUjuM,16421
|
|
1877
1879
|
mindroot/docs/_build/html/installation.html,sha256=DRCjfWkhPuciP4dpFapHYK5WTDBvAML_QoQmYkX7BgA,16848
|
|
1878
1880
|
mindroot/docs/_build/html/llm_api_key.html,sha256=q7ROf1qGq4slzUHyIcuPFzdP_kqzgXxloIOdoR4Dgp4,16488
|
|
@@ -1881,7 +1883,7 @@ mindroot/docs/_build/html/objects.inv,sha256=M8P7ZgJ6lTX1CVuGJWhZdAQrfKa7o3kyhCR
|
|
|
1881
1883
|
mindroot/docs/_build/html/programming_task.html,sha256=3AFM9PwfQs_5w3XN9nrnCfJURVkUwiS8gYJ1JhzIRZI,16172
|
|
1882
1884
|
mindroot/docs/_build/html/py-modindex.html,sha256=OwyOg3EusolCOrjUL7pdgu0mhdAMXFHOaiCOL2WQYUQ,58148
|
|
1883
1885
|
mindroot/docs/_build/html/search.html,sha256=RBwQZLstAJPTlnlEcH4tsZwTF2kRQ2TptkJR9Gmg5VU,14563
|
|
1884
|
-
mindroot/docs/_build/html/searchindex.js,sha256=
|
|
1886
|
+
mindroot/docs/_build/html/searchindex.js,sha256=ZDARmf0DrVOJfMawhdZPzoLdJfCVCtPQ5ho-w3hsAvk,238639
|
|
1885
1887
|
mindroot/docs/_build/html/starting_mindroot.html,sha256=Rn1mS0DCwTVJoY8p3nV6Y1LvFHz_YYTgnT2TPxXNSa8,16249
|
|
1886
1888
|
mindroot/docs/_build/html/user_documentation.html,sha256=Tqtzmp-BXIntFvBabSMS-u9CQIKA1uNVAW2R_X4E7sM,16612
|
|
1887
1889
|
mindroot/docs/_build/html/_images/envvar.png,sha256=wn4-KEK3odPHyPdQCMK9Co3WZrXExNMyUFeAe-T0_h0,58855
|
|
@@ -1893,7 +1895,7 @@ mindroot/docs/_build/html/_images/openrouter.png,sha256=AMdqvwBpi6c44-slXnuda79_
|
|
|
1893
1895
|
mindroot/docs/_build/html/_images/restart.png,sha256=PDzC8F1HdNs4A4hDOWtq-qzmAkXDTm-YN88bfUagzKc,19897
|
|
1894
1896
|
mindroot/docs/_build/html/_modules/index.html,sha256=8S-kzPpe3dq5qQviHVf-l7EYrNulAk_DG2YVJBV7Gpc,27769
|
|
1895
1897
|
mindroot/docs/_build/html/_modules/mindroot/migrate.html,sha256=8bhBEs_EeMuPz98AfDuksW3DGk7ql0wVhTAo0Yckvm0,10613
|
|
1896
|
-
mindroot/docs/_build/html/_modules/mindroot/server.html,sha256=
|
|
1898
|
+
mindroot/docs/_build/html/_modules/mindroot/server.html,sha256=I7w1R25EncNHDHaFXqVkwFgIKABYOOqIUfUPsnYsQ0Y,47676
|
|
1897
1899
|
mindroot/docs/_build/html/_modules/mindroot/server_missing_normal_args.html,sha256=STGE2jYYjkFP0QZoxYkjR4vucAZ0XCTkfL4TShS20fY,34171
|
|
1898
1900
|
mindroot/docs/_build/html/_modules/mindroot/server_prev.html,sha256=4ZSCL9jWLQ5kihM5NNg0tv8kuVEKKI6fuwlD8oA2E6w,29607
|
|
1899
1901
|
mindroot/docs/_build/html/_modules/mindroot/coreplugins/admin/agent_importer.html,sha256=jxCIaayppnxo_Yi-aEl6MjG4OLQibP0gbX63RWHXqVA,34804
|
|
@@ -1915,7 +1917,7 @@ mindroot/docs/_build/html/_modules/mindroot/coreplugins/admin/registry_settings_
|
|
|
1915
1917
|
mindroot/docs/_build/html/_modules/mindroot/coreplugins/admin/router.html,sha256=-ir7XTdQ2KZy34tg_NHpRU9WcNWyKvPMlnETSHHqBU8,27010
|
|
1916
1918
|
mindroot/docs/_build/html/_modules/mindroot/coreplugins/admin/server_router.html,sha256=Xy-Xy7vgmvDhVgl0OgX1lsQMwoJqaEzmlPUNx-r4LSk,21614
|
|
1917
1919
|
mindroot/docs/_build/html/_modules/mindroot/coreplugins/admin/service_models.html,sha256=sprNodsnzYVLqgCl9kLwtaWSgBDxZqF8W3pne-zztZk,16566
|
|
1918
|
-
mindroot/docs/_build/html/_modules/mindroot/coreplugins/admin/settings_router.html,sha256=
|
|
1920
|
+
mindroot/docs/_build/html/_modules/mindroot/coreplugins/admin/settings_router.html,sha256=Rp6FptBNHnrJjl-3XeP36Dod2NsgYWpVHX0RSe225Q4,57470
|
|
1919
1921
|
mindroot/docs/_build/html/_modules/mindroot/coreplugins/api_keys/api_key_manager.html,sha256=CvK88Bzsib3hq_-wiSfGcOsgV5WwYw6M1NzUHY6G-BI,19360
|
|
1920
1922
|
mindroot/docs/_build/html/_modules/mindroot/coreplugins/api_keys/mod.html,sha256=sQT8gdfZ6ZxaQrPfXG8eZO7xAaHGyFX_YnN-DuoXJgw,7502
|
|
1921
1923
|
mindroot/docs/_build/html/_modules/mindroot/coreplugins/api_keys/router.html,sha256=AIacsVxpS_TuklJCkNsggV6j3_msgDiNiW3ojqbR3aI,13012
|
|
@@ -1950,7 +1952,7 @@ mindroot/docs/_build/html/_modules/mindroot/coreplugins/index/handlers/agent_ops
|
|
|
1950
1952
|
mindroot/docs/_build/html/_modules/mindroot/coreplugins/index/handlers/index_ops.html,sha256=t504hKFMXwJu51J2N1zAWFQgeN43ZLK3QtI4R9C0w-g,21942
|
|
1951
1953
|
mindroot/docs/_build/html/_modules/mindroot/coreplugins/index/handlers/plugin_ops.html,sha256=P0Chxhxkf_Sdehgi8MsBzpEwkDOBmSVA3AeownrFTjw,30460
|
|
1952
1954
|
mindroot/docs/_build/html/_modules/mindroot/coreplugins/index/handlers/publish.html,sha256=uHZMeL4LZr5YMNgEqoaDh8SWLKuxE1jpUcaPaNryBx0,23418
|
|
1953
|
-
mindroot/docs/_build/html/_modules/mindroot/coreplugins/jwt_auth/middleware.html,sha256=
|
|
1955
|
+
mindroot/docs/_build/html/_modules/mindroot/coreplugins/jwt_auth/middleware.html,sha256=FpMzFjsXYnc5H2_b8hIMcRcozCTM1sVBRwEkBlFlIkg,60094
|
|
1954
1956
|
mindroot/docs/_build/html/_modules/mindroot/coreplugins/jwt_auth/mod.html,sha256=2kcOkCaN7zLByCi8KpSkBUrxygmS2Z5PIfLw3K7mf8I,12217
|
|
1955
1957
|
mindroot/docs/_build/html/_modules/mindroot/coreplugins/jwt_auth/router.html,sha256=ScmfpvMjaWDqgPs5-U32-dRLijQOpLxrbyhK6R5EEr0,8181
|
|
1956
1958
|
mindroot/docs/_build/html/_modules/mindroot/coreplugins/l8n/language_detection.html,sha256=uSDJ-do7r8gwX36zlp4qbrxPRYk6DYSRnj4W-iAFD-U,21631
|
|
@@ -2005,7 +2007,7 @@ mindroot/docs/_build/html/_modules/mindroot/lib/providers.html,sha256=mAwz2fu_mm
|
|
|
2005
2007
|
mindroot/docs/_build/html/_modules/mindroot/lib/route_decorators.html,sha256=26aeDmxcp4v4ecaQzY5hNZgDUA_afqkm8Mvw5GcdEXA,14479
|
|
2006
2008
|
mindroot/docs/_build/html/_modules/mindroot/lib/session_files.html,sha256=HchjjwRKnjSX_pVOhXq7N08pPS3v7HT3_PnGs5eRGqw,10577
|
|
2007
2009
|
mindroot/docs/_build/html/_modules/mindroot/lib/streamcmd.html,sha256=nvS1cLpSokJO6hN3m4ZJ6OdNz_HTTTkdqPxl7vqhBaQ,25154
|
|
2008
|
-
mindroot/docs/_build/html/_modules/mindroot/lib/templates.html,sha256=
|
|
2010
|
+
mindroot/docs/_build/html/_modules/mindroot/lib/templates.html,sha256=944F2dqRTqEWFwz8Mxw0x7R3m5iptUtSGYyBwTD2S6U,109186
|
|
2009
2011
|
mindroot/docs/_build/html/_modules/mindroot/lib/token_counter.html,sha256=1vf0CqEkggZPCZ2Q_lZAW_ieKbVYJtZlOpe3d9tXFDk,34613
|
|
2010
2012
|
mindroot/docs/_build/html/_modules/mindroot/lib/auth/api_key.html,sha256=hm-v7O4It52GONlNBoTKkiMBJ8O29TIOxiACPgPtjlg,7108
|
|
2011
2013
|
mindroot/docs/_build/html/_modules/mindroot/lib/auth/auth.html,sha256=cZRBi-P6KN_37tBfJ4_J08cf0nEE_RXF4JVG9wBd9Ls,14844
|
|
@@ -2020,12 +2022,12 @@ mindroot/docs/_build/html/_modules/mindroot/lib/plugins/paths.html,sha256=_eKdHH
|
|
|
2020
2022
|
mindroot/docs/_build/html/_modules/mindroot/lib/providers/commands.html,sha256=ZVlta7VSx9wNoTGYATix6MRkoKtQz7r0gSqEXRLdEoc,7517
|
|
2021
2023
|
mindroot/docs/_build/html/_modules/mindroot/lib/providers/hooks.html,sha256=lDb6YKnpohCeDy3a-d_w3Uk7tuMxPhK0ICw2-b3zRS8,5692
|
|
2022
2024
|
mindroot/docs/_build/html/_modules/mindroot/lib/providers/missing.html,sha256=kiuvCov9PbnB9ht-kdZqrJ3PUaz4XJtCXhO66cAjWzA,13540
|
|
2023
|
-
mindroot/docs/_build/html/_modules/mindroot/lib/providers/model_preferences_v2.html,sha256=
|
|
2025
|
+
mindroot/docs/_build/html/_modules/mindroot/lib/providers/model_preferences_v2.html,sha256=xGhoElgKV60pr9fIB7Y8sb03cliZQdIcrnTRPEdDk48,43951
|
|
2024
2026
|
mindroot/docs/_build/html/_modules/mindroot/lib/providers/services.html,sha256=mYGDuumSqYTwJzdFLysiZoQw4Ha3Z65s5_UzXQZicxY,6966
|
|
2025
2027
|
mindroot/docs/_build/html/_modules/mindroot/registry/component_manager.html,sha256=UNeEPeTdznMkAQJwotFBCJMMxHjkO8x-tAXMAtyHCBU,9881
|
|
2026
2028
|
mindroot/docs/_build/html/_modules/mindroot/registry/data_access.html,sha256=ZyRmmEbeVwbEqE5ab1jZLp0VnPQDulshP_aK1cPUxFY,34054
|
|
2027
2029
|
mindroot/docs/_build/html/_sources/chat_with_assistant.rst.txt,sha256=1TteDcoZsBqPgp-PbbD_3ASaJe-0G7Wfb_aaLc8HEC4,389
|
|
2028
|
-
mindroot/docs/_build/html/_sources/developer_documentation.rst.txt,sha256=
|
|
2030
|
+
mindroot/docs/_build/html/_sources/developer_documentation.rst.txt,sha256=Quub3w5qGl1ph6INqsYKYAIM3edv-UhEFzfHwlttiIU,1176
|
|
2029
2031
|
mindroot/docs/_build/html/_sources/getting_started.rst.txt,sha256=jAd5O7cm_x9o9es3dVbd7FE-HwzJYsjyjqlGAlyCu30,3121
|
|
2030
2032
|
mindroot/docs/_build/html/_sources/index.rst.txt,sha256=v3sabLY14cqmVUy-Emv7-OZ3hst-aVx3bOiak9o-eSQ,942
|
|
2031
2033
|
mindroot/docs/_build/html/_sources/install_plugins_with_tools.rst.txt,sha256=jhVVbgMjtSCirvbMb7PQ8oqXS-3ns19K46dTjIT9DhQ,489
|
|
@@ -2137,34 +2139,34 @@ mindroot/docs/_build/html/_static/styles/furo.css,sha256=_VadhXUHMzTBCFYkutwKheV
|
|
|
2137
2139
|
mindroot/docs/_build/html/_static/styles/furo.css.map,sha256=fsUcXMqaSwEFTorfGfQjJ8xnUzkkWIjGkGfAgxKj5lA,76865
|
|
2138
2140
|
mindroot/docs/_build/html/source/ahp.html,sha256=DNIj-sLw-O4UaR4r-oQZX4IVBq8BsDb5POWKJrsbBcs,14709
|
|
2139
2141
|
mindroot/docs/_build/html/source/mindroot.coreplugins.admin.html,sha256=hj5ccArbuMPQtY7rHZKP5uJZdEGMmihN9y5UeAXIEOQ,351714
|
|
2140
|
-
mindroot/docs/_build/html/source/mindroot.coreplugins.api_keys.html,sha256=
|
|
2142
|
+
mindroot/docs/_build/html/source/mindroot.coreplugins.api_keys.html,sha256=_dnk28enenOqQg-3K2qN9Snv9J2pYyE2SUOAsSpW-oQ,46370
|
|
2141
2143
|
mindroot/docs/_build/html/source/mindroot.coreplugins.chat.html,sha256=RQxlR7c81-xOMnmocIg8Itu9HOJlRYYiqJ6kRUmxog0,148812
|
|
2142
|
-
mindroot/docs/_build/html/source/mindroot.coreplugins.chat_avatar.html,sha256=
|
|
2143
|
-
mindroot/docs/_build/html/source/mindroot.coreplugins.check_list.html,sha256=
|
|
2144
|
-
mindroot/docs/_build/html/source/mindroot.coreplugins.credits.html,sha256=
|
|
2144
|
+
mindroot/docs/_build/html/source/mindroot.coreplugins.chat_avatar.html,sha256=I5RckRll99gkXhQ0pZZxWZee8PKZuG8tUt2cFemuf3c,15605
|
|
2145
|
+
mindroot/docs/_build/html/source/mindroot.coreplugins.check_list.html,sha256=japgD_0Unr_24G9aCK_RF9TKhJkX9kw4FSXN0Y3UKBY,28646
|
|
2146
|
+
mindroot/docs/_build/html/source/mindroot.coreplugins.credits.html,sha256=GVdlz9QoYNRVsu6Upz6N1U11d-xFW_oVLOm5jCoUOQ8,117454
|
|
2145
2147
|
mindroot/docs/_build/html/source/mindroot.coreplugins.email.html,sha256=6fGWvdrYECSUhlns1ln58FUG3w-mxe_dxEZUlO0h2u8,62516
|
|
2146
|
-
mindroot/docs/_build/html/source/mindroot.coreplugins.env_manager.html,sha256=
|
|
2147
|
-
mindroot/docs/_build/html/source/mindroot.coreplugins.events.html,sha256=
|
|
2148
|
+
mindroot/docs/_build/html/source/mindroot.coreplugins.env_manager.html,sha256=MlWkGEOfJN4Frrx0l-9S5dQxoeLPR-5f8U4t3tTPEqA,29626
|
|
2149
|
+
mindroot/docs/_build/html/source/mindroot.coreplugins.events.html,sha256=ARx2QfHtxc_LyFU05Tny2RV1SR4eC0zqyAYcjcngrvQ,20219
|
|
2148
2150
|
mindroot/docs/_build/html/source/mindroot.coreplugins.html,sha256=7HgbwJywjnnPsDViO44s3-WzA9ZUrES120xnpqLhvEk,286936
|
|
2149
|
-
mindroot/docs/_build/html/source/mindroot.coreplugins.index.handlers.html,sha256=
|
|
2150
|
-
mindroot/docs/_build/html/source/mindroot.coreplugins.index.html,sha256=
|
|
2151
|
+
mindroot/docs/_build/html/source/mindroot.coreplugins.index.handlers.html,sha256=Zlq2CYU7G9qofNobi6HHHieat8M6-uH6y3u-y--a4WE,50931
|
|
2152
|
+
mindroot/docs/_build/html/source/mindroot.coreplugins.index.html,sha256=WXD_hEu8X6G93piBgPtpcNFlosH34gqnSsoNK3BxZFk,82725
|
|
2151
2153
|
mindroot/docs/_build/html/source/mindroot.coreplugins.jwt_auth.html,sha256=ydxOw6gB6c8StExG19X0bFqbZvtG4dNR4wA3smc66ek,31784
|
|
2152
2154
|
mindroot/docs/_build/html/source/mindroot.coreplugins.l8n.html,sha256=mzbb7itPDSytsErRt0bnK_1afNkqZMSJ2din36aZdw8,88885
|
|
2153
2155
|
mindroot/docs/_build/html/source/mindroot.coreplugins.mcp_.html,sha256=zCr7B98M66TxUAvTdBEjLCVQ-h5u0ejvowKRVf5FavA,180266
|
|
2154
|
-
mindroot/docs/_build/html/source/mindroot.coreplugins.persona.html,sha256=
|
|
2155
|
-
mindroot/docs/_build/html/source/mindroot.coreplugins.startup.html,sha256=
|
|
2156
|
-
mindroot/docs/_build/html/source/mindroot.coreplugins.subscriptions.html,sha256=
|
|
2157
|
-
mindroot/docs/_build/html/source/mindroot.coreplugins.usage.html,sha256=
|
|
2158
|
-
mindroot/docs/_build/html/source/mindroot.coreplugins.user_service.html,sha256=
|
|
2156
|
+
mindroot/docs/_build/html/source/mindroot.coreplugins.persona.html,sha256=WhLs4k99VJYGuYn7Yxs7CL6WHxwLyTsqMfD4xoNpnfc,23820
|
|
2157
|
+
mindroot/docs/_build/html/source/mindroot.coreplugins.startup.html,sha256=ftfGRaBRR87VgDga2NXslQXt8k7qEy9HqxINEbwFpJk,17193
|
|
2158
|
+
mindroot/docs/_build/html/source/mindroot.coreplugins.subscriptions.html,sha256=1KrY1nMG5kBeNCZ5yfCy3iuOK3xC65b70e93dKUjFg8,229507
|
|
2159
|
+
mindroot/docs/_build/html/source/mindroot.coreplugins.usage.html,sha256=ow5IQ94m1huvKLuYRtynGWGQ7CCGOt6x7MwJKVg5hzM,90383
|
|
2160
|
+
mindroot/docs/_build/html/source/mindroot.coreplugins.user_service.html,sha256=C79dGzNbp_nFFyKf1F2HHsYBnGJ46e0WcPoY_UxBjTE,86440
|
|
2159
2161
|
mindroot/docs/_build/html/source/mindroot.html,sha256=sUS-oFpoTHBQAeXXZ-TY1JO0TGWu_7KIC4loph184no,99743
|
|
2160
|
-
mindroot/docs/_build/html/source/mindroot.lib.auth.html,sha256=
|
|
2161
|
-
mindroot/docs/_build/html/source/mindroot.lib.html,sha256=
|
|
2162
|
-
mindroot/docs/_build/html/source/mindroot.lib.json_str_block.html,sha256=
|
|
2163
|
-
mindroot/docs/_build/html/source/mindroot.lib.plugins.html,sha256=
|
|
2162
|
+
mindroot/docs/_build/html/source/mindroot.lib.auth.html,sha256=JEggU_zlPboEC1kgNLNLT9z6nXP6BZNAWINwebtPLbQ,25214
|
|
2163
|
+
mindroot/docs/_build/html/source/mindroot.lib.html,sha256=DB87ScspOmOOg623y92lgMmlvRWdFGqOIs89spoKXS8,233838
|
|
2164
|
+
mindroot/docs/_build/html/source/mindroot.lib.json_str_block.html,sha256=El3OqpWlj2JRTfOeXk2nxwDFty2p702FNxiCxJ343Xc,17774
|
|
2165
|
+
mindroot/docs/_build/html/source/mindroot.lib.plugins.html,sha256=XzNgwVk6PF8aV_1-VwtQvsImtcoGO-Bv61ji5Xkio2g,90570
|
|
2164
2166
|
mindroot/docs/_build/html/source/mindroot.lib.providers.backup.html,sha256=47Xao4sSwCTDd02NInfuSWDJkw6PpSUvWMRRiim0x30,15481
|
|
2165
2167
|
mindroot/docs/_build/html/source/mindroot.lib.providers.html,sha256=uKjFUOjiFEndZDcvg7plbE5KxmKeKF6DoOlNirv1HhE,53710
|
|
2166
|
-
mindroot/docs/_build/html/source/mindroot.registry.html,sha256=
|
|
2167
|
-
mindroot/docs/_build/html/source/modules.html,sha256=
|
|
2168
|
+
mindroot/docs/_build/html/source/mindroot.registry.html,sha256=tsXpElYsYKc1k1kKtxzw8IYylHQjbk_fYZMV5L3ARmg,42189
|
|
2169
|
+
mindroot/docs/_build/html/source/modules.html,sha256=lFqTxGSbhgqjY1BDDVpLnQCswi_IKch-8yEaiC0oPak,25755
|
|
2168
2170
|
mindroot/docs/_build/html/source/mr_agent_expert_instr.html,sha256=ljFJrXMFlt2Jw5LtyWGlVfWpDKdvcoxKyvB-b0xaLGk,14799
|
|
2169
2171
|
mindroot/docs/_static/custom.css,sha256=k7q2cdR0iERQpcJsl5QWXeG3LyrTVV9h9MqG-n4Jo7U,479
|
|
2170
2172
|
mindroot/docs/data/equivalent_flags.json,sha256=2U-3S-gIRTDd4g6ixRL4S9Fk9w40MwFqV5MD_ObqHlo,33
|
|
@@ -2273,9 +2275,9 @@ mindroot/protocols/services/stream_chat.py,sha256=fMnPfwaB5fdNMBLTEg8BXKAGvrELKH
|
|
|
2273
2275
|
mindroot/registry/__init__.py,sha256=40Xy9bmPHsgdIrOzbtBGzf4XMqXVi9P8oZTJhn0r654,151
|
|
2274
2276
|
mindroot/registry/component_manager.py,sha256=WZFNPg4SNvpqsM5NFiC2DpgmrJQCyR9cNhrCBpp30Qk,995
|
|
2275
2277
|
mindroot/registry/data_access.py,sha256=81In5TwETpaqnnY1_-tBQM7rfWvUxZUZkG7lEelRUfU,5321
|
|
2276
|
-
mindroot-9.
|
|
2277
|
-
mindroot-9.
|
|
2278
|
-
mindroot-9.
|
|
2279
|
-
mindroot-9.
|
|
2280
|
-
mindroot-9.
|
|
2281
|
-
mindroot-9.
|
|
2278
|
+
mindroot-9.24.0.dist-info/licenses/LICENSE,sha256=8plAmZh8y9ccuuqFFz4kp7G-cO_qsPgAOoHNvabSB4U,1070
|
|
2279
|
+
mindroot-9.24.0.dist-info/METADATA,sha256=q4JCmi8RGEMUxvpjdZOUM_nlr4yDxfgVRVJa8iBEobM,1035
|
|
2280
|
+
mindroot-9.24.0.dist-info/WHEEL,sha256=_zCd3N1l69ArxyTb8rzEoP9TpbYXkqRFSNOD5OuxnTs,91
|
|
2281
|
+
mindroot-9.24.0.dist-info/entry_points.txt,sha256=0bpyjMccLttx6VcjDp6zfJPN0Kk0rffor6IdIbP0j4c,50
|
|
2282
|
+
mindroot-9.24.0.dist-info/top_level.txt,sha256=gwKm7DmNjhdrCJTYCrxa9Szne4lLpCtrEBltfsX-Mm8,9
|
|
2283
|
+
mindroot-9.24.0.dist-info/RECORD,,
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|