mindroot 9.22.0__py3-none-any.whl → 10.14.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/static/js/agent-form.js +26 -1
- mindroot/coreplugins/admin/static/js/persona-editor.js +14 -1
- mindroot/coreplugins/agent/agent.py +59 -18
- mindroot/coreplugins/agent/agent.py.bak +507 -0
- mindroot/coreplugins/agent/buagentz1.py +540 -0
- mindroot/coreplugins/agent/speech_to_speech.py +77 -0
- mindroot/coreplugins/agent/speech_to_speech.py.backup +46 -0
- mindroot/coreplugins/chat/buservices.py +625 -0
- mindroot/coreplugins/chat/buwidget_routes.py +287 -0
- mindroot/coreplugins/chat/commands.py +4 -0
- mindroot/coreplugins/chat/services.py +178 -8
- mindroot/coreplugins/chat/static/css/dark.css +90 -1
- mindroot/coreplugins/chat/static/css/default.css +90 -1
- mindroot/coreplugins/chat/static/css/light.css +724 -0
- mindroot/coreplugins/chat/static/css/mobile.css +37 -0
- mindroot/coreplugins/chat/static/js/chat.js +150 -89
- mindroot/coreplugins/chat/static/js/chatform.js +1 -1
- mindroot/coreplugins/chat/static/js/throttle.js +4 -2
- mindroot/coreplugins/chat/templates/chat.jinja2 +9 -1
- mindroot/coreplugins/chat/widget_routes.py +54 -10
- mindroot/coreplugins/check_list/helpers.py +221 -0
- mindroot/coreplugins/check_list/mod.py +435 -126
- mindroot/coreplugins/check_list/mod.py.backup +378 -0
- mindroot/coreplugins/check_list/mod.py.backup2 +506 -0
- mindroot/coreplugins/check_list/mod.py.backup3 +506 -0
- mindroot/coreplugins/check_list/mod_create_checklist_lol.py +756 -0
- mindroot/coreplugins/check_list/plugin_info.json +15 -0
- mindroot/coreplugins/jwt_auth/middleware.py +1 -1
- 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/embed_chat.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/_images/apikey.png +0 -0
- mindroot/docs/_build/html/_images/chatwidgetx.png +0 -0
- mindroot/docs/_build/html/_images/disablechatavatar.png +0 -0
- mindroot/docs/_build/html/_images/widgetform.png +0 -0
- mindroot/docs/_build/html/_images/widgetonpage.png +0 -0
- mindroot/docs/_build/html/_modules/index.html +1 -0
- mindroot/docs/_build/html/_modules/mindroot/coreplugins/admin/agent_importer.html +282 -86
- mindroot/docs/_build/html/_modules/mindroot/coreplugins/admin/agent_router.html +281 -88
- mindroot/docs/_build/html/_modules/mindroot/coreplugins/admin/asset_manager.html +280 -84
- mindroot/docs/_build/html/_modules/mindroot/coreplugins/admin/command_router.html +281 -88
- mindroot/docs/_build/html/_modules/mindroot/coreplugins/admin/mcp_catalog_routes.html +279 -86
- mindroot/docs/_build/html/_modules/mindroot/coreplugins/admin/mcp_publish_routes.html +284 -91
- mindroot/docs/_build/html/_modules/mindroot/coreplugins/admin/mcp_registry_routes.html +284 -91
- mindroot/docs/_build/html/_modules/mindroot/coreplugins/admin/mcp_routes.html +281 -88
- mindroot/docs/_build/html/_modules/mindroot/coreplugins/admin/mod.html +280 -84
- mindroot/docs/_build/html/_modules/mindroot/coreplugins/admin/oauth_callback_router.html +280 -87
- mindroot/docs/_build/html/_modules/mindroot/coreplugins/admin/persona_handler.html +282 -86
- mindroot/docs/_build/html/_modules/mindroot/coreplugins/admin/persona_router.html +285 -89
- mindroot/docs/_build/html/_modules/mindroot/coreplugins/admin/plugin_manager.html +281 -88
- mindroot/docs/_build/html/_modules/mindroot/coreplugins/admin/plugin_router.html +280 -87
- mindroot/docs/_build/html/_modules/mindroot/coreplugins/admin/plugin_routes.html +280 -87
- mindroot/docs/_build/html/_modules/mindroot/coreplugins/admin/registry_settings_routes.html +280 -87
- mindroot/docs/_build/html/_modules/mindroot/coreplugins/admin/router.html +281 -88
- mindroot/docs/_build/html/_modules/mindroot/coreplugins/admin/server_router.html +280 -84
- mindroot/docs/_build/html/_modules/mindroot/coreplugins/admin/service_models.html +280 -87
- mindroot/docs/_build/html/_modules/mindroot/coreplugins/admin/settings_router.html +288 -89
- mindroot/docs/_build/html/_modules/mindroot/coreplugins/api_keys/api_key_manager.html +280 -87
- mindroot/docs/_build/html/_modules/mindroot/coreplugins/api_keys/mod.html +279 -86
- mindroot/docs/_build/html/_modules/mindroot/coreplugins/api_keys/router.html +280 -87
- mindroot/docs/_build/html/_modules/mindroot/coreplugins/chat/commands.html +281 -88
- mindroot/docs/_build/html/_modules/mindroot/coreplugins/chat/mod.html +279 -86
- mindroot/docs/_build/html/_modules/mindroot/coreplugins/chat/models.html +280 -87
- mindroot/docs/_build/html/_modules/mindroot/coreplugins/chat/router.html +281 -88
- mindroot/docs/_build/html/_modules/mindroot/coreplugins/chat/services.html +283 -90
- mindroot/docs/_build/html/_modules/mindroot/coreplugins/chat/widget_manager.html +279 -86
- mindroot/docs/_build/html/_modules/mindroot/coreplugins/chat/widget_routes.html +279 -86
- mindroot/docs/_build/html/_modules/mindroot/coreplugins/check_list/mod.html +669 -213
- mindroot/docs/_build/html/_modules/mindroot/coreplugins/credits/conversion.html +280 -87
- mindroot/docs/_build/html/_modules/mindroot/coreplugins/credits/ledger.html +281 -88
- mindroot/docs/_build/html/_modules/mindroot/coreplugins/credits/mod.html +281 -88
- mindroot/docs/_build/html/_modules/mindroot/coreplugins/credits/models.html +279 -86
- mindroot/docs/_build/html/_modules/mindroot/coreplugins/credits/router.html +279 -86
- mindroot/docs/_build/html/_modules/mindroot/coreplugins/credits/storage.html +279 -86
- mindroot/docs/_build/html/_modules/mindroot/coreplugins/email/email_provider.html +280 -87
- mindroot/docs/_build/html/_modules/mindroot/coreplugins/email/imap_handler.html +284 -91
- mindroot/docs/_build/html/_modules/mindroot/coreplugins/email/mod.html +280 -87
- mindroot/docs/_build/html/_modules/mindroot/coreplugins/email/services.html +280 -87
- mindroot/docs/_build/html/_modules/mindroot/coreplugins/email/smtp_handler.html +280 -87
- mindroot/docs/_build/html/_modules/mindroot/coreplugins/email/test_email_service.html +280 -87
- mindroot/docs/_build/html/_modules/mindroot/coreplugins/env_manager/mod.html +281 -88
- mindroot/docs/_build/html/_modules/mindroot/coreplugins/env_manager/router.html +280 -87
- mindroot/docs/_build/html/_modules/mindroot/coreplugins/events/router.html +280 -87
- mindroot/docs/_build/html/_modules/mindroot/coreplugins/index/handlers/agent_ops.html +280 -87
- mindroot/docs/_build/html/_modules/mindroot/coreplugins/index/handlers/index_ops.html +280 -87
- mindroot/docs/_build/html/_modules/mindroot/coreplugins/index/handlers/plugin_ops.html +284 -91
- mindroot/docs/_build/html/_modules/mindroot/coreplugins/index/handlers/publish.html +281 -88
- mindroot/docs/_build/html/_modules/mindroot/coreplugins/index/mod.html +279 -86
- mindroot/docs/_build/html/_modules/mindroot/coreplugins/index/models.html +282 -86
- mindroot/docs/_build/html/_modules/mindroot/coreplugins/index/router.html +284 -91
- mindroot/docs/_build/html/_modules/mindroot/coreplugins/index/utils.html +282 -86
- mindroot/docs/_build/html/_modules/mindroot/coreplugins/jwt_auth/middleware.html +282 -89
- mindroot/docs/_build/html/_modules/mindroot/coreplugins/jwt_auth/mod.html +279 -86
- mindroot/docs/_build/html/_modules/mindroot/coreplugins/jwt_auth/router.html +280 -87
- mindroot/docs/_build/html/_modules/mindroot/coreplugins/l8n/language_detection.html +280 -84
- mindroot/docs/_build/html/_modules/mindroot/coreplugins/l8n/middleware.html +280 -84
- mindroot/docs/_build/html/_modules/mindroot/coreplugins/l8n/mod.html +282 -86
- mindroot/docs/_build/html/_modules/mindroot/coreplugins/l8n/test_enhanced.html +280 -84
- mindroot/docs/_build/html/_modules/mindroot/coreplugins/l8n/test_l8n_standalone.html +282 -86
- mindroot/docs/_build/html/_modules/mindroot/coreplugins/l8n/test_middleware.html +282 -86
- mindroot/docs/_build/html/_modules/mindroot/coreplugins/l8n/utils.html +280 -84
- mindroot/docs/_build/html/_modules/mindroot/coreplugins/mcp_/catalog_commands.html +282 -86
- mindroot/docs/_build/html/_modules/mindroot/coreplugins/mcp_/catalog_manager.html +280 -84
- mindroot/docs/_build/html/_modules/mindroot/coreplugins/mcp_/dynamic_commands.html +280 -84
- mindroot/docs/_build/html/_modules/mindroot/coreplugins/mcp_/mcp_manager.html +282 -86
- mindroot/docs/_build/html/_modules/mindroot/coreplugins/mcp_/mod.html +282 -86
- mindroot/docs/_build/html/_modules/mindroot/coreplugins/mcp_/oauth_storage.html +280 -84
- mindroot/docs/_build/html/_modules/mindroot/coreplugins/mcp_/server_installer.html +282 -86
- mindroot/docs/_build/html/_modules/mindroot/coreplugins/mcp_/testmcpclient.html +285 -89
- mindroot/docs/_build/html/_modules/mindroot/coreplugins/persona/init_persona.html +280 -84
- mindroot/docs/_build/html/_modules/mindroot/coreplugins/persona/mod.html +282 -86
- mindroot/docs/_build/html/_modules/mindroot/coreplugins/startup/mod.html +282 -86
- mindroot/docs/_build/html/_modules/mindroot/coreplugins/subscriptions/credit_integration.html +280 -84
- mindroot/docs/_build/html/_modules/mindroot/coreplugins/subscriptions/mod.html +282 -86
- mindroot/docs/_build/html/_modules/mindroot/coreplugins/subscriptions/models.html +280 -84
- mindroot/docs/_build/html/_modules/mindroot/coreplugins/subscriptions/router.html +285 -89
- mindroot/docs/_build/html/_modules/mindroot/coreplugins/subscriptions/storage.html +282 -86
- mindroot/docs/_build/html/_modules/mindroot/coreplugins/subscriptions/stripe_integration.html +280 -84
- mindroot/docs/_build/html/_modules/mindroot/coreplugins/subscriptions/subscription_manager.html +280 -84
- mindroot/docs/_build/html/_modules/mindroot/coreplugins/subscriptions/webhook_handler.html +280 -84
- mindroot/docs/_build/html/_modules/mindroot/coreplugins/usage/handlers.html +282 -86
- mindroot/docs/_build/html/_modules/mindroot/coreplugins/usage/mod.html +282 -86
- mindroot/docs/_build/html/_modules/mindroot/coreplugins/usage/models.html +282 -86
- mindroot/docs/_build/html/_modules/mindroot/coreplugins/usage/reporting.html +282 -86
- mindroot/docs/_build/html/_modules/mindroot/coreplugins/usage/router.html +282 -86
- mindroot/docs/_build/html/_modules/mindroot/coreplugins/usage/storage.html +285 -89
- mindroot/docs/_build/html/_modules/mindroot/coreplugins/user_service/admin_init.html +282 -86
- mindroot/docs/_build/html/_modules/mindroot/coreplugins/user_service/email_service.html +282 -86
- mindroot/docs/_build/html/_modules/mindroot/coreplugins/user_service/mod.html +280 -84
- mindroot/docs/_build/html/_modules/mindroot/coreplugins/user_service/models.html +282 -86
- mindroot/docs/_build/html/_modules/mindroot/coreplugins/user_service/password_reset_service.html +282 -86
- mindroot/docs/_build/html/_modules/mindroot/coreplugins/user_service/role_service.html +282 -86
- mindroot/docs/_build/html/_modules/mindroot/coreplugins/user_service/router.html +282 -86
- mindroot/docs/_build/html/_modules/mindroot/lib/auth/api_key.html +280 -84
- mindroot/docs/_build/html/_modules/mindroot/lib/auth/auth.html +282 -86
- mindroot/docs/_build/html/_modules/mindroot/lib/buchatlog.html +285 -89
- mindroot/docs/_build/html/_modules/mindroot/lib/buchatlog2.html +282 -86
- mindroot/docs/_build/html/_modules/mindroot/lib/butemplates.html +282 -86
- mindroot/docs/_build/html/_modules/mindroot/lib/chatcontext.html +285 -89
- mindroot/docs/_build/html/_modules/mindroot/lib/chatlog.html +440 -91
- mindroot/docs/_build/html/_modules/mindroot/lib/chatlog_optimized.html +282 -86
- mindroot/docs/_build/html/_modules/mindroot/lib/json_escape.html +280 -84
- mindroot/docs/_build/html/_modules/mindroot/lib/json_str_block/json_str_block.html +282 -86
- mindroot/docs/_build/html/_modules/mindroot/lib/parent_templates.html +282 -86
- mindroot/docs/_build/html/_modules/mindroot/lib/plugins/installation.html +280 -84
- mindroot/docs/_build/html/_modules/mindroot/lib/plugins/l8n_static_handler.html +280 -84
- mindroot/docs/_build/html/_modules/mindroot/lib/plugins/loader.html +282 -86
- mindroot/docs/_build/html/_modules/mindroot/lib/plugins/loader_with_l8n.html +282 -86
- mindroot/docs/_build/html/_modules/mindroot/lib/plugins/manifest.html +282 -86
- mindroot/docs/_build/html/_modules/mindroot/lib/plugins/mapping.html +280 -84
- mindroot/docs/_build/html/_modules/mindroot/lib/plugins/paths.html +282 -86
- mindroot/docs/_build/html/_modules/mindroot/lib/plugins_install.html +282 -86
- mindroot/docs/_build/html/_modules/mindroot/lib/providers/commands.html +282 -87
- mindroot/docs/_build/html/_modules/mindroot/lib/providers/hooks.html +280 -85
- mindroot/docs/_build/html/_modules/mindroot/lib/providers/missing.html +282 -87
- mindroot/docs/_build/html/_modules/mindroot/lib/providers/model_preferences_v2.html +294 -91
- mindroot/docs/_build/html/_modules/mindroot/lib/providers/services.html +282 -87
- mindroot/docs/_build/html/_modules/mindroot/lib/providers.html +285 -89
- mindroot/docs/_build/html/_modules/mindroot/lib/route_decorators.html +282 -86
- mindroot/docs/_build/html/_modules/mindroot/lib/session_files.html +282 -86
- mindroot/docs/_build/html/_modules/mindroot/lib/streamcmd.html +282 -86
- mindroot/docs/_build/html/_modules/mindroot/lib/templates.html +343 -98
- mindroot/docs/_build/html/_modules/mindroot/lib/token_counter.html +280 -84
- mindroot/docs/_build/html/_modules/mindroot/migrate.html +282 -86
- mindroot/docs/_build/html/_modules/mindroot/registry/component_manager.html +282 -86
- mindroot/docs/_build/html/_modules/mindroot/registry/data_access.html +285 -89
- mindroot/docs/_build/html/_modules/mindroot/server.html +292 -87
- mindroot/docs/_build/html/_modules/mindroot/server_missing_normal_args.html +282 -86
- mindroot/docs/_build/html/_modules/mindroot/server_prev.html +282 -86
- mindroot/docs/_build/html/_sources/developer_documentation.rst.txt +21 -1
- mindroot/docs/_build/html/_sources/embed_chat.rst.txt +54 -0
- mindroot/docs/_build/html/_sources/user_documentation.rst.txt +6 -1
- mindroot/docs/_build/html/chat_with_assistant.html +1 -0
- mindroot/docs/_build/html/developer_documentation.html +45 -4
- mindroot/docs/_build/html/embed_chat.html +381 -0
- mindroot/docs/_build/html/genindex.html +9 -2
- mindroot/docs/_build/html/getting_started.html +19 -15
- mindroot/docs/_build/html/index.html +3 -0
- mindroot/docs/_build/html/install_plugins_with_tools.html +1 -0
- mindroot/docs/_build/html/installation.html +1 -0
- mindroot/docs/_build/html/llm_api_key.html +1 -0
- mindroot/docs/_build/html/llm_plugin_installation.html +1 -0
- mindroot/docs/_build/html/objects.inv +0 -0
- mindroot/docs/_build/html/programming_task.html +4 -3
- mindroot/docs/_build/html/py-modindex.html +2 -1
- mindroot/docs/_build/html/search.html +1 -0
- mindroot/docs/_build/html/searchindex.js +1 -1
- mindroot/docs/_build/html/source/ahp.html +1 -0
- mindroot/docs/_build/html/source/mindroot.coreplugins.admin.html +1 -0
- mindroot/docs/_build/html/source/mindroot.coreplugins.api_keys.html +16 -2
- mindroot/docs/_build/html/source/mindroot.coreplugins.chat.html +1 -0
- mindroot/docs/_build/html/source/mindroot.coreplugins.chat_avatar.html +16 -2
- mindroot/docs/_build/html/source/mindroot.coreplugins.check_list.html +91 -47
- mindroot/docs/_build/html/source/mindroot.coreplugins.credits.html +16 -2
- mindroot/docs/_build/html/source/mindroot.coreplugins.email.html +1 -0
- mindroot/docs/_build/html/source/mindroot.coreplugins.env_manager.html +16 -2
- mindroot/docs/_build/html/source/mindroot.coreplugins.events.html +16 -2
- mindroot/docs/_build/html/source/mindroot.coreplugins.html +3 -0
- mindroot/docs/_build/html/source/mindroot.coreplugins.index.handlers.html +16 -2
- mindroot/docs/_build/html/source/mindroot.coreplugins.index.html +16 -2
- mindroot/docs/_build/html/source/mindroot.coreplugins.jwt_auth.html +1 -0
- mindroot/docs/_build/html/source/mindroot.coreplugins.l8n.html +1 -0
- mindroot/docs/_build/html/source/mindroot.coreplugins.mcp_.html +1 -0
- mindroot/docs/_build/html/source/mindroot.coreplugins.persona.html +16 -2
- mindroot/docs/_build/html/source/mindroot.coreplugins.startup.html +16 -2
- mindroot/docs/_build/html/source/mindroot.coreplugins.subscriptions.html +16 -2
- mindroot/docs/_build/html/source/mindroot.coreplugins.usage.html +16 -2
- mindroot/docs/_build/html/source/mindroot.coreplugins.user_service.html +16 -2
- mindroot/docs/_build/html/source/mindroot.html +2 -0
- mindroot/docs/_build/html/source/mindroot.lib.auth.html +16 -2
- mindroot/docs/_build/html/source/mindroot.lib.html +36 -4
- mindroot/docs/_build/html/source/mindroot.lib.json_str_block.html +16 -2
- mindroot/docs/_build/html/source/mindroot.lib.plugins.html +16 -2
- mindroot/docs/_build/html/source/mindroot.lib.providers.backup.html +1 -0
- mindroot/docs/_build/html/source/mindroot.lib.providers.html +1 -0
- mindroot/docs/_build/html/source/mindroot.registry.html +16 -2
- mindroot/docs/_build/html/source/modules.html +16 -2
- mindroot/docs/_build/html/source/mr_agent_expert_instr.html +1 -0
- mindroot/docs/_build/html/starting_mindroot.html +1 -0
- mindroot/docs/_build/html/user_documentation.html +9 -0
- mindroot/docs/apikey.png +0 -0
- mindroot/docs/chatwidget1.png +0 -0
- mindroot/docs/chatwidgetx.png +0 -0
- mindroot/docs/developer_documentation.rst +21 -1
- mindroot/docs/disablechatavatar.png +0 -0
- mindroot/docs/embed_chat.rst +54 -0
- mindroot/docs/user_documentation.rst +6 -1
- mindroot/docs/widgetform.png +0 -0
- mindroot/docs/widgetonpage.png +0 -0
- mindroot/lib/buchatlog3.py +592 -0
- mindroot/lib/chatcontext.py +1 -0
- mindroot/lib/chatlog.py +195 -5
- mindroot/lib/logging/logfiles.py +1 -0
- {mindroot-9.22.0.dist-info → mindroot-10.14.0.dist-info}/METADATA +1 -1
- {mindroot-9.22.0.dist-info → mindroot-10.14.0.dist-info}/RECORD +282 -300
- mindroot/docs/_build/html/.buildinfo.bak +0 -4
- mindroot/docs/_build/html/_static/_sphinx_javascript_frameworks_compat.js +0 -123
- mindroot/docs/_build/html/_static/css/badge_only.css +0 -1
- mindroot/docs/_build/html/_static/css/fonts/Roboto-Slab-Bold.woff +0 -0
- mindroot/docs/_build/html/_static/css/fonts/Roboto-Slab-Bold.woff2 +0 -0
- mindroot/docs/_build/html/_static/css/fonts/Roboto-Slab-Regular.woff +0 -0
- mindroot/docs/_build/html/_static/css/fonts/Roboto-Slab-Regular.woff2 +0 -0
- mindroot/docs/_build/html/_static/css/fonts/fontawesome-webfont.eot +0 -0
- mindroot/docs/_build/html/_static/css/fonts/fontawesome-webfont.svg +0 -2671
- mindroot/docs/_build/html/_static/css/fonts/fontawesome-webfont.ttf +0 -0
- mindroot/docs/_build/html/_static/css/fonts/fontawesome-webfont.woff +0 -0
- mindroot/docs/_build/html/_static/css/fonts/fontawesome-webfont.woff2 +0 -0
- mindroot/docs/_build/html/_static/css/fonts/lato-bold-italic.woff +0 -0
- mindroot/docs/_build/html/_static/css/fonts/lato-bold-italic.woff2 +0 -0
- mindroot/docs/_build/html/_static/css/fonts/lato-bold.woff +0 -0
- mindroot/docs/_build/html/_static/css/fonts/lato-bold.woff2 +0 -0
- mindroot/docs/_build/html/_static/css/fonts/lato-normal-italic.woff +0 -0
- mindroot/docs/_build/html/_static/css/fonts/lato-normal-italic.woff2 +0 -0
- mindroot/docs/_build/html/_static/css/fonts/lato-normal.woff +0 -0
- mindroot/docs/_build/html/_static/css/fonts/lato-normal.woff2 +0 -0
- mindroot/docs/_build/html/_static/css/theme.css +0 -4
- mindroot/docs/_build/html/_static/fonts/Lato/lato-bold.eot +0 -0
- mindroot/docs/_build/html/_static/fonts/Lato/lato-bold.ttf +0 -0
- mindroot/docs/_build/html/_static/fonts/Lato/lato-bold.woff +0 -0
- mindroot/docs/_build/html/_static/fonts/Lato/lato-bold.woff2 +0 -0
- mindroot/docs/_build/html/_static/fonts/Lato/lato-bolditalic.eot +0 -0
- mindroot/docs/_build/html/_static/fonts/Lato/lato-bolditalic.ttf +0 -0
- mindroot/docs/_build/html/_static/fonts/Lato/lato-bolditalic.woff +0 -0
- mindroot/docs/_build/html/_static/fonts/Lato/lato-bolditalic.woff2 +0 -0
- mindroot/docs/_build/html/_static/fonts/Lato/lato-italic.eot +0 -0
- mindroot/docs/_build/html/_static/fonts/Lato/lato-italic.ttf +0 -0
- mindroot/docs/_build/html/_static/fonts/Lato/lato-italic.woff +0 -0
- mindroot/docs/_build/html/_static/fonts/Lato/lato-italic.woff2 +0 -0
- mindroot/docs/_build/html/_static/fonts/Lato/lato-regular.eot +0 -0
- mindroot/docs/_build/html/_static/fonts/Lato/lato-regular.ttf +0 -0
- mindroot/docs/_build/html/_static/fonts/Lato/lato-regular.woff +0 -0
- mindroot/docs/_build/html/_static/fonts/Lato/lato-regular.woff2 +0 -0
- mindroot/docs/_build/html/_static/fonts/RobotoSlab/roboto-slab-v7-bold.eot +0 -0
- mindroot/docs/_build/html/_static/fonts/RobotoSlab/roboto-slab-v7-bold.ttf +0 -0
- mindroot/docs/_build/html/_static/fonts/RobotoSlab/roboto-slab-v7-bold.woff +0 -0
- mindroot/docs/_build/html/_static/fonts/RobotoSlab/roboto-slab-v7-bold.woff2 +0 -0
- mindroot/docs/_build/html/_static/fonts/RobotoSlab/roboto-slab-v7-regular.eot +0 -0
- mindroot/docs/_build/html/_static/fonts/RobotoSlab/roboto-slab-v7-regular.ttf +0 -0
- mindroot/docs/_build/html/_static/fonts/RobotoSlab/roboto-slab-v7-regular.woff +0 -0
- mindroot/docs/_build/html/_static/fonts/RobotoSlab/roboto-slab-v7-regular.woff2 +0 -0
- mindroot/docs/_build/html/_static/jquery.js +0 -2
- mindroot/docs/_build/html/_static/js/badge_only.js +0 -1
- mindroot/docs/_build/html/_static/js/theme.js +0 -1
- mindroot/docs/_build/html/_static/js/versions.js +0 -228
- {mindroot-9.22.0.dist-info → mindroot-10.14.0.dist-info}/WHEEL +0 -0
- {mindroot-9.22.0.dist-info → mindroot-10.14.0.dist-info}/entry_points.txt +0 -0
- {mindroot-9.22.0.dist-info → mindroot-10.14.0.dist-info}/licenses/LICENSE +0 -0
- {mindroot-9.22.0.dist-info → mindroot-10.14.0.dist-info}/top_level.txt +0 -0
|
@@ -36,7 +36,7 @@ mindroot/coreplugins/admin/static/css/reset.css,sha256=pN9wuf7laZeIt-QjbxqJXDfu7
|
|
|
36
36
|
mindroot/coreplugins/admin/static/css/update.css,sha256=J1lchkEY6WST1LLoyPhXjjCZ4-oqMu7ooWjJNduRmMs,3008
|
|
37
37
|
mindroot/coreplugins/admin/static/js/about-info.js,sha256=CRyI5xGX3huycwseT5c80zsqQkElcdZsKMofyzyCimI,9230
|
|
38
38
|
mindroot/coreplugins/admin/static/js/agent-editor.js,sha256=ZCJBNQ-l4kJj-ZufYuzEg45ZpqxwliNmxuqUa2GNiqY,2825
|
|
39
|
-
mindroot/coreplugins/admin/static/js/agent-form.js,sha256=
|
|
39
|
+
mindroot/coreplugins/admin/static/js/agent-form.js,sha256=cFyIAS6dVxvzqJgJra-a5aFtS6zau0roveDSgpUF63A,41403
|
|
40
40
|
mindroot/coreplugins/admin/static/js/agent-list.js,sha256=86mqFyHspx9EnzJpgUDyeAgEq-jcqQ4v96CrgfUXoGM,2239
|
|
41
41
|
mindroot/coreplugins/admin/static/js/api-key-script.js,sha256=By80j-cwgxRT96MUBiZbVJuRvr6OAhd-GPmAUdZDZ4E,11199
|
|
42
42
|
mindroot/coreplugins/admin/static/js/base.js,sha256=xGCA6ngMapQ_jqMgHXg__CS3R46qprycOjkKTFDCMlA,1307
|
|
@@ -52,7 +52,7 @@ mindroot/coreplugins/admin/static/js/missing-commands.js,sha256=adNF9GWN981_KX7H
|
|
|
52
52
|
mindroot/coreplugins/admin/static/js/model-preferences-v2.js,sha256=4SFZBia959kRrSZXzIdWB0dscg4WtVIGYuLFlLpqBBI,15669
|
|
53
53
|
mindroot/coreplugins/admin/static/js/model-preferences.js,sha256=J0G7gcGACaPyslWJO42urf5wbZZsqO0LyPicAu-uV_Y,3365
|
|
54
54
|
mindroot/coreplugins/admin/static/js/notification.js,sha256=296rVCr6MNtzvzdzW3bGiMa231-BnWJtwZZ_sDWX-3c,5633
|
|
55
|
-
mindroot/coreplugins/admin/static/js/persona-editor.js,sha256=
|
|
55
|
+
mindroot/coreplugins/admin/static/js/persona-editor.js,sha256=emJSPBXDk54ztWDYOcs-bHAf1qQSIpq11RjV9bt5adA,10382
|
|
56
56
|
mindroot/coreplugins/admin/static/js/plugin-advanced-install.js,sha256=-HDJ3lVuDwj6R-74TfVUo4dUxB8efl13m3R_sUicnJI,8038
|
|
57
57
|
mindroot/coreplugins/admin/static/js/plugin-base.js,sha256=KWp5DqueHtyTxYKbuHMoFpoFXrfMbIjzK4M1ulAR9m8,5095
|
|
58
58
|
mindroot/coreplugins/admin/static/js/plugin-index-browser.js,sha256=P-V4wqlYGxjr7oF2LiD5ti8Is3wtSsKPwpRgRJpT0VI,10028
|
|
@@ -439,7 +439,9 @@ mindroot/coreplugins/admin/static/js/lit-html/node/directives/when.js,sha256=NLe
|
|
|
439
439
|
mindroot/coreplugins/admin/static/js/lit-html/node/directives/when.js.map,sha256=tOonih_-EaqrunhNGshA9xN--WIVdGikjg8MkVp0itQ,1534
|
|
440
440
|
mindroot/coreplugins/admin/templates/admin.jinja2,sha256=H_oDqoWWk0Da0Jre67LIKvB3h30fmjcZz2T5knUyz0k,13272
|
|
441
441
|
mindroot/coreplugins/admin/templates/model-preferences-v2.jinja2,sha256=5J3rXYmtp_yMTFCk85SYN03gc4lbidF0Nip6YcqcIW4,891
|
|
442
|
-
mindroot/coreplugins/agent/agent.py,sha256=
|
|
442
|
+
mindroot/coreplugins/agent/agent.py,sha256=poQXA_HPVQHqgJ-dyS1Xa9Fxtn8tP51auiAP_X_HppM,22522
|
|
443
|
+
mindroot/coreplugins/agent/agent.py.bak,sha256=X-EmtrpEpdfo-iUw9gj7mLveRVzAApsDWPTwMAuv7Ww,20715
|
|
444
|
+
mindroot/coreplugins/agent/buagentz1.py,sha256=XVRKf-jEHgv6ru-iESg1uPJGgUz3pzeAG-0UjPA4bqw,22404
|
|
443
445
|
mindroot/coreplugins/agent/cmd_start_example.py,sha256=Mdcd9st6viI6-M7a0-zqkw3IxR9FAxIiZ_8G-tLdIJk,1416
|
|
444
446
|
mindroot/coreplugins/agent/command_parser.py,sha256=dgMqtVLPQWE2BU7iyjqwKGy5Gh74jcZkiy1JDs07t4E,13166
|
|
445
447
|
mindroot/coreplugins/agent/ensure_msg_type.py,sha256=P2XSBs3gtjlDQLOF7808nm-Dl5jswyO6qgv0lNRyHXM,240
|
|
@@ -448,6 +450,8 @@ mindroot/coreplugins/agent/escaping.md,sha256=b6VdJjQ3oYhLStV-72wzHm7DhQDnnJp5gK
|
|
|
448
450
|
mindroot/coreplugins/agent/init_models.py,sha256=-o5P3NNlWmgbGltngfq5VYZ9Dm81N9kkMqTkG4p5PDA,939
|
|
449
451
|
mindroot/coreplugins/agent/models.default.json,sha256=hX9-dlBWzJ-2QpMeG696hk7c483-CivujIcRRq4DcNs,1146
|
|
450
452
|
mindroot/coreplugins/agent/providers.default.json,sha256=FPmY5qVOrBy_Z4RgDJWQwLwxd-zWWI83nnAE6z5fEeg,1524
|
|
453
|
+
mindroot/coreplugins/agent/speech_to_speech.py,sha256=M3wvrv1Psgu_NOFmoe_7sZZ6uET6zMzweZaQmrE1WxQ,2797
|
|
454
|
+
mindroot/coreplugins/agent/speech_to_speech.py.backup,sha256=ZvyihqBj4juleDJx8BJb0Z4TpxIxGDMYyrM0Bw0cSXg,1687
|
|
451
455
|
mindroot/coreplugins/agent/system.j2.backup,sha256=itPx-urDBtKBqwps5T6yly4M9gX45AdrM-sznwefG_U,8927
|
|
452
456
|
mindroot/coreplugins/agent/Assistant/agent.json,sha256=P4CaQpQaUTwx0PoyV9bCJHvfvANsFyBZlNcMtVlxM3M,1281
|
|
453
457
|
mindroot/coreplugins/agent/SysAdmin/agent.json,sha256=Y_BRfIutEgiaB65Qrwl4trKXhXtEkk7SlRpviVhQV74,2735
|
|
@@ -460,16 +464,18 @@ mindroot/coreplugins/api_keys/router.py,sha256=pz6VjUDPryKxYgnPt8-5AP1P-wjIIQq2c
|
|
|
460
464
|
mindroot/coreplugins/api_keys/inject/admin.jinja2,sha256=t50he2aeK_GJ6838LekBcGjkYRbo5p6OHeTWtlggbyU,372
|
|
461
465
|
mindroot/coreplugins/api_keys/static/js/api-key-manager.js,sha256=imqlhd85Z-1e7uxDlprphGV_N467WKo8_BYVQsJJ1V0,5327
|
|
462
466
|
mindroot/coreplugins/chat/__init__.py,sha256=qVdTF1fHZJHwY_ChnPvNFx2Nlg07FHvK0V_JmzfWzdw,230
|
|
463
|
-
mindroot/coreplugins/chat/
|
|
467
|
+
mindroot/coreplugins/chat/buservices.py,sha256=MHwkwlWNh8xJ_nnskSBj4N5B1xtFhOMfN-dUyxVC_M8,24635
|
|
468
|
+
mindroot/coreplugins/chat/buwidget_routes.py,sha256=MtwaPX2vEGDylifWOqcx7EAhDw0y1Y3Y91z58EJaLsc,9982
|
|
469
|
+
mindroot/coreplugins/chat/commands.py,sha256=YVmOMyihMoPMxeaQI2f9QAz91Z7lHfjZ01rTfogmyeM,17308
|
|
464
470
|
mindroot/coreplugins/chat/format_result_msgs.py,sha256=daEdpEyAJIa8b2VkCqSKcw8PaExcB6Qro80XNes_sHA,2
|
|
465
471
|
mindroot/coreplugins/chat/mod.py,sha256=Xydjv3feKJJRbwdiB7raqiQnWtaS_2GcdC9bXYQX3nE,425
|
|
466
472
|
mindroot/coreplugins/chat/models.py,sha256=GRcRuDUAJFpyWERPMxkxUaZ21igNlWeeamriruEKiEQ,692
|
|
467
473
|
mindroot/coreplugins/chat/router.py,sha256=vq9UwYoFoGQMVmDC0TkjH7TWivFwkIe6OU0Scu-dtHg,15998
|
|
468
474
|
mindroot/coreplugins/chat/router_dedup_patch.py,sha256=lDSpVMSd26pXJwrrdirUmR1Jv_N5VHiDzTS8t3XswDU,918
|
|
469
|
-
mindroot/coreplugins/chat/services.py,sha256=
|
|
475
|
+
mindroot/coreplugins/chat/services.py,sha256=nDWirlBgjZ-4AFvv2DqmEXQXaohTIDDm2HPKCjx5G0A,26012
|
|
470
476
|
mindroot/coreplugins/chat/utils.py,sha256=BiE14PpsAcQSO5vbU88klHGm8cAXJDXxgVgva-EXybU,155
|
|
471
477
|
mindroot/coreplugins/chat/widget_manager.py,sha256=LrMbZlHqpxbLwdN4XZ4GkLxORwxa1o6IVCrlUDBmGQs,4786
|
|
472
|
-
mindroot/coreplugins/chat/widget_routes.py,sha256=
|
|
478
|
+
mindroot/coreplugins/chat/widget_routes.py,sha256=iV3OwLFnvLDsMHdckJnmVXcUgyyng-zIPNXyK2LAUjc,11802
|
|
473
479
|
mindroot/coreplugins/chat/static/assistant.png,sha256=oAt1ctkFKLSPBoAZGNnSixooW9ANVIk1GwniauVWDXo,215190
|
|
474
480
|
mindroot/coreplugins/chat/static/mindgen.png,sha256=fN3E3oOFvAGYjJq-Pvg2f75jIMv7kg5WRU0EeEbxCWg,235353
|
|
475
481
|
mindroot/coreplugins/chat/static/mindroot_logo.png,sha256=ZfPlCqCjU0_TXte5gvEx81zRKge--l_z2y0AArKl0as,17823
|
|
@@ -479,19 +485,20 @@ mindroot/coreplugins/chat/static/site.webmanifest,sha256=5i_XHR8LaddNq95C2gqaFKR
|
|
|
479
485
|
mindroot/coreplugins/chat/static/user.png,sha256=J1krBpv71HvrF6-b0gpm57zye_vNW4QyPuSaDCiXGhg,206392
|
|
480
486
|
mindroot/coreplugins/chat/static/css/action-fix.css,sha256=XifijgB5CWVGun3iQcIiVrM00MS2mTtKOzjBh_tzwjA,714
|
|
481
487
|
mindroot/coreplugins/chat/static/css/admin-custom.css,sha256=_a3dsl9dv9d14NMev-BVtXYvXfQvpXfwzfnchAcmcnE,2844
|
|
482
|
-
mindroot/coreplugins/chat/static/css/dark.css,sha256=
|
|
483
|
-
mindroot/coreplugins/chat/static/css/default.css,sha256=
|
|
488
|
+
mindroot/coreplugins/chat/static/css/dark.css,sha256=l1TLDsEf-S_9fpHcEt6AvKB7Uj4bz66SvbP9Vp0e7dc,19464
|
|
489
|
+
mindroot/coreplugins/chat/static/css/default.css,sha256=l1TLDsEf-S_9fpHcEt6AvKB7Uj4bz66SvbP9Vp0e7dc,19464
|
|
490
|
+
mindroot/coreplugins/chat/static/css/light.css,sha256=dOsd8tp5ma6gFrKn95hSee1pkCJnsyyFCSUZVorsoCM,12755
|
|
484
491
|
mindroot/coreplugins/chat/static/css/main.css,sha256=4Hv1AjdedAiazfGS3NSV01L6KavopG-BHqX98WVGAi4,137
|
|
485
|
-
mindroot/coreplugins/chat/static/css/mobile.css,sha256=
|
|
492
|
+
mindroot/coreplugins/chat/static/css/mobile.css,sha256=lmZBo4u2LNXVKGWAuMIm61JDnsvaCyy9qt3V6ouw2fI,3613
|
|
486
493
|
mindroot/coreplugins/chat/static/css/reset.css,sha256=pN9wuf7laZeIt-QjbxqJXDfu7yOTVy7fshf-VMeXPu0,696
|
|
487
494
|
mindroot/coreplugins/chat/static/js/action.js,sha256=DvcyeIh5J1LMVlg_WDWgNwhIVaKeQj17AeL1N0eima8,8189
|
|
488
495
|
mindroot/coreplugins/chat/static/js/auth.js,sha256=HbzBIz2yGdWQggVGzEsIzNG272T7xuxcEloDFBLtXLM,979
|
|
489
496
|
mindroot/coreplugins/chat/static/js/authfetch.js,sha256=a05Vj4pt6Qnu4WdF7jsismVijubUXZuR6ndWeYBOtZY,526
|
|
490
497
|
mindroot/coreplugins/chat/static/js/base.js,sha256=AtaHATjxpQNQ7Lv8RUlV0n3icrpmC2dmnkAdSI_v714,1285
|
|
491
498
|
mindroot/coreplugins/chat/static/js/chat-history.js,sha256=FuJyEu0jcNomJeCbRT45Z_kcS5LVZdRbnC6kcH-Eyd8,6501
|
|
492
|
-
mindroot/coreplugins/chat/static/js/chat.js,sha256=
|
|
499
|
+
mindroot/coreplugins/chat/static/js/chat.js,sha256=VlIQ8EVosYdBO3p7INHTqG93ROzLxWs5aNjhKBxJhTY,16755
|
|
493
500
|
mindroot/coreplugins/chat/static/js/chat.js.diff,sha256=QdlbO_WiNXUWmvbwM5x_bC5WMFdzsXrXaNtmubPtnhE,8339
|
|
494
|
-
mindroot/coreplugins/chat/static/js/chatform.js,sha256=
|
|
501
|
+
mindroot/coreplugins/chat/static/js/chatform.js,sha256=0tMTfeBTVLxiuTVS8tLD67UYVMrL1H_sa-0hAkm3EqA,17832
|
|
495
502
|
mindroot/coreplugins/chat/static/js/chatmessage.js,sha256=qoRb6XWKzzbMOIowIt3admWO8FaT2VqWGhN_anQlGSQ,1272
|
|
496
503
|
mindroot/coreplugins/chat/static/js/cmdprefixes.js,sha256=Gip5WQXYb_VFK51OYlNtxT1fKUATKLsuVUpaGBKBwig,1022
|
|
497
504
|
mindroot/coreplugins/chat/static/js/code-copy-button.js,sha256=-owTkgvP9Ibdd12yyFJcvAeN2jfqf0ETUtXgNuHnWrg,5890
|
|
@@ -508,7 +515,7 @@ mindroot/coreplugins/chat/static/js/new_chatform.js,sha256=hxAYVCPodAhf2UyOuZweW
|
|
|
508
515
|
mindroot/coreplugins/chat/static/js/notification.js,sha256=296rVCr6MNtzvzdzW3bGiMa231-BnWJtwZZ_sDWX-3c,5633
|
|
509
516
|
mindroot/coreplugins/chat/static/js/property-escape.js,sha256=3-cYqEejyffHWzH-zRpha44fWW_HxZAKksKyXP7GfQY,433
|
|
510
517
|
mindroot/coreplugins/chat/static/js/sse.js,sha256=Nz8YDbILKlE--J3qGfEdPPNBIf3utK7fEuHuFGGQfWE,11375
|
|
511
|
-
mindroot/coreplugins/chat/static/js/throttle.js,sha256=
|
|
518
|
+
mindroot/coreplugins/chat/static/js/throttle.js,sha256=5lUpze3Wk-0VMbAwkgsliTcrVuDE8gDjFSSgJ0bG4V8,614
|
|
512
519
|
mindroot/coreplugins/chat/static/js/unsafe-html.js,sha256=KnCcFhzOhU_9sm6OsNd4tfQumG3syytZMr7TbwWgZ8k,838
|
|
513
520
|
mindroot/coreplugins/chat/static/js/unsafe-html.js.1,sha256=zFv0vnkg-YZiCKH9uSxaQj_Q7PWq57UgWCVkB2q2oO0,1962
|
|
514
521
|
mindroot/coreplugins/chat/static/js/backup/base.js,sha256=68MKyiJ1Wqld-dGrYUFE3EHrEZVNeC_VEyd8yC-iP34,1026
|
|
@@ -885,12 +892,18 @@ mindroot/coreplugins/chat/static/js/lit-html/node/directives/until.js,sha256=j1W
|
|
|
885
892
|
mindroot/coreplugins/chat/static/js/lit-html/node/directives/until.js.map,sha256=7xiwSZ7_fGtr5XwW-10Dzs8n9QE2VUfXaZ0Sd6d82L0,6567
|
|
886
893
|
mindroot/coreplugins/chat/static/js/lit-html/node/directives/when.js,sha256=NLe0NJ-6jqjVDUrT_DzmSpREsRaLo1yarzdYcV_5xHY,181
|
|
887
894
|
mindroot/coreplugins/chat/static/js/lit-html/node/directives/when.js.map,sha256=tOonih_-EaqrunhNGshA9xN--WIVdGikjg8MkVp0itQ,1534
|
|
888
|
-
mindroot/coreplugins/chat/templates/chat.jinja2,sha256=
|
|
895
|
+
mindroot/coreplugins/chat/templates/chat.jinja2,sha256=Lw_Xl6un1Ysa6H4dlXYdcOBuiIKNCJyXra7Xa0xhbOk,3592
|
|
889
896
|
mindroot/coreplugins/chat_avatar/__init__.py,sha256=MsSFjiLMLJZ7QhUPpVBWKiyDnCzryquRyr329NoCACI,2
|
|
890
897
|
mindroot/coreplugins/chat_avatar/inject/chat.jinja2,sha256=TDSSt_SdOOW4EJMQK7fA_L2W5GNbDICRmXyqSsw0wuE,1093
|
|
891
898
|
mindroot/coreplugins/check_list/__init__.py,sha256=SaaGvnpz37xRM7DjGWBz5CD27Jh2UVdPLGoVUAFrUSY,77
|
|
892
899
|
mindroot/coreplugins/check_list/checklist.md,sha256=C8zeBhcA6R_ts2m-PzhIQOs0pg-C8xcFUmXjfHZO3d0,3908
|
|
893
|
-
mindroot/coreplugins/check_list/
|
|
900
|
+
mindroot/coreplugins/check_list/helpers.py,sha256=C1wZEXF4dAfQGzXbRcOddEpXOt-jY1WfFN2bLUy9Y9U,7395
|
|
901
|
+
mindroot/coreplugins/check_list/mod.py,sha256=4LKb1r-hI_BuftMlnp0FnNbt9b9EggAtQ4h7e23lgIs,25778
|
|
902
|
+
mindroot/coreplugins/check_list/mod.py.backup,sha256=ApezrvpRpJRvXlApVM1KaEfENwrjjO6Yo8C6vz4_TDE,12715
|
|
903
|
+
mindroot/coreplugins/check_list/mod.py.backup2,sha256=oFHtGmUGxB-5P-WD7O2qoldGpjPIqN0rmYIc6DFwreM,17429
|
|
904
|
+
mindroot/coreplugins/check_list/mod.py.backup3,sha256=oFHtGmUGxB-5P-WD7O2qoldGpjPIqN0rmYIc6DFwreM,17429
|
|
905
|
+
mindroot/coreplugins/check_list/mod_create_checklist_lol.py,sha256=2BsSs5gpIZCcLVLrCCyFf1QEC7H-TvU4YKp_L56aaTA,29318
|
|
906
|
+
mindroot/coreplugins/check_list/plugin_info.json,sha256=hrHLb_3e7sa0jCcH2WHpIXdHtvVCi0lX5NlixLYMou0,414
|
|
894
907
|
mindroot/coreplugins/check_list/inject/admin.jinja2,sha256=wt7LCyfY2jEiN7qGecAvIb_Sn8yvXGFI4hK20ZuwjSA,407
|
|
895
908
|
mindroot/coreplugins/check_list/override/system.jinja2,sha256=nvak8X3APCKqNtFstSFqfxiU1-oTcq6XNZER19xiW1Q,208
|
|
896
909
|
mindroot/coreplugins/check_list/static/js/checklist-help.js,sha256=xwjtXMae4gyHeetqTWZ36sSRQHuGPoqEdVtfk7I2m24,8214
|
|
@@ -1702,7 +1715,7 @@ mindroot/coreplugins/index/static/js/lit-html/node/directives/until.js.map,sha25
|
|
|
1702
1715
|
mindroot/coreplugins/index/static/js/lit-html/node/directives/when.js,sha256=NLe0NJ-6jqjVDUrT_DzmSpREsRaLo1yarzdYcV_5xHY,181
|
|
1703
1716
|
mindroot/coreplugins/index/static/js/lit-html/node/directives/when.js.map,sha256=tOonih_-EaqrunhNGshA9xN--WIVdGikjg8MkVp0itQ,1534
|
|
1704
1717
|
mindroot/coreplugins/jwt_auth/__init__.py,sha256=qFCBnx0oAKTtMSXiPEa7VXOIlWDTU-5CY0XvodgSUlM,79
|
|
1705
|
-
mindroot/coreplugins/jwt_auth/middleware.py,sha256=
|
|
1718
|
+
mindroot/coreplugins/jwt_auth/middleware.py,sha256=ckjwz_22J3DiK__Y2ayVniQK_rFRDgGGo3pW6-zrMFA,10923
|
|
1706
1719
|
mindroot/coreplugins/jwt_auth/mod.py,sha256=XqvAwBQVga-foEkziDJnQtISq1NwYcXXuvVRKeewfAQ,2070
|
|
1707
1720
|
mindroot/coreplugins/jwt_auth/role_checks.py,sha256=bruZIIBSOvXNWB1YZ2s5btrbbXNf18w6MdORpJByV60,1555
|
|
1708
1721
|
mindroot/coreplugins/jwt_auth/router.py,sha256=ecXYao_UG33UjQF15Hi-tf_X0eFsqLEldyqGpt7JNSw,1162
|
|
@@ -1802,10 +1815,17 @@ mindroot/coreplugins/user_service/router.py,sha256=j7Y2vn87b86FOA5KkMIiduYjfyHuy
|
|
|
1802
1815
|
mindroot/coreplugins/user_service/backup/admin_service.py,sha256=scc59rxlZz4uuVvgjf-9HL2gKi7-uiCdSt6LjWJILR8,4259
|
|
1803
1816
|
mindroot/coreplugins/user_service/backup/admin_setup.py,sha256=JGszAw8nVtnNiisSUGu9jtoStKGyN44KpbRlKAhDJho,3001
|
|
1804
1817
|
mindroot/coreplugins/user_service/templates/reset_password.jinja2,sha256=81UNN9bWFS2GNIO4_jji6iz5Dfk95Ln2vc9_Brac4ac,2119
|
|
1818
|
+
mindroot/docs/.env,sha256=9PmC_3JMfGWQMQDMTYOmH6meJH5V-Vu994MB4uzeQuw,59
|
|
1819
|
+
mindroot/docs/.gitignore,sha256=aapzz1vDN3p9l_Lo0rt3MZWBXv4iWvfxvm9bkwa74U8,5
|
|
1805
1820
|
mindroot/docs/Makefile,sha256=i2WHuFlgfyAPEW4ssEP8NY4cOibDJrVjvzSEU8_Ggwc,634
|
|
1821
|
+
mindroot/docs/apikey.png,sha256=_x6K35J2xjvhWVuYGQ6MjOCJD5zEiibb59_9QZEIFNk,78521
|
|
1806
1822
|
mindroot/docs/chat_with_assistant.rst,sha256=1TteDcoZsBqPgp-PbbD_3ASaJe-0G7Wfb_aaLc8HEC4,389
|
|
1823
|
+
mindroot/docs/chatwidget1.png,sha256=DWi8jGcVGKu8fFuJV4p8XH7N0N6jgmHjSsG2eQyx1BM,82213
|
|
1824
|
+
mindroot/docs/chatwidgetx.png,sha256=-URdMCbsh4F0gdoQumi_aVdPG16Li-kb0CJ0U5BKIjc,88774
|
|
1807
1825
|
mindroot/docs/conf.py,sha256=9faTQz2wYclVSTRlnCSIdqibFdColMDFyuz6RsbVZrg,1681
|
|
1808
|
-
mindroot/docs/developer_documentation.rst,sha256=
|
|
1826
|
+
mindroot/docs/developer_documentation.rst,sha256=HR96_Z-5s5F2-pTtyF_ru4SWaN7EaGBkWA0ZeowuQcs,1225
|
|
1827
|
+
mindroot/docs/disablechatavatar.png,sha256=cd5LQPe8Jn8WilbHEOiU9isCm8Wl0lWLjULM8aG-M58,68799
|
|
1828
|
+
mindroot/docs/embed_chat.rst,sha256=FDp_iXHpmQeCVaIuILGlneAShy5UYADEk_DnvAqcrGg,1081
|
|
1809
1829
|
mindroot/docs/envvar.png,sha256=wn4-KEK3odPHyPdQCMK9Co3WZrXExNMyUFeAe-T0_h0,58855
|
|
1810
1830
|
mindroot/docs/files.png,sha256=e8gM4Dw2yzAWbd5JAOA3Z_Wkeke0cMgL_ysvyH9rDQk,69667
|
|
1811
1831
|
mindroot/docs/getting_started.rst,sha256=jAd5O7cm_x9o9es3dVbd7FE-HwzJYsjyjqlGAlyCu30,3121
|
|
@@ -1822,68 +1842,74 @@ mindroot/docs/openrouter.png,sha256=AMdqvwBpi6c44-slXnuda79_rYUjT1M2OBy2GBsD0nI,
|
|
|
1822
1842
|
mindroot/docs/programming_task.rst,sha256=VJ6euwtBUbjO5SmPz2jA-6P5FmX1TmDRr0jFl5VykBY,359
|
|
1823
1843
|
mindroot/docs/restart.png,sha256=PDzC8F1HdNs4A4hDOWtq-qzmAkXDTm-YN88bfUagzKc,19897
|
|
1824
1844
|
mindroot/docs/starting_mindroot.rst,sha256=3uj-IfHsEQbgs26HD_ifjiTR8dK9IGzS4JxfB4BMht4,287
|
|
1825
|
-
mindroot/docs/user_documentation.rst,sha256=
|
|
1826
|
-
mindroot/docs/
|
|
1827
|
-
mindroot/docs/
|
|
1828
|
-
mindroot/docs/_build/doctrees/
|
|
1829
|
-
mindroot/docs/_build/doctrees/
|
|
1830
|
-
mindroot/docs/_build/doctrees/
|
|
1831
|
-
mindroot/docs/_build/doctrees/
|
|
1832
|
-
mindroot/docs/_build/doctrees/
|
|
1833
|
-
mindroot/docs/_build/doctrees/
|
|
1834
|
-
mindroot/docs/_build/doctrees/
|
|
1835
|
-
mindroot/docs/_build/doctrees/
|
|
1836
|
-
mindroot/docs/_build/doctrees/
|
|
1837
|
-
mindroot/docs/_build/doctrees/
|
|
1838
|
-
mindroot/docs/_build/doctrees/
|
|
1839
|
-
mindroot/docs/_build/doctrees/
|
|
1840
|
-
mindroot/docs/_build/doctrees/
|
|
1841
|
-
mindroot/docs/_build/doctrees/source/
|
|
1842
|
-
mindroot/docs/_build/doctrees/source/mindroot.coreplugins.
|
|
1843
|
-
mindroot/docs/_build/doctrees/source/mindroot.coreplugins.
|
|
1844
|
-
mindroot/docs/_build/doctrees/source/mindroot.coreplugins.
|
|
1845
|
-
mindroot/docs/_build/doctrees/source/mindroot.coreplugins.doctree,sha256=
|
|
1846
|
-
mindroot/docs/_build/doctrees/source/mindroot.coreplugins.
|
|
1847
|
-
mindroot/docs/_build/doctrees/source/mindroot.coreplugins.
|
|
1848
|
-
mindroot/docs/_build/doctrees/source/mindroot.coreplugins.
|
|
1849
|
-
mindroot/docs/_build/doctrees/source/mindroot.coreplugins.
|
|
1850
|
-
mindroot/docs/_build/doctrees/source/mindroot.coreplugins.
|
|
1851
|
-
mindroot/docs/_build/doctrees/source/mindroot.coreplugins.
|
|
1852
|
-
mindroot/docs/_build/doctrees/source/mindroot.coreplugins.
|
|
1853
|
-
mindroot/docs/_build/doctrees/source/mindroot.coreplugins.
|
|
1854
|
-
mindroot/docs/_build/doctrees/source/mindroot.coreplugins.
|
|
1855
|
-
mindroot/docs/_build/doctrees/source/mindroot.coreplugins.
|
|
1856
|
-
mindroot/docs/_build/doctrees/source/mindroot.coreplugins.
|
|
1857
|
-
mindroot/docs/_build/doctrees/source/mindroot.coreplugins.
|
|
1858
|
-
mindroot/docs/_build/doctrees/source/mindroot.coreplugins.
|
|
1859
|
-
mindroot/docs/_build/doctrees/source/mindroot.doctree,sha256=
|
|
1860
|
-
mindroot/docs/_build/doctrees/source/mindroot.
|
|
1861
|
-
mindroot/docs/_build/doctrees/source/mindroot.
|
|
1862
|
-
mindroot/docs/_build/doctrees/source/mindroot.
|
|
1863
|
-
mindroot/docs/_build/doctrees/source/mindroot.lib.
|
|
1864
|
-
mindroot/docs/_build/doctrees/source/mindroot.lib.
|
|
1865
|
-
mindroot/docs/_build/doctrees/source/mindroot.lib.
|
|
1866
|
-
mindroot/docs/_build/doctrees/source/mindroot.
|
|
1867
|
-
mindroot/docs/_build/doctrees/source/
|
|
1868
|
-
mindroot/docs/_build/doctrees/source/
|
|
1845
|
+
mindroot/docs/user_documentation.rst,sha256=e3wUwRTqeATW4XyDvNRT6ZtsS2HCIqEpFYy4yH-zyd4,348
|
|
1846
|
+
mindroot/docs/widgetform.png,sha256=ByA_g-ZQl4S-i_ACLGocO35mNCJW7u4ZK50ou92e654,54664
|
|
1847
|
+
mindroot/docs/widgetonpage.png,sha256=_O4hhePbVz8fNG6JubBujTLF0sfUjmDBfypdf0GdCz0,151539
|
|
1848
|
+
mindroot/docs/_build/doctrees/chat_with_assistant.doctree,sha256=OcZt4mECR0wFluCZqmaMNws8rAMVbGO0Zj2bUQ4ivcw,4264
|
|
1849
|
+
mindroot/docs/_build/doctrees/developer_documentation.doctree,sha256=SX_GOmkdJ8Q-mSnqm6W9hiBmU42KQ4FIhIgkeV_-_50,13148
|
|
1850
|
+
mindroot/docs/_build/doctrees/embed_chat.doctree,sha256=IGug8tWbDxnCabr_dFAvJOwHs4djNch7ASCz_CyedKQ,8659
|
|
1851
|
+
mindroot/docs/_build/doctrees/environment.pickle,sha256=jcYpSlEJP0Ws9aFLIpBsRvKKM2QqnjdnGt8CpKgrMxE,2152285
|
|
1852
|
+
mindroot/docs/_build/doctrees/getting_started.doctree,sha256=gmV5T84IN3dnA_GYpF2K0Xr2u_PB2Pf188P09YOYpvQ,21756
|
|
1853
|
+
mindroot/docs/_build/doctrees/index.doctree,sha256=y1dyvKi-GRTderF1ZXZv1Gx-Fg2dCi5weExKDKkrQ3U,8054
|
|
1854
|
+
mindroot/docs/_build/doctrees/install_plugins_with_tools.doctree,sha256=WWE5nIfJUrd1ufmKY4xBdfNqW_JH_Ajrj95iPHSAOMM,5423
|
|
1855
|
+
mindroot/docs/_build/doctrees/installation.doctree,sha256=yOVZaq_9vrdOEbnoPNU9Qq7bnCZ3057sMPV65bOZFyo,5120
|
|
1856
|
+
mindroot/docs/_build/doctrees/llm_api_key.doctree,sha256=q6pmLCh4gaOLcsig3qdSfd4LGAoEOtaiwIHTqMBCGTo,5827
|
|
1857
|
+
mindroot/docs/_build/doctrees/llm_plugin_installation.doctree,sha256=U_1Mx5WaFb0xwC1K5QKrZ_liFfjalKOlSDM-Sr3hZ_U,6056
|
|
1858
|
+
mindroot/docs/_build/doctrees/programming_task.doctree,sha256=7vFQ-N5oBdaFpXpeEB6AE5swCaZeAWlB-QDW0BRHwss,3917
|
|
1859
|
+
mindroot/docs/_build/doctrees/starting_mindroot.doctree,sha256=Y55podOCUlTABOUDCHd0U3YQDQsHW96nQxARiEIN4mE,3954
|
|
1860
|
+
mindroot/docs/_build/doctrees/user_documentation.doctree,sha256=X2Wd_qmrRkm3Aygy9hQB95WOsT9dRzsRtTUwREk-tQ0,3394
|
|
1861
|
+
mindroot/docs/_build/doctrees/source/ahp.doctree,sha256=xJL5x_aC4PgDSkb99Un70U43nJh_OCvVkf3Y5jTRlaE,2420
|
|
1862
|
+
mindroot/docs/_build/doctrees/source/mindroot.coreplugins.admin.doctree,sha256=y7zLC8N3ufnri90sILR9lgTnJBdc3OgYCBAX0q1ywx8,755354
|
|
1863
|
+
mindroot/docs/_build/doctrees/source/mindroot.coreplugins.api_keys.doctree,sha256=Ez1F01T0hsWRzLNrJ1DXKwOGoWo10o9z8KJMvWi4NAg,73162
|
|
1864
|
+
mindroot/docs/_build/doctrees/source/mindroot.coreplugins.chat.doctree,sha256=ijIdtED6p8b6y2DKSqz5bM2EIk8Zrk6f7lZZkf15uYE,315902
|
|
1865
|
+
mindroot/docs/_build/doctrees/source/mindroot.coreplugins.chat_avatar.doctree,sha256=vIDza2jjX2ecrzHpc0UhGiHap1ky07GeLel3mhe8yPU,3216
|
|
1866
|
+
mindroot/docs/_build/doctrees/source/mindroot.coreplugins.check_list.doctree,sha256=fG0bbMjSpJICvzZR2vUf0CZVrUO1fEQ43rJ1PZ1f1ds,50748
|
|
1867
|
+
mindroot/docs/_build/doctrees/source/mindroot.coreplugins.credits.doctree,sha256=9ym-f1b7ZotFyqM_tQi2g2Tfeir8u6LOl3unB20MUPQ,255939
|
|
1868
|
+
mindroot/docs/_build/doctrees/source/mindroot.coreplugins.doctree,sha256=gejUspCfhPkh4HLqd-h_2CTfZss4klB_ajcdsdF4EoQ,4445
|
|
1869
|
+
mindroot/docs/_build/doctrees/source/mindroot.coreplugins.email.doctree,sha256=N9Zw2g2BjExwzBx5ZNtzbmKqzCAqgeUtuKd94GTK5zQ,113531
|
|
1870
|
+
mindroot/docs/_build/doctrees/source/mindroot.coreplugins.env_manager.doctree,sha256=xUG-iTlJ-znyLJurNC5uUnugGkDAAZX7Ceim6934vT8,37111
|
|
1871
|
+
mindroot/docs/_build/doctrees/source/mindroot.coreplugins.events.doctree,sha256=Mb3HTvjPMUTwi8A8MmEkXVjxv2Zju_qCoU6D1yIP5_o,14329
|
|
1872
|
+
mindroot/docs/_build/doctrees/source/mindroot.coreplugins.index.doctree,sha256=PkPTPYV1y4K1sewIzq3lZQjq0xIorvg1rN13nYhwETI,148072
|
|
1873
|
+
mindroot/docs/_build/doctrees/source/mindroot.coreplugins.index.handlers.doctree,sha256=AZUvgn1HDZAzXBgRNTzANxEOZxBx--358N7HNOOVM94,83396
|
|
1874
|
+
mindroot/docs/_build/doctrees/source/mindroot.coreplugins.jwt_auth.doctree,sha256=HXAD3EazhqXExfHUnd32jUFlfamfaOpjZlgExjGBjCw,36120
|
|
1875
|
+
mindroot/docs/_build/doctrees/source/mindroot.coreplugins.l8n.doctree,sha256=YXMtmYAjaQe_NkCkXAu0SZ90_bG0GBQNPupoknzddy4,176952
|
|
1876
|
+
mindroot/docs/_build/doctrees/source/mindroot.coreplugins.mcp_.doctree,sha256=V2uBL17WCz7CLqpr1jC2Nzs4gc3FasZIJIxT-zJall8,389117
|
|
1877
|
+
mindroot/docs/_build/doctrees/source/mindroot.coreplugins.persona.doctree,sha256=IGz6imSah5LA2-8Aibb1HlZJmWWLH55g6c0o196bHdo,21441
|
|
1878
|
+
mindroot/docs/_build/doctrees/source/mindroot.coreplugins.startup.doctree,sha256=I7JdmXFWrsF_GOmfgn-8a7IaQFRdmnCtSop2vCS9TkQ,6358
|
|
1879
|
+
mindroot/docs/_build/doctrees/source/mindroot.coreplugins.subscriptions.doctree,sha256=AZrLTN9SZcUQYS9cL5B_7GfY6HvVmwgXNQ7i9CXtETk,496326
|
|
1880
|
+
mindroot/docs/_build/doctrees/source/mindroot.coreplugins.usage.doctree,sha256=EuzB5jh0Kmcf__5jKL3vlhJmN9QFIYbahLGJfp98DSo,180732
|
|
1881
|
+
mindroot/docs/_build/doctrees/source/mindroot.coreplugins.user_service.doctree,sha256=L2bDFiTLoj8pcW0OjLhxRRjfx5IR8IF4nUYWiJ1ZHbs,161569
|
|
1882
|
+
mindroot/docs/_build/doctrees/source/mindroot.doctree,sha256=inXwtQ0CQ0ja7mG6Gis3xZN5GifGTgz_80awPVnK264,99550
|
|
1883
|
+
mindroot/docs/_build/doctrees/source/mindroot.lib.auth.doctree,sha256=8WCaOpYg63elXZ9zyAcaanQzM8UGIeLyWQG7whmSblA,28807
|
|
1884
|
+
mindroot/docs/_build/doctrees/source/mindroot.lib.doctree,sha256=uX_r1Zsw9BGCWWoayPuO8ohyyzUkB6j3gGJJzxbbQcY,488526
|
|
1885
|
+
mindroot/docs/_build/doctrees/source/mindroot.lib.json_str_block.doctree,sha256=Nmsw3IkrxR56l5a6JWRfOmMuqGzYZG8ERWWv7r99qRw,9789
|
|
1886
|
+
mindroot/docs/_build/doctrees/source/mindroot.lib.plugins.doctree,sha256=pEw6NLsk5Zhl5LOdeIN4fpKgmxHp_iTrHizjABhspAY,197660
|
|
1887
|
+
mindroot/docs/_build/doctrees/source/mindroot.lib.providers.backup.doctree,sha256=vEU3v7o0z0XwqH2RRXFWkahenl7y-OHtZ-fgC7T2gNk,2796
|
|
1888
|
+
mindroot/docs/_build/doctrees/source/mindroot.lib.providers.doctree,sha256=B1PR5AaJam28G37VmPp_XwZayEEHbB-PFceO02DQUj4,81943
|
|
1889
|
+
mindroot/docs/_build/doctrees/source/mindroot.registry.doctree,sha256=fGLWhjDMmB7NneYDcqRuIeUO_6qnSyMS90aM5Zo9ELA,47430
|
|
1890
|
+
mindroot/docs/_build/doctrees/source/modules.doctree,sha256=Zm-Prb2i5f8puNAo8Zyyqx6ph6qOyK12XFw9blHEwqI,2755
|
|
1891
|
+
mindroot/docs/_build/doctrees/source/mr_agent_expert_instr.doctree,sha256=wHhax95_Tkun_5kT6tRwH6LnLankQBC3qL4NgCP-lKI,2516
|
|
1869
1892
|
mindroot/docs/_build/html/.buildinfo,sha256=8Up6x1Rxu7r3hp72Ib-q0FFQsbuTEppZImpB-D6lmMM,231
|
|
1870
|
-
mindroot/docs/_build/html
|
|
1871
|
-
mindroot/docs/_build/html/
|
|
1872
|
-
mindroot/docs/_build/html/
|
|
1873
|
-
mindroot/docs/_build/html/genindex.html,sha256=
|
|
1874
|
-
mindroot/docs/_build/html/getting_started.html,sha256=
|
|
1875
|
-
mindroot/docs/_build/html/index.html,sha256=
|
|
1876
|
-
mindroot/docs/_build/html/install_plugins_with_tools.html,sha256=
|
|
1877
|
-
mindroot/docs/_build/html/installation.html,sha256=
|
|
1878
|
-
mindroot/docs/_build/html/llm_api_key.html,sha256=
|
|
1879
|
-
mindroot/docs/_build/html/llm_plugin_installation.html,sha256=
|
|
1880
|
-
mindroot/docs/_build/html/objects.inv,sha256=
|
|
1881
|
-
mindroot/docs/_build/html/programming_task.html,sha256=
|
|
1882
|
-
mindroot/docs/_build/html/py-modindex.html,sha256=
|
|
1883
|
-
mindroot/docs/_build/html/search.html,sha256=
|
|
1884
|
-
mindroot/docs/_build/html/searchindex.js,sha256=
|
|
1885
|
-
mindroot/docs/_build/html/starting_mindroot.html,sha256=
|
|
1886
|
-
mindroot/docs/_build/html/user_documentation.html,sha256=
|
|
1893
|
+
mindroot/docs/_build/html/chat_with_assistant.html,sha256=eIIKbsL1PWY_lMwjEZkAIbP05-0Ush4QZ1zm_N_ldOA,16247
|
|
1894
|
+
mindroot/docs/_build/html/developer_documentation.html,sha256=2E4x1ddZVnGknwyEGaoSlff7_w93mFjwWHz6HwXVjw0,18301
|
|
1895
|
+
mindroot/docs/_build/html/embed_chat.html,sha256=mW6dmDbDxKblwdoAk1odl-x-_cFWgyy0KGkG6oluRiM,18676
|
|
1896
|
+
mindroot/docs/_build/html/genindex.html,sha256=3wcnCsXSVLPjmIu6gNl_EI_bBHB_YLaJv1xU9AWGcks,318665
|
|
1897
|
+
mindroot/docs/_build/html/getting_started.html,sha256=eTgzFGa5r6c8T6zWC32qoicjbEVv1z_rzYvCX03gViI,21502
|
|
1898
|
+
mindroot/docs/_build/html/index.html,sha256=Ufo0fDlJ10-GBSSd3KLnu3ujNrzqHwjBXd7eu4ynojg,18563
|
|
1899
|
+
mindroot/docs/_build/html/install_plugins_with_tools.html,sha256=jxEFSIId-A0wkF3uwYmXyMnltEqlO1OKsGb9pTEoLXA,16539
|
|
1900
|
+
mindroot/docs/_build/html/installation.html,sha256=GjZV1vFZpAkXOR83vj7aMaX9MampeGX73J8NcpTeuU0,16966
|
|
1901
|
+
mindroot/docs/_build/html/llm_api_key.html,sha256=40ywkmL85gxQv4Ee8_cOyQb0BLKaFWeivwvNsBvkniU,16606
|
|
1902
|
+
mindroot/docs/_build/html/llm_plugin_installation.html,sha256=8GcgH_3tVQXdS6e8gcA9bgDeLqL4qsn32fWLOPM2cTI,16704
|
|
1903
|
+
mindroot/docs/_build/html/objects.inv,sha256=O0TfdAGsIFj9zPj91blckzGv0vMMhGSiYWL8zKeKSmw,10957
|
|
1904
|
+
mindroot/docs/_build/html/programming_task.html,sha256=6SxQIN8cRk58Utnkl_1sVLn0UEhdSwcOnM6CvZ2PAnw,16282
|
|
1905
|
+
mindroot/docs/_build/html/py-modindex.html,sha256=EXc_bquyWWcPPpdByJRHt8aSnxk4VtcSoSp-1Ouod8E,58274
|
|
1906
|
+
mindroot/docs/_build/html/search.html,sha256=jMVaG4hGNyeX6YlHx0fUtui27kDuS2xypvyKKsvm2Ww,14681
|
|
1907
|
+
mindroot/docs/_build/html/searchindex.js,sha256=U-xExediZ-RKkNmU5iOCHz4ra3nVVE1J_kmV-Y4GBDE,322461
|
|
1908
|
+
mindroot/docs/_build/html/starting_mindroot.html,sha256=6qSp-3N6jGlarjYqvL8fmM84rxAF9GHP4wDJ3Iq4TJc,16367
|
|
1909
|
+
mindroot/docs/_build/html/user_documentation.html,sha256=kaISz4kTMhoLKUfsDp0P4IAZkldjZgC8lkxcsIA7-3s,17391
|
|
1910
|
+
mindroot/docs/_build/html/_images/apikey.png,sha256=_x6K35J2xjvhWVuYGQ6MjOCJD5zEiibb59_9QZEIFNk,78521
|
|
1911
|
+
mindroot/docs/_build/html/_images/chatwidgetx.png,sha256=-URdMCbsh4F0gdoQumi_aVdPG16Li-kb0CJ0U5BKIjc,88774
|
|
1912
|
+
mindroot/docs/_build/html/_images/disablechatavatar.png,sha256=cd5LQPe8Jn8WilbHEOiU9isCm8Wl0lWLjULM8aG-M58,68799
|
|
1887
1913
|
mindroot/docs/_build/html/_images/envvar.png,sha256=wn4-KEK3odPHyPdQCMK9Co3WZrXExNMyUFeAe-T0_h0,58855
|
|
1888
1914
|
mindroot/docs/_build/html/_images/files.png,sha256=e8gM4Dw2yzAWbd5JAOA3Z_Wkeke0cMgL_ysvyH9rDQk,69667
|
|
1889
1915
|
mindroot/docs/_build/html/_images/installopenrouter.png,sha256=A7AX-9LW2aBjk5-oCNVSAWRmyIs2uQ2uFeAF_2UNF0U,73760
|
|
@@ -1891,141 +1917,144 @@ mindroot/docs/_build/html/_images/mood.png,sha256=0UCv0IXJzcYt9I4bSSuBUAqVD4mv0e
|
|
|
1891
1917
|
mindroot/docs/_build/html/_images/moon.png,sha256=b7ydiLZB1UMwE54hlaaiAOz0ZAPc_wtd71n_JfVfr1c,241123
|
|
1892
1918
|
mindroot/docs/_build/html/_images/openrouter.png,sha256=AMdqvwBpi6c44-slXnuda79_rYUjT1M2OBy2GBsD0nI,21671
|
|
1893
1919
|
mindroot/docs/_build/html/_images/restart.png,sha256=PDzC8F1HdNs4A4hDOWtq-qzmAkXDTm-YN88bfUagzKc,19897
|
|
1894
|
-
mindroot/docs/_build/html/
|
|
1895
|
-
mindroot/docs/_build/html/
|
|
1896
|
-
mindroot/docs/_build/html/_modules/
|
|
1897
|
-
mindroot/docs/_build/html/_modules/mindroot/
|
|
1898
|
-
mindroot/docs/_build/html/_modules/mindroot/
|
|
1899
|
-
mindroot/docs/_build/html/_modules/mindroot/
|
|
1900
|
-
mindroot/docs/_build/html/_modules/mindroot/
|
|
1901
|
-
mindroot/docs/_build/html/_modules/mindroot/coreplugins/admin/
|
|
1902
|
-
mindroot/docs/_build/html/_modules/mindroot/coreplugins/admin/
|
|
1903
|
-
mindroot/docs/_build/html/_modules/mindroot/coreplugins/admin/
|
|
1904
|
-
mindroot/docs/_build/html/_modules/mindroot/coreplugins/admin/
|
|
1905
|
-
mindroot/docs/_build/html/_modules/mindroot/coreplugins/admin/
|
|
1906
|
-
mindroot/docs/_build/html/_modules/mindroot/coreplugins/admin/
|
|
1907
|
-
mindroot/docs/_build/html/_modules/mindroot/coreplugins/admin/
|
|
1908
|
-
mindroot/docs/_build/html/_modules/mindroot/coreplugins/admin/
|
|
1909
|
-
mindroot/docs/_build/html/_modules/mindroot/coreplugins/admin/
|
|
1910
|
-
mindroot/docs/_build/html/_modules/mindroot/coreplugins/admin/
|
|
1911
|
-
mindroot/docs/_build/html/_modules/mindroot/coreplugins/admin/
|
|
1912
|
-
mindroot/docs/_build/html/_modules/mindroot/coreplugins/admin/
|
|
1913
|
-
mindroot/docs/_build/html/_modules/mindroot/coreplugins/admin/
|
|
1914
|
-
mindroot/docs/_build/html/_modules/mindroot/coreplugins/admin/
|
|
1915
|
-
mindroot/docs/_build/html/_modules/mindroot/coreplugins/admin/
|
|
1916
|
-
mindroot/docs/_build/html/_modules/mindroot/coreplugins/admin/
|
|
1917
|
-
mindroot/docs/_build/html/_modules/mindroot/coreplugins/admin/
|
|
1918
|
-
mindroot/docs/_build/html/_modules/mindroot/coreplugins/admin/
|
|
1919
|
-
mindroot/docs/_build/html/_modules/mindroot/coreplugins/
|
|
1920
|
-
mindroot/docs/_build/html/_modules/mindroot/coreplugins/
|
|
1921
|
-
mindroot/docs/_build/html/_modules/mindroot/coreplugins/api_keys/
|
|
1922
|
-
mindroot/docs/_build/html/_modules/mindroot/coreplugins/
|
|
1923
|
-
mindroot/docs/_build/html/_modules/mindroot/coreplugins/
|
|
1924
|
-
mindroot/docs/_build/html/_modules/mindroot/coreplugins/chat/
|
|
1925
|
-
mindroot/docs/_build/html/_modules/mindroot/coreplugins/chat/
|
|
1926
|
-
mindroot/docs/_build/html/_modules/mindroot/coreplugins/chat/
|
|
1927
|
-
mindroot/docs/_build/html/_modules/mindroot/coreplugins/chat/
|
|
1928
|
-
mindroot/docs/_build/html/_modules/mindroot/coreplugins/chat/
|
|
1929
|
-
mindroot/docs/_build/html/_modules/mindroot/coreplugins/
|
|
1930
|
-
mindroot/docs/_build/html/_modules/mindroot/coreplugins/
|
|
1931
|
-
mindroot/docs/_build/html/_modules/mindroot/coreplugins/
|
|
1932
|
-
mindroot/docs/_build/html/_modules/mindroot/coreplugins/credits/
|
|
1933
|
-
mindroot/docs/_build/html/_modules/mindroot/coreplugins/credits/
|
|
1934
|
-
mindroot/docs/_build/html/_modules/mindroot/coreplugins/credits/
|
|
1935
|
-
mindroot/docs/_build/html/_modules/mindroot/coreplugins/credits/
|
|
1936
|
-
mindroot/docs/_build/html/_modules/mindroot/coreplugins/
|
|
1937
|
-
mindroot/docs/_build/html/_modules/mindroot/coreplugins/
|
|
1938
|
-
mindroot/docs/_build/html/_modules/mindroot/coreplugins/email/
|
|
1939
|
-
mindroot/docs/_build/html/_modules/mindroot/coreplugins/email/
|
|
1940
|
-
mindroot/docs/_build/html/_modules/mindroot/coreplugins/email/
|
|
1941
|
-
mindroot/docs/_build/html/_modules/mindroot/coreplugins/email/
|
|
1942
|
-
mindroot/docs/_build/html/_modules/mindroot/coreplugins/
|
|
1943
|
-
mindroot/docs/_build/html/_modules/mindroot/coreplugins/
|
|
1944
|
-
mindroot/docs/_build/html/_modules/mindroot/coreplugins/
|
|
1945
|
-
mindroot/docs/_build/html/_modules/mindroot/coreplugins/
|
|
1946
|
-
mindroot/docs/_build/html/_modules/mindroot/coreplugins/
|
|
1947
|
-
mindroot/docs/_build/html/_modules/mindroot/coreplugins/index/
|
|
1948
|
-
mindroot/docs/_build/html/_modules/mindroot/coreplugins/index/
|
|
1949
|
-
mindroot/docs/_build/html/_modules/mindroot/coreplugins/index/
|
|
1950
|
-
mindroot/docs/_build/html/_modules/mindroot/coreplugins/index/
|
|
1951
|
-
mindroot/docs/_build/html/_modules/mindroot/coreplugins/index/handlers/
|
|
1952
|
-
mindroot/docs/_build/html/_modules/mindroot/coreplugins/index/handlers/
|
|
1953
|
-
mindroot/docs/_build/html/_modules/mindroot/coreplugins/
|
|
1954
|
-
mindroot/docs/_build/html/_modules/mindroot/coreplugins/
|
|
1955
|
-
mindroot/docs/_build/html/_modules/mindroot/coreplugins/jwt_auth/
|
|
1956
|
-
mindroot/docs/_build/html/_modules/mindroot/coreplugins/
|
|
1957
|
-
mindroot/docs/_build/html/_modules/mindroot/coreplugins/
|
|
1958
|
-
mindroot/docs/_build/html/_modules/mindroot/coreplugins/l8n/
|
|
1959
|
-
mindroot/docs/_build/html/_modules/mindroot/coreplugins/l8n/
|
|
1960
|
-
mindroot/docs/_build/html/_modules/mindroot/coreplugins/l8n/
|
|
1961
|
-
mindroot/docs/_build/html/_modules/mindroot/coreplugins/l8n/
|
|
1962
|
-
mindroot/docs/_build/html/_modules/mindroot/coreplugins/l8n/
|
|
1963
|
-
mindroot/docs/_build/html/_modules/mindroot/coreplugins/
|
|
1964
|
-
mindroot/docs/_build/html/_modules/mindroot/coreplugins/
|
|
1965
|
-
mindroot/docs/_build/html/_modules/mindroot/coreplugins/mcp_/
|
|
1966
|
-
mindroot/docs/_build/html/_modules/mindroot/coreplugins/mcp_/
|
|
1967
|
-
mindroot/docs/_build/html/_modules/mindroot/coreplugins/mcp_/
|
|
1968
|
-
mindroot/docs/_build/html/_modules/mindroot/coreplugins/mcp_/
|
|
1969
|
-
mindroot/docs/_build/html/_modules/mindroot/coreplugins/mcp_/
|
|
1970
|
-
mindroot/docs/_build/html/_modules/mindroot/coreplugins/mcp_/
|
|
1971
|
-
mindroot/docs/_build/html/_modules/mindroot/coreplugins/
|
|
1972
|
-
mindroot/docs/_build/html/_modules/mindroot/coreplugins/
|
|
1973
|
-
mindroot/docs/_build/html/_modules/mindroot/coreplugins/
|
|
1974
|
-
mindroot/docs/_build/html/_modules/mindroot/coreplugins/
|
|
1975
|
-
mindroot/docs/_build/html/_modules/mindroot/coreplugins/
|
|
1976
|
-
mindroot/docs/_build/html/_modules/mindroot/coreplugins/subscriptions/
|
|
1977
|
-
mindroot/docs/_build/html/_modules/mindroot/coreplugins/subscriptions/
|
|
1978
|
-
mindroot/docs/_build/html/_modules/mindroot/coreplugins/subscriptions/
|
|
1979
|
-
mindroot/docs/_build/html/_modules/mindroot/coreplugins/subscriptions/
|
|
1980
|
-
mindroot/docs/_build/html/_modules/mindroot/coreplugins/subscriptions/
|
|
1981
|
-
mindroot/docs/_build/html/_modules/mindroot/coreplugins/subscriptions/
|
|
1982
|
-
mindroot/docs/_build/html/_modules/mindroot/coreplugins/
|
|
1983
|
-
mindroot/docs/_build/html/_modules/mindroot/coreplugins/
|
|
1984
|
-
mindroot/docs/_build/html/_modules/mindroot/coreplugins/usage/
|
|
1985
|
-
mindroot/docs/_build/html/_modules/mindroot/coreplugins/usage/
|
|
1986
|
-
mindroot/docs/_build/html/_modules/mindroot/coreplugins/usage/
|
|
1987
|
-
mindroot/docs/_build/html/_modules/mindroot/coreplugins/usage/
|
|
1988
|
-
mindroot/docs/_build/html/_modules/mindroot/coreplugins/
|
|
1989
|
-
mindroot/docs/_build/html/_modules/mindroot/coreplugins/
|
|
1990
|
-
mindroot/docs/_build/html/_modules/mindroot/coreplugins/user_service/
|
|
1991
|
-
mindroot/docs/_build/html/_modules/mindroot/coreplugins/user_service/
|
|
1992
|
-
mindroot/docs/_build/html/_modules/mindroot/coreplugins/user_service/
|
|
1993
|
-
mindroot/docs/_build/html/_modules/mindroot/coreplugins/user_service/
|
|
1994
|
-
mindroot/docs/_build/html/_modules/mindroot/coreplugins/user_service/
|
|
1995
|
-
mindroot/docs/_build/html/_modules/mindroot/
|
|
1996
|
-
mindroot/docs/_build/html/_modules/mindroot/
|
|
1997
|
-
mindroot/docs/_build/html/_modules/mindroot/lib/
|
|
1998
|
-
mindroot/docs/_build/html/_modules/mindroot/lib/
|
|
1999
|
-
mindroot/docs/_build/html/_modules/mindroot/lib/
|
|
2000
|
-
mindroot/docs/_build/html/_modules/mindroot/lib/
|
|
2001
|
-
mindroot/docs/_build/html/_modules/mindroot/lib/
|
|
2002
|
-
mindroot/docs/_build/html/_modules/mindroot/lib/
|
|
2003
|
-
mindroot/docs/_build/html/_modules/mindroot/lib/
|
|
2004
|
-
mindroot/docs/_build/html/_modules/mindroot/lib/
|
|
2005
|
-
mindroot/docs/_build/html/_modules/mindroot/lib/
|
|
2006
|
-
mindroot/docs/_build/html/_modules/mindroot/lib/
|
|
2007
|
-
mindroot/docs/_build/html/_modules/mindroot/lib/
|
|
2008
|
-
mindroot/docs/_build/html/_modules/mindroot/lib/
|
|
2009
|
-
mindroot/docs/_build/html/_modules/mindroot/lib/
|
|
2010
|
-
mindroot/docs/_build/html/_modules/mindroot/lib/
|
|
2011
|
-
mindroot/docs/_build/html/_modules/mindroot/lib/
|
|
2012
|
-
mindroot/docs/_build/html/_modules/mindroot/lib/
|
|
2013
|
-
mindroot/docs/_build/html/_modules/mindroot/lib/
|
|
2014
|
-
mindroot/docs/_build/html/_modules/mindroot/lib/
|
|
2015
|
-
mindroot/docs/_build/html/_modules/mindroot/lib/plugins/
|
|
2016
|
-
mindroot/docs/_build/html/_modules/mindroot/lib/plugins/
|
|
2017
|
-
mindroot/docs/_build/html/_modules/mindroot/lib/plugins/
|
|
2018
|
-
mindroot/docs/_build/html/_modules/mindroot/lib/plugins/
|
|
2019
|
-
mindroot/docs/_build/html/_modules/mindroot/lib/plugins/
|
|
2020
|
-
mindroot/docs/_build/html/_modules/mindroot/lib/
|
|
2021
|
-
mindroot/docs/_build/html/_modules/mindroot/lib/
|
|
2022
|
-
mindroot/docs/_build/html/_modules/mindroot/lib/providers/
|
|
2023
|
-
mindroot/docs/_build/html/_modules/mindroot/lib/providers/
|
|
2024
|
-
mindroot/docs/_build/html/_modules/mindroot/lib/providers/
|
|
2025
|
-
mindroot/docs/_build/html/_modules/mindroot/
|
|
2026
|
-
mindroot/docs/_build/html/_modules/mindroot/
|
|
1920
|
+
mindroot/docs/_build/html/_images/widgetform.png,sha256=ByA_g-ZQl4S-i_ACLGocO35mNCJW7u4ZK50ou92e654,54664
|
|
1921
|
+
mindroot/docs/_build/html/_images/widgetonpage.png,sha256=_O4hhePbVz8fNG6JubBujTLF0sfUjmDBfypdf0GdCz0,151539
|
|
1922
|
+
mindroot/docs/_build/html/_modules/index.html,sha256=zp2nQaTpcdAF3478m0mzY7qaC02c01gSfjKagE83jLM,27890
|
|
1923
|
+
mindroot/docs/_build/html/_modules/mindroot/migrate.html,sha256=MRQh8Qgv3Q4TSWAYO4A4wJsmaQC7bC01DdrkD0tRDTI,21675
|
|
1924
|
+
mindroot/docs/_build/html/_modules/mindroot/server.html,sha256=b_DnXjlgDPK4Alh_NrRBLt6vtMNC0rLpqhcOxmokcKA,47800
|
|
1925
|
+
mindroot/docs/_build/html/_modules/mindroot/server_missing_normal_args.html,sha256=3b89dTJoJN2Z3MivEFEVy_Tv7DQbCUJ9SXmPaG8zl1U,45214
|
|
1926
|
+
mindroot/docs/_build/html/_modules/mindroot/server_prev.html,sha256=TaLx1IViU7p4ROmkwRQ93mg4RGAXsfvGexMgv6yVWd0,40665
|
|
1927
|
+
mindroot/docs/_build/html/_modules/mindroot/coreplugins/admin/agent_importer.html,sha256=vgjPtPaEn7j6MSqlsaKxtVQZ3kayXHtBNZQxDC6jFJg,45889
|
|
1928
|
+
mindroot/docs/_build/html/_modules/mindroot/coreplugins/admin/agent_router.html,sha256=up67daqvpT7fD2-rR6Kw84iFOSwNQqOBXqVaRxBZ2Zo,98639
|
|
1929
|
+
mindroot/docs/_build/html/_modules/mindroot/coreplugins/admin/asset_manager.html,sha256=2Qc43vv2eJDDE8wSCIXWJYwRN7i4siahccYYZmoT9pQ,43741
|
|
1930
|
+
mindroot/docs/_build/html/_modules/mindroot/coreplugins/admin/command_router.html,sha256=phmcX8dEBirx3E0MiG-DYtIqjw7G9gv4cnz2I1yIUwM,83951
|
|
1931
|
+
mindroot/docs/_build/html/_modules/mindroot/coreplugins/admin/mcp_catalog_routes.html,sha256=Pw2HVucQ-E7uki328k68S2i3Hjrn7MRz20Nh6zZCWhk,37758
|
|
1932
|
+
mindroot/docs/_build/html/_modules/mindroot/coreplugins/admin/mcp_publish_routes.html,sha256=Pu8yInFxREWV0k1MRn6v1hMpvaw9EO6ZH32DdpbAMIg,86853
|
|
1933
|
+
mindroot/docs/_build/html/_modules/mindroot/coreplugins/admin/mcp_registry_routes.html,sha256=WMbJmz1Z8Oc3SEDavXyv4NovK1RtBzP_MekCGgYz-Xc,98001
|
|
1934
|
+
mindroot/docs/_build/html/_modules/mindroot/coreplugins/admin/mcp_routes.html,sha256=ALdA7HSTs9yvG1XqR9y19MSbyqO-zcqONd8e5tyzrT8,51884
|
|
1935
|
+
mindroot/docs/_build/html/_modules/mindroot/coreplugins/admin/mod.html,sha256=5As_wblzMDXcrs-wV7IQ6Bbt9u0vVdQUJQ9h80KNx1I,21335
|
|
1936
|
+
mindroot/docs/_build/html/_modules/mindroot/coreplugins/admin/oauth_callback_router.html,sha256=wAY6hhPwET37OznIU1myTNMhfELUfrR4QWuzpdJLtjg,23854
|
|
1937
|
+
mindroot/docs/_build/html/_modules/mindroot/coreplugins/admin/persona_handler.html,sha256=x5vThVY9WzkNKo8j9i6CxrMsnpXWV7eUV9nIwqvI_F8,28861
|
|
1938
|
+
mindroot/docs/_build/html/_modules/mindroot/coreplugins/admin/persona_router.html,sha256=fz7UsJ52CjKZn7pefuW0R1RzIjyzPVXUfMVCCKr4neQ,77452
|
|
1939
|
+
mindroot/docs/_build/html/_modules/mindroot/coreplugins/admin/plugin_manager.html,sha256=cQqQELchRIul8Y8BWt48FTcg75HoDgiYoM8Ztv0G3xw,104578
|
|
1940
|
+
mindroot/docs/_build/html/_modules/mindroot/coreplugins/admin/plugin_router.html,sha256=VOkkFCiWg41tIT9_CCbKQcWy3p0mMqzVeXFhXCiQOKc,20832
|
|
1941
|
+
mindroot/docs/_build/html/_modules/mindroot/coreplugins/admin/plugin_routes.html,sha256=ul8lfad0-WO-DASSSgDOsuBVoroMl4v7fyXAVBbPu7I,31032
|
|
1942
|
+
mindroot/docs/_build/html/_modules/mindroot/coreplugins/admin/registry_settings_routes.html,sha256=hoc80IgVQbTFqFeBPGI6hkhia2Lp0Lcs_9gT-Ygpxdk,35838
|
|
1943
|
+
mindroot/docs/_build/html/_modules/mindroot/coreplugins/admin/router.html,sha256=zuSRQJXFNIiZnXj3Ptcd-rjQj0o3vW55xF3-v1GeFzM,37954
|
|
1944
|
+
mindroot/docs/_build/html/_modules/mindroot/coreplugins/admin/server_router.html,sha256=aKlIhGaX5StL7tORVyx2tyVawgMy_ErYVU1eV_NZdtQ,32700
|
|
1945
|
+
mindroot/docs/_build/html/_modules/mindroot/coreplugins/admin/service_models.html,sha256=zXdwxLrCTBFIWDSvHNH3a17NcrYG9m-qkEncB9P8Zfc,27502
|
|
1946
|
+
mindroot/docs/_build/html/_modules/mindroot/coreplugins/admin/settings_router.html,sha256=HxMc_U5NrPpgwxPi_F0rnTf1FbNEZNtCGA9rq56elHw,57600
|
|
1947
|
+
mindroot/docs/_build/html/_modules/mindroot/coreplugins/api_keys/api_key_manager.html,sha256=mdWp1kMxAzo3dFbRnsMqq4qLTIom0NZKtff_VVbUL2U,30292
|
|
1948
|
+
mindroot/docs/_build/html/_modules/mindroot/coreplugins/api_keys/mod.html,sha256=GkiDFpfXxwCHqcifvlXXb_eGpvllMbrVLQZkE7-YUAk,18446
|
|
1949
|
+
mindroot/docs/_build/html/_modules/mindroot/coreplugins/api_keys/router.html,sha256=-5GSoKZh41FTmHdy2wpovkUjdAz3o3G-olG_8G2_ryU,23953
|
|
1950
|
+
mindroot/docs/_build/html/_modules/mindroot/coreplugins/chat/commands.html,sha256=mI_9vmCliVJTH439K3eromcby0t0AueSbxw7cUQreQA,66270
|
|
1951
|
+
mindroot/docs/_build/html/_modules/mindroot/coreplugins/chat/mod.html,sha256=CkXFwgc1OwpFDkrIoQqNKOGH2h7wX5mGrjHKVe8kThs,17325
|
|
1952
|
+
mindroot/docs/_build/html/_modules/mindroot/coreplugins/chat/models.html,sha256=tWx6bBiETYE_TlZ-dlIYBXaB0J6cjirK2qRYK5GIhr0,17315
|
|
1953
|
+
mindroot/docs/_build/html/_modules/mindroot/coreplugins/chat/router.html,sha256=JjByZMjRMGnanSIJOI8FfrLlykTM5jabcDuntUJ-uG4,86085
|
|
1954
|
+
mindroot/docs/_build/html/_modules/mindroot/coreplugins/chat/services.html,sha256=IufMCMZOKnSLMNxu1hj6HyTgB47L134JDuvyuosZEgE,103763
|
|
1955
|
+
mindroot/docs/_build/html/_modules/mindroot/coreplugins/chat/widget_manager.html,sha256=DHbEdnnsyoMmxE8RmwzQ0v_QmECa9w9xQQV5GRMUAiQ,34885
|
|
1956
|
+
mindroot/docs/_build/html/_modules/mindroot/coreplugins/chat/widget_routes.html,sha256=9aWJitPA_QV3SkjfzOc8pCa5NFxLSu-GwqZLgmO5Dwg,51748
|
|
1957
|
+
mindroot/docs/_build/html/_modules/mindroot/coreplugins/check_list/mod.html,sha256=Pc8-cRGObgacMQlf3kJkhhmBgaxA8RfJKLsDqbvHKAk,97354
|
|
1958
|
+
mindroot/docs/_build/html/_modules/mindroot/coreplugins/credits/conversion.html,sha256=HLCRaO3ig9YX4eNwl6_bZ4vKeEhFBZ2h1w-BAERXlHs,34676
|
|
1959
|
+
mindroot/docs/_build/html/_modules/mindroot/coreplugins/credits/ledger.html,sha256=qpCmo8KAyLjuOBrVL0etU-1mYZbNUQJJ4_7z25TQ2P8,41673
|
|
1960
|
+
mindroot/docs/_build/html/_modules/mindroot/coreplugins/credits/mod.html,sha256=qO9NhcL1Dt_M-GzNIwAPTA2QNM5qo9_1cCY_1vbu0iI,47430
|
|
1961
|
+
mindroot/docs/_build/html/_modules/mindroot/coreplugins/credits/models.html,sha256=2v-1UyF-cGJ_mXafwUN1ZMi2wi4kLqHKIDcDOD2GGZg,40289
|
|
1962
|
+
mindroot/docs/_build/html/_modules/mindroot/coreplugins/credits/router.html,sha256=U4sLsKEtEMZPHcVVUgoSHVyyk3KFfVUOaaL4ZZeC4Dw,40086
|
|
1963
|
+
mindroot/docs/_build/html/_modules/mindroot/coreplugins/credits/storage.html,sha256=ftQT5hea4-Px9BTBeLPUrdeqpvHLqFHA0ykuGlSmrvU,41019
|
|
1964
|
+
mindroot/docs/_build/html/_modules/mindroot/coreplugins/email/email_provider.html,sha256=FflaW2F0CYP3UjQtOy9AnCzI5ZJhV2xW8QmBdXXyjNY,22921
|
|
1965
|
+
mindroot/docs/_build/html/_modules/mindroot/coreplugins/email/imap_handler.html,sha256=RlV6bwW1oXEWgwScZ7Ari7THepV2bz5b3g9WaSJpfVo,51400
|
|
1966
|
+
mindroot/docs/_build/html/_modules/mindroot/coreplugins/email/mod.html,sha256=C6ROjJgYt6TS-9c9KqVIuVPR-Ljqv3a-KFqCyxdaCbk,29154
|
|
1967
|
+
mindroot/docs/_build/html/_modules/mindroot/coreplugins/email/services.html,sha256=a8u5bex2sg7nE61YuLux-089kUttNtFH99FudoNNBd0,23831
|
|
1968
|
+
mindroot/docs/_build/html/_modules/mindroot/coreplugins/email/smtp_handler.html,sha256=Ycs0JEg1lJcgA2CR_nGslTO7DDUpi4-KwQ3-oIgDXGA,27944
|
|
1969
|
+
mindroot/docs/_build/html/_modules/mindroot/coreplugins/email/test_email_service.html,sha256=BgkMefZh6Mf_MOFS3hjKNq0MaTLJ404yhwfeo1JSuO4,23182
|
|
1970
|
+
mindroot/docs/_build/html/_modules/mindroot/coreplugins/env_manager/mod.html,sha256=dIw7oxt40-m3lLgRnNyJMOybLn_GuCzseRpOgkqz_to,53951
|
|
1971
|
+
mindroot/docs/_build/html/_modules/mindroot/coreplugins/env_manager/router.html,sha256=BmFcRFHrOiRuEWNE_53LXck9U7-m9YtIG2BPy2w7z0c,20615
|
|
1972
|
+
mindroot/docs/_build/html/_modules/mindroot/coreplugins/events/router.html,sha256=s2I_BZCRXMWfPs7jtDhuzxivYsBzsNSNxQCokz-VmTw,29553
|
|
1973
|
+
mindroot/docs/_build/html/_modules/mindroot/coreplugins/index/mod.html,sha256=HJti03OXZVV1hCN8Q4JNk-awkdeBYphFA1PIeAtb5VE,17555
|
|
1974
|
+
mindroot/docs/_build/html/_modules/mindroot/coreplugins/index/models.html,sha256=BjxCUhuwm0d-X2Kt8mbo8CIBarElCcU6oP6lFPu9wiw,21417
|
|
1975
|
+
mindroot/docs/_build/html/_modules/mindroot/coreplugins/index/router.html,sha256=YPrJxxxHr1y_X38TSnqyOnNgMRPZ2zIcQyGgRkHtxjk,26988
|
|
1976
|
+
mindroot/docs/_build/html/_modules/mindroot/coreplugins/index/utils.html,sha256=8ej_vSGfl_hox7DSc4ai78PRDcN--qINqM8mdb42FuA,25715
|
|
1977
|
+
mindroot/docs/_build/html/_modules/mindroot/coreplugins/index/handlers/agent_ops.html,sha256=_IFw8a2f-06pOjIy-VFUKdMSw9Bsi8bnOVTH3zXovOg,33230
|
|
1978
|
+
mindroot/docs/_build/html/_modules/mindroot/coreplugins/index/handlers/index_ops.html,sha256=Wm2jB4Zmi-oMb22xdsHfTqXjsOTSwawkIWAMVO8F3AY,32895
|
|
1979
|
+
mindroot/docs/_build/html/_modules/mindroot/coreplugins/index/handlers/plugin_ops.html,sha256=pElWs2ia25s4duptnUmlYMQdxS1WvpclMoQnrB1ctvU,41412
|
|
1980
|
+
mindroot/docs/_build/html/_modules/mindroot/coreplugins/index/handlers/publish.html,sha256=KjOugnBpRmdgmh3outMdDFkMIfepenU82-cZaODamhM,34373
|
|
1981
|
+
mindroot/docs/_build/html/_modules/mindroot/coreplugins/jwt_auth/middleware.html,sha256=p9YCJHiox9P65Fhvbe__-2-y7te9K_ubYtCK5yuVg1Y,60224
|
|
1982
|
+
mindroot/docs/_build/html/_modules/mindroot/coreplugins/jwt_auth/mod.html,sha256=IbxPgv1_hbWA4nwhf5VxD6ScyzGbPc4isimhWGucuD4,23161
|
|
1983
|
+
mindroot/docs/_build/html/_modules/mindroot/coreplugins/jwt_auth/router.html,sha256=KaeUxAsfgY-UtVuTXtlXWLFv5pAJMccXGDS7sbQPl-8,19122
|
|
1984
|
+
mindroot/docs/_build/html/_modules/mindroot/coreplugins/l8n/language_detection.html,sha256=HPMFdsBG6FovlJPjbLu4sC4a6MkL72Anrlyw_yWDdXo,32714
|
|
1985
|
+
mindroot/docs/_build/html/_modules/mindroot/coreplugins/l8n/middleware.html,sha256=25HP_eJs2lkcNv0kst6GMvwF-G0Vpyg-ARWDyRSF0L8,31818
|
|
1986
|
+
mindroot/docs/_build/html/_modules/mindroot/coreplugins/l8n/mod.html,sha256=S9ACbpHXi-sgSlE1M_5M1jAb2hqnq6eN3F9_FTio6mk,46432
|
|
1987
|
+
mindroot/docs/_build/html/_modules/mindroot/coreplugins/l8n/test_enhanced.html,sha256=JicpdjA0sWec8wE8rSpB8Vh16Tj0xifubLP8dplrBuw,51583
|
|
1988
|
+
mindroot/docs/_build/html/_modules/mindroot/coreplugins/l8n/test_l8n_standalone.html,sha256=M8OoXSVyHsdjsJ1Q9zm-TOW5EPtIBOMFZIjqtVdxZg0,52879
|
|
1989
|
+
mindroot/docs/_build/html/_modules/mindroot/coreplugins/l8n/test_middleware.html,sha256=ebiSIlvXu6E_ceClrQEyc5rEGy7e_VkchH0YudkAEK4,53677
|
|
1990
|
+
mindroot/docs/_build/html/_modules/mindroot/coreplugins/l8n/utils.html,sha256=iQ6iHJ1JQyVgQHcrx1BS9i4UF8jn-5Z6FyTQygtz1lE,47901
|
|
1991
|
+
mindroot/docs/_build/html/_modules/mindroot/coreplugins/mcp_/catalog_commands.html,sha256=07WPtLxD-MfJT--pvW5Sb6AaejB9SrJq6eqArMOTWzc,60000
|
|
1992
|
+
mindroot/docs/_build/html/_modules/mindroot/coreplugins/mcp_/catalog_manager.html,sha256=iW4wZpsGTx1fPaqdMhNoB_ns4x5hj-q9qJFEE-xDhO8,60578
|
|
1993
|
+
mindroot/docs/_build/html/_modules/mindroot/coreplugins/mcp_/dynamic_commands.html,sha256=7VmRAjtRnPRlVslPWQDl5wJCfwyL7EvB3t1PL1Ci0Tw,42819
|
|
1994
|
+
mindroot/docs/_build/html/_modules/mindroot/coreplugins/mcp_/mcp_manager.html,sha256=BDOq0L_-_TKg0_abciJbKc-mQCwzBBUl3O616J0AtUM,203062
|
|
1995
|
+
mindroot/docs/_build/html/_modules/mindroot/coreplugins/mcp_/mod.html,sha256=zyafEFqBnP5HDXLjDUYY512gsexiE5mTAEWk-j6UMFU,65813
|
|
1996
|
+
mindroot/docs/_build/html/_modules/mindroot/coreplugins/mcp_/oauth_storage.html,sha256=msM5NDtLFKoWbz78FV-zVsgVvsxa7Vjab1O7-YoVO6E,36818
|
|
1997
|
+
mindroot/docs/_build/html/_modules/mindroot/coreplugins/mcp_/server_installer.html,sha256=EDmIHp2JnNSWfos9xwL79z-TQBnPdK1UHW0GnNHDpZg,29557
|
|
1998
|
+
mindroot/docs/_build/html/_modules/mindroot/coreplugins/mcp_/testmcpclient.html,sha256=a-7mCfdUw9B-5qjnY4FtdB2PHazSMCHU9k3uw--eJB0,30027
|
|
1999
|
+
mindroot/docs/_build/html/_modules/mindroot/coreplugins/persona/init_persona.html,sha256=5Ov1z2aTkXsV_3YeFquGeRebS5g_p--ulUOR_2Uljl8,17093
|
|
2000
|
+
mindroot/docs/_build/html/_modules/mindroot/coreplugins/persona/mod.html,sha256=PNN8U0hBgO35PBVwxuX4KOeJYTL9Zc1Bz14nYYXZIlU,41066
|
|
2001
|
+
mindroot/docs/_build/html/_modules/mindroot/coreplugins/startup/mod.html,sha256=dhD6WiRqc1VbPVgC2pBUZi4Cg98_Fh7BiDkVORTTMSo,18566
|
|
2002
|
+
mindroot/docs/_build/html/_modules/mindroot/coreplugins/subscriptions/credit_integration.html,sha256=L2Ve3J4e8UsK3G1Y_dSOrsV5qJeKxF5sPahWL3BPZTo,22651
|
|
2003
|
+
mindroot/docs/_build/html/_modules/mindroot/coreplugins/subscriptions/mod.html,sha256=96wda-tREF1TS2Vpf13CjhyslSHl7pGT5Tzq2SRhl00,146639
|
|
2004
|
+
mindroot/docs/_build/html/_modules/mindroot/coreplugins/subscriptions/models.html,sha256=_ibjMTyfEJSnkiz6F_c5Uaj4vpkEJ87KCx8N5oT9y9s,37654
|
|
2005
|
+
mindroot/docs/_build/html/_modules/mindroot/coreplugins/subscriptions/router.html,sha256=JAjhJ_EPkF-qY8VnF0883t6-8WOk4hemr2TUGrtqw-Q,78874
|
|
2006
|
+
mindroot/docs/_build/html/_modules/mindroot/coreplugins/subscriptions/storage.html,sha256=XuSygJSTsik7e2LF42-WJCXff-waLXwerFGy2mJmmEs,62792
|
|
2007
|
+
mindroot/docs/_build/html/_modules/mindroot/coreplugins/subscriptions/stripe_integration.html,sha256=Uy9BGf3BaTuoRJ-D4HEKPmJeNh5hyeRL5qpP-0f-VJc,24210
|
|
2008
|
+
mindroot/docs/_build/html/_modules/mindroot/coreplugins/subscriptions/subscription_manager.html,sha256=j1fgzfqtWJNI7l2RssjvmO3a1L8n1EVJc2-PZLuAEdw,43688
|
|
2009
|
+
mindroot/docs/_build/html/_modules/mindroot/coreplugins/subscriptions/webhook_handler.html,sha256=iCNLVoQMUIWwDXhcewtLkkybB-3O46KxH8kn-KnywW0,52827
|
|
2010
|
+
mindroot/docs/_build/html/_modules/mindroot/coreplugins/usage/handlers.html,sha256=S1sVuSESV9AgEz8E5iyXAZLXf2y4nLMuSzfT8axHzMs,24267
|
|
2011
|
+
mindroot/docs/_build/html/_modules/mindroot/coreplugins/usage/mod.html,sha256=7R9WN4fuRpAxy6z7PXRH6S4tI0hK45t2iaw3sfC3Cac,38884
|
|
2012
|
+
mindroot/docs/_build/html/_modules/mindroot/coreplugins/usage/models.html,sha256=pv-Ij7NYPt-qUC8b2T7YDGzf8x4nvNCzigAHa9iaAEA,20446
|
|
2013
|
+
mindroot/docs/_build/html/_modules/mindroot/coreplugins/usage/reporting.html,sha256=4G1Jjap--xqbskIDBXd1mHO4AchxtZRBS2CXGdna9hU,36485
|
|
2014
|
+
mindroot/docs/_build/html/_modules/mindroot/coreplugins/usage/router.html,sha256=xOdF7EmD0I72FkxVKgYl4Fb3s-VysZEyv7NQA5FPWQ4,34266
|
|
2015
|
+
mindroot/docs/_build/html/_modules/mindroot/coreplugins/usage/storage.html,sha256=OcTF53VkKgDN5UXrfEslh4UQZKb-dnJavNC3eov-8e8,44495
|
|
2016
|
+
mindroot/docs/_build/html/_modules/mindroot/coreplugins/user_service/admin_init.html,sha256=HKC0ls13Ab1OkTxXsRvmTjlspvifyV7Xtb4dDZJZ4b4,33239
|
|
2017
|
+
mindroot/docs/_build/html/_modules/mindroot/coreplugins/user_service/email_service.html,sha256=tydCqd7r-OxSh-oA8CsVEQriTUhVdkTDcBxh_diGWeY,29499
|
|
2018
|
+
mindroot/docs/_build/html/_modules/mindroot/coreplugins/user_service/mod.html,sha256=zeH99DzC0rY_HfPHQnTKSSeXI_rTjbE-tG6BhfQnEUA,40816
|
|
2019
|
+
mindroot/docs/_build/html/_modules/mindroot/coreplugins/user_service/models.html,sha256=GhBrc6RiT2ja3pxWPmrfBwOZErSkSrQ69z0q0iUUW0U,21514
|
|
2020
|
+
mindroot/docs/_build/html/_modules/mindroot/coreplugins/user_service/password_reset_service.html,sha256=IFbHmQuJhF3VyHOUl-WT2I2wDta7kYWJpfxtlgtlz1M,65924
|
|
2021
|
+
mindroot/docs/_build/html/_modules/mindroot/coreplugins/user_service/role_service.html,sha256=NrxxvQTlRwbCSPQToFC9IUelz43hItF2iakGkAjAJks,28275
|
|
2022
|
+
mindroot/docs/_build/html/_modules/mindroot/coreplugins/user_service/router.html,sha256=b8DGbNPJCupTVaX8LpXHzh1ZNMD7fcHzyHAnuEh2pFI,39755
|
|
2023
|
+
mindroot/docs/_build/html/_modules/mindroot/lib/buchatlog.html,sha256=juiNH880ZM8ae2HJNdiQwv7PjdxvKN4SFztW_rOKeMQ,44493
|
|
2024
|
+
mindroot/docs/_build/html/_modules/mindroot/lib/buchatlog2.html,sha256=DDXH5jpOaNo7OuVvUSjwmacfZ6YUzNQYPez0MU-RC4A,74597
|
|
2025
|
+
mindroot/docs/_build/html/_modules/mindroot/lib/butemplates.html,sha256=1eRAt8wCughU-aoKCmYCZFVJxlFyze1T4pI-vl70vTE,65933
|
|
2026
|
+
mindroot/docs/_build/html/_modules/mindroot/lib/chatcontext.html,sha256=LlqDe3ev_jX_QhqYFJyaLA8fyArEurkLScGumWhu5x4,73375
|
|
2027
|
+
mindroot/docs/_build/html/_modules/mindroot/lib/chatlog.html,sha256=gFnBWSngBZS7S6I8GT7BKkYM6tpNkgic0Zu01kyJbUQ,122222
|
|
2028
|
+
mindroot/docs/_build/html/_modules/mindroot/lib/chatlog_optimized.html,sha256=jxMtRG5mG9PdUtfJs-eQ9v_edyFW8aTA0VHxg2yop6Q,98911
|
|
2029
|
+
mindroot/docs/_build/html/_modules/mindroot/lib/json_escape.html,sha256=KT0Tvjju6JkaMjVUv0U_fyxSI6KbPM1RS8CyMfaiED0,18902
|
|
2030
|
+
mindroot/docs/_build/html/_modules/mindroot/lib/parent_templates.html,sha256=RmXAXwd-noNRaCL7Fvc70vZayIqa4RSJIqECQyuSKPE,25082
|
|
2031
|
+
mindroot/docs/_build/html/_modules/mindroot/lib/plugins_install.html,sha256=WEAuk26Gmb_6ym1bDy_57XdnHjuGdjYfjGD83yu_d2A,24736
|
|
2032
|
+
mindroot/docs/_build/html/_modules/mindroot/lib/providers.html,sha256=8KZEFWYtXmmZ5qIYQLmfS4H5GshT8LZmjkfYLMFiyiE,81203
|
|
2033
|
+
mindroot/docs/_build/html/_modules/mindroot/lib/route_decorators.html,sha256=DNR-6Sa_TvumsEI6tbEdfaBaBq1SdieQxgqNdC923DQ,25552
|
|
2034
|
+
mindroot/docs/_build/html/_modules/mindroot/lib/session_files.html,sha256=1y3WAwaUkfy2NRloxA-6Gj63RWZq0IxEGHqhjmBB0IA,21653
|
|
2035
|
+
mindroot/docs/_build/html/_modules/mindroot/lib/streamcmd.html,sha256=9E7EYq3cpdFqqHJoDVKdxYfwqYddNll69DcQHSlkdg4,36234
|
|
2036
|
+
mindroot/docs/_build/html/_modules/mindroot/lib/templates.html,sha256=L2fU67BiupNqrpS4PVEG_0IpBK4BJKFT3_CmJre-N44,109313
|
|
2037
|
+
mindroot/docs/_build/html/_modules/mindroot/lib/token_counter.html,sha256=qD-BsYPAMjzsUgopoRbOm_V9LnUPkZcQ8DSExLnKEZ8,45689
|
|
2038
|
+
mindroot/docs/_build/html/_modules/mindroot/lib/auth/api_key.html,sha256=VcJedaTniZ9vbFfOkKKaaH5Nb708drqgFEkQjD0V0BE,18209
|
|
2039
|
+
mindroot/docs/_build/html/_modules/mindroot/lib/auth/auth.html,sha256=Zdiz6GeYH1S9AdcRdZgqlAh9_iYGVAygO36Umz4rg6g,25948
|
|
2040
|
+
mindroot/docs/_build/html/_modules/mindroot/lib/json_str_block/json_str_block.html,sha256=neqgQCoUv83e-dYO9FN1o5ftnJDhdYqCMNNQAZVDrxg,31005
|
|
2041
|
+
mindroot/docs/_build/html/_modules/mindroot/lib/plugins/installation.html,sha256=-Muu_K7qSprasRCV9wPoi6pYTJcw4IoMCn3wiAMtJeA,73492
|
|
2042
|
+
mindroot/docs/_build/html/_modules/mindroot/lib/plugins/l8n_static_handler.html,sha256=y-ZwIkfzXYVjomtYTpxwvIqVDd-iZg0hCWnTyygH_hI,48780
|
|
2043
|
+
mindroot/docs/_build/html/_modules/mindroot/lib/plugins/loader.html,sha256=VP1gPGOwe6EGc2UkI9z0oTUOiVY-x7h9O0yC8TISM-o,57584
|
|
2044
|
+
mindroot/docs/_build/html/_modules/mindroot/lib/plugins/loader_with_l8n.html,sha256=CsWCK0NdnZuzDzR6_UKR34dpt_CDuboZV7sIkzvFC_A,56538
|
|
2045
|
+
mindroot/docs/_build/html/_modules/mindroot/lib/plugins/manifest.html,sha256=ecB5OfLFbE0MO037oulZOgHkYmGzPVM-ES4dje6y0uk,60259
|
|
2046
|
+
mindroot/docs/_build/html/_modules/mindroot/lib/plugins/mapping.html,sha256=uLgknbtYyJtkp7d1utwB7DL4wCb9Q-d9p_1peAArH1A,18341
|
|
2047
|
+
mindroot/docs/_build/html/_modules/mindroot/lib/plugins/paths.html,sha256=htGKqvHmCVbuThumE2jp7iP2PY8xyAlH66j2BEbxeS4,31850
|
|
2048
|
+
mindroot/docs/_build/html/_modules/mindroot/lib/providers/commands.html,sha256=WW83dA9NIeU4mdzo3lLAh-190hi-IRWGAn8v3zmhRxY,18514
|
|
2049
|
+
mindroot/docs/_build/html/_modules/mindroot/lib/providers/hooks.html,sha256=gAupqAVtSPJz2_W4O-mHGj8Xsuo0j4qT9D3XcO9jTUU,16692
|
|
2050
|
+
mindroot/docs/_build/html/_modules/mindroot/lib/providers/missing.html,sha256=rrf6NcO62rNGMUu19niSfRwFmrDFTehVIbIy9mTPuk0,24538
|
|
2051
|
+
mindroot/docs/_build/html/_modules/mindroot/lib/providers/model_preferences_v2.html,sha256=s2erf6duGMTAFAbtEuMP6Kjb3E2bC-09JOwmlgldjME,44081
|
|
2052
|
+
mindroot/docs/_build/html/_modules/mindroot/lib/providers/services.html,sha256=e41jcaDpK-lQsWFdkOCy_RDEU_ur3DWF5GDbjlDMPwc,17963
|
|
2053
|
+
mindroot/docs/_build/html/_modules/mindroot/registry/component_manager.html,sha256=dEA2kG1LeXW4VtCYNQkxGBXVdBTc50DTRyfcDlG1d_E,20948
|
|
2054
|
+
mindroot/docs/_build/html/_modules/mindroot/registry/data_access.html,sha256=Qs3_WmT9Oh0SvBb4dbvYgELeuaZbzx4bPBrwEmQxbk4,45127
|
|
2027
2055
|
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=
|
|
2056
|
+
mindroot/docs/_build/html/_sources/developer_documentation.rst.txt,sha256=HR96_Z-5s5F2-pTtyF_ru4SWaN7EaGBkWA0ZeowuQcs,1225
|
|
2057
|
+
mindroot/docs/_build/html/_sources/embed_chat.rst.txt,sha256=FDp_iXHpmQeCVaIuILGlneAShy5UYADEk_DnvAqcrGg,1081
|
|
2029
2058
|
mindroot/docs/_build/html/_sources/getting_started.rst.txt,sha256=jAd5O7cm_x9o9es3dVbd7FE-HwzJYsjyjqlGAlyCu30,3121
|
|
2030
2059
|
mindroot/docs/_build/html/_sources/index.rst.txt,sha256=v3sabLY14cqmVUy-Emv7-OZ3hst-aVx3bOiak9o-eSQ,942
|
|
2031
2060
|
mindroot/docs/_build/html/_sources/install_plugins_with_tools.rst.txt,sha256=jhVVbgMjtSCirvbMb7PQ8oqXS-3ns19K46dTjIT9DhQ,489
|
|
@@ -2034,7 +2063,7 @@ mindroot/docs/_build/html/_sources/llm_api_key.rst.txt,sha256=51USWK8Ce4ABTCJtho
|
|
|
2034
2063
|
mindroot/docs/_build/html/_sources/llm_plugin_installation.rst.txt,sha256=25puSqpPhbs3YRv9DpJ0LfLyeDPQSuNjIAuO1aiWrPI,649
|
|
2035
2064
|
mindroot/docs/_build/html/_sources/programming_task.rst.txt,sha256=VJ6euwtBUbjO5SmPz2jA-6P5FmX1TmDRr0jFl5VykBY,359
|
|
2036
2065
|
mindroot/docs/_build/html/_sources/starting_mindroot.rst.txt,sha256=3uj-IfHsEQbgs26HD_ifjiTR8dK9IGzS4JxfB4BMht4,287
|
|
2037
|
-
mindroot/docs/_build/html/_sources/user_documentation.rst.txt,sha256=
|
|
2066
|
+
mindroot/docs/_build/html/_sources/user_documentation.rst.txt,sha256=e3wUwRTqeATW4XyDvNRT6ZtsS2HCIqEpFYy4yH-zyd4,348
|
|
2038
2067
|
mindroot/docs/_build/html/_sources/source/ahp.rst.txt,sha256=iCCuhiJgyUUwnhqvZF3AN5C_nbSPH9yBbbQ8afw_E-A,97
|
|
2039
2068
|
mindroot/docs/_build/html/_sources/source/mindroot.coreplugins.admin.rst.txt,sha256=FZDqi2-xkiE03BK8abkrqs4uWK4g6QXzwNnyVzfuanQ,5015
|
|
2040
2069
|
mindroot/docs/_build/html/_sources/source/mindroot.coreplugins.api_keys.rst.txt,sha256=FY49dB7bgBopSVckE0JBm-4m8SUQds1E2GGjyqao87w,1044
|
|
@@ -2066,14 +2095,12 @@ mindroot/docs/_build/html/_sources/source/mindroot.registry.rst.txt,sha256=wvrTF
|
|
|
2066
2095
|
mindroot/docs/_build/html/_sources/source/mindroot.rst.txt,sha256=_sz4aarEVpTfoYZJyWldKp2peUzmucQHZwZ_fcwOKaY,885
|
|
2067
2096
|
mindroot/docs/_build/html/_sources/source/modules.rst.txt,sha256=sagBF9jNIC43OvLLMReRbRzHO_us8dSBgFYgeDHWtIw,51
|
|
2068
2097
|
mindroot/docs/_build/html/_sources/source/mr_agent_expert_instr.rst.txt,sha256=SWz277SscvWbpGnxtbacMTyQ7LzlpMonPaJ8hCBFz-Y,157
|
|
2069
|
-
mindroot/docs/_build/html/_static/_sphinx_javascript_frameworks_compat.js,sha256=SAosc3clLBShG8pNOknfoW6lQKmY-mN_rgGJruG4kRM,4289
|
|
2070
2098
|
mindroot/docs/_build/html/_static/basic.css,sha256=ZW_xus1vJg_H1xuX-cLx_L9pLchL9GnNlSA078ue7-0,14685
|
|
2071
2099
|
mindroot/docs/_build/html/_static/custom.css,sha256=k7q2cdR0iERQpcJsl5QWXeG3LyrTVV9h9MqG-n4Jo7U,479
|
|
2072
2100
|
mindroot/docs/_build/html/_static/debug.css,sha256=DQXNnnnVMjQwRmfAjwKXHeYZbA_8pZPDkDs2Z7QFWtY,1266
|
|
2073
2101
|
mindroot/docs/_build/html/_static/doctools.js,sha256=KZLAnfkYJqjTPjtItkXud-RXrc98cS13aoFOHixEi0M,4322
|
|
2074
2102
|
mindroot/docs/_build/html/_static/documentation_options.js,sha256=ckx9bZ--jSFk9Q60jYYhmTfDHLFu_QXanGYZ0lt2rxw,329
|
|
2075
2103
|
mindroot/docs/_build/html/_static/file.png,sha256=XEvJoWrr84xLlQ9ZuOUByjZJUyjLnrYiIYvOkGSjXj4,286
|
|
2076
|
-
mindroot/docs/_build/html/_static/jquery.js,sha256=_xUj-3OJU5yExlq6GSYGSHk7tPXikynS7ogEvDej_m4,89501
|
|
2077
2104
|
mindroot/docs/_build/html/_static/language_data.js,sha256=O8MRVjt_xegPyrL4Ypd0vzy2swICAA3zbf-OaVqQI7c,4598
|
|
2078
2105
|
mindroot/docs/_build/html/_static/minus.png,sha256=R-f8UNs2mfHKQc6aL_ogLADF0dUYDFX2K6hZsb1swAg,90
|
|
2079
2106
|
mindroot/docs/_build/html/_static/plus.png,sha256=VBFRmblqEwy6AhR8R8DetD3Mm58ItRYruoZCs0mArGM,90
|
|
@@ -2081,52 +2108,6 @@ mindroot/docs/_build/html/_static/pygments.css,sha256=Dy7n_HqzcFOcO6KUxSc7VNod3J
|
|
|
2081
2108
|
mindroot/docs/_build/html/_static/searchtools.js,sha256=NxtJx_CUtSUkTipZ14Caa5Rvwch5EgHRDdod0ZETO7c,21782
|
|
2082
2109
|
mindroot/docs/_build/html/_static/skeleton.css,sha256=53ArywPT6wLmNoH3U9iKKL7o-O0T5Q5YrISivDGlxx0,6034
|
|
2083
2110
|
mindroot/docs/_build/html/_static/sphinx_highlight.js,sha256=CWIx6ch9-A7DJz2pxbcbyBUDIGcmoHpN1N5Ewlb_hZw,5123
|
|
2084
|
-
mindroot/docs/_build/html/_static/css/badge_only.css,sha256=8TmeT8SMP_F7UDfTUS_MRR-wq8LJW0uNEqq1DN2dHW8,3329
|
|
2085
|
-
mindroot/docs/_build/html/_static/css/theme.css,sha256=c8QzT--tPqml27kXCc-4VhysllcZRurhJ1FqSW5P-Zw,137260
|
|
2086
|
-
mindroot/docs/_build/html/_static/css/fonts/Roboto-Slab-Bold.woff,sha256=n-yHytviQTslXx7Fd1c6g_HKLhw3qgI9vrzTp7hkY2o,87624
|
|
2087
|
-
mindroot/docs/_build/html/_static/css/fonts/Roboto-Slab-Bold.woff2,sha256=GgwCTdGiZ8UtVXVGn_6FcNHoQWTefTk880FLr9F9egw,67312
|
|
2088
|
-
mindroot/docs/_build/html/_static/css/fonts/Roboto-Slab-Regular.woff,sha256=nzJjDiwMUTW_HobjbLZbOTLkQQZEI1vCvZlenH9v8Rc,86288
|
|
2089
|
-
mindroot/docs/_build/html/_static/css/fonts/Roboto-Slab-Regular.woff2,sha256=h05CIihW168Ds_Q40h2SOkKA1H_mfEhRDiF0oVeXle8,66444
|
|
2090
|
-
mindroot/docs/_build/html/_static/css/fonts/fontawesome-webfont.eot,sha256=e_yrbbmdXPvxcFygU23ceFhUMsxfpBu9etDwCQM7KXk,165742
|
|
2091
|
-
mindroot/docs/_build/html/_static/css/fonts/fontawesome-webfont.svg,sha256=rWFXkmwWIrpOHQPUePFUE2hSS_xG9R5C_g2UX37zI-Q,444379
|
|
2092
|
-
mindroot/docs/_build/html/_static/css/fonts/fontawesome-webfont.ttf,sha256=qljzPyOaD7AvXHpsRcBD16msmgkzNYBmlOzW1O3A1qg,165548
|
|
2093
|
-
mindroot/docs/_build/html/_static/css/fonts/fontawesome-webfont.woff,sha256=ugxZ3rVFD1y0Gz-TYJ7i0NmVQVh33foiPoqKdTNHTwc,98024
|
|
2094
|
-
mindroot/docs/_build/html/_static/css/fonts/fontawesome-webfont.woff2,sha256=Kt78vAQefRj88tQXh53FoJmXqmTWdbejxLbOM9oT8_4,77160
|
|
2095
|
-
mindroot/docs/_build/html/_static/css/fonts/lato-bold-italic.woff,sha256=mAyFkuVIjfJWGSyZnpLbj9MC24zYkJt_omamhON-Rfg,323344
|
|
2096
|
-
mindroot/docs/_build/html/_static/css/fonts/lato-bold-italic.woff2,sha256=wJFqMzQNBj97BWeeCAMecp0YiERHBvBIBHBdpZZtiV0,193308
|
|
2097
|
-
mindroot/docs/_build/html/_static/css/fonts/lato-bold.woff,sha256=DlaxfRQus2bIAHAx0U402kjHC0qdmgykkuaWp7rkXh4,309728
|
|
2098
|
-
mindroot/docs/_build/html/_static/css/fonts/lato-bold.woff2,sha256=roj8DXqWGDL4CVJ9ML05g6aGbUL2alat4j9UNoFZTbY,184912
|
|
2099
|
-
mindroot/docs/_build/html/_static/css/fonts/lato-normal-italic.woff,sha256=JjGKFGel5crxCwTPqULQeWMlYM16Kc7FZf0dyffsUIE,328412
|
|
2100
|
-
mindroot/docs/_build/html/_static/css/fonts/lato-normal-italic.woff2,sha256=RGV2Xy9u3c2tNP_XyrVZ5WvA515F4ZL4XpVisHcUgdw,195704
|
|
2101
|
-
mindroot/docs/_build/html/_static/css/fonts/lato-normal.woff,sha256=W5Al3aTXaI4zEbDBft3FARM7gH3vM-_672WThDz1QW4,309192
|
|
2102
|
-
mindroot/docs/_build/html/_static/css/fonts/lato-normal.woff2,sha256=mDsMrzNuhUIhT8FwGaT8XgNghkuSgGyhTVXB_BwsWg8,182708
|
|
2103
|
-
mindroot/docs/_build/html/_static/fonts/Lato/lato-bold.eot,sha256=uR_BylXfRA3BE1SzKjm0XbZj0kuxexbcsucGMwlVsNE,256056
|
|
2104
|
-
mindroot/docs/_build/html/_static/fonts/Lato/lato-bold.ttf,sha256=9x-DPAmfRQYG-BB7g-8giukYwOoAd5Rm1F6b6WsLx8w,600856
|
|
2105
|
-
mindroot/docs/_build/html/_static/fonts/Lato/lato-bold.woff,sha256=DlaxfRQus2bIAHAx0U402kjHC0qdmgykkuaWp7rkXh4,309728
|
|
2106
|
-
mindroot/docs/_build/html/_static/fonts/Lato/lato-bold.woff2,sha256=roj8DXqWGDL4CVJ9ML05g6aGbUL2alat4j9UNoFZTbY,184912
|
|
2107
|
-
mindroot/docs/_build/html/_static/fonts/Lato/lato-bolditalic.eot,sha256=s9WFh5oC9IxdQ9j5HQaxZ-Nnoxk0uzuBR8CpC1yjK_w,266158
|
|
2108
|
-
mindroot/docs/_build/html/_static/fonts/Lato/lato-bolditalic.ttf,sha256=-Y0EBjFxTqv_0P-3R1dmdPp4wpEPbZ49wMWEgdA8GJg,622572
|
|
2109
|
-
mindroot/docs/_build/html/_static/fonts/Lato/lato-bolditalic.woff,sha256=mAyFkuVIjfJWGSyZnpLbj9MC24zYkJt_omamhON-Rfg,323344
|
|
2110
|
-
mindroot/docs/_build/html/_static/fonts/Lato/lato-bolditalic.woff2,sha256=wJFqMzQNBj97BWeeCAMecp0YiERHBvBIBHBdpZZtiV0,193308
|
|
2111
|
-
mindroot/docs/_build/html/_static/fonts/Lato/lato-italic.eot,sha256=vCTb4E9bJBVnj5eOfi9jDMZhBnDWhOCI5zrSnEOer-M,268604
|
|
2112
|
-
mindroot/docs/_build/html/_static/fonts/Lato/lato-italic.ttf,sha256=Etglr4jq_qHOOqRp-DwDrK7NDQP2kPQJyGQ1KfEgW08,639388
|
|
2113
|
-
mindroot/docs/_build/html/_static/fonts/Lato/lato-italic.woff,sha256=JjGKFGel5crxCwTPqULQeWMlYM16Kc7FZf0dyffsUIE,328412
|
|
2114
|
-
mindroot/docs/_build/html/_static/fonts/Lato/lato-italic.woff2,sha256=RGV2Xy9u3c2tNP_XyrVZ5WvA515F4ZL4XpVisHcUgdw,195704
|
|
2115
|
-
mindroot/docs/_build/html/_static/fonts/Lato/lato-regular.eot,sha256=5zVBBnXqzDY7JXES8564GahUsDB317HwyqbnZg_72LM,253461
|
|
2116
|
-
mindroot/docs/_build/html/_static/fonts/Lato/lato-regular.ttf,sha256=CJq21KV-DmxN07aBtv1QpRhPG5AkKdNeEiflLWzK0b0,607720
|
|
2117
|
-
mindroot/docs/_build/html/_static/fonts/Lato/lato-regular.woff,sha256=W5Al3aTXaI4zEbDBft3FARM7gH3vM-_672WThDz1QW4,309192
|
|
2118
|
-
mindroot/docs/_build/html/_static/fonts/Lato/lato-regular.woff2,sha256=mDsMrzNuhUIhT8FwGaT8XgNghkuSgGyhTVXB_BwsWg8,182708
|
|
2119
|
-
mindroot/docs/_build/html/_static/fonts/RobotoSlab/roboto-slab-v7-bold.eot,sha256=RDiZGhL_lRzI0OgzSOwG2fkQWRsbAUxHbpWV1NoJnkg,79520
|
|
2120
|
-
mindroot/docs/_build/html/_static/fonts/RobotoSlab/roboto-slab-v7-bold.ttf,sha256=uhLS6rH6dltrBTmPp-BH3XYpPwwFHOV6j3sMWRwU1Cs,170616
|
|
2121
|
-
mindroot/docs/_build/html/_static/fonts/RobotoSlab/roboto-slab-v7-bold.woff,sha256=n-yHytviQTslXx7Fd1c6g_HKLhw3qgI9vrzTp7hkY2o,87624
|
|
2122
|
-
mindroot/docs/_build/html/_static/fonts/RobotoSlab/roboto-slab-v7-bold.woff2,sha256=GgwCTdGiZ8UtVXVGn_6FcNHoQWTefTk880FLr9F9egw,67312
|
|
2123
|
-
mindroot/docs/_build/html/_static/fonts/RobotoSlab/roboto-slab-v7-regular.eot,sha256=s4CbcdQXxsIl53pViAqnkVtOS093peLSQ_NWNzHn9Vw,78331
|
|
2124
|
-
mindroot/docs/_build/html/_static/fonts/RobotoSlab/roboto-slab-v7-regular.ttf,sha256=E6pfVMby-i44j-Dmdc28xqgfYnCov5wDpd-K-csCKBA,169064
|
|
2125
|
-
mindroot/docs/_build/html/_static/fonts/RobotoSlab/roboto-slab-v7-regular.woff,sha256=nzJjDiwMUTW_HobjbLZbOTLkQQZEI1vCvZlenH9v8Rc,86288
|
|
2126
|
-
mindroot/docs/_build/html/_static/fonts/RobotoSlab/roboto-slab-v7-regular.woff2,sha256=h05CIihW168Ds_Q40h2SOkKA1H_mfEhRDiF0oVeXle8,66444
|
|
2127
|
-
mindroot/docs/_build/html/_static/js/badge_only.js,sha256=8KSAjQTE1VN4dRrAlqg3a2SxpwTIJYSw7lkCEs9BMBM,934
|
|
2128
|
-
mindroot/docs/_build/html/_static/js/theme.js,sha256=U2rS10bpRMVXDMFbra7Mw8BYKhtm5FUR_k7c4yttpRA,5023
|
|
2129
|
-
mindroot/docs/_build/html/_static/js/versions.js,sha256=CZjMUjkRPLYAmrFzDiTt6FZzdZgQ7o-x4vkSMFKCpKo,6978
|
|
2130
2111
|
mindroot/docs/_build/html/_static/scripts/furo-extensions.js,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
2131
2112
|
mindroot/docs/_build/html/_static/scripts/furo.js,sha256=DfYBK_kYOIL8MU0e6qZv53BehpTPJzUcS-H13DLp_m8,5221
|
|
2132
2113
|
mindroot/docs/_build/html/_static/scripts/furo.js.LICENSE.txt,sha256=PrpxjJir4K2N1EAe3J3fq_l5-bubisRGRgthsDaUlw0,187
|
|
@@ -2135,37 +2116,37 @@ mindroot/docs/_build/html/_static/styles/furo-extensions.css,sha256=PSsCB3EaBzE9
|
|
|
2135
2116
|
mindroot/docs/_build/html/_static/styles/furo-extensions.css.map,sha256=CzW267gfKqH8ruMlwJbWg-MsGAipIgZwoaP4gwDGkVw,7762
|
|
2136
2117
|
mindroot/docs/_build/html/_static/styles/furo.css,sha256=_VadhXUHMzTBCFYkutwKheVkdQlyNZJYRa8uhVGcpZ4,51074
|
|
2137
2118
|
mindroot/docs/_build/html/_static/styles/furo.css.map,sha256=fsUcXMqaSwEFTorfGfQjJ8xnUzkkWIjGkGfAgxKj5lA,76865
|
|
2138
|
-
mindroot/docs/_build/html/source/ahp.html,sha256=
|
|
2139
|
-
mindroot/docs/_build/html/source/mindroot.coreplugins.admin.html,sha256=
|
|
2140
|
-
mindroot/docs/_build/html/source/mindroot.coreplugins.api_keys.html,sha256=
|
|
2141
|
-
mindroot/docs/_build/html/source/mindroot.coreplugins.chat.html,sha256=
|
|
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=
|
|
2145
|
-
mindroot/docs/_build/html/source/mindroot.coreplugins.email.html,sha256=
|
|
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.html,sha256=
|
|
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.jwt_auth.html,sha256=
|
|
2152
|
-
mindroot/docs/_build/html/source/mindroot.coreplugins.l8n.html,sha256=
|
|
2153
|
-
mindroot/docs/_build/html/source/mindroot.coreplugins.mcp_.html,sha256=
|
|
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=
|
|
2159
|
-
mindroot/docs/_build/html/source/mindroot.html,sha256=
|
|
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=
|
|
2164
|
-
mindroot/docs/_build/html/source/mindroot.lib.providers.backup.html,sha256=
|
|
2165
|
-
mindroot/docs/_build/html/source/mindroot.lib.providers.html,sha256=
|
|
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/mr_agent_expert_instr.html,sha256=
|
|
2119
|
+
mindroot/docs/_build/html/source/ahp.html,sha256=EOdWA1nYK_wH6O8fcYJ-WVYAnmD7Xgq3y3OE-SG35Mo,14830
|
|
2120
|
+
mindroot/docs/_build/html/source/mindroot.coreplugins.admin.html,sha256=w-7snzcNqhdFjeN4AZhcePmAjeSNZsKNAwAKwie5K8Y,351835
|
|
2121
|
+
mindroot/docs/_build/html/source/mindroot.coreplugins.api_keys.html,sha256=iUek60vi8fGJlaHU1xxBYfUrkFnyMC-Dqs6w80_TCrk,46491
|
|
2122
|
+
mindroot/docs/_build/html/source/mindroot.coreplugins.chat.html,sha256=7GCBdjx1ocXskYAazxcXCTgJlk6Iq93K8hBPpyDKL_g,148933
|
|
2123
|
+
mindroot/docs/_build/html/source/mindroot.coreplugins.chat_avatar.html,sha256=8fZ2fuYsh93KTV092wFmPhQ_jh9BfzcTzXat1uhziWQ,15726
|
|
2124
|
+
mindroot/docs/_build/html/source/mindroot.coreplugins.check_list.html,sha256=D_Y86Ci1UU3mIgRqyNeQT6ecsNEHp0EBRkfbAzzrdj0,35466
|
|
2125
|
+
mindroot/docs/_build/html/source/mindroot.coreplugins.credits.html,sha256=FfR-Y8nIkdbcJc7tVoW9xmtIUlwbWbkuFBwoTJUbRTY,117575
|
|
2126
|
+
mindroot/docs/_build/html/source/mindroot.coreplugins.email.html,sha256=t0WuKRBjH-Ti4T5Cki3kjmxGE8-le_JeRPV3254tYJY,62637
|
|
2127
|
+
mindroot/docs/_build/html/source/mindroot.coreplugins.env_manager.html,sha256=-V3n3heHElxTDtPA7LzqOms2Hk_ksJikt4-Vbhrz_8A,29747
|
|
2128
|
+
mindroot/docs/_build/html/source/mindroot.coreplugins.events.html,sha256=Ss0CZME7NEH_qgQLIKuaZl1c78X1bm3TRqn5E5tK8k4,20340
|
|
2129
|
+
mindroot/docs/_build/html/source/mindroot.coreplugins.html,sha256=c993NT_DadF2VwhjXy26Ys5fIlsGZjvaHaoiPUOIq8A,287569
|
|
2130
|
+
mindroot/docs/_build/html/source/mindroot.coreplugins.index.handlers.html,sha256=kwTDiPX8D73Ro8TWjZFKZ6qvbut-T886XacNRHKo6Qk,51052
|
|
2131
|
+
mindroot/docs/_build/html/source/mindroot.coreplugins.index.html,sha256=Z-JKlanrC9vaoV25o9VCEe3o1jirJ3MwQ8MfOoQr2_M,82846
|
|
2132
|
+
mindroot/docs/_build/html/source/mindroot.coreplugins.jwt_auth.html,sha256=pPcvm7_O2WZy2qrPVs7RqEmhvIatH5OiyqX8Z2c2dDk,31905
|
|
2133
|
+
mindroot/docs/_build/html/source/mindroot.coreplugins.l8n.html,sha256=D1i7SIR7kEN2kvieEBPB-9zNa1jcAbwrTbvWkIn6a4Y,89006
|
|
2134
|
+
mindroot/docs/_build/html/source/mindroot.coreplugins.mcp_.html,sha256=kIAtw5FaArAap_z_IormBxNOIAu25MqUhhVRlp0TL6M,180387
|
|
2135
|
+
mindroot/docs/_build/html/source/mindroot.coreplugins.persona.html,sha256=HByYNBt50a00HuP2CxfCBAXnyAAOEiM00Y9BVg9dzmM,23941
|
|
2136
|
+
mindroot/docs/_build/html/source/mindroot.coreplugins.startup.html,sha256=RAVlVjGJORfVq6eE81zbj5C3Ihde9NdipXnwXtnkdIU,17314
|
|
2137
|
+
mindroot/docs/_build/html/source/mindroot.coreplugins.subscriptions.html,sha256=5Joqj4QmPlkiar-gSeKj8PNeyRFVxeKFnHW8Rbd49Xc,229628
|
|
2138
|
+
mindroot/docs/_build/html/source/mindroot.coreplugins.usage.html,sha256=i6nBuDEcLCOpBOhKEDOZD7EsiiWui4pjc5QEAqljQi0,90504
|
|
2139
|
+
mindroot/docs/_build/html/source/mindroot.coreplugins.user_service.html,sha256=0VTA-TmpJk9zzC0NmEUybgsRyCGEHuyLNvEGUZWjTAM,86561
|
|
2140
|
+
mindroot/docs/_build/html/source/mindroot.html,sha256=q7XWcqx1OZgfxiDdzIUCw3vX4sLn82RG4UqZSaR_UaQ,100093
|
|
2141
|
+
mindroot/docs/_build/html/source/mindroot.lib.auth.html,sha256=TV9cOZZTUDuO_k8VvoE6yN-qpLdEQ1mnvj1QBUdXx78,25335
|
|
2142
|
+
mindroot/docs/_build/html/source/mindroot.lib.html,sha256=Mp5as_-a2cm0NxN5AdFZjJi5-CkcxwdC9DzHMUf_YUY,237894
|
|
2143
|
+
mindroot/docs/_build/html/source/mindroot.lib.json_str_block.html,sha256=HqCnEk8BThY--u-SPfCh0qhHzUZsgzGrjtsmQNUKvYo,17895
|
|
2144
|
+
mindroot/docs/_build/html/source/mindroot.lib.plugins.html,sha256=hfAxtQ3wu3efGkB6b9a6_tXvLSW3acty2Fg_W6J8O2g,90691
|
|
2145
|
+
mindroot/docs/_build/html/source/mindroot.lib.providers.backup.html,sha256=kVEVMaqxkixBlcx9JCY4vI9VTCdWLcoz4GcagJNJB2Q,15602
|
|
2146
|
+
mindroot/docs/_build/html/source/mindroot.lib.providers.html,sha256=ngg9GvX9-L92W9z-LG4cZ8egVew1l8uV1YJoKqU1sJY,53831
|
|
2147
|
+
mindroot/docs/_build/html/source/mindroot.registry.html,sha256=nWMQU0l_mM0tSR-3dEa1bvbNEvEP0wj-PveOLwou6M8,42310
|
|
2148
|
+
mindroot/docs/_build/html/source/modules.html,sha256=uZFrF0h1rZZsl3Humm5OJgGKauTMc-Q-FZfe4tUs-DA,25876
|
|
2149
|
+
mindroot/docs/_build/html/source/mr_agent_expert_instr.html,sha256=6hMPAFSK0u2TdMEwNSBzRK5NHWsN6bqnXla2Cdp_m00,14920
|
|
2169
2150
|
mindroot/docs/_static/custom.css,sha256=k7q2cdR0iERQpcJsl5QWXeG3LyrTVV9h9MqG-n4Jo7U,479
|
|
2170
2151
|
mindroot/docs/data/equivalent_flags.json,sha256=2U-3S-gIRTDd4g6ixRL4S9Fk9w40MwFqV5MD_ObqHlo,33
|
|
2171
2152
|
mindroot/docs/data/models.json,sha256=hX9-dlBWzJ-2QpMeG696hk7c483-CivujIcRRq4DcNs,1146
|
|
@@ -2217,9 +2198,10 @@ mindroot/docs/source/mr_agent_expert_instr.rst,sha256=SWz277SscvWbpGnxtbacMTyQ7L
|
|
|
2217
2198
|
mindroot/lib/__init__.py,sha256=388n_hMskU0TnZ4xT10US_kFkya-EPBjWcv7AZf_HOk,74
|
|
2218
2199
|
mindroot/lib/buchatlog.py,sha256=LJZc3ksKgJcStltmHrrwNLaON3EDzhOKVAWj0Wl22wk,5861
|
|
2219
2200
|
mindroot/lib/buchatlog2.py,sha256=Va9FteBWePEjWD9OZcw-OtQfEb-IoCVGTmJeMRaX9is,13729
|
|
2201
|
+
mindroot/lib/buchatlog3.py,sha256=SAvcK2m_CW0Jw8p1pqnbrTexcx24PotrsJTqvQ_D290,24573
|
|
2220
2202
|
mindroot/lib/butemplates.py,sha256=gfHGPTOjvoEenXsR7xokNuqMjOAPuC2DawheH1Ae4bU,12196
|
|
2221
|
-
mindroot/lib/chatcontext.py,sha256=
|
|
2222
|
-
mindroot/lib/chatlog.py,sha256=
|
|
2203
|
+
mindroot/lib/chatcontext.py,sha256=1NjD3YFmw5KpEi0rAUeFNYU1DRnu2k7kL3KRX4ebJc8,12438
|
|
2204
|
+
mindroot/lib/chatlog.py,sha256=RKEx29JB-48fntWIzsdI4NTu-hp6eKxcpwRmNW6cSAc,27629
|
|
2223
2205
|
mindroot/lib/chatlog_optimized.py,sha256=rL7KBP-V4_cGgMLihxPm3HoKcjFEyA1uEtPtqvkOa3A,20011
|
|
2224
2206
|
mindroot/lib/json_escape.py,sha256=5cAmAdNbnYX2uyfQcnse2fFtNI0CdB-AfZ23RwaDm-k,884
|
|
2225
2207
|
mindroot/lib/model_selector.py,sha256=Wz-8NZoiclmnhLeCNnI3WCuKFmjsO5HE4bK5F8GpZzU,1397
|
|
@@ -2240,7 +2222,7 @@ mindroot/lib/db/preferences.py,sha256=UCmJyjE20Lv51vFJJ7lOE08AJHqKRth6vBP4rkU8ed
|
|
|
2240
2222
|
mindroot/lib/json_str_block/__init__.py,sha256=VrB0YgLICZlnZNkt91hit9Mzx2ukhijS8O78tybMT_A,30
|
|
2241
2223
|
mindroot/lib/json_str_block/json_str_block.py,sha256=EL3TrCInP5LaJLZZ02_n1pC3udnVCZA1FMDakr_RKFA,3390
|
|
2242
2224
|
mindroot/lib/logging/log_router.py,sha256=BUj03xC0sSc03A2Oo9PWea2ap1p1paFY9ZSFisIgIzc,6274
|
|
2243
|
-
mindroot/lib/logging/logfiles.py,sha256=
|
|
2225
|
+
mindroot/lib/logging/logfiles.py,sha256=Exjd3gAIyzkYWvTTM2-_-HSs6vB1YCuJVJAfpf99kqE,2682
|
|
2244
2226
|
mindroot/lib/logging/logfiles_prev.py,sha256=Dqya4VlqXh5Wx7HC6uydkwkb5SLpcl6HQ46f6Tfjlvg,2593
|
|
2245
2227
|
mindroot/lib/pipelines/pipe.py,sha256=zlVI8BTjDaI87UZO61uVvXyZIbs_pPipi-zGVgDoCwk,527
|
|
2246
2228
|
mindroot/lib/pipelines/pipelines.py,sha256=Uv83Xvnpt34u6J0h0f1mef4M53ifgFco65nMECBJeMM,2654
|
|
@@ -2273,9 +2255,9 @@ mindroot/protocols/services/stream_chat.py,sha256=fMnPfwaB5fdNMBLTEg8BXKAGvrELKH
|
|
|
2273
2255
|
mindroot/registry/__init__.py,sha256=40Xy9bmPHsgdIrOzbtBGzf4XMqXVi9P8oZTJhn0r654,151
|
|
2274
2256
|
mindroot/registry/component_manager.py,sha256=WZFNPg4SNvpqsM5NFiC2DpgmrJQCyR9cNhrCBpp30Qk,995
|
|
2275
2257
|
mindroot/registry/data_access.py,sha256=81In5TwETpaqnnY1_-tBQM7rfWvUxZUZkG7lEelRUfU,5321
|
|
2276
|
-
mindroot-
|
|
2277
|
-
mindroot-
|
|
2278
|
-
mindroot-
|
|
2279
|
-
mindroot-
|
|
2280
|
-
mindroot-
|
|
2281
|
-
mindroot-
|
|
2258
|
+
mindroot-10.14.0.dist-info/licenses/LICENSE,sha256=8plAmZh8y9ccuuqFFz4kp7G-cO_qsPgAOoHNvabSB4U,1070
|
|
2259
|
+
mindroot-10.14.0.dist-info/METADATA,sha256=n9GjQHedhYDW020WBn2VnWdURczO2M3D1NWGykzR57Q,1036
|
|
2260
|
+
mindroot-10.14.0.dist-info/WHEEL,sha256=_zCd3N1l69ArxyTb8rzEoP9TpbYXkqRFSNOD5OuxnTs,91
|
|
2261
|
+
mindroot-10.14.0.dist-info/entry_points.txt,sha256=0bpyjMccLttx6VcjDp6zfJPN0Kk0rffor6IdIbP0j4c,50
|
|
2262
|
+
mindroot-10.14.0.dist-info/top_level.txt,sha256=gwKm7DmNjhdrCJTYCrxa9Szne4lLpCtrEBltfsX-Mm8,9
|
|
2263
|
+
mindroot-10.14.0.dist-info/RECORD,,
|