mindroot 9.3.0__py3-none-any.whl → 9.6.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.
- mindroot/coreplugins/admin/__init__.py +3 -1
- mindroot/coreplugins/admin/agent_router.py +250 -7
- mindroot/coreplugins/admin/asset_manager.py +164 -0
- mindroot/coreplugins/admin/command_router.py +236 -1
- mindroot/coreplugins/admin/mcp_catalog_routes.py +156 -0
- mindroot/coreplugins/admin/mcp_publish_routes.py +450 -0
- mindroot/coreplugins/admin/mcp_registry_routes.py +495 -0
- mindroot/coreplugins/admin/mcp_routes.py +216 -0
- mindroot/coreplugins/admin/mod.py +62 -0
- mindroot/coreplugins/admin/oauth_callback_router.py +84 -0
- mindroot/coreplugins/admin/persona_handler.py +15 -6
- mindroot/coreplugins/admin/persona_router.py +158 -2
- mindroot/coreplugins/admin/plugin_manager.py +105 -9
- mindroot/coreplugins/admin/plugin_router_fixed.py +23 -0
- mindroot/coreplugins/admin/plugin_router_new_not_working.py +145 -0
- mindroot/coreplugins/admin/plugin_routes.py +114 -0
- mindroot/coreplugins/admin/registry_settings_routes.py +140 -0
- mindroot/coreplugins/admin/router.py +116 -15
- mindroot/coreplugins/admin/service_models.py +1 -1
- mindroot/coreplugins/admin/settings_router.py +1 -0
- mindroot/coreplugins/admin/static/css/admin-custom.css +357 -2
- mindroot/coreplugins/admin/static/css/dark.css +1 -0
- mindroot/coreplugins/admin/static/css/default.css +4 -0
- mindroot/coreplugins/admin/static/js/about-info.js +367 -0
- mindroot/coreplugins/admin/static/js/agent-form.js +83 -3
- mindroot/coreplugins/admin/static/js/api-key-script.js +307 -0
- mindroot/coreplugins/admin/static/js/mcp-manager.js +348 -0
- mindroot/coreplugins/admin/static/js/mcp-publisher.js +780 -0
- mindroot/coreplugins/admin/static/js/persona-editor.js +34 -5
- mindroot/coreplugins/admin/static/js/plugin-toggle.js +1 -1
- mindroot/coreplugins/admin/static/js/recommended-plugin-install.js +63 -0
- mindroot/coreplugins/admin/static/js/registry-auth-section.js +132 -0
- mindroot/coreplugins/admin/static/js/registry-manager-base.js +613 -0
- mindroot/coreplugins/admin/static/js/registry-manager-publish-old-delete.js +166 -0
- mindroot/coreplugins/admin/static/js/registry-manager.js +351 -0
- mindroot/coreplugins/admin/static/js/registry-publish-section.js +377 -0
- mindroot/coreplugins/admin/static/js/registry-search-section.js +400 -0
- mindroot/coreplugins/admin/static/js/registry-search-section.js.bak +3 -0
- mindroot/coreplugins/admin/static/js/registry-settings.js +69 -0
- mindroot/coreplugins/admin/static/js/registry-shared-services.js +903 -0
- mindroot/coreplugins/admin/static/js/registry-simple-sections.js +85 -0
- mindroot/coreplugins/admin/static/js/secure-widget-manager.js +438 -0
- mindroot/coreplugins/admin/static/logo.png +0 -0
- mindroot/coreplugins/admin/templates/admin.jinja2 +275 -110
- mindroot/coreplugins/agent/Assistant/agent.json +27 -11
- mindroot/coreplugins/agent/agent.py +2 -2
- mindroot/coreplugins/agent/command_parser.py +25 -10
- mindroot/coreplugins/agent/templates/system.jinja2 +0 -12
- mindroot/coreplugins/chat/__init__.py +4 -1
- mindroot/coreplugins/chat/router.py +132 -20
- mindroot/coreplugins/chat/router_dedup_patch.py +20 -0
- mindroot/coreplugins/chat/services.py +31 -1
- mindroot/coreplugins/chat/static/css/action-fix.css +32 -0
- mindroot/coreplugins/chat/static/css/admin-custom.css +5 -3
- mindroot/coreplugins/chat/static/css/dark.css +24 -3
- mindroot/coreplugins/chat/static/css/default.css +24 -3
- mindroot/coreplugins/chat/static/css/main.css +1 -0
- mindroot/coreplugins/chat/static/js/action.js +137 -60
- mindroot/coreplugins/chat/static/js/chat-history.js +3 -0
- mindroot/coreplugins/chat/static/js/chat.js +59 -16
- mindroot/coreplugins/chat/static/js/chat.js.diff +221 -0
- mindroot/coreplugins/chat/static/js/chatform.js +2 -2
- mindroot/coreplugins/chat/static/site.webmanifest +1 -1
- mindroot/coreplugins/chat/templates/chat.jinja2 +3 -3
- mindroot/coreplugins/chat/widget_manager.py +139 -0
- mindroot/coreplugins/chat/widget_routes.py +287 -0
- mindroot/coreplugins/check_list/inject/admin.jinja2 +1 -1
- mindroot/coreplugins/email/__init__.py +2 -0
- mindroot/coreplugins/email/email_provider.py +2 -2
- mindroot/coreplugins/email/mod.py +100 -0
- mindroot/coreplugins/email/services.py +5 -3
- mindroot/coreplugins/email/smtp_handler.py +9 -3
- mindroot/coreplugins/email/test_email_service.py +75 -0
- mindroot/coreplugins/env_manager/mod.py +61 -25
- mindroot/coreplugins/home/router.py +37 -2
- mindroot/coreplugins/home/static/imgs/logo.png +0 -0
- mindroot/coreplugins/home/static/imgs/logo.png.bak +0 -0
- mindroot/coreplugins/home/static/imgs/logo_teal.png +0 -0
- mindroot/coreplugins/home/static/imgs/logo_teal2.png +0 -0
- mindroot/coreplugins/home/static/imgs/logo_teal_detailed.png +0 -0
- mindroot/coreplugins/home/static/imgs/logo_teal_python.png +0 -0
- mindroot/coreplugins/home/templates/home.jinja2 +15 -6
- mindroot/coreplugins/index/indices/default/index.json +39 -6
- mindroot/coreplugins/jwt_auth/middleware.py +47 -2
- mindroot/coreplugins/jwt_auth/mod.py +40 -17
- mindroot/coreplugins/l8n/__init__.py +6 -0
- mindroot/coreplugins/l8n/debug_loader.py +85 -0
- mindroot/coreplugins/l8n/debug_middleware.py +74 -0
- mindroot/coreplugins/l8n/l8n_constants.py +19 -0
- mindroot/coreplugins/l8n/language_detection.py +183 -0
- mindroot/coreplugins/l8n/middleware.py +151 -0
- mindroot/coreplugins/l8n/mod.py +277 -0
- mindroot/coreplugins/l8n/monkey_patch_to_delete.py +186 -0
- mindroot/coreplugins/l8n/test_enhanced.py +298 -0
- mindroot/coreplugins/l8n/test_l8n.py +95 -0
- mindroot/coreplugins/l8n/test_l8n_standalone.py +251 -0
- mindroot/coreplugins/l8n/test_middleware.py +272 -0
- mindroot/coreplugins/l8n/utils.py +232 -0
- mindroot/coreplugins/mcp_/__init__.py +14 -0
- mindroot/coreplugins/mcp_/catalog_commands.py +328 -0
- mindroot/coreplugins/mcp_/catalog_manager.py +263 -0
- mindroot/coreplugins/mcp_/dynamic_commands.py +154 -0
- mindroot/coreplugins/mcp_/mcp_manager.py +1031 -0
- mindroot/coreplugins/mcp_/mod.py +367 -0
- mindroot/coreplugins/mcp_/oauth_storage.py +144 -0
- mindroot/coreplugins/mcp_/server_installer.py +79 -0
- mindroot/coreplugins/mcp_/setup.py +26 -0
- mindroot/coreplugins/mcp_/test_dynamic_commands.py +134 -0
- mindroot/coreplugins/mcp_/testmcpclient.py +92 -0
- mindroot/coreplugins/persona/mod.py +12 -7
- mindroot/coreplugins/signup/templates/signup.jinja2 +1 -1
- mindroot/coreplugins/subscriptions/__init__.py +1 -0
- mindroot/coreplugins/subscriptions/mod.py +14 -3
- mindroot/coreplugins/subscriptions/router.py +3 -0
- mindroot/coreplugins/user_service/__init__.py +1 -2
- mindroot/coreplugins/user_service/admin_init.py +1 -0
- mindroot/coreplugins/user_service/email_service.py +72 -17
- mindroot/coreplugins/user_service/mod.py +10 -2
- mindroot/coreplugins/user_service/router.py +2 -0
- mindroot/lib/auth/api_key.py +28 -0
- mindroot/lib/cli/plugins.py +94 -0
- mindroot/lib/plugins/default_plugin_manifest.json +20 -0
- mindroot/lib/plugins/installation.py +5 -5
- mindroot/lib/plugins/l8n_static_handler.py +225 -0
- mindroot/lib/plugins/loader.py +33 -3
- mindroot/lib/plugins/loader_with_l8n.py +281 -0
- mindroot/lib/plugins/manifest.py +236 -24
- mindroot/lib/providers/commands.py +3 -1
- mindroot/lib/route_decorators.py +5 -5
- mindroot/lib/templates.py +183 -11
- mindroot/lib/utils/merge_arrays.py +1 -1
- mindroot/migrate.py +39 -20
- mindroot/registry/data_access.py +1 -1
- mindroot/server.py +42 -13
- mindroot/server_missing_normal_args.py +197 -0
- mindroot/server_prev.py +173 -0
- {mindroot-9.3.0.dist-info → mindroot-9.6.0.dist-info}/METADATA +7 -2
- {mindroot-9.3.0.dist-info → mindroot-9.6.0.dist-info}/RECORD +143 -113
- mindroot/coreplugins/admin/plugin_manager_backup.py +0 -615
- mindroot/coreplugins/admin/static/favicon/about.txt +0 -6
- mindroot/coreplugins/admin/static/favicon/android-chrome-512x512.png +0 -0
- mindroot/coreplugins/admin/static/favicon/apple-touch-icon.png +0 -0
- mindroot/coreplugins/admin/static/favicon/favicon-16x16.png +0 -0
- mindroot/coreplugins/admin/static/favicon/favicon-32x32.png +0 -0
- mindroot/coreplugins/admin/static/favicon/favicon.ico +0 -0
- mindroot/coreplugins/admin/static/favicon/favicon_io (1)/about.txt +0 -6
- mindroot/coreplugins/admin/static/favicon/favicon_io (1)/android-chrome-192x192.png +0 -0
- mindroot/coreplugins/admin/static/favicon/favicon_io (1)/android-chrome-512x512.png +0 -0
- mindroot/coreplugins/admin/static/favicon/favicon_io (1)/apple-touch-icon.png +0 -0
- mindroot/coreplugins/admin/static/favicon/favicon_io (1)/favicon-16x16.png +0 -0
- mindroot/coreplugins/admin/static/favicon/favicon_io (1)/favicon-32x32.png +0 -0
- mindroot/coreplugins/admin/static/favicon/favicon_io (1)/favicon.ico +0 -0
- mindroot/coreplugins/admin/static/favicon/favicon_io (1)/site.webmanifest +0 -1
- mindroot/coreplugins/admin/static/favicon/logo.png +0 -0
- mindroot/coreplugins/admin/static/favicon/site.webmanifest +0 -1
- mindroot/coreplugins/admin/static/js/backup/agent-editor.js +0 -186
- mindroot/coreplugins/admin/static/js/backup/agent-form.js +0 -1133
- mindroot/coreplugins/admin/static/js/backup/agent-list.js +0 -94
- mindroot/coreplugins/chat/static/favicon/about.txt +0 -6
- mindroot/coreplugins/chat/static/favicon/android-chrome-192x192.png +0 -0
- mindroot/coreplugins/chat/static/favicon/android-chrome-512x512.png +0 -0
- mindroot/coreplugins/chat/static/favicon/apple-touch-icon.png +0 -0
- mindroot/coreplugins/chat/static/favicon/favicon-16x16.png +0 -0
- mindroot/coreplugins/chat/static/favicon/favicon-32x32.png +0 -0
- mindroot/coreplugins/chat/static/favicon/favicon.ico +0 -0
- mindroot/coreplugins/chat/static/favicon/favicon_io (1)/about.txt +0 -6
- mindroot/coreplugins/chat/static/favicon/favicon_io (1)/android-chrome-192x192.png +0 -0
- mindroot/coreplugins/chat/static/favicon/favicon_io (1)/android-chrome-512x512.png +0 -0
- mindroot/coreplugins/chat/static/favicon/favicon_io (1)/apple-touch-icon.png +0 -0
- mindroot/coreplugins/chat/static/favicon/favicon_io (1)/favicon-16x16.png +0 -0
- mindroot/coreplugins/chat/static/favicon/favicon_io (1)/favicon-32x32.png +0 -0
- mindroot/coreplugins/chat/static/favicon/favicon_io (1)/favicon.ico +0 -0
- mindroot/coreplugins/chat/static/favicon/favicon_io (1)/site.webmanifest +0 -1
- mindroot/coreplugins/chat/static/favicon/logo.png +0 -0
- mindroot/coreplugins/chat/static/favicon/site.webmanifest +0 -1
- mindroot/coreplugins/index/default.json +0 -76
- mindroot/coreplugins/user_service/file_trigger_service.py +0 -12
- mindroot/coreplugins/user_service/hooks.py +0 -23
- /mindroot/coreplugins/{admin/static/favicon/android-chrome-192x192.png → home/static/imgs/backuplogo.png} +0 -0
- {mindroot-9.3.0.dist-info → mindroot-9.6.0.dist-info}/WHEEL +0 -0
- {mindroot-9.3.0.dist-info → mindroot-9.6.0.dist-info}/entry_points.txt +0 -0
- {mindroot-9.3.0.dist-info → mindroot-9.6.0.dist-info}/licenses/LICENSE +0 -0
- {mindroot-9.3.0.dist-info → mindroot-9.6.0.dist-info}/top_level.txt +0 -0
|
@@ -1,46 +1,43 @@
|
|
|
1
1
|
mindroot/__init__.py,sha256=OrFRGt_fdSYjolLXUzjSX2CIn1cOAm6l47ENNAkwmgQ,83
|
|
2
|
-
mindroot/migrate.py,sha256=
|
|
3
|
-
mindroot/server.py,sha256=
|
|
4
|
-
mindroot/
|
|
2
|
+
mindroot/migrate.py,sha256=m2Qf04eMfkCxPSTC30VvqVM__F9FcB58gh-ZKe60sn8,1928
|
|
3
|
+
mindroot/server.py,sha256=EIXjYMlb_o9BTk-tcEtfZ_dJVORDjtWiuMcbOf3hCj8,6545
|
|
4
|
+
mindroot/server_missing_normal_args.py,sha256=lPoVR7uBWHydxE7Pby-MAVmaljzxRXLhFGK4Fhe2r2U,6527
|
|
5
|
+
mindroot/server_prev.py,sha256=e1gnki2hHShComjwLCVeddgYavNoJiO1HMJ-1boMG9s,5484
|
|
6
|
+
mindroot/coreplugins/admin/__init__.py,sha256=zCjfTfL0aaB56r8_L3VQmFfgz_AXTbCWOTMdeAlwFVs,127
|
|
5
7
|
mindroot/coreplugins/admin/agent_importer.py,sha256=8hQLO64iKtPA5gv9-mLUfUCcnRp3IH9-sTfgkPsrmqo,6376
|
|
6
|
-
mindroot/coreplugins/admin/agent_router.py,sha256=
|
|
7
|
-
mindroot/coreplugins/admin/
|
|
8
|
-
mindroot/coreplugins/admin/
|
|
9
|
-
mindroot/coreplugins/admin/
|
|
10
|
-
mindroot/coreplugins/admin/
|
|
11
|
-
mindroot/coreplugins/admin/
|
|
8
|
+
mindroot/coreplugins/admin/agent_router.py,sha256=7WveuhMgsrUqE_2ZI3WhUGq1UTvtoABn7_HnqxDOQdE,18714
|
|
9
|
+
mindroot/coreplugins/admin/asset_manager.py,sha256=GLLqKHxHz5EPZDmPPogrS6AHxJ0kPMn1ChX6ueoJZK8,5988
|
|
10
|
+
mindroot/coreplugins/admin/command_router.py,sha256=-UmE-aaR1U9BVeGqFonI0EKgYsNPNC-AEOiPuPZhXec,18428
|
|
11
|
+
mindroot/coreplugins/admin/mcp_catalog_routes.py,sha256=-BBMfNo6in7AUobycFiVLytbIdNkjrKYBf6cmnozDOU,5370
|
|
12
|
+
mindroot/coreplugins/admin/mcp_publish_routes.py,sha256=p3aoykhGCJZalYqxFaYi4B0zg-165S2yKQRiY2-6tFw,18322
|
|
13
|
+
mindroot/coreplugins/admin/mcp_registry_routes.py,sha256=tSSwJlmA9AvmpppeUiVxDoQPRY6mdRFniA1v9TtgLQE,20632
|
|
14
|
+
mindroot/coreplugins/admin/mcp_routes.py,sha256=7y2l-0nh75iUSS1sDn-qCfkadlenbwNfmOTqiCzMUQQ,8292
|
|
15
|
+
mindroot/coreplugins/admin/mod.py,sha256=kMHfXkTf6ZnFNbAkcVB6040X-v46YCEVQGohFGznlng,1691
|
|
16
|
+
mindroot/coreplugins/admin/oauth_callback_router.py,sha256=FerjtCT1WT1tN2qmZ7QbXK1AYeVNl0KsF75TzIVpGSA,3055
|
|
17
|
+
mindroot/coreplugins/admin/persona_handler.py,sha256=9tH-xlwkfxBPAv-Ytd8V-Wj2277gtkTR3esKZdQwLBk,3388
|
|
18
|
+
mindroot/coreplugins/admin/persona_router.py,sha256=-1wd33l-XWA7wGquxGXxYZDOv-wTFoROOHdIUEQdTuk,12808
|
|
19
|
+
mindroot/coreplugins/admin/plugin_manager.py,sha256=_wGryjtUsyH9psC9kDw7TxgVhQvNxkNG-choPsK0iEI,19232
|
|
12
20
|
mindroot/coreplugins/admin/plugin_router.py,sha256=SAxq2ladUyfENlzVr4rSZ0itMKvBJPl37mxgwjfQQD8,1025
|
|
13
|
-
mindroot/coreplugins/admin/
|
|
21
|
+
mindroot/coreplugins/admin/plugin_router_fixed.py,sha256=LQAOOi4WdYBP4udOkVciOny3OAnxX97osYKCMm8SKb8,985
|
|
22
|
+
mindroot/coreplugins/admin/plugin_router_new_not_working.py,sha256=IkmVLv9T28s0kz-rdjqdgQQIEvAYic0zjTS0HXvsi9A,5865
|
|
23
|
+
mindroot/coreplugins/admin/plugin_routes.py,sha256=qthJjndFxd_PelKf2OuKXukfv1X-v-O53hDRpNLtqJA,3918
|
|
24
|
+
mindroot/coreplugins/admin/registry_settings_routes.py,sha256=x739599dkE_A5uM1qQkmouo3Yzm28y7cCa2HsIpfi6U,4869
|
|
25
|
+
mindroot/coreplugins/admin/router.py,sha256=FjiCZpjRQqGrmEMM_aD57NJzKGR0zmZ7ZbJlxuehq74,5683
|
|
14
26
|
mindroot/coreplugins/admin/server_router.py,sha256=aZ5v7QBcK1LJ2yiciUA4elY26iSGl-8m03L1h3ogvP4,4533
|
|
15
|
-
mindroot/coreplugins/admin/service_models.py,sha256=
|
|
16
|
-
mindroot/coreplugins/admin/settings_router.py,sha256=
|
|
17
|
-
mindroot/coreplugins/admin/static/logo.png,sha256=
|
|
18
|
-
mindroot/coreplugins/admin/static/css/admin-custom.css,sha256=
|
|
19
|
-
mindroot/coreplugins/admin/static/css/dark.css,sha256=
|
|
20
|
-
mindroot/coreplugins/admin/static/css/default.css,sha256=
|
|
27
|
+
mindroot/coreplugins/admin/service_models.py,sha256=53Whq4X1Ci3D4FuzG_Eyrmz66LxnyQek-mOYw38qQm8,3355
|
|
28
|
+
mindroot/coreplugins/admin/settings_router.py,sha256=N2h9BY0V4VqGzcx2VBBx4aIRacF3jSsbGejPcFAk23A,5533
|
|
29
|
+
mindroot/coreplugins/admin/static/logo.png,sha256=YejLvBHILjTPkOBYE2t37BD8sTtXbPmLh1Zo-x8pbok,18260
|
|
30
|
+
mindroot/coreplugins/admin/static/css/admin-custom.css,sha256=GZ2gxqyhzdjm1KBOQpiYl18YOOW39aoPN3Akb9gDgYU,14404
|
|
31
|
+
mindroot/coreplugins/admin/static/css/dark.css,sha256=wOODR6WTWKhx0Cq8GDpY9THWwVC4LJBLc68PpYKIPzA,15597
|
|
32
|
+
mindroot/coreplugins/admin/static/css/default.css,sha256=bBbNlAssQGapW7XE5SznxUqay04tXQ1sJSG9KvaFG5M,14717
|
|
21
33
|
mindroot/coreplugins/admin/static/css/detailstabs.css,sha256=AVYa24deNo1I3T1cwN1wIt2wjBqprNnwuPNFc8Ceu8U,1287
|
|
22
34
|
mindroot/coreplugins/admin/static/css/reset.css,sha256=pN9wuf7laZeIt-QjbxqJXDfu7yOTVy7fshf-VMeXPu0,696
|
|
23
35
|
mindroot/coreplugins/admin/static/css/update.css,sha256=J1lchkEY6WST1LLoyPhXjjCZ4-oqMu7ooWjJNduRmMs,3008
|
|
24
|
-
mindroot/coreplugins/admin/static/
|
|
25
|
-
mindroot/coreplugins/admin/static/favicon/android-chrome-192x192.png,sha256=ZfPlCqCjU0_TXte5gvEx81zRKge--l_z2y0AArKl0as,17823
|
|
26
|
-
mindroot/coreplugins/admin/static/favicon/android-chrome-512x512.png,sha256=ZfPlCqCjU0_TXte5gvEx81zRKge--l_z2y0AArKl0as,17823
|
|
27
|
-
mindroot/coreplugins/admin/static/favicon/apple-touch-icon.png,sha256=ZfPlCqCjU0_TXte5gvEx81zRKge--l_z2y0AArKl0as,17823
|
|
28
|
-
mindroot/coreplugins/admin/static/favicon/favicon-16x16.png,sha256=ZfPlCqCjU0_TXte5gvEx81zRKge--l_z2y0AArKl0as,17823
|
|
29
|
-
mindroot/coreplugins/admin/static/favicon/favicon-32x32.png,sha256=ZfPlCqCjU0_TXte5gvEx81zRKge--l_z2y0AArKl0as,17823
|
|
30
|
-
mindroot/coreplugins/admin/static/favicon/favicon.ico,sha256=3IDtqMrBI-9BIqZ3YeYe4Hve8jKIdgOMg2Na6cJWQ_E,67646
|
|
31
|
-
mindroot/coreplugins/admin/static/favicon/logo.png,sha256=ZfPlCqCjU0_TXte5gvEx81zRKge--l_z2y0AArKl0as,17823
|
|
32
|
-
mindroot/coreplugins/admin/static/favicon/site.webmanifest,sha256=ep4Hzh9zhmiZF2At3Fp1dQrYQuYF_3ZPZxc1KcGBvwQ,263
|
|
33
|
-
mindroot/coreplugins/admin/static/favicon/favicon_io (1)/about.txt,sha256=unTtvjGSyk3QGoUNgoPWxBdtmcHlsiIyQT3IR3ceP5E,375
|
|
34
|
-
mindroot/coreplugins/admin/static/favicon/favicon_io (1)/android-chrome-192x192.png,sha256=vJQcGCn9U2dJPIkN2IjDXcftM5DIX8Xg9bGw1lqPMcg,9759
|
|
35
|
-
mindroot/coreplugins/admin/static/favicon/favicon_io (1)/android-chrome-512x512.png,sha256=PXHZXIRRbePT6piGcrPj_b89R5pBZ-BtKJCQo77WOe8,27935
|
|
36
|
-
mindroot/coreplugins/admin/static/favicon/favicon_io (1)/apple-touch-icon.png,sha256=xpa8R3OhRa7_lpCqnj6GL_wkMrfHwIRi0Rjx2pPt5YY,8852
|
|
37
|
-
mindroot/coreplugins/admin/static/favicon/favicon_io (1)/favicon-16x16.png,sha256=f7YJ6lqHZP-0OpG2ueTL01kghUrU4GKX6DBJ6f14LcI,521
|
|
38
|
-
mindroot/coreplugins/admin/static/favicon/favicon_io (1)/favicon-32x32.png,sha256=KTX1C9IlO3g3zgK-UlugpLhwwgVbl-q89m4_ZU-RAL8,1055
|
|
39
|
-
mindroot/coreplugins/admin/static/favicon/favicon_io (1)/favicon.ico,sha256=5tNfs1TPDqu8ltrcvAKXw_n7tpkRNXP7rlpdtAqyitk,15406
|
|
40
|
-
mindroot/coreplugins/admin/static/favicon/favicon_io (1)/site.webmanifest,sha256=ep4Hzh9zhmiZF2At3Fp1dQrYQuYF_3ZPZxc1KcGBvwQ,263
|
|
36
|
+
mindroot/coreplugins/admin/static/js/about-info.js,sha256=CRyI5xGX3huycwseT5c80zsqQkElcdZsKMofyzyCimI,9230
|
|
41
37
|
mindroot/coreplugins/admin/static/js/agent-editor.js,sha256=ZCJBNQ-l4kJj-ZufYuzEg45ZpqxwliNmxuqUa2GNiqY,2825
|
|
42
|
-
mindroot/coreplugins/admin/static/js/agent-form.js,sha256=
|
|
38
|
+
mindroot/coreplugins/admin/static/js/agent-form.js,sha256=eSd7I5-fl11QsAIV0QU2JavqHNrkj8rEc4UTu49Rkos,40611
|
|
43
39
|
mindroot/coreplugins/admin/static/js/agent-list.js,sha256=86mqFyHspx9EnzJpgUDyeAgEq-jcqQ4v96CrgfUXoGM,2239
|
|
40
|
+
mindroot/coreplugins/admin/static/js/api-key-script.js,sha256=By80j-cwgxRT96MUBiZbVJuRvr6OAhd-GPmAUdZDZ4E,11199
|
|
44
41
|
mindroot/coreplugins/admin/static/js/base.js,sha256=xGCA6ngMapQ_jqMgHXg__CS3R46qprycOjkKTFDCMlA,1307
|
|
45
42
|
mindroot/coreplugins/admin/static/js/github-import.js,sha256=iP-O2WrbKumyDetDjK7EQdi9yivFe6IlvHZLd2qo1dA,3658
|
|
46
43
|
mindroot/coreplugins/admin/static/js/indexed-agents.js,sha256=LOSMBOrCgYrp4N8SiCaw92uG6OoNFq-k8X9ICdnog4Y,7691
|
|
@@ -48,22 +45,33 @@ mindroot/coreplugins/admin/static/js/lit-core.min.js,sha256=wHslYF0J77niIj1xfYyY
|
|
|
48
45
|
mindroot/coreplugins/admin/static/js/lit-html.js,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
49
46
|
mindroot/coreplugins/admin/static/js/llm-selector.js,sha256=ukgk8lVzEoKzWvYnGLJbZpPPo5sNDW7_Bumxe-8gKwg,6227
|
|
50
47
|
mindroot/coreplugins/admin/static/js/markdown-renderer.js,sha256=SepuejgMmYSRm_oDpokOMZ_xI_HR16CGN3AvT9JiAxY,1789
|
|
48
|
+
mindroot/coreplugins/admin/static/js/mcp-manager.js,sha256=o8UlP-E-Lxm4mEKUY-uqOhe-SflxIIVPfHQJqXkqDWo,8786
|
|
49
|
+
mindroot/coreplugins/admin/static/js/mcp-publisher.js,sha256=Ut6wx3nUT5SfZ8TI0SmyuW8P46OJ52fkftscEg8KcKo,24330
|
|
51
50
|
mindroot/coreplugins/admin/static/js/missing-commands.js,sha256=adNF9GWN981_KX7H25eOTw9QKlKIwTAsm8PGGkG5EcE,7949
|
|
52
51
|
mindroot/coreplugins/admin/static/js/model-preferences.js,sha256=J0G7gcGACaPyslWJO42urf5wbZZsqO0LyPicAu-uV_Y,3365
|
|
53
52
|
mindroot/coreplugins/admin/static/js/notification.js,sha256=296rVCr6MNtzvzdzW3bGiMa231-BnWJtwZZ_sDWX-3c,5633
|
|
54
|
-
mindroot/coreplugins/admin/static/js/persona-editor.js,sha256=
|
|
53
|
+
mindroot/coreplugins/admin/static/js/persona-editor.js,sha256=bVp-d1y3HPocmVkHpqsVh0HiRUf77vJ43kargj1iPHk,9830
|
|
55
54
|
mindroot/coreplugins/admin/static/js/plugin-advanced-install.js,sha256=-HDJ3lVuDwj6R-74TfVUo4dUxB8efl13m3R_sUicnJI,8038
|
|
56
55
|
mindroot/coreplugins/admin/static/js/plugin-base.js,sha256=KWp5DqueHtyTxYKbuHMoFpoFXrfMbIjzK4M1ulAR9m8,5095
|
|
57
56
|
mindroot/coreplugins/admin/static/js/plugin-index-browser.js,sha256=P-V4wqlYGxjr7oF2LiD5ti8Is3wtSsKPwpRgRJpT0VI,10028
|
|
58
57
|
mindroot/coreplugins/admin/static/js/plugin-install-dialog.js,sha256=ty_dZ9dZcpp9El1j3eY4Z6Wp8iZ5WNkf_lHSV-W1IhA,8216
|
|
59
58
|
mindroot/coreplugins/admin/static/js/plugin-list.js,sha256=6sUZMpyIAhZEkLcnUym0FwneZND08mcFii5dOlYvadw,5012
|
|
60
59
|
mindroot/coreplugins/admin/static/js/plugin-manager.js,sha256=RDBCnYQxH7Xbftwgg3llJ5BCrEeG9qfHzb80UzZzhsk,3341
|
|
61
|
-
mindroot/coreplugins/admin/static/js/plugin-toggle.js,sha256=
|
|
60
|
+
mindroot/coreplugins/admin/static/js/plugin-toggle.js,sha256=lmTIXxlELkUTgyzi1NlO0cHhpiyk4pa9Y25RUQin368,3862
|
|
61
|
+
mindroot/coreplugins/admin/static/js/recommended-plugin-install.js,sha256=KHGqQ7sFBa4EVmRlH3cU-Fu3zTIJJP1qCOloG2mrBRU,1701
|
|
62
|
+
mindroot/coreplugins/admin/static/js/registry-auth-section.js,sha256=Jy20rjV1vELDyzCDmXFaK-6yIVoZMH0AOuWdoKLUfnM,3946
|
|
63
|
+
mindroot/coreplugins/admin/static/js/registry-manager-base.js,sha256=kpfD_GJHkkDd26LRQzUiYV4ZdxMpsI9gowheIcTgYhU,13234
|
|
64
|
+
mindroot/coreplugins/admin/static/js/registry-manager-publish-old-delete.js,sha256=Cmw7pTeArmiDLCCONLpXbpx0uo4J-OHE2wuILvL3KOo,5830
|
|
65
|
+
mindroot/coreplugins/admin/static/js/registry-manager.js,sha256=NdbQAuF3lz7Pafa9DQEXLLYBWTxCVTtrx-6sI7RxQks,10903
|
|
66
|
+
mindroot/coreplugins/admin/static/js/registry-publish-section.js,sha256=G_LPz5tpPUS4CZPcKzGj5p7ofKh3Z0Wd_b0cbo3Ph9A,11546
|
|
67
|
+
mindroot/coreplugins/admin/static/js/registry-search-section.js,sha256=Qh2Jg1iixbrQ2rpgANxYheFKxtcLsSeceoVyKkMICf4,13298
|
|
68
|
+
mindroot/coreplugins/admin/static/js/registry-search-section.js.bak,sha256=N6--yOnQFsOzMoloyBU5zfetkkBXjmNAcGaRioLVx8A,77
|
|
69
|
+
mindroot/coreplugins/admin/static/js/registry-settings.js,sha256=LEDKBhgNoDnYWVZNd8TA34_u425OQj3m4TS12hpPp78,2172
|
|
70
|
+
mindroot/coreplugins/admin/static/js/registry-shared-services.js,sha256=mpfI5mueLOPTGdH76gXyObqiSUYB5pTcwXRBVfpwZp0,30167
|
|
71
|
+
mindroot/coreplugins/admin/static/js/registry-simple-sections.js,sha256=SPZk7aTkYWNMJRXXaUdXO5J9Sp_NypPxPbVaT7u_uao,2629
|
|
72
|
+
mindroot/coreplugins/admin/static/js/secure-widget-manager.js,sha256=XYyFxQUOyxbK6BM-6iswGTX6jl42JFVHhUDzOIdgzv8,11717
|
|
62
73
|
mindroot/coreplugins/admin/static/js/server-control.js,sha256=Bctd20gnf5rqwI7eqIR7GrXPpUbjxhk0jLi5sbS5a40,7097
|
|
63
74
|
mindroot/coreplugins/admin/static/js/toggle-switch.js,sha256=wLmzsngpNCjtGvFZ-eUIUO4APHa_cplWvZ7uBUqqYRg,2312
|
|
64
|
-
mindroot/coreplugins/admin/static/js/backup/agent-editor.js,sha256=cfVTNtqkQo_LiOqGkoxUZNJSxR-j9qHqZQ2NK6p9oO4,4931
|
|
65
|
-
mindroot/coreplugins/admin/static/js/backup/agent-form.js,sha256=VmqlmIfm6D2CP2SemrgPLPfrYJ0DqZkXf4rSiqJZY4Q,35678
|
|
66
|
-
mindroot/coreplugins/admin/static/js/backup/agent-list.js,sha256=86mqFyHspx9EnzJpgUDyeAgEq-jcqQ4v96CrgfUXoGM,2239
|
|
67
75
|
mindroot/coreplugins/admin/static/js/lit-html/LICENSE,sha256=K2b5OQr94p7f5DFNr_k_AfsYLhF4BT4igSAXiYfl23U,1518
|
|
68
76
|
mindroot/coreplugins/admin/static/js/lit-html/README.md,sha256=w-8qs6ZWte8yzeZ3g2-LlFDRWQQMtrQFAVjRFvb7z-4,3225
|
|
69
77
|
mindroot/coreplugins/admin/static/js/lit-html/async-directive.d.ts,sha256=LRdnQJUGZMSmlvedLZqaHG7_DqfB3Aj25liy4LenoB4,7908
|
|
@@ -427,10 +435,10 @@ mindroot/coreplugins/admin/static/js/lit-html/node/directives/until.js,sha256=j1
|
|
|
427
435
|
mindroot/coreplugins/admin/static/js/lit-html/node/directives/until.js.map,sha256=7xiwSZ7_fGtr5XwW-10Dzs8n9QE2VUfXaZ0Sd6d82L0,6567
|
|
428
436
|
mindroot/coreplugins/admin/static/js/lit-html/node/directives/when.js,sha256=NLe0NJ-6jqjVDUrT_DzmSpREsRaLo1yarzdYcV_5xHY,181
|
|
429
437
|
mindroot/coreplugins/admin/static/js/lit-html/node/directives/when.js.map,sha256=tOonih_-EaqrunhNGshA9xN--WIVdGikjg8MkVp0itQ,1534
|
|
430
|
-
mindroot/coreplugins/admin/templates/admin.jinja2,sha256=
|
|
431
|
-
mindroot/coreplugins/agent/agent.py,sha256=
|
|
438
|
+
mindroot/coreplugins/admin/templates/admin.jinja2,sha256=RXTNDI5X4hV7zxhzW39SHo4XaSQ441MYfLr0Chbl5Bc,13266
|
|
439
|
+
mindroot/coreplugins/agent/agent.py,sha256=X-EmtrpEpdfo-iUw9gj7mLveRVzAApsDWPTwMAuv7Ww,20715
|
|
432
440
|
mindroot/coreplugins/agent/cmd_start_example.py,sha256=Mdcd9st6viI6-M7a0-zqkw3IxR9FAxIiZ_8G-tLdIJk,1416
|
|
433
|
-
mindroot/coreplugins/agent/command_parser.py,sha256=
|
|
441
|
+
mindroot/coreplugins/agent/command_parser.py,sha256=dgMqtVLPQWE2BU7iyjqwKGy5Gh74jcZkiy1JDs07t4E,13166
|
|
434
442
|
mindroot/coreplugins/agent/ensure_msg_type.py,sha256=P2XSBs3gtjlDQLOF7808nm-Dl5jswyO6qgv0lNRyHXM,240
|
|
435
443
|
mindroot/coreplugins/agent/equivalent_flags.default.json,sha256=2U-3S-gIRTDd4g6ixRL4S9Fk9w40MwFqV5MD_ObqHlo,33
|
|
436
444
|
mindroot/coreplugins/agent/escaping.md,sha256=b6VdJjQ3oYhLStV-72wzHm7DhQDnnJp5gKJFkTB-Geo,2798
|
|
@@ -439,8 +447,8 @@ mindroot/coreplugins/agent/models.default.json,sha256=hX9-dlBWzJ-2QpMeG696hk7c48
|
|
|
439
447
|
mindroot/coreplugins/agent/preferred_models.default.json,sha256=Zpi6psgjhY750vyRfxN54LJM9N3afq83aL9HvmsquuU,276
|
|
440
448
|
mindroot/coreplugins/agent/providers.default.json,sha256=FPmY5qVOrBy_Z4RgDJWQwLwxd-zWWI83nnAE6z5fEeg,1524
|
|
441
449
|
mindroot/coreplugins/agent/system.j2.backup,sha256=itPx-urDBtKBqwps5T6yly4M9gX45AdrM-sznwefG_U,8927
|
|
442
|
-
mindroot/coreplugins/agent/Assistant/agent.json,sha256
|
|
443
|
-
mindroot/coreplugins/agent/templates/system.jinja2,sha256=
|
|
450
|
+
mindroot/coreplugins/agent/Assistant/agent.json,sha256=P4CaQpQaUTwx0PoyV9bCJHvfvANsFyBZlNcMtVlxM3M,1281
|
|
451
|
+
mindroot/coreplugins/agent/templates/system.jinja2,sha256=nazLtFBcs_f_IkxLYij_JWRLwhHlfQt4oMPeBA7fgnE,10789
|
|
444
452
|
mindroot/coreplugins/api_keys/__init__.py,sha256=znoBzjEYNIDi7AD3NQMntC4MINqLofXh75L5_Ez8_bY,138
|
|
445
453
|
mindroot/coreplugins/api_keys/api_key_manager.py,sha256=GH2V1PGnpLguAB5KMumgPgVwTXoft1F0FsvBhD781go,3205
|
|
446
454
|
mindroot/coreplugins/api_keys/cli.py,sha256=h9VSt3-89AH2-uM7JS8TCfKYpGG79tChU-Ynr1R18Vc,1253
|
|
@@ -448,51 +456,39 @@ mindroot/coreplugins/api_keys/mod.py,sha256=pV6QaHvouClCJnFaL8SJfTY2rIAzixBPMBrL
|
|
|
448
456
|
mindroot/coreplugins/api_keys/router.py,sha256=pz6VjUDPryKxYgnPt8-5AP1P-wjIIQq2cTj3FCTx71Y,1524
|
|
449
457
|
mindroot/coreplugins/api_keys/inject/admin.jinja2,sha256=t50he2aeK_GJ6838LekBcGjkYRbo5p6OHeTWtlggbyU,372
|
|
450
458
|
mindroot/coreplugins/api_keys/static/js/api-key-manager.js,sha256=imqlhd85Z-1e7uxDlprphGV_N467WKo8_BYVQsJJ1V0,5327
|
|
451
|
-
mindroot/coreplugins/chat/__init__.py,sha256=
|
|
459
|
+
mindroot/coreplugins/chat/__init__.py,sha256=qVdTF1fHZJHwY_ChnPvNFx2Nlg07FHvK0V_JmzfWzdw,230
|
|
452
460
|
mindroot/coreplugins/chat/commands.py,sha256=vlgGOvwvjpCbSsW25x4HaeFzeRNWXoEKrdqNpwX_EGg,17077
|
|
453
461
|
mindroot/coreplugins/chat/format_result_msgs.py,sha256=daEdpEyAJIa8b2VkCqSKcw8PaExcB6Qro80XNes_sHA,2
|
|
454
462
|
mindroot/coreplugins/chat/mod.py,sha256=Xydjv3feKJJRbwdiB7raqiQnWtaS_2GcdC9bXYQX3nE,425
|
|
455
463
|
mindroot/coreplugins/chat/models.py,sha256=GRcRuDUAJFpyWERPMxkxUaZ21igNlWeeamriruEKiEQ,692
|
|
456
|
-
mindroot/coreplugins/chat/router.py,sha256=
|
|
457
|
-
mindroot/coreplugins/chat/
|
|
464
|
+
mindroot/coreplugins/chat/router.py,sha256=vq9UwYoFoGQMVmDC0TkjH7TWivFwkIe6OU0Scu-dtHg,15998
|
|
465
|
+
mindroot/coreplugins/chat/router_dedup_patch.py,sha256=lDSpVMSd26pXJwrrdirUmR1Jv_N5VHiDzTS8t3XswDU,918
|
|
466
|
+
mindroot/coreplugins/chat/services.py,sha256=c-9t9aZxbfWXAuUfUBal3xjClx26TtaqPDUHpS7sINA,19021
|
|
458
467
|
mindroot/coreplugins/chat/utils.py,sha256=BiE14PpsAcQSO5vbU88klHGm8cAXJDXxgVgva-EXybU,155
|
|
468
|
+
mindroot/coreplugins/chat/widget_manager.py,sha256=LrMbZlHqpxbLwdN4XZ4GkLxORwxa1o6IVCrlUDBmGQs,4786
|
|
469
|
+
mindroot/coreplugins/chat/widget_routes.py,sha256=MtwaPX2vEGDylifWOqcx7EAhDw0y1Y3Y91z58EJaLsc,9982
|
|
459
470
|
mindroot/coreplugins/chat/static/assistant.png,sha256=oAt1ctkFKLSPBoAZGNnSixooW9ANVIk1GwniauVWDXo,215190
|
|
460
471
|
mindroot/coreplugins/chat/static/mindgen.png,sha256=fN3E3oOFvAGYjJq-Pvg2f75jIMv7kg5WRU0EeEbxCWg,235353
|
|
461
472
|
mindroot/coreplugins/chat/static/mindroot_logo.png,sha256=ZfPlCqCjU0_TXte5gvEx81zRKge--l_z2y0AArKl0as,17823
|
|
462
473
|
mindroot/coreplugins/chat/static/mindroot_logo2.png,sha256=lgnEOXTYZaOfgvbpFIS3R5SvjN619dtOP1pWOWWZkwU,50997
|
|
463
474
|
mindroot/coreplugins/chat/static/neon.css,sha256=OCfT6HmdptmBCI4Y4DkObMmX2a3bC4s__kOysr5FOCQ,1155
|
|
464
|
-
mindroot/coreplugins/chat/static/site.webmanifest,sha256=
|
|
475
|
+
mindroot/coreplugins/chat/static/site.webmanifest,sha256=5i_XHR8LaddNq95C2gqaFKR-d1BJE8fX_VdsJNFIIso,237
|
|
465
476
|
mindroot/coreplugins/chat/static/user.png,sha256=J1krBpv71HvrF6-b0gpm57zye_vNW4QyPuSaDCiXGhg,206392
|
|
466
|
-
mindroot/coreplugins/chat/static/css/
|
|
467
|
-
mindroot/coreplugins/chat/static/css/
|
|
468
|
-
mindroot/coreplugins/chat/static/css/
|
|
469
|
-
mindroot/coreplugins/chat/static/css/
|
|
477
|
+
mindroot/coreplugins/chat/static/css/action-fix.css,sha256=XifijgB5CWVGun3iQcIiVrM00MS2mTtKOzjBh_tzwjA,714
|
|
478
|
+
mindroot/coreplugins/chat/static/css/admin-custom.css,sha256=_a3dsl9dv9d14NMev-BVtXYvXfQvpXfwzfnchAcmcnE,2844
|
|
479
|
+
mindroot/coreplugins/chat/static/css/dark.css,sha256=fXI4koDsQKhkNTul6uvaZ6on5XZvfrxb_EjXdmrKiy4,17510
|
|
480
|
+
mindroot/coreplugins/chat/static/css/default.css,sha256=fXI4koDsQKhkNTul6uvaZ6on5XZvfrxb_EjXdmrKiy4,17510
|
|
481
|
+
mindroot/coreplugins/chat/static/css/main.css,sha256=4Hv1AjdedAiazfGS3NSV01L6KavopG-BHqX98WVGAi4,137
|
|
470
482
|
mindroot/coreplugins/chat/static/css/mobile.css,sha256=XP58NamsA-JfhvDTyLe4EmXeNAbLMSo9daSh2dlr8NQ,3028
|
|
471
483
|
mindroot/coreplugins/chat/static/css/reset.css,sha256=pN9wuf7laZeIt-QjbxqJXDfu7yOTVy7fshf-VMeXPu0,696
|
|
472
|
-
mindroot/coreplugins/chat/static/
|
|
473
|
-
mindroot/coreplugins/chat/static/favicon/android-chrome-192x192.png,sha256=ZfPlCqCjU0_TXte5gvEx81zRKge--l_z2y0AArKl0as,17823
|
|
474
|
-
mindroot/coreplugins/chat/static/favicon/android-chrome-512x512.png,sha256=ZfPlCqCjU0_TXte5gvEx81zRKge--l_z2y0AArKl0as,17823
|
|
475
|
-
mindroot/coreplugins/chat/static/favicon/apple-touch-icon.png,sha256=ZfPlCqCjU0_TXte5gvEx81zRKge--l_z2y0AArKl0as,17823
|
|
476
|
-
mindroot/coreplugins/chat/static/favicon/favicon-16x16.png,sha256=ZfPlCqCjU0_TXte5gvEx81zRKge--l_z2y0AArKl0as,17823
|
|
477
|
-
mindroot/coreplugins/chat/static/favicon/favicon-32x32.png,sha256=ZfPlCqCjU0_TXte5gvEx81zRKge--l_z2y0AArKl0as,17823
|
|
478
|
-
mindroot/coreplugins/chat/static/favicon/favicon.ico,sha256=3IDtqMrBI-9BIqZ3YeYe4Hve8jKIdgOMg2Na6cJWQ_E,67646
|
|
479
|
-
mindroot/coreplugins/chat/static/favicon/logo.png,sha256=ZfPlCqCjU0_TXte5gvEx81zRKge--l_z2y0AArKl0as,17823
|
|
480
|
-
mindroot/coreplugins/chat/static/favicon/site.webmanifest,sha256=ep4Hzh9zhmiZF2At3Fp1dQrYQuYF_3ZPZxc1KcGBvwQ,263
|
|
481
|
-
mindroot/coreplugins/chat/static/favicon/favicon_io (1)/about.txt,sha256=unTtvjGSyk3QGoUNgoPWxBdtmcHlsiIyQT3IR3ceP5E,375
|
|
482
|
-
mindroot/coreplugins/chat/static/favicon/favicon_io (1)/android-chrome-192x192.png,sha256=vJQcGCn9U2dJPIkN2IjDXcftM5DIX8Xg9bGw1lqPMcg,9759
|
|
483
|
-
mindroot/coreplugins/chat/static/favicon/favicon_io (1)/android-chrome-512x512.png,sha256=PXHZXIRRbePT6piGcrPj_b89R5pBZ-BtKJCQo77WOe8,27935
|
|
484
|
-
mindroot/coreplugins/chat/static/favicon/favicon_io (1)/apple-touch-icon.png,sha256=xpa8R3OhRa7_lpCqnj6GL_wkMrfHwIRi0Rjx2pPt5YY,8852
|
|
485
|
-
mindroot/coreplugins/chat/static/favicon/favicon_io (1)/favicon-16x16.png,sha256=f7YJ6lqHZP-0OpG2ueTL01kghUrU4GKX6DBJ6f14LcI,521
|
|
486
|
-
mindroot/coreplugins/chat/static/favicon/favicon_io (1)/favicon-32x32.png,sha256=KTX1C9IlO3g3zgK-UlugpLhwwgVbl-q89m4_ZU-RAL8,1055
|
|
487
|
-
mindroot/coreplugins/chat/static/favicon/favicon_io (1)/favicon.ico,sha256=5tNfs1TPDqu8ltrcvAKXw_n7tpkRNXP7rlpdtAqyitk,15406
|
|
488
|
-
mindroot/coreplugins/chat/static/favicon/favicon_io (1)/site.webmanifest,sha256=ep4Hzh9zhmiZF2At3Fp1dQrYQuYF_3ZPZxc1KcGBvwQ,263
|
|
489
|
-
mindroot/coreplugins/chat/static/js/action.js,sha256=A26Cnwk8un8jSV1ujZeHMSBMNa4iYqLNRM1R66OasfM,6211
|
|
484
|
+
mindroot/coreplugins/chat/static/js/action.js,sha256=DvcyeIh5J1LMVlg_WDWgNwhIVaKeQj17AeL1N0eima8,8189
|
|
490
485
|
mindroot/coreplugins/chat/static/js/auth.js,sha256=HbzBIz2yGdWQggVGzEsIzNG272T7xuxcEloDFBLtXLM,979
|
|
491
486
|
mindroot/coreplugins/chat/static/js/authfetch.js,sha256=a05Vj4pt6Qnu4WdF7jsismVijubUXZuR6ndWeYBOtZY,526
|
|
492
487
|
mindroot/coreplugins/chat/static/js/base.js,sha256=AtaHATjxpQNQ7Lv8RUlV0n3icrpmC2dmnkAdSI_v714,1285
|
|
493
|
-
mindroot/coreplugins/chat/static/js/chat-history.js,sha256=
|
|
494
|
-
mindroot/coreplugins/chat/static/js/chat.js,sha256=
|
|
495
|
-
mindroot/coreplugins/chat/static/js/
|
|
488
|
+
mindroot/coreplugins/chat/static/js/chat-history.js,sha256=FuJyEu0jcNomJeCbRT45Z_kcS5LVZdRbnC6kcH-Eyd8,6501
|
|
489
|
+
mindroot/coreplugins/chat/static/js/chat.js,sha256=Qe0LA36uUGad1lTTpAdlEmkTwCY4btdFk_q0lafoPVA,14785
|
|
490
|
+
mindroot/coreplugins/chat/static/js/chat.js.diff,sha256=QdlbO_WiNXUWmvbwM5x_bC5WMFdzsXrXaNtmubPtnhE,8339
|
|
491
|
+
mindroot/coreplugins/chat/static/js/chatform.js,sha256=Y_LFGA6QBcqI8BAQ2hog4fBkLcnQDAfZQO3zIfO2tpw,17825
|
|
496
492
|
mindroot/coreplugins/chat/static/js/chatmessage.js,sha256=qoRb6XWKzzbMOIowIt3admWO8FaT2VqWGhN_anQlGSQ,1272
|
|
497
493
|
mindroot/coreplugins/chat/static/js/cmdprefixes.js,sha256=Gip5WQXYb_VFK51OYlNtxT1fKUATKLsuVUpaGBKBwig,1022
|
|
498
494
|
mindroot/coreplugins/chat/static/js/code-copy-button.js,sha256=-owTkgvP9Ibdd12yyFJcvAeN2jfqf0ETUtXgNuHnWrg,5890
|
|
@@ -886,13 +882,13 @@ mindroot/coreplugins/chat/static/js/lit-html/node/directives/until.js,sha256=j1W
|
|
|
886
882
|
mindroot/coreplugins/chat/static/js/lit-html/node/directives/until.js.map,sha256=7xiwSZ7_fGtr5XwW-10Dzs8n9QE2VUfXaZ0Sd6d82L0,6567
|
|
887
883
|
mindroot/coreplugins/chat/static/js/lit-html/node/directives/when.js,sha256=NLe0NJ-6jqjVDUrT_DzmSpREsRaLo1yarzdYcV_5xHY,181
|
|
888
884
|
mindroot/coreplugins/chat/static/js/lit-html/node/directives/when.js.map,sha256=tOonih_-EaqrunhNGshA9xN--WIVdGikjg8MkVp0itQ,1534
|
|
889
|
-
mindroot/coreplugins/chat/templates/chat.jinja2,sha256=
|
|
885
|
+
mindroot/coreplugins/chat/templates/chat.jinja2,sha256=WcO88NxMM1DTveqO-JDl85ppZ9Gi7B3ZueDy_JZyq_4,3159
|
|
890
886
|
mindroot/coreplugins/chat_avatar/__init__.py,sha256=MsSFjiLMLJZ7QhUPpVBWKiyDnCzryquRyr329NoCACI,2
|
|
891
887
|
mindroot/coreplugins/chat_avatar/inject/chat.jinja2,sha256=TDSSt_SdOOW4EJMQK7fA_L2W5GNbDICRmXyqSsw0wuE,1093
|
|
892
888
|
mindroot/coreplugins/check_list/__init__.py,sha256=SaaGvnpz37xRM7DjGWBz5CD27Jh2UVdPLGoVUAFrUSY,77
|
|
893
889
|
mindroot/coreplugins/check_list/checklist.md,sha256=C8zeBhcA6R_ts2m-PzhIQOs0pg-C8xcFUmXjfHZO3d0,3908
|
|
894
890
|
mindroot/coreplugins/check_list/mod.py,sha256=WuhrvkERbXOrNrB3R-zcOxZirNH4FGP0k6jao8hzsrE,11102
|
|
895
|
-
mindroot/coreplugins/check_list/inject/admin.jinja2,sha256=
|
|
891
|
+
mindroot/coreplugins/check_list/inject/admin.jinja2,sha256=wt7LCyfY2jEiN7qGecAvIb_Sn8yvXGFI4hK20ZuwjSA,407
|
|
896
892
|
mindroot/coreplugins/check_list/override/system.jinja2,sha256=nvak8X3APCKqNtFstSFqfxiU1-oTcq6XNZER19xiW1Q,208
|
|
897
893
|
mindroot/coreplugins/check_list/static/js/checklist-help.js,sha256=xwjtXMae4gyHeetqTWZ36sSRQHuGPoqEdVtfk7I2m24,8214
|
|
898
894
|
mindroot/coreplugins/credits/__init__.py,sha256=DMGUmAkjOGN-Vb3rkXbbv2gUXtX0OeqpGdzEZ7FLvKw,110
|
|
@@ -906,15 +902,18 @@ mindroot/coreplugins/credits/storage.py,sha256=NkULdAc3qh3nGq84iC27rhzaDylENMn2R
|
|
|
906
902
|
mindroot/coreplugins/credits/templates/base.jinja2,sha256=rv18FrriYCDL3zYI3RCQoXzp8ffumXi8NF1Zms_mBVc,1442
|
|
907
903
|
mindroot/coreplugins/credits/templates/credit_ratios.jinja2,sha256=N62sq2CU0vXBkWxSdipI-d4JlwSk6Ans8HWntEOeS1I,8620
|
|
908
904
|
mindroot/coreplugins/credits/templates/credits.jinja2,sha256=IZCJg8Lhar6gT5m2CT6_BeHBdKabrOiAKlGs6Och15s,6424
|
|
909
|
-
mindroot/coreplugins/email/
|
|
905
|
+
mindroot/coreplugins/email/__init__.py,sha256=es1_OLp7i-oIG9tbUHGhRSDSllZBfEW1FxioHAaxDxo,43
|
|
906
|
+
mindroot/coreplugins/email/email_provider.py,sha256=SAahkR6itqqddUU2Y4QStpF8lsh-uZgCHelYMIj07bA,1566
|
|
910
907
|
mindroot/coreplugins/email/imap_handler.py,sha256=5LeR0w43XVeo0yAxZnJ7lbQj_K-zZCS6wHKrQseu0sM,8225
|
|
911
|
-
mindroot/coreplugins/email/
|
|
912
|
-
mindroot/coreplugins/email/
|
|
908
|
+
mindroot/coreplugins/email/mod.py,sha256=A4ZqZr1Mi1UUjAZ5_xaYycD-KNAfJqAcw-UQ8Ycmqwc,3127
|
|
909
|
+
mindroot/coreplugins/email/services.py,sha256=82wwkYxDj95e0-XgZZqqs1W-T9tdRJWd2qmFHYT0I8A,1923
|
|
910
|
+
mindroot/coreplugins/email/smtp_handler.py,sha256=WnTzvrQ1VZICyPdvmobp0m7oFJmX_mgRQZRi7jwcuzI,2596
|
|
913
911
|
mindroot/coreplugins/email/test_batch.py,sha256=gCe_E02K0sCrOWi4meEELx0rckeCRXaFJeJ40o9bhmQ,3788
|
|
914
912
|
mindroot/coreplugins/email/test_email.py,sha256=SrG6Luts0r9YbDqSsBT8I45gIKZi3s3Q5d_dPNxj1Q0,5328
|
|
913
|
+
mindroot/coreplugins/email/test_email_service.py,sha256=rt2WA9gSOR4IFRyJro4YudfbYIQfUYlGlSyZSbD7ShQ,2313
|
|
915
914
|
mindroot/coreplugins/email/backup/mod.py,sha256=6vvFGpOzCCfEDYlaJBEixRgNRIfvp-mcD6siCwvtxcI,2118
|
|
916
915
|
mindroot/coreplugins/env_manager/__init__.py,sha256=zcQypdwauAdtsj1Be-QZcPeLU_T3LiYaoWKWmIRKsnY,100
|
|
917
|
-
mindroot/coreplugins/env_manager/mod.py,sha256=
|
|
916
|
+
mindroot/coreplugins/env_manager/mod.py,sha256=z-k4vGi5uBM32dDDhK7j_HiI9iWndIHQHtPd8ymQ5RM,10246
|
|
918
917
|
mindroot/coreplugins/env_manager/router.py,sha256=f0d3BoeuwdUXBVJ4Kco8PURIWue5g_xI-5PGi6_6pF8,1185
|
|
919
918
|
mindroot/coreplugins/env_manager/inject/admin.jinja2,sha256=BLGzp3Osc1aKo5-4rOwM3Gy4-FdoJQh7oYcTMrkaW-s,462
|
|
920
919
|
mindroot/coreplugins/env_manager/static/css/env-manager.css,sha256=Y-538HHrkYtiyX-l15sYUJ6mmspbJVJZniHQKz6sL9g,4288
|
|
@@ -925,14 +924,20 @@ mindroot/coreplugins/events/router.py,sha256=a-77306_fQPNHPXP5aYtbpfC0gbqMBNRu04
|
|
|
925
924
|
mindroot/coreplugins/events/backup/mod.py,sha256=9QeJpg6WKwxRdjiKVHD1froguTe86FS2-2wWm1B9xa8,1832
|
|
926
925
|
mindroot/coreplugins/events/backup/router_backup.py,sha256=ImU8xoxdSd45V1yOFVqdtDQ614V6CMsDZQ1gtJj0Mnk,254
|
|
927
926
|
mindroot/coreplugins/home/mod.py,sha256=MsSFjiLMLJZ7QhUPpVBWKiyDnCzryquRyr329NoCACI,2
|
|
928
|
-
mindroot/coreplugins/home/router.py,sha256=
|
|
927
|
+
mindroot/coreplugins/home/router.py,sha256=WhkJRHsulELiKAueWhzKAnt5uzgCMEUKuhWYvxGKysQ,3723
|
|
929
928
|
mindroot/coreplugins/home/static/css/dark.css,sha256=Q9FHaEsf9xeJjtouyKgr1Su6vTzsN07NHxxqDrDfyx8,14259
|
|
930
929
|
mindroot/coreplugins/home/static/css/default.css,sha256=zlQjpwNvuJP_zULCWkFycWudF1GRQz9Y5mvdKpzXXFc,13354
|
|
931
930
|
mindroot/coreplugins/home/static/css/enhanced.css,sha256=oYGR_abXN5-wTmabQ3_QfSOoZ8sDRajsJJAfBgk-voE,3800
|
|
932
931
|
mindroot/coreplugins/home/static/css/home.css,sha256=SpelrHEHA04M5hK6Xijnc-ZyyROZehmOkKQFt4JkOQk,2950
|
|
933
932
|
mindroot/coreplugins/home/static/css/reset.css,sha256=pN9wuf7laZeIt-QjbxqJXDfu7yOTVy7fshf-VMeXPu0,696
|
|
934
933
|
mindroot/coreplugins/home/static/css/update.css,sha256=HWh01CnuKX_1rXQIwBQtc95wi6xBLnup29Gi5I-UOBg,3002
|
|
935
|
-
mindroot/coreplugins/home/static/imgs/
|
|
934
|
+
mindroot/coreplugins/home/static/imgs/backuplogo.png,sha256=ZfPlCqCjU0_TXte5gvEx81zRKge--l_z2y0AArKl0as,17823
|
|
935
|
+
mindroot/coreplugins/home/static/imgs/logo.png,sha256=6TSj0HbsdmLmkCo6B9NrKD6Um3KUCPjzoqClpshybO4,18498
|
|
936
|
+
mindroot/coreplugins/home/static/imgs/logo.png.bak,sha256=YejLvBHILjTPkOBYE2t37BD8sTtXbPmLh1Zo-x8pbok,18260
|
|
937
|
+
mindroot/coreplugins/home/static/imgs/logo_teal.png,sha256=nI6JVYzchx0kL9_ADRn9cb6o0ifKKJCqDbBMqYLCVbs,17820
|
|
938
|
+
mindroot/coreplugins/home/static/imgs/logo_teal2.png,sha256=l414urE3f7aucmh7VY319K_eeKf5rLsCDJlPOAEX9Sc,17576
|
|
939
|
+
mindroot/coreplugins/home/static/imgs/logo_teal_detailed.png,sha256=msp66OINq2U88uWEcd4BWwHzUBfEMhuAAR3d0KgZ6bg,17479
|
|
940
|
+
mindroot/coreplugins/home/static/imgs/logo_teal_python.png,sha256=YejLvBHILjTPkOBYE2t37BD8sTtXbPmLh1Zo-x8pbok,18260
|
|
936
941
|
mindroot/coreplugins/home/static/js/base.js,sha256=WNZDp0bGM5dCdA_T8hB_JQyLk7btkdW6NUvX65lWjIo,1214
|
|
937
942
|
mindroot/coreplugins/home/static/js/lit-core.min.js,sha256=wHslYF0J77niIj1xfYyYjSvnU6Mkq-QRiNffiOb6xz8,15443
|
|
938
943
|
mindroot/coreplugins/home/static/js/lit-html.js,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
@@ -1300,10 +1305,9 @@ mindroot/coreplugins/home/static/js/lit-html/node/directives/until.js,sha256=j1W
|
|
|
1300
1305
|
mindroot/coreplugins/home/static/js/lit-html/node/directives/until.js.map,sha256=7xiwSZ7_fGtr5XwW-10Dzs8n9QE2VUfXaZ0Sd6d82L0,6567
|
|
1301
1306
|
mindroot/coreplugins/home/static/js/lit-html/node/directives/when.js,sha256=NLe0NJ-6jqjVDUrT_DzmSpREsRaLo1yarzdYcV_5xHY,181
|
|
1302
1307
|
mindroot/coreplugins/home/static/js/lit-html/node/directives/when.js.map,sha256=tOonih_-EaqrunhNGshA9xN--WIVdGikjg8MkVp0itQ,1534
|
|
1303
|
-
mindroot/coreplugins/home/templates/home.jinja2,sha256=
|
|
1308
|
+
mindroot/coreplugins/home/templates/home.jinja2,sha256=cNYAW6NXrjcHXCyEJCJ-cafyXZVSeizRoDiwXU5RGRE,2810
|
|
1304
1309
|
mindroot/coreplugins/index/.gitignore,sha256=r_urXBxUYZhSuWyYzpRcAz5rHR0gVTERMrTI_gbBmCM,9
|
|
1305
1310
|
mindroot/coreplugins/index/__init__.py,sha256=WU5revQym2nu-vAV-o5cdAXpuRlb_Juu0lzc9s6lIFU,74
|
|
1306
|
-
mindroot/coreplugins/index/default.json,sha256=nFZXpsAFlTCGN_lfqJIewCd_o-fMEpjaUixBbnynWfA,2288
|
|
1307
1311
|
mindroot/coreplugins/index/mod.py,sha256=F_2PBZIjOOKID36m_DK8fvN92zEkTHQeBm9M6gJ84Tw,554
|
|
1308
1312
|
mindroot/coreplugins/index/models.py,sha256=WXG4pslFwq-iUld4-7dZlbHTsiFkVq9RghE0AVDzR_M,1044
|
|
1309
1313
|
mindroot/coreplugins/index/router.py,sha256=z8TlbcN_9i6Q5XgLxcbV6H_PAGqK9H0tJdrQ3oqkCcY,2085
|
|
@@ -1313,7 +1317,7 @@ mindroot/coreplugins/index/handlers/agent_ops.py,sha256=6faXdvDwZfZSsev5BLlKxJkD
|
|
|
1313
1317
|
mindroot/coreplugins/index/handlers/index_ops.py,sha256=VvGev9qKMtXK0LJnyO4s0fKeJwFLlXIBI3SPgYIGMD8,3898
|
|
1314
1318
|
mindroot/coreplugins/index/handlers/plugin_ops.py,sha256=lYSNAvdbXtaTdJToe5Sn30H7PmkKrB3vP34g4NuUkS0,5604
|
|
1315
1319
|
mindroot/coreplugins/index/handlers/publish.py,sha256=J4SiDSvaXpYV7My66nFjD1jHTVeDsV986iIwUAUlLok,4684
|
|
1316
|
-
mindroot/coreplugins/index/indices/default/index.json,sha256=
|
|
1320
|
+
mindroot/coreplugins/index/indices/default/index.json,sha256=V-8bhpXMWV_LtzlO-Xbon9EJwIGE_FQoCVOfKTv7RCI,40840
|
|
1317
1321
|
mindroot/coreplugins/index/indices/default/personas/Assistant/avatar.png,sha256=AsT2_jjGpZvEhzTEwSVhEShSYaIBhcUDrlj_bAG_HVY,1169266
|
|
1318
1322
|
mindroot/coreplugins/index/indices/default/personas/Assistant/faceref.png,sha256=AsT2_jjGpZvEhzTEwSVhEShSYaIBhcUDrlj_bAG_HVY,1169266
|
|
1319
1323
|
mindroot/coreplugins/index/indices/default/personas/Assistant/persona.json,sha256=BwVSL8E1VkFtxPEN_6fjULxK2SufaE2Dsi0_Mfs4Mhw,244
|
|
@@ -1695,17 +1699,41 @@ mindroot/coreplugins/index/static/js/lit-html/node/directives/until.js.map,sha25
|
|
|
1695
1699
|
mindroot/coreplugins/index/static/js/lit-html/node/directives/when.js,sha256=NLe0NJ-6jqjVDUrT_DzmSpREsRaLo1yarzdYcV_5xHY,181
|
|
1696
1700
|
mindroot/coreplugins/index/static/js/lit-html/node/directives/when.js.map,sha256=tOonih_-EaqrunhNGshA9xN--WIVdGikjg8MkVp0itQ,1534
|
|
1697
1701
|
mindroot/coreplugins/jwt_auth/__init__.py,sha256=qFCBnx0oAKTtMSXiPEa7VXOIlWDTU-5CY0XvodgSUlM,79
|
|
1698
|
-
mindroot/coreplugins/jwt_auth/middleware.py,sha256=
|
|
1699
|
-
mindroot/coreplugins/jwt_auth/mod.py,sha256=
|
|
1702
|
+
mindroot/coreplugins/jwt_auth/middleware.py,sha256=Id2yrHbrMukFv6Grvgz4E4JX03YOP0glOGa1tSM9QZA,10851
|
|
1703
|
+
mindroot/coreplugins/jwt_auth/mod.py,sha256=XqvAwBQVga-foEkziDJnQtISq1NwYcXXuvVRKeewfAQ,2070
|
|
1700
1704
|
mindroot/coreplugins/jwt_auth/role_checks.py,sha256=bruZIIBSOvXNWB1YZ2s5btrbbXNf18w6MdORpJByV60,1555
|
|
1701
1705
|
mindroot/coreplugins/jwt_auth/router.py,sha256=ecXYao_UG33UjQF15Hi-tf_X0eFsqLEldyqGpt7JNSw,1162
|
|
1706
|
+
mindroot/coreplugins/l8n/__init__.py,sha256=HVmXRxbNLQRWvG6Mwy6GqQSDdvkpywWpDhfuUw-jgIA,104
|
|
1707
|
+
mindroot/coreplugins/l8n/debug_loader.py,sha256=fhIs7j4K-2yjMggnVPv_jRFrIwHaPp-0_9_8M0IG8Ek,3251
|
|
1708
|
+
mindroot/coreplugins/l8n/debug_middleware.py,sha256=inH5zCTP4NEE2QnKkjNOup1dBMZfafoWOQpEZfzlOko,2324
|
|
1709
|
+
mindroot/coreplugins/l8n/l8n_constants.py,sha256=D55Fbs8c8hJ95fN5fydlpQmyVmUQ34IqAUHXvRT5dgM,465
|
|
1710
|
+
mindroot/coreplugins/l8n/language_detection.py,sha256=LCoIIHPoU-ZWtWoZbJjlZ0Dcxr2xIFni272Dt0wn7vE,5266
|
|
1711
|
+
mindroot/coreplugins/l8n/middleware.py,sha256=uXLXDfOc8wkyaYThWesNg5blBWl8q5UCbkssUA_32jI,5235
|
|
1712
|
+
mindroot/coreplugins/l8n/mod.py,sha256=AMXi-6T2AY3nPI1g35NvibixfuJe61TodWPnAlACGic,10051
|
|
1713
|
+
mindroot/coreplugins/l8n/monkey_patch_to_delete.py,sha256=EF0M6ftt6JZkZXAumL1Vpa6U-UwakKEdtzpy_2iCfek,6257
|
|
1714
|
+
mindroot/coreplugins/l8n/test_enhanced.py,sha256=C_BW2YmS5ttbH2jCBYo33cuU8MPNuiQ8iJZp8CtvWzk,9799
|
|
1715
|
+
mindroot/coreplugins/l8n/test_l8n.py,sha256=TorUiN0WRZ_fPUp1gFfI-iAx3Kpfzcti4pHgLaj5gIA,3205
|
|
1716
|
+
mindroot/coreplugins/l8n/test_l8n_standalone.py,sha256=EbjxRFB8C0UZzhm6_8wnFIn-1FwQ5D7Pwsl0kd-TxsA,8947
|
|
1717
|
+
mindroot/coreplugins/l8n/test_middleware.py,sha256=OOsePLKZZRQpUCDQG7M2iuPqJ8IX6oLyND1JiKPBHYM,9013
|
|
1718
|
+
mindroot/coreplugins/l8n/utils.py,sha256=KgOA3wGCJAeBpZYiTbRVKWnC1CyUcQlgex2HimTPPm8,9452
|
|
1702
1719
|
mindroot/coreplugins/login/mod.py,sha256=4W8VliAYUP1KY2gLJ_YDy2TmcXYVm-PY7XikQD_bFwA,2
|
|
1703
1720
|
mindroot/coreplugins/login/router.py,sha256=vyxBNkrVguRn3SmoR5JTYjkI_Oiv74DMkLbYSSK4ju4,2722
|
|
1704
1721
|
mindroot/coreplugins/login/templates/login.jinja2,sha256=sxZL8G52hv3T364k9pylXz8g6H9xludXfziHGTruKw8,2610
|
|
1722
|
+
mindroot/coreplugins/mcp_/__init__.py,sha256=TlZ2ttPQGXFvFb3ys4PVrI-LPIj59aDFq6JLZnySTxk,277
|
|
1723
|
+
mindroot/coreplugins/mcp_/catalog_commands.py,sha256=gvc5Nlt8XATcGwzznZIy0mbGIyPsB_NW8rpNq3qQl7o,10484
|
|
1724
|
+
mindroot/coreplugins/mcp_/catalog_manager.py,sha256=LNllG1yD5WXXD9zMKvVq01JmhNxMc1kjARuin92d9dc,9733
|
|
1725
|
+
mindroot/coreplugins/mcp_/dynamic_commands.py,sha256=Nk4dPURLswDaPekMcssWdfdW2DmV1DsmWYVhGsWEI5o,7220
|
|
1726
|
+
mindroot/coreplugins/mcp_/mcp_manager.py,sha256=ph4FY1_r_D3Fs1QhIDI2A0FQQsF2KbvVY4cpIGWaQUQ,47140
|
|
1727
|
+
mindroot/coreplugins/mcp_/mod.py,sha256=Vjj6IJVJJ9yxuVN6_TOb39pcrHgCQ1BgaIbWM1sN7kk,11543
|
|
1728
|
+
mindroot/coreplugins/mcp_/oauth_storage.py,sha256=gfSkkd0kWbLY9ALhxhMZ1IAO5EXhbRGCmQ0ypxWNQZo,5081
|
|
1729
|
+
mindroot/coreplugins/mcp_/server_installer.py,sha256=7-k0F8aVApSr1hA606An913BemJ6RvI8-uOL36gU524,2835
|
|
1730
|
+
mindroot/coreplugins/mcp_/setup.py,sha256=6KVt1Ur-_UMxc0Lh90OZltf0_rPmvGPu8Jp86gDH5ZA,621
|
|
1731
|
+
mindroot/coreplugins/mcp_/test_dynamic_commands.py,sha256=LIWoeqXWsUYMgvbMaWjr36T3TCetCqoCTPm-ZCwKbrU,5559
|
|
1732
|
+
mindroot/coreplugins/mcp_/testmcpclient.py,sha256=AKlGlV-pMaKAv0a97HDqN2--oDrpQH3OKvIp4lAWiHs,2889
|
|
1705
1733
|
mindroot/coreplugins/persona/README.md,sha256=YZWBU9O3i8Edvuldd3_9mplAd3hIU7c5ueSO3ssTo8s,826
|
|
1706
1734
|
mindroot/coreplugins/persona/__init__.py,sha256=qw8b_7YoN67q1kEdXYXmQkXycF1NaYb3dMbjP-6FsUs,19
|
|
1707
1735
|
mindroot/coreplugins/persona/init_persona.py,sha256=4ZXy9LrmOI8xFgr2gsz4VPvwWBMd1oB04uhAWrRbp8A,410
|
|
1708
|
-
mindroot/coreplugins/persona/mod.py,sha256=
|
|
1736
|
+
mindroot/coreplugins/persona/mod.py,sha256=TGM0Qx_VEN_su_4FvfvQenDqKkN-eUiPkYEKP7fQ9rE,7079
|
|
1709
1737
|
mindroot/coreplugins/persona/plugin_info.json,sha256=VRqxKjQvcJ15Pl2lxvqwVpnkVdszhUNk8gQLcnJD9LM,376
|
|
1710
1738
|
mindroot/coreplugins/persona/pyproject.toml,sha256=iYsuasMqYHOAagUZBWT_iToVtfQWo7Ro0WSJfS9s_GA,349
|
|
1711
1739
|
mindroot/coreplugins/persona/Assistant/avatar.png,sha256=AsT2_jjGpZvEhzTEwSVhEShSYaIBhcUDrlj_bAG_HVY,1169266
|
|
@@ -1724,16 +1752,16 @@ mindroot/coreplugins/signup/static/css/reset.css,sha256=pN9wuf7laZeIt-QjbxqJXDfu
|
|
|
1724
1752
|
mindroot/coreplugins/signup/static/css/update.css,sha256=HWh01CnuKX_1rXQIwBQtc95wi6xBLnup29Gi5I-UOBg,3002
|
|
1725
1753
|
mindroot/coreplugins/signup/static/imgs/logo.png,sha256=ZfPlCqCjU0_TXte5gvEx81zRKge--l_z2y0AArKl0as,17823
|
|
1726
1754
|
mindroot/coreplugins/signup/templates/signup.html,sha256=RdG-s-P2JvUcN8AFOdCFGVei71ijs0ZEE4_LRsWGEf8,5814
|
|
1727
|
-
mindroot/coreplugins/signup/templates/signup.jinja2,sha256=
|
|
1755
|
+
mindroot/coreplugins/signup/templates/signup.jinja2,sha256=Hw3wbM1dWOxJ-awmzGaowi0CsGS3NC-k9IRwAGiKTDU,6039
|
|
1728
1756
|
mindroot/coreplugins/startup/__init__.py,sha256=ciWKt5NdIobetUMqXqctfsSSLKw2lwhQDB2PVhvc2Ak,21
|
|
1729
1757
|
mindroot/coreplugins/startup/mod.py,sha256=6NsrpuVFvLeKGjgV3erCBBeYhy5Y3pT8gJmI64Eq8DM,698
|
|
1730
|
-
mindroot/coreplugins/subscriptions/__init__.py,sha256=
|
|
1758
|
+
mindroot/coreplugins/subscriptions/__init__.py,sha256=4uQ6vAhRyCOIAuegQGf03CMabsCPHMz00g1UMkCH2Ec,96
|
|
1731
1759
|
mindroot/coreplugins/subscriptions/credit_integration.py,sha256=X92tUNcWxvJXv2uCzmhLKTnjbhZC_pLlWYEPLlhQbCY,2103
|
|
1732
1760
|
mindroot/coreplugins/subscriptions/default_templates.py,sha256=S32UkKZLbLyEYUn1Js34TWTvwVA7paYP72UYRJiqv6Y,9749
|
|
1733
|
-
mindroot/coreplugins/subscriptions/mod.py,sha256=
|
|
1761
|
+
mindroot/coreplugins/subscriptions/mod.py,sha256=oKOFBcTKzy1l2jRMs0L5EsVncm2c5c9p0sFoROt7CoQ,31315
|
|
1734
1762
|
mindroot/coreplugins/subscriptions/models.py,sha256=XOUkmWTXE_bjSzluNwW9UmGczXvHLfqa_WNb-lgaPBU,4183
|
|
1735
1763
|
mindroot/coreplugins/subscriptions/plugin_info.json,sha256=o31KLpE2xY6Gjy-AmmDhZjVSO4iEw7Pg0199sdmsRWI,810
|
|
1736
|
-
mindroot/coreplugins/subscriptions/router.py,sha256=
|
|
1764
|
+
mindroot/coreplugins/subscriptions/router.py,sha256=Uyo72_Ocip2CmFCdKmgkWxtaEABlM9E4XXCt812beno,13092
|
|
1737
1765
|
mindroot/coreplugins/subscriptions/storage.py,sha256=NUh2Syy_tK677aJ4FXOs94BlcY59hdITHmyxG3VsA28,9755
|
|
1738
1766
|
mindroot/coreplugins/subscriptions/stripe_integration.py,sha256=RHUsZiojQK3NV54L4AMJcu4utGm9ErYlpD8skPyS7ac,2447
|
|
1739
1767
|
mindroot/coreplugins/subscriptions/subscription_manager.py,sha256=BnYlx3u0yS5R4WdsJw_z7nAMF68VCs4KBFeNP4gy9QM,6142
|
|
@@ -1760,16 +1788,14 @@ mindroot/coreplugins/usage/router.py,sha256=gXxpbA3HL_jV1Ngi0TlET_mXRawBmK2-4huo
|
|
|
1760
1788
|
mindroot/coreplugins/usage/storage.py,sha256=zJLq7e3Od7w8K0OCzf3ANenFCeqMbi88BsXy2wQQ6L4,5931
|
|
1761
1789
|
mindroot/coreplugins/usage/templates/base.jinja2,sha256=Rcr4i-9luLZW7jDKzBBelUKpEPmzCCBqQmXVQTAX8QE,1441
|
|
1762
1790
|
mindroot/coreplugins/usage/templates/usage.jinja2,sha256=bSAjGbgx-hgzkPR0u1OIoJiOdajHgCCDRa7RVUOywJs,7722
|
|
1763
|
-
mindroot/coreplugins/user_service/__init__.py,sha256=
|
|
1764
|
-
mindroot/coreplugins/user_service/admin_init.py,sha256=
|
|
1765
|
-
mindroot/coreplugins/user_service/email_service.py,sha256=
|
|
1766
|
-
mindroot/coreplugins/user_service/
|
|
1767
|
-
mindroot/coreplugins/user_service/hooks.py,sha256=4di2j0tVhEKplDaG9fTlRtErIflZPYBfC3iHGBtUgh0,875
|
|
1768
|
-
mindroot/coreplugins/user_service/mod.py,sha256=CW0CtNp4EOg3HsNS-PlwVVy4F5q0v0RJyAvifKVhFRM,4856
|
|
1791
|
+
mindroot/coreplugins/user_service/__init__.py,sha256=1Iz2DIVGGRev2hvRK4odrgITzkoQijS5dg8jw7frGYw,116
|
|
1792
|
+
mindroot/coreplugins/user_service/admin_init.py,sha256=bKVpPa50PoQVlcsWgaufNsqKN1zOAyBb1UyylbcZ99U,3954
|
|
1793
|
+
mindroot/coreplugins/user_service/email_service.py,sha256=J27XBvpB6Ynwa4OXvy01yvfXB6gtoOE0_q_47JeY1Ew,3778
|
|
1794
|
+
mindroot/coreplugins/user_service/mod.py,sha256=bq1gjwcp9E_6GpJ3UbvSkT2831OTzVqG_kT0HFt7Uyw,5131
|
|
1769
1795
|
mindroot/coreplugins/user_service/models.py,sha256=s_dy881Ob8Ng94PQ-Iw9lYq306l3QsnDLVk7e3OED5w,1137
|
|
1770
1796
|
mindroot/coreplugins/user_service/password_reset_service.py,sha256=KsZ4VxCplJHWI0wNc-8dUiWNV6l74FIw3HiWCSdP8aI,10537
|
|
1771
1797
|
mindroot/coreplugins/user_service/role_service.py,sha256=e6XrxhMC4903C-Y515XSC544uXAik6-CSee-TIPGIwA,2329
|
|
1772
|
-
mindroot/coreplugins/user_service/router.py,sha256=
|
|
1798
|
+
mindroot/coreplugins/user_service/router.py,sha256=j7Y2vn87b86FOA5KkMIiduYjfyHuymkE4hSsrhD7tss,4968
|
|
1773
1799
|
mindroot/coreplugins/user_service/backup/admin_service.py,sha256=scc59rxlZz4uuVvgjf-9HL2gKi7-uiCdSt6LjWJILR8,4259
|
|
1774
1800
|
mindroot/coreplugins/user_service/backup/admin_setup.py,sha256=JGszAw8nVtnNiisSUGu9jtoStKGyN44KpbRlKAhDJho,3001
|
|
1775
1801
|
mindroot/coreplugins/user_service/templates/reset_password.jinja2,sha256=GE2rHNmSUlAS5EoJuu9g3KsUel5RNMKMVYTfxhi2IPM,2097
|
|
@@ -1785,13 +1811,15 @@ mindroot/lib/model_selector.py,sha256=Wz-8NZoiclmnhLeCNnI3WCuKFmjsO5HE4bK5F8GpZz
|
|
|
1785
1811
|
mindroot/lib/parent_templates.py,sha256=elcQFFwrFtfAYfQOSTs06aiDDigN1f1R2f8I1V-wj6Q,2731
|
|
1786
1812
|
mindroot/lib/plugins.py,sha256=96QElzJ6cuS9BpQJQZMJblDCF2toO14Z80D7DRAjMDc,1592
|
|
1787
1813
|
mindroot/lib/plugins_install.py,sha256=CUDkdDhIKkwN3U1hfKaTq8QUwGApFrNKmt3iycZuTKs,2042
|
|
1788
|
-
mindroot/lib/route_decorators.py,sha256=
|
|
1814
|
+
mindroot/lib/route_decorators.py,sha256=d0sE6BnEolmSuwe3khenDmUiyeiPklNuaMFE6roH6sk,2206
|
|
1789
1815
|
mindroot/lib/session_files.py,sha256=yY8TKfJPGZoK4yAy3WbfrJ7I5xL6NfDJmIICH6qC7Bw,1167
|
|
1790
1816
|
mindroot/lib/streamcmd.py,sha256=f9n3OtryEkMbNNuFr5BAZn1EpSLUKuDZw-zpo97XxJk,4714
|
|
1791
|
-
mindroot/lib/templates.py,sha256=
|
|
1817
|
+
mindroot/lib/templates.py,sha256=vx8-2aqzkwPGj72vyHhRndspvyaEP2bE8OYRd5i_d64,22178
|
|
1792
1818
|
mindroot/lib/token_counter.py,sha256=6k6nq2oCjJ4XiWVp89vYEdMTmfRb4ejEcpjK-vXcI6w,7607
|
|
1793
1819
|
mindroot/lib/auth/__init__.py,sha256=5EZbCTcdlnTHYE0JNk8znWNSO7mOsokMOvRBjb5Mq-M,49
|
|
1820
|
+
mindroot/lib/auth/api_key.py,sha256=jlihhB94rsNVcXS-Gqmh7ADMwUbgROA84zPW7aOkfJw,875
|
|
1794
1821
|
mindroot/lib/auth/auth.py,sha256=2vhF_LfZcTPt2N2VLWy1ZP7h2pKFv7XM3xW1iRVOTkU,3129
|
|
1822
|
+
mindroot/lib/cli/plugins.py,sha256=fQXHEFuFFP5jpO3WsA1EsGhVPsl-e66BITsc4qWjkX4,3949
|
|
1795
1823
|
mindroot/lib/db/organize_models.py,sha256=kiadXfhGjCY16c36l1JmxXcKSH4ShWWEUnHi7WRRn9c,5028
|
|
1796
1824
|
mindroot/lib/db/preferences.py,sha256=UCmJyjE20Lv51vFJJ7lOE08AJHqKRth6vBP4rkU8edI,2448
|
|
1797
1825
|
mindroot/lib/json_str_block/__init__.py,sha256=VrB0YgLICZlnZNkt91hit9Mzx2ukhijS8O78tybMT_A,30
|
|
@@ -1802,14 +1830,16 @@ mindroot/lib/logging/logfiles_prev.py,sha256=Dqya4VlqXh5Wx7HC6uydkwkb5SLpcl6HQ46
|
|
|
1802
1830
|
mindroot/lib/pipelines/pipe.py,sha256=zlVI8BTjDaI87UZO61uVvXyZIbs_pPipi-zGVgDoCwk,527
|
|
1803
1831
|
mindroot/lib/pipelines/pipelines.py,sha256=Uv83Xvnpt34u6J0h0f1mef4M53ifgFco65nMECBJeMM,2654
|
|
1804
1832
|
mindroot/lib/plugins/__init__.py,sha256=ZpIgOKsGjyvAe9KenqZ_5ppxaQ7br9EmU7RBI_VXaBw,1318
|
|
1805
|
-
mindroot/lib/plugins/default_plugin_manifest.json,sha256=
|
|
1806
|
-
mindroot/lib/plugins/installation.py,sha256=
|
|
1807
|
-
mindroot/lib/plugins/
|
|
1808
|
-
mindroot/lib/plugins/
|
|
1833
|
+
mindroot/lib/plugins/default_plugin_manifest.json,sha256=roMx4y04MkWsWYMf3cigvYEfHTN43MQAnLhFgob8ZyM,1793
|
|
1834
|
+
mindroot/lib/plugins/installation.py,sha256=rYwdW9ztBOdXxskT37Cu117jcjRf5yhhboXI5GMP0gE,15380
|
|
1835
|
+
mindroot/lib/plugins/l8n_static_handler.py,sha256=-vBf_xEZwlRp6DmTWxNLZ9TTQviBJTqSZII8WmZcDRY,9412
|
|
1836
|
+
mindroot/lib/plugins/loader.py,sha256=t45I_CBcR6l7DcgfHxkal10cHzb-Cd0WGxxWJBYkXYM,10752
|
|
1837
|
+
mindroot/lib/plugins/loader_with_l8n.py,sha256=4-kNgbk-GMN8UkCiSjg-29FGDtbml8Hhy6HiGSXLHBA,10445
|
|
1838
|
+
mindroot/lib/plugins/manifest.py,sha256=Bquvg3xFg9dWxDFfRpHWei4kc8aWWxFQUP1nLDxIJtw,12078
|
|
1809
1839
|
mindroot/lib/plugins/mapping.py,sha256=B3nxbStLzyYj8CEuEfxWXMbCu_dOtK_zVTbcCBw5mMc,838
|
|
1810
1840
|
mindroot/lib/plugins/paths.py,sha256=vPDjEF9NU1xHMIcnN4_Hf1gjyleyXAAfRcf86WXt4M4,4312
|
|
1811
1841
|
mindroot/lib/providers/__init__.py,sha256=e0DzrmFHxZJCzWf-GE41_n6zjzN1XmL_d-8cBcmYh5U,11681
|
|
1812
|
-
mindroot/lib/providers/commands.py,sha256
|
|
1842
|
+
mindroot/lib/providers/commands.py,sha256=wxR9tfwjdu7lbjJZQ1vNOWH-vEdhcpOxkaBf2G9OKv0,735
|
|
1813
1843
|
mindroot/lib/providers/hooks.py,sha256=9cJoJRhZyzFmLBJNTYGaVijA7B6hAm2mJu9I2ij4WMo,359
|
|
1814
1844
|
mindroot/lib/providers/missing.py,sha256=G6ZM25ZEVgsk4uWwgf0GygJ1SWEnstwfw7xsR9QEI_E,2457
|
|
1815
1845
|
mindroot/lib/providers/services.py,sha256=nTPUbz_KjxAENg4s9ymZnztH4Z7dhBjM6bvSlIxMQQs,598
|
|
@@ -1818,7 +1848,7 @@ mindroot/lib/utils/backoff.py,sha256=P059hqyTtYM_unNQP_iHSdYNhWe3Hz6VqbJ_vX19eoI
|
|
|
1818
1848
|
mindroot/lib/utils/check_args.py,sha256=837bfYM3tKj4tZpi96JGh_Y9z8aoBHOasvdyg9yBESU,579
|
|
1819
1849
|
mindroot/lib/utils/dataurl.py,sha256=pDoei2XebSKKojPEuMcHYCdjxWEXmx-wNsUfXvXwwCs,494
|
|
1820
1850
|
mindroot/lib/utils/debug.py,sha256=5kwQSCqZ1f2z7hvQZqSt24YAgJbKkQxTDppVBwtVMXc,3475
|
|
1821
|
-
mindroot/lib/utils/merge_arrays.py,sha256=
|
|
1851
|
+
mindroot/lib/utils/merge_arrays.py,sha256=NR0254GMA95xPmlRe5yQ2nbJPeSP-Y_nJx2mSdqOaYc,7040
|
|
1822
1852
|
mindroot/lib/utils/messages.py,sha256=8u6sykfeGPbMVB-zjyGhjsB45cqsnzGEmdMQboV1aLI,1595
|
|
1823
1853
|
mindroot/lib/utils/not_working_merge_arrays.py,sha256=719y-oH1Wbj71bybLvjx6wW78E4jrgDAUwnlv5ODjIQ,10218
|
|
1824
1854
|
mindroot/lib/utils/parse_json_newlines_partial.py,sha256=4CNIvXJ5LKr3XgmEZLa8TVce7WmcTYucZcgHoNmGGmo,837
|
|
@@ -1826,10 +1856,10 @@ mindroot/lib/utils/test_debug.py,sha256=UBfO6Ap_rlJz0GZabtzKh1KgDWW78Pnj1carqsgL
|
|
|
1826
1856
|
mindroot/protocols/services/stream_chat.py,sha256=fMnPfwaB5fdNMBLTEg8BXKAGvrELKHyrHWQsFr_OESc,143
|
|
1827
1857
|
mindroot/registry/__init__.py,sha256=40Xy9bmPHsgdIrOzbtBGzf4XMqXVi9P8oZTJhn0r654,151
|
|
1828
1858
|
mindroot/registry/component_manager.py,sha256=WZFNPg4SNvpqsM5NFiC2DpgmrJQCyR9cNhrCBpp30Qk,995
|
|
1829
|
-
mindroot/registry/data_access.py,sha256=
|
|
1830
|
-
mindroot-9.
|
|
1831
|
-
mindroot-9.
|
|
1832
|
-
mindroot-9.
|
|
1833
|
-
mindroot-9.
|
|
1834
|
-
mindroot-9.
|
|
1835
|
-
mindroot-9.
|
|
1859
|
+
mindroot/registry/data_access.py,sha256=81In5TwETpaqnnY1_-tBQM7rfWvUxZUZkG7lEelRUfU,5321
|
|
1860
|
+
mindroot-9.6.0.dist-info/licenses/LICENSE,sha256=8plAmZh8y9ccuuqFFz4kp7G-cO_qsPgAOoHNvabSB4U,1070
|
|
1861
|
+
mindroot-9.6.0.dist-info/METADATA,sha256=XHr4wMTESiDKc30DrK9QyKJ6U6UYohiAA9Gma7a16q4,1034
|
|
1862
|
+
mindroot-9.6.0.dist-info/WHEEL,sha256=_zCd3N1l69ArxyTb8rzEoP9TpbYXkqRFSNOD5OuxnTs,91
|
|
1863
|
+
mindroot-9.6.0.dist-info/entry_points.txt,sha256=0bpyjMccLttx6VcjDp6zfJPN0Kk0rffor6IdIbP0j4c,50
|
|
1864
|
+
mindroot-9.6.0.dist-info/top_level.txt,sha256=gwKm7DmNjhdrCJTYCrxa9Szne4lLpCtrEBltfsX-Mm8,9
|
|
1865
|
+
mindroot-9.6.0.dist-info/RECORD,,
|