mindroot 9.11.0__py3-none-any.whl → 9.12.0__py3-none-any.whl
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Potentially problematic release.
This version of mindroot might be problematic. Click here for more details.
- mindroot/coreplugins/home/templates/home.jinja2 +1 -0
- mindroot/docs/Makefile +20 -0
- mindroot/docs/_build/doctrees/chat_with_assistant.doctree +0 -0
- mindroot/docs/_build/doctrees/developer_documentation.doctree +0 -0
- mindroot/docs/_build/doctrees/environment.pickle +0 -0
- mindroot/docs/_build/doctrees/getting_started.doctree +0 -0
- mindroot/docs/_build/doctrees/index.doctree +0 -0
- mindroot/docs/_build/doctrees/install_plugins_with_tools.doctree +0 -0
- mindroot/docs/_build/doctrees/installation.doctree +0 -0
- mindroot/docs/_build/doctrees/llm_api_key.doctree +0 -0
- mindroot/docs/_build/doctrees/llm_plugin_installation.doctree +0 -0
- mindroot/docs/_build/doctrees/programming_task.doctree +0 -0
- mindroot/docs/_build/doctrees/source/ahp.doctree +0 -0
- mindroot/docs/_build/doctrees/source/mindroot.coreplugins.admin.doctree +0 -0
- mindroot/docs/_build/doctrees/source/mindroot.coreplugins.api_keys.doctree +0 -0
- mindroot/docs/_build/doctrees/source/mindroot.coreplugins.chat.doctree +0 -0
- mindroot/docs/_build/doctrees/source/mindroot.coreplugins.chat_avatar.doctree +0 -0
- mindroot/docs/_build/doctrees/source/mindroot.coreplugins.check_list.doctree +0 -0
- mindroot/docs/_build/doctrees/source/mindroot.coreplugins.credits.doctree +0 -0
- mindroot/docs/_build/doctrees/source/mindroot.coreplugins.doctree +0 -0
- mindroot/docs/_build/doctrees/source/mindroot.coreplugins.email.doctree +0 -0
- mindroot/docs/_build/doctrees/source/mindroot.coreplugins.env_manager.doctree +0 -0
- mindroot/docs/_build/doctrees/source/mindroot.coreplugins.events.doctree +0 -0
- mindroot/docs/_build/doctrees/source/mindroot.coreplugins.index.doctree +0 -0
- mindroot/docs/_build/doctrees/source/mindroot.coreplugins.index.handlers.doctree +0 -0
- mindroot/docs/_build/doctrees/source/mindroot.coreplugins.jwt_auth.doctree +0 -0
- mindroot/docs/_build/doctrees/source/mindroot.coreplugins.l8n.doctree +0 -0
- mindroot/docs/_build/doctrees/source/mindroot.coreplugins.mcp_.doctree +0 -0
- mindroot/docs/_build/doctrees/source/mindroot.coreplugins.persona.doctree +0 -0
- mindroot/docs/_build/doctrees/source/mindroot.coreplugins.startup.doctree +0 -0
- mindroot/docs/_build/doctrees/source/mindroot.coreplugins.subscriptions.doctree +0 -0
- mindroot/docs/_build/doctrees/source/mindroot.coreplugins.usage.doctree +0 -0
- mindroot/docs/_build/doctrees/source/mindroot.coreplugins.user_service.doctree +0 -0
- mindroot/docs/_build/doctrees/source/mindroot.doctree +0 -0
- mindroot/docs/_build/doctrees/source/mindroot.lib.auth.doctree +0 -0
- mindroot/docs/_build/doctrees/source/mindroot.lib.doctree +0 -0
- mindroot/docs/_build/doctrees/source/mindroot.lib.json_str_block.doctree +0 -0
- mindroot/docs/_build/doctrees/source/mindroot.lib.plugins.doctree +0 -0
- mindroot/docs/_build/doctrees/source/mindroot.lib.providers.backup.doctree +0 -0
- mindroot/docs/_build/doctrees/source/mindroot.lib.providers.doctree +0 -0
- mindroot/docs/_build/doctrees/source/mindroot.registry.doctree +0 -0
- mindroot/docs/_build/doctrees/source/modules.doctree +0 -0
- mindroot/docs/_build/doctrees/source/mr_agent_expert_instr.doctree +0 -0
- mindroot/docs/_build/doctrees/starting_mindroot.doctree +0 -0
- mindroot/docs/_build/doctrees/user_documentation.doctree +0 -0
- mindroot/docs/_build/html/.buildinfo +4 -0
- mindroot/docs/_build/html/.buildinfo.bak +4 -0
- mindroot/docs/_build/html/_images/envvar.png +0 -0
- mindroot/docs/_build/html/_images/files.png +0 -0
- mindroot/docs/_build/html/_images/installopenrouter.png +0 -0
- mindroot/docs/_build/html/_images/mood.png +0 -0
- mindroot/docs/_build/html/_images/moon.png +0 -0
- mindroot/docs/_build/html/_images/openrouter.png +0 -0
- mindroot/docs/_build/html/_images/restart.png +0 -0
- mindroot/docs/_build/html/_modules/index.html +425 -0
- mindroot/docs/_build/html/_modules/mindroot/coreplugins/admin/agent_importer.html +292 -0
- mindroot/docs/_build/html/_modules/mindroot/coreplugins/admin/agent_router.html +620 -0
- mindroot/docs/_build/html/_modules/mindroot/coreplugins/admin/asset_manager.html +289 -0
- mindroot/docs/_build/html/_modules/mindroot/coreplugins/admin/command_router.html +518 -0
- mindroot/docs/_build/html/_modules/mindroot/coreplugins/admin/mcp_catalog_routes.html +275 -0
- mindroot/docs/_build/html/_modules/mindroot/coreplugins/admin/mcp_publish_routes.html +581 -0
- mindroot/docs/_build/html/_modules/mindroot/coreplugins/admin/mcp_registry_routes.html +623 -0
- mindroot/docs/_build/html/_modules/mindroot/coreplugins/admin/mcp_routes.html +347 -0
- mindroot/docs/_build/html/_modules/mindroot/coreplugins/admin/mod.html +163 -0
- mindroot/docs/_build/html/_modules/mindroot/coreplugins/admin/oauth_callback_router.html +188 -0
- mindroot/docs/_build/html/_modules/mindroot/coreplugins/admin/persona_handler.html +195 -0
- mindroot/docs/_build/html/_modules/mindroot/coreplugins/admin/persona_router.html +428 -0
- mindroot/docs/_build/html/_modules/mindroot/coreplugins/admin/plugin_manager.html +610 -0
- mindroot/docs/_build/html/_modules/mindroot/coreplugins/admin/plugin_router.html +146 -0
- mindroot/docs/_build/html/_modules/mindroot/coreplugins/admin/plugin_routes.html +230 -0
- mindroot/docs/_build/html/_modules/mindroot/coreplugins/admin/registry_settings_routes.html +253 -0
- mindroot/docs/_build/html/_modules/mindroot/coreplugins/admin/router.html +267 -0
- mindroot/docs/_build/html/_modules/mindroot/coreplugins/admin/server_router.html +271 -0
- mindroot/docs/_build/html/_modules/mindroot/coreplugins/admin/service_models.html +195 -0
- mindroot/docs/_build/html/_modules/mindroot/coreplugins/admin/settings_router.html +403 -0
- mindroot/docs/_build/html/_modules/mindroot/coreplugins/api_keys/api_key_manager.html +215 -0
- mindroot/docs/_build/html/_modules/mindroot/coreplugins/api_keys/mod.html +127 -0
- mindroot/docs/_build/html/_modules/mindroot/coreplugins/api_keys/router.html +170 -0
- mindroot/docs/_build/html/_modules/mindroot/coreplugins/chat/commands.html +565 -0
- mindroot/docs/_build/html/_modules/mindroot/coreplugins/chat/mod.html +118 -0
- mindroot/docs/_build/html/_modules/mindroot/coreplugins/chat/models.html +130 -0
- mindroot/docs/_build/html/_modules/mindroot/coreplugins/chat/router.html +571 -0
- mindroot/docs/_build/html/_modules/mindroot/coreplugins/chat/services.html +645 -0
- mindroot/docs/_build/html/_modules/mindroot/coreplugins/chat/widget_manager.html +258 -0
- mindroot/docs/_build/html/_modules/mindroot/coreplugins/chat/widget_routes.html +409 -0
- mindroot/docs/_build/html/_modules/mindroot/coreplugins/check_list/mod.html +460 -0
- mindroot/docs/_build/html/_modules/mindroot/coreplugins/credits/conversion.html +232 -0
- mindroot/docs/_build/html/_modules/mindroot/coreplugins/credits/ledger.html +283 -0
- mindroot/docs/_build/html/_modules/mindroot/coreplugins/credits/mod.html +355 -0
- mindroot/docs/_build/html/_modules/mindroot/coreplugins/credits/models.html +269 -0
- mindroot/docs/_build/html/_modules/mindroot/coreplugins/credits/router.html +306 -0
- mindroot/docs/_build/html/_modules/mindroot/coreplugins/credits/storage.html +257 -0
- mindroot/docs/_build/html/_modules/mindroot/coreplugins/email/email_provider.html +159 -0
- mindroot/docs/_build/html/_modules/mindroot/coreplugins/email/imap_handler.html +343 -0
- mindroot/docs/_build/html/_modules/mindroot/coreplugins/email/mod.html +210 -0
- mindroot/docs/_build/html/_modules/mindroot/coreplugins/email/services.html +172 -0
- mindroot/docs/_build/html/_modules/mindroot/coreplugins/email/smtp_handler.html +188 -0
- mindroot/docs/_build/html/_modules/mindroot/coreplugins/email/test_email_service.html +179 -0
- mindroot/docs/_build/html/_modules/mindroot/coreplugins/env_manager/mod.html +409 -0
- mindroot/docs/_build/html/_modules/mindroot/coreplugins/env_manager/router.html +147 -0
- mindroot/docs/_build/html/_modules/mindroot/coreplugins/events/router.html +201 -0
- mindroot/docs/_build/html/_modules/mindroot/coreplugins/index/handlers/agent_ops.html +195 -0
- mindroot/docs/_build/html/_modules/mindroot/coreplugins/index/handlers/index_ops.html +214 -0
- mindroot/docs/_build/html/_modules/mindroot/coreplugins/index/handlers/plugin_ops.html +263 -0
- mindroot/docs/_build/html/_modules/mindroot/coreplugins/index/handlers/publish.html +225 -0
- mindroot/docs/_build/html/_modules/mindroot/coreplugins/index/mod.html +120 -0
- mindroot/docs/_build/html/_modules/mindroot/coreplugins/index/models.html +148 -0
- mindroot/docs/_build/html/_modules/mindroot/coreplugins/index/router.html +184 -0
- mindroot/docs/_build/html/_modules/mindroot/coreplugins/index/utils.html +166 -0
- mindroot/docs/_build/html/_modules/mindroot/coreplugins/jwt_auth/middleware.html +400 -0
- mindroot/docs/_build/html/_modules/mindroot/coreplugins/jwt_auth/mod.html +153 -0
- mindroot/docs/_build/html/_modules/mindroot/coreplugins/jwt_auth/router.html +134 -0
- mindroot/docs/_build/html/_modules/mindroot/coreplugins/l8n/language_detection.html +296 -0
- mindroot/docs/_build/html/_modules/mindroot/coreplugins/l8n/middleware.html +258 -0
- mindroot/docs/_build/html/_modules/mindroot/coreplugins/l8n/mod.html +393 -0
- mindroot/docs/_build/html/_modules/mindroot/coreplugins/l8n/test_enhanced.html +408 -0
- mindroot/docs/_build/html/_modules/mindroot/coreplugins/l8n/test_l8n_standalone.html +379 -0
- mindroot/docs/_build/html/_modules/mindroot/coreplugins/l8n/test_middleware.html +394 -0
- mindroot/docs/_build/html/_modules/mindroot/coreplugins/l8n/utils.html +348 -0
- mindroot/docs/_build/html/_modules/mindroot/coreplugins/mcp_/catalog_commands.html +456 -0
- mindroot/docs/_build/html/_modules/mindroot/coreplugins/mcp_/catalog_manager.html +409 -0
- mindroot/docs/_build/html/_modules/mindroot/coreplugins/mcp_/dynamic_commands.html +267 -0
- mindroot/docs/_build/html/_modules/mindroot/coreplugins/mcp_/mcp_manager.html +1186 -0
- mindroot/docs/_build/html/_modules/mindroot/coreplugins/mcp_/mod.html +510 -0
- mindroot/docs/_build/html/_modules/mindroot/coreplugins/mcp_/oauth_storage.html +260 -0
- mindroot/docs/_build/html/_modules/mindroot/coreplugins/mcp_/server_installer.html +195 -0
- mindroot/docs/_build/html/_modules/mindroot/coreplugins/mcp_/testmcpclient.html +217 -0
- mindroot/docs/_build/html/_modules/mindroot/coreplugins/persona/init_persona.html +117 -0
- mindroot/docs/_build/html/_modules/mindroot/coreplugins/persona/mod.html +276 -0
- mindroot/docs/_build/html/_modules/mindroot/coreplugins/startup/mod.html +122 -0
- mindroot/docs/_build/html/_modules/mindroot/coreplugins/subscriptions/credit_integration.html +163 -0
- mindroot/docs/_build/html/_modules/mindroot/coreplugins/subscriptions/mod.html +1089 -0
- mindroot/docs/_build/html/_modules/mindroot/coreplugins/subscriptions/models.html +261 -0
- mindroot/docs/_build/html/_modules/mindroot/coreplugins/subscriptions/router.html +502 -0
- mindroot/docs/_build/html/_modules/mindroot/coreplugins/subscriptions/storage.html +413 -0
- mindroot/docs/_build/html/_modules/mindroot/coreplugins/subscriptions/stripe_integration.html +178 -0
- mindroot/docs/_build/html/_modules/mindroot/coreplugins/subscriptions/subscription_manager.html +289 -0
- mindroot/docs/_build/html/_modules/mindroot/coreplugins/subscriptions/webhook_handler.html +327 -0
- mindroot/docs/_build/html/_modules/mindroot/coreplugins/usage/handlers.html +157 -0
- mindroot/docs/_build/html/_modules/mindroot/coreplugins/usage/mod.html +253 -0
- mindroot/docs/_build/html/_modules/mindroot/coreplugins/usage/models.html +141 -0
- mindroot/docs/_build/html/_modules/mindroot/coreplugins/usage/reporting.html +226 -0
- mindroot/docs/_build/html/_modules/mindroot/coreplugins/usage/router.html +228 -0
- mindroot/docs/_build/html/_modules/mindroot/coreplugins/usage/storage.html +264 -0
- mindroot/docs/_build/html/_modules/mindroot/coreplugins/user_service/admin_init.html +234 -0
- mindroot/docs/_build/html/_modules/mindroot/coreplugins/user_service/email_service.html +204 -0
- mindroot/docs/_build/html/_modules/mindroot/coreplugins/user_service/mod.html +260 -0
- mindroot/docs/_build/html/_modules/mindroot/coreplugins/user_service/models.html +148 -0
- mindroot/docs/_build/html/_modules/mindroot/coreplugins/user_service/password_reset_service.html +336 -0
- mindroot/docs/_build/html/_modules/mindroot/coreplugins/user_service/role_service.html +183 -0
- mindroot/docs/_build/html/_modules/mindroot/coreplugins/user_service/router.html +202 -0
- mindroot/docs/_build/html/_modules/mindroot/lib/auth/api_key.html +129 -0
- mindroot/docs/_build/html/_modules/mindroot/lib/auth/auth.html +203 -0
- mindroot/docs/_build/html/_modules/mindroot/lib/buchatlog.html +259 -0
- mindroot/docs/_build/html/_modules/mindroot/lib/buchatlog2.html +500 -0
- mindroot/docs/_build/html/_modules/mindroot/lib/butemplates.html +415 -0
- mindroot/docs/_build/html/_modules/mindroot/lib/chatcontext.html +401 -0
- mindroot/docs/_build/html/_modules/mindroot/lib/chatlog.html +619 -0
- mindroot/docs/_build/html/_modules/mindroot/lib/chatlog_optimized.html +655 -0
- mindroot/docs/_build/html/_modules/mindroot/lib/json_escape.html +138 -0
- mindroot/docs/_build/html/_modules/mindroot/lib/json_str_block/json_str_block.html +213 -0
- mindroot/docs/_build/html/_modules/mindroot/lib/parent_templates.html +181 -0
- mindroot/docs/_build/html/_modules/mindroot/lib/plugins/installation.html +481 -0
- mindroot/docs/_build/html/_modules/mindroot/lib/plugins/l8n_static_handler.html +347 -0
- mindroot/docs/_build/html/_modules/mindroot/lib/plugins/loader.html +403 -0
- mindroot/docs/_build/html/_modules/mindroot/lib/plugins/loader_with_l8n.html +391 -0
- mindroot/docs/_build/html/_modules/mindroot/lib/plugins/manifest.html +450 -0
- mindroot/docs/_build/html/_modules/mindroot/lib/plugins/mapping.html +127 -0
- mindroot/docs/_build/html/_modules/mindroot/lib/plugins/paths.html +215 -0
- mindroot/docs/_build/html/_modules/mindroot/lib/plugins_install.html +171 -0
- mindroot/docs/_build/html/_modules/mindroot/lib/providers/commands.html +125 -0
- mindroot/docs/_build/html/_modules/mindroot/lib/providers/hooks.html +117 -0
- mindroot/docs/_build/html/_modules/mindroot/lib/providers/missing.html +169 -0
- mindroot/docs/_build/html/_modules/mindroot/lib/providers/model_preferences_v2.html +291 -0
- mindroot/docs/_build/html/_modules/mindroot/lib/providers/services.html +122 -0
- mindroot/docs/_build/html/_modules/mindroot/lib/providers.html +465 -0
- mindroot/docs/_build/html/_modules/mindroot/lib/route_decorators.html +175 -0
- mindroot/docs/_build/html/_modules/mindroot/lib/session_files.html +142 -0
- mindroot/docs/_build/html/_modules/mindroot/lib/streamcmd.html +246 -0
- mindroot/docs/_build/html/_modules/mindroot/lib/templates.html +677 -0
- mindroot/docs/_build/html/_modules/mindroot/lib/token_counter.html +326 -0
- mindroot/docs/_build/html/_modules/mindroot/migrate.html +153 -0
- mindroot/docs/_build/html/_modules/mindroot/registry/component_manager.html +140 -0
- mindroot/docs/_build/html/_modules/mindroot/registry/data_access.html +302 -0
- mindroot/docs/_build/html/_modules/mindroot/server.html +317 -0
- mindroot/docs/_build/html/_modules/mindroot/server_missing_normal_args.html +322 -0
- mindroot/docs/_build/html/_modules/mindroot/server_prev.html +298 -0
- mindroot/docs/_build/html/_sources/chat_with_assistant.rst.txt +14 -0
- mindroot/docs/_build/html/_sources/developer_documentation.rst.txt +26 -0
- mindroot/docs/_build/html/_sources/getting_started.rst.txt +139 -0
- mindroot/docs/_build/html/_sources/index.rst.txt +38 -0
- mindroot/docs/_build/html/_sources/install_plugins_with_tools.rst.txt +25 -0
- mindroot/docs/_build/html/_sources/installation.rst.txt +21 -0
- mindroot/docs/_build/html/_sources/llm_api_key.rst.txt +22 -0
- mindroot/docs/_build/html/_sources/llm_plugin_installation.rst.txt +27 -0
- mindroot/docs/_build/html/_sources/programming_task.rst.txt +10 -0
- mindroot/docs/_build/html/_sources/source/ahp.rst.txt +7 -0
- mindroot/docs/_build/html/_sources/source/mindroot.coreplugins.admin.rst.txt +189 -0
- mindroot/docs/_build/html/_sources/source/mindroot.coreplugins.api_keys.rst.txt +45 -0
- mindroot/docs/_build/html/_sources/source/mindroot.coreplugins.chat.rst.txt +93 -0
- mindroot/docs/_build/html/_sources/source/mindroot.coreplugins.chat_avatar.rst.txt +10 -0
- mindroot/docs/_build/html/_sources/source/mindroot.coreplugins.check_list.rst.txt +21 -0
- mindroot/docs/_build/html/_sources/source/mindroot.coreplugins.credits.rst.txt +61 -0
- mindroot/docs/_build/html/_sources/source/mindroot.coreplugins.email.rst.txt +77 -0
- mindroot/docs/_build/html/_sources/source/mindroot.coreplugins.env_manager.rst.txt +29 -0
- mindroot/docs/_build/html/_sources/source/mindroot.coreplugins.events.rst.txt +29 -0
- mindroot/docs/_build/html/_sources/source/mindroot.coreplugins.index.handlers.rst.txt +45 -0
- mindroot/docs/_build/html/_sources/source/mindroot.coreplugins.index.rst.txt +53 -0
- mindroot/docs/_build/html/_sources/source/mindroot.coreplugins.jwt_auth.rst.txt +45 -0
- mindroot/docs/_build/html/_sources/source/mindroot.coreplugins.l8n.rst.txt +109 -0
- mindroot/docs/_build/html/_sources/source/mindroot.coreplugins.mcp_.rst.txt +93 -0
- mindroot/docs/_build/html/_sources/source/mindroot.coreplugins.persona.rst.txt +29 -0
- mindroot/docs/_build/html/_sources/source/mindroot.coreplugins.rst.txt +35 -0
- mindroot/docs/_build/html/_sources/source/mindroot.coreplugins.startup.rst.txt +21 -0
- mindroot/docs/_build/html/_sources/source/mindroot.coreplugins.subscriptions.rst.txt +85 -0
- mindroot/docs/_build/html/_sources/source/mindroot.coreplugins.usage.rst.txt +61 -0
- mindroot/docs/_build/html/_sources/source/mindroot.coreplugins.user_service.rst.txt +69 -0
- mindroot/docs/_build/html/_sources/source/mindroot.lib.auth.rst.txt +29 -0
- mindroot/docs/_build/html/_sources/source/mindroot.lib.json_str_block.rst.txt +21 -0
- mindroot/docs/_build/html/_sources/source/mindroot.lib.plugins.rst.txt +69 -0
- mindroot/docs/_build/html/_sources/source/mindroot.lib.providers.backup.rst.txt +10 -0
- mindroot/docs/_build/html/_sources/source/mindroot.lib.providers.rst.txt +61 -0
- mindroot/docs/_build/html/_sources/source/mindroot.lib.rst.txt +152 -0
- mindroot/docs/_build/html/_sources/source/mindroot.registry.rst.txt +29 -0
- mindroot/docs/_build/html/_sources/source/mindroot.rst.txt +54 -0
- mindroot/docs/_build/html/_sources/source/modules.rst.txt +7 -0
- mindroot/docs/_build/html/_sources/source/mr_agent_expert_instr.rst.txt +7 -0
- mindroot/docs/_build/html/_sources/starting_mindroot.rst.txt +12 -0
- mindroot/docs/_build/html/_sources/user_documentation.rst.txt +16 -0
- mindroot/docs/_build/html/_static/_sphinx_javascript_frameworks_compat.js +123 -0
- mindroot/docs/_build/html/_static/basic.css +906 -0
- mindroot/docs/_build/html/_static/css/badge_only.css +1 -0
- 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 +2671 -0
- 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 +4 -0
- mindroot/docs/_build/html/_static/custom.css +19 -0
- mindroot/docs/_build/html/_static/debug.css +69 -0
- mindroot/docs/_build/html/_static/doctools.js +149 -0
- mindroot/docs/_build/html/_static/documentation_options.js +13 -0
- mindroot/docs/_build/html/_static/file.png +0 -0
- 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 +2 -0
- mindroot/docs/_build/html/_static/js/badge_only.js +1 -0
- mindroot/docs/_build/html/_static/js/theme.js +1 -0
- mindroot/docs/_build/html/_static/js/versions.js +228 -0
- mindroot/docs/_build/html/_static/language_data.js +192 -0
- mindroot/docs/_build/html/_static/minus.png +0 -0
- mindroot/docs/_build/html/_static/plus.png +0 -0
- mindroot/docs/_build/html/_static/pygments.css +232 -0
- mindroot/docs/_build/html/_static/scripts/furo-extensions.js +0 -0
- mindroot/docs/_build/html/_static/scripts/furo.js +3 -0
- mindroot/docs/_build/html/_static/scripts/furo.js.LICENSE.txt +7 -0
- mindroot/docs/_build/html/_static/scripts/furo.js.map +1 -0
- mindroot/docs/_build/html/_static/searchtools.js +635 -0
- mindroot/docs/_build/html/_static/skeleton.css +296 -0
- mindroot/docs/_build/html/_static/sphinx_highlight.js +154 -0
- mindroot/docs/_build/html/_static/styles/furo-extensions.css +2 -0
- mindroot/docs/_build/html/_static/styles/furo-extensions.css.map +1 -0
- mindroot/docs/_build/html/_static/styles/furo.css +2 -0
- mindroot/docs/_build/html/_static/styles/furo.css.map +1 -0
- mindroot/docs/_build/html/chat_with_assistant.html +329 -0
- mindroot/docs/_build/html/developer_documentation.html +338 -0
- mindroot/docs/_build/html/genindex.html +4690 -0
- mindroot/docs/_build/html/getting_started.html +423 -0
- mindroot/docs/_build/html/index.html +357 -0
- mindroot/docs/_build/html/install_plugins_with_tools.html +336 -0
- mindroot/docs/_build/html/installation.html +330 -0
- mindroot/docs/_build/html/llm_api_key.html +337 -0
- mindroot/docs/_build/html/llm_plugin_installation.html +338 -0
- mindroot/docs/_build/html/objects.inv +0 -0
- mindroot/docs/_build/html/programming_task.html +326 -0
- mindroot/docs/_build/html/py-modindex.html +1307 -0
- mindroot/docs/_build/html/search.html +307 -0
- mindroot/docs/_build/html/searchindex.js +1 -0
- mindroot/docs/_build/html/source/ahp.html +302 -0
- mindroot/docs/_build/html/source/mindroot.coreplugins.admin.html +2212 -0
- mindroot/docs/_build/html/source/mindroot.coreplugins.api_keys.html +532 -0
- mindroot/docs/_build/html/source/mindroot.coreplugins.chat.html +1185 -0
- mindroot/docs/_build/html/source/mindroot.coreplugins.chat_avatar.html +311 -0
- mindroot/docs/_build/html/source/mindroot.coreplugins.check_list.html +441 -0
- mindroot/docs/_build/html/source/mindroot.coreplugins.credits.html +879 -0
- mindroot/docs/_build/html/source/mindroot.coreplugins.email.html +554 -0
- mindroot/docs/_build/html/source/mindroot.coreplugins.env_manager.html +447 -0
- mindroot/docs/_build/html/source/mindroot.coreplugins.events.html +338 -0
- mindroot/docs/_build/html/source/mindroot.coreplugins.html +1785 -0
- mindroot/docs/_build/html/source/mindroot.coreplugins.index.handlers.html +481 -0
- mindroot/docs/_build/html/source/mindroot.coreplugins.index.html +696 -0
- mindroot/docs/_build/html/source/mindroot.coreplugins.jwt_auth.html +432 -0
- mindroot/docs/_build/html/source/mindroot.coreplugins.l8n.html +933 -0
- mindroot/docs/_build/html/source/mindroot.coreplugins.mcp_.html +1271 -0
- mindroot/docs/_build/html/source/mindroot.coreplugins.persona.html +386 -0
- mindroot/docs/_build/html/source/mindroot.coreplugins.startup.html +327 -0
- mindroot/docs/_build/html/source/mindroot.coreplugins.subscriptions.html +1631 -0
- mindroot/docs/_build/html/source/mindroot.coreplugins.usage.html +677 -0
- mindroot/docs/_build/html/source/mindroot.coreplugins.user_service.html +681 -0
- mindroot/docs/_build/html/source/mindroot.html +811 -0
- mindroot/docs/_build/html/source/mindroot.lib.auth.html +407 -0
- mindroot/docs/_build/html/source/mindroot.lib.html +2027 -0
- mindroot/docs/_build/html/source/mindroot.lib.json_str_block.html +344 -0
- mindroot/docs/_build/html/source/mindroot.lib.plugins.html +1050 -0
- mindroot/docs/_build/html/source/mindroot.lib.providers.backup.html +324 -0
- mindroot/docs/_build/html/source/mindroot.lib.providers.html +572 -0
- mindroot/docs/_build/html/source/mindroot.registry.html +501 -0
- mindroot/docs/_build/html/source/modules.html +377 -0
- mindroot/docs/_build/html/source/mr_agent_expert_instr.html +302 -0
- mindroot/docs/_build/html/starting_mindroot.html +325 -0
- mindroot/docs/_build/html/user_documentation.html +333 -0
- mindroot/docs/_static/custom.css +19 -0
- mindroot/docs/chat_with_assistant.rst +14 -0
- mindroot/docs/conf.py +54 -0
- mindroot/docs/data/agents/local/Assistant/agent.json +27 -0
- mindroot/docs/data/agents/local/SysAdmin/agent.json +33 -0
- mindroot/docs/data/equivalent_flags.json +1 -0
- mindroot/docs/data/mcp/servers.json +9 -0
- mindroot/docs/data/models.json +57 -0
- mindroot/docs/data/plugin_manifest.json +95 -0
- mindroot/docs/data/preferred_models.json +12 -0
- mindroot/docs/data/providers.json +62 -0
- mindroot/docs/developer_documentation.rst +26 -0
- mindroot/docs/envvar.png +0 -0
- mindroot/docs/files.png +0 -0
- mindroot/docs/getting_started.rst +139 -0
- mindroot/docs/index.rst +38 -0
- mindroot/docs/install_plugins_with_tools.rst +25 -0
- mindroot/docs/installation.rst +21 -0
- mindroot/docs/installopenrouter.png +0 -0
- mindroot/docs/llm_api_key.rst +22 -0
- mindroot/docs/llm_plugin_installation.rst +27 -0
- mindroot/docs/make.bat +35 -0
- mindroot/docs/mood.png +0 -0
- mindroot/docs/moon.png +0 -0
- mindroot/docs/openrouter.png +0 -0
- mindroot/docs/personas/local/Assistant/avatar.png +0 -0
- mindroot/docs/personas/local/Assistant/faceref.png +0 -0
- mindroot/docs/personas/local/Assistant/persona.json +7 -0
- mindroot/docs/programming_task.rst +10 -0
- mindroot/docs/restart.png +0 -0
- mindroot/docs/source/ahp.rst +7 -0
- mindroot/docs/source/mindroot.coreplugins.admin.rst +189 -0
- mindroot/docs/source/mindroot.coreplugins.api_keys.rst +45 -0
- mindroot/docs/source/mindroot.coreplugins.chat.rst +93 -0
- mindroot/docs/source/mindroot.coreplugins.chat_avatar.rst +10 -0
- mindroot/docs/source/mindroot.coreplugins.check_list.rst +21 -0
- mindroot/docs/source/mindroot.coreplugins.credits.rst +61 -0
- mindroot/docs/source/mindroot.coreplugins.email.rst +77 -0
- mindroot/docs/source/mindroot.coreplugins.env_manager.rst +29 -0
- mindroot/docs/source/mindroot.coreplugins.events.rst +29 -0
- mindroot/docs/source/mindroot.coreplugins.index.handlers.rst +45 -0
- mindroot/docs/source/mindroot.coreplugins.index.rst +53 -0
- mindroot/docs/source/mindroot.coreplugins.jwt_auth.rst +45 -0
- mindroot/docs/source/mindroot.coreplugins.l8n.rst +109 -0
- mindroot/docs/source/mindroot.coreplugins.mcp_.rst +93 -0
- mindroot/docs/source/mindroot.coreplugins.persona.rst +29 -0
- mindroot/docs/source/mindroot.coreplugins.rst +35 -0
- mindroot/docs/source/mindroot.coreplugins.startup.rst +21 -0
- mindroot/docs/source/mindroot.coreplugins.subscriptions.rst +85 -0
- mindroot/docs/source/mindroot.coreplugins.usage.rst +61 -0
- mindroot/docs/source/mindroot.coreplugins.user_service.rst +69 -0
- mindroot/docs/source/mindroot.lib.auth.rst +29 -0
- mindroot/docs/source/mindroot.lib.json_str_block.rst +21 -0
- mindroot/docs/source/mindroot.lib.plugins.rst +69 -0
- mindroot/docs/source/mindroot.lib.providers.backup.rst +10 -0
- mindroot/docs/source/mindroot.lib.providers.rst +61 -0
- mindroot/docs/source/mindroot.lib.rst +152 -0
- mindroot/docs/source/mindroot.registry.rst +29 -0
- mindroot/docs/source/mindroot.rst +54 -0
- mindroot/docs/source/modules.rst +7 -0
- mindroot/docs/source/mr_agent_expert_instr.rst +7 -0
- mindroot/docs/starting_mindroot.rst +12 -0
- mindroot/docs/user_documentation.rst +16 -0
- mindroot/server.py +10 -1
- {mindroot-9.11.0.dist-info → mindroot-9.12.0.dist-info}/METADATA +1 -1
- {mindroot-9.11.0.dist-info → mindroot-9.12.0.dist-info}/RECORD +415 -8
- {mindroot-9.11.0.dist-info → mindroot-9.12.0.dist-info}/WHEEL +0 -0
- {mindroot-9.11.0.dist-info → mindroot-9.12.0.dist-info}/entry_points.txt +0 -0
- {mindroot-9.11.0.dist-info → mindroot-9.12.0.dist-info}/licenses/LICENSE +0 -0
- {mindroot-9.11.0.dist-info → mindroot-9.12.0.dist-info}/top_level.txt +0 -0
|
@@ -0,0 +1,1307 @@
|
|
|
1
|
+
<!doctype html>
|
|
2
|
+
<html class="no-js" lang="en" data-content_root="./">
|
|
3
|
+
<head><meta charset="utf-8"/>
|
|
4
|
+
<meta name="viewport" content="width=device-width,initial-scale=1"/>
|
|
5
|
+
<meta name="color-scheme" content="light dark"><link rel="index" title="Index" href="genindex.html" /><link rel="search" title="Search" href="search.html" />
|
|
6
|
+
|
|
7
|
+
<!-- Generated with Sphinx 8.2.3 and Furo 2025.07.19 --><title>Python Module Index - MindRoot 9.10.0 documentation</title>
|
|
8
|
+
<link rel="stylesheet" type="text/css" href="_static/pygments.css?v=d111a655" />
|
|
9
|
+
<link rel="stylesheet" type="text/css" href="_static/styles/furo.css?v=25af2a20" />
|
|
10
|
+
<link rel="stylesheet" type="text/css" href="_static/styles/furo-extensions.css?v=8dab3a3b" />
|
|
11
|
+
<link rel="stylesheet" type="text/css" href="_static/custom.css?v=f4b9d74b" />
|
|
12
|
+
|
|
13
|
+
|
|
14
|
+
|
|
15
|
+
|
|
16
|
+
<style>
|
|
17
|
+
body {
|
|
18
|
+
--color-code-background: #f2f2f2;
|
|
19
|
+
--color-code-foreground: #1e1e1e;
|
|
20
|
+
--color-brand-primary: #007acc;
|
|
21
|
+
--color-brand-content: #007acc;
|
|
22
|
+
|
|
23
|
+
}
|
|
24
|
+
@media not print {
|
|
25
|
+
body[data-theme="dark"] {
|
|
26
|
+
--color-code-background: #2b2b2b;
|
|
27
|
+
--color-code-foreground: #f8f8f2;
|
|
28
|
+
--color-brand-primary: #ff7b72;
|
|
29
|
+
--color-brand-content: #ff7b72;
|
|
30
|
+
|
|
31
|
+
}
|
|
32
|
+
@media (prefers-color-scheme: dark) {
|
|
33
|
+
body:not([data-theme="light"]) {
|
|
34
|
+
--color-code-background: #2b2b2b;
|
|
35
|
+
--color-code-foreground: #f8f8f2;
|
|
36
|
+
--color-brand-primary: #ff7b72;
|
|
37
|
+
--color-brand-content: #ff7b72;
|
|
38
|
+
|
|
39
|
+
}
|
|
40
|
+
}
|
|
41
|
+
}
|
|
42
|
+
</style></head>
|
|
43
|
+
<body>
|
|
44
|
+
|
|
45
|
+
<script>
|
|
46
|
+
document.body.dataset.theme = localStorage.getItem("theme") || "auto";
|
|
47
|
+
</script>
|
|
48
|
+
|
|
49
|
+
|
|
50
|
+
<svg xmlns="http://www.w3.org/2000/svg" style="display: none;">
|
|
51
|
+
<symbol id="svg-toc" viewBox="0 0 24 24">
|
|
52
|
+
<title>Contents</title>
|
|
53
|
+
<svg stroke="currentColor" fill="currentColor" stroke-width="0" viewBox="0 0 1024 1024">
|
|
54
|
+
<path d="M408 442h480c4.4 0 8-3.6 8-8v-56c0-4.4-3.6-8-8-8H408c-4.4 0-8 3.6-8 8v56c0 4.4 3.6 8 8 8zm-8 204c0 4.4 3.6 8 8 8h480c4.4 0 8-3.6 8-8v-56c0-4.4-3.6-8-8-8H408c-4.4 0-8 3.6-8 8v56zm504-486H120c-4.4 0-8 3.6-8 8v56c0 4.4 3.6 8 8 8h784c4.4 0 8-3.6 8-8v-56c0-4.4-3.6-8-8-8zm0 632H120c-4.4 0-8 3.6-8 8v56c0 4.4 3.6 8 8 8h784c4.4 0 8-3.6 8-8v-56c0-4.4-3.6-8-8-8zM115.4 518.9L271.7 642c5.8 4.6 14.4.5 14.4-6.9V388.9c0-7.4-8.5-11.5-14.4-6.9L115.4 505.1a8.74 8.74 0 0 0 0 13.8z"/>
|
|
55
|
+
</svg>
|
|
56
|
+
</symbol>
|
|
57
|
+
<symbol id="svg-menu" viewBox="0 0 24 24">
|
|
58
|
+
<title>Menu</title>
|
|
59
|
+
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="none" stroke="currentColor"
|
|
60
|
+
stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="feather-menu">
|
|
61
|
+
<line x1="3" y1="12" x2="21" y2="12"></line>
|
|
62
|
+
<line x1="3" y1="6" x2="21" y2="6"></line>
|
|
63
|
+
<line x1="3" y1="18" x2="21" y2="18"></line>
|
|
64
|
+
</svg>
|
|
65
|
+
</symbol>
|
|
66
|
+
<symbol id="svg-arrow-right" viewBox="0 0 24 24">
|
|
67
|
+
<title>Expand</title>
|
|
68
|
+
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="none" stroke="currentColor"
|
|
69
|
+
stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="feather-chevron-right">
|
|
70
|
+
<polyline points="9 18 15 12 9 6"></polyline>
|
|
71
|
+
</svg>
|
|
72
|
+
</symbol>
|
|
73
|
+
<symbol id="svg-sun" viewBox="0 0 24 24">
|
|
74
|
+
<title>Light mode</title>
|
|
75
|
+
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="none" stroke="currentColor"
|
|
76
|
+
stroke-width="1" stroke-linecap="round" stroke-linejoin="round" class="feather-sun">
|
|
77
|
+
<circle cx="12" cy="12" r="5"></circle>
|
|
78
|
+
<line x1="12" y1="1" x2="12" y2="3"></line>
|
|
79
|
+
<line x1="12" y1="21" x2="12" y2="23"></line>
|
|
80
|
+
<line x1="4.22" y1="4.22" x2="5.64" y2="5.64"></line>
|
|
81
|
+
<line x1="18.36" y1="18.36" x2="19.78" y2="19.78"></line>
|
|
82
|
+
<line x1="1" y1="12" x2="3" y2="12"></line>
|
|
83
|
+
<line x1="21" y1="12" x2="23" y2="12"></line>
|
|
84
|
+
<line x1="4.22" y1="19.78" x2="5.64" y2="18.36"></line>
|
|
85
|
+
<line x1="18.36" y1="5.64" x2="19.78" y2="4.22"></line>
|
|
86
|
+
</svg>
|
|
87
|
+
</symbol>
|
|
88
|
+
<symbol id="svg-moon" viewBox="0 0 24 24">
|
|
89
|
+
<title>Dark mode</title>
|
|
90
|
+
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="none" stroke="currentColor"
|
|
91
|
+
stroke-width="1" stroke-linecap="round" stroke-linejoin="round" class="icon-tabler-moon">
|
|
92
|
+
<path stroke="none" d="M0 0h24v24H0z" fill="none" />
|
|
93
|
+
<path d="M12 3c.132 0 .263 0 .393 0a7.5 7.5 0 0 0 7.92 12.446a9 9 0 1 1 -8.313 -12.454z" />
|
|
94
|
+
</svg>
|
|
95
|
+
</symbol>
|
|
96
|
+
<symbol id="svg-sun-with-moon" viewBox="0 0 24 24">
|
|
97
|
+
<title>Auto light/dark, in light mode</title>
|
|
98
|
+
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="none" stroke="currentColor"
|
|
99
|
+
stroke-width="1" stroke-linecap="round" stroke-linejoin="round"
|
|
100
|
+
class="icon-custom-derived-from-feather-sun-and-tabler-moon">
|
|
101
|
+
<path style="opacity: 50%" d="M 5.411 14.504 C 5.471 14.504 5.532 14.504 5.591 14.504 C 3.639 16.319 4.383 19.569 6.931 20.352 C 7.693 20.586 8.512 20.551 9.25 20.252 C 8.023 23.207 4.056 23.725 2.11 21.184 C 0.166 18.642 1.702 14.949 4.874 14.536 C 5.051 14.512 5.231 14.5 5.411 14.5 L 5.411 14.504 Z"/>
|
|
102
|
+
<line x1="14.5" y1="3.25" x2="14.5" y2="1.25"/>
|
|
103
|
+
<line x1="14.5" y1="15.85" x2="14.5" y2="17.85"/>
|
|
104
|
+
<line x1="10.044" y1="5.094" x2="8.63" y2="3.68"/>
|
|
105
|
+
<line x1="19" y1="14.05" x2="20.414" y2="15.464"/>
|
|
106
|
+
<line x1="8.2" y1="9.55" x2="6.2" y2="9.55"/>
|
|
107
|
+
<line x1="20.8" y1="9.55" x2="22.8" y2="9.55"/>
|
|
108
|
+
<line x1="10.044" y1="14.006" x2="8.63" y2="15.42"/>
|
|
109
|
+
<line x1="19" y1="5.05" x2="20.414" y2="3.636"/>
|
|
110
|
+
<circle cx="14.5" cy="9.55" r="3.6"/>
|
|
111
|
+
</svg>
|
|
112
|
+
</symbol>
|
|
113
|
+
<symbol id="svg-moon-with-sun" viewBox="0 0 24 24">
|
|
114
|
+
<title>Auto light/dark, in dark mode</title>
|
|
115
|
+
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="none" stroke="currentColor"
|
|
116
|
+
stroke-width="1" stroke-linecap="round" stroke-linejoin="round"
|
|
117
|
+
class="icon-custom-derived-from-feather-sun-and-tabler-moon">
|
|
118
|
+
<path d="M 8.282 7.007 C 8.385 7.007 8.494 7.007 8.595 7.007 C 5.18 10.184 6.481 15.869 10.942 17.24 C 12.275 17.648 13.706 17.589 15 17.066 C 12.851 22.236 5.91 23.143 2.505 18.696 C -0.897 14.249 1.791 7.786 7.342 7.063 C 7.652 7.021 7.965 7 8.282 7 L 8.282 7.007 Z"/>
|
|
119
|
+
<line style="opacity: 50%" x1="18" y1="3.705" x2="18" y2="2.5"/>
|
|
120
|
+
<line style="opacity: 50%" x1="18" y1="11.295" x2="18" y2="12.5"/>
|
|
121
|
+
<line style="opacity: 50%" x1="15.316" y1="4.816" x2="14.464" y2="3.964"/>
|
|
122
|
+
<line style="opacity: 50%" x1="20.711" y1="10.212" x2="21.563" y2="11.063"/>
|
|
123
|
+
<line style="opacity: 50%" x1="14.205" y1="7.5" x2="13.001" y2="7.5"/>
|
|
124
|
+
<line style="opacity: 50%" x1="21.795" y1="7.5" x2="23" y2="7.5"/>
|
|
125
|
+
<line style="opacity: 50%" x1="15.316" y1="10.184" x2="14.464" y2="11.036"/>
|
|
126
|
+
<line style="opacity: 50%" x1="20.711" y1="4.789" x2="21.563" y2="3.937"/>
|
|
127
|
+
<circle style="opacity: 50%" cx="18" cy="7.5" r="2.169"/>
|
|
128
|
+
</svg>
|
|
129
|
+
</symbol>
|
|
130
|
+
<symbol id="svg-pencil" viewBox="0 0 24 24">
|
|
131
|
+
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="none" stroke="currentColor"
|
|
132
|
+
stroke-width="1" stroke-linecap="round" stroke-linejoin="round" class="icon-tabler-pencil-code">
|
|
133
|
+
<path d="M4 20h4l10.5 -10.5a2.828 2.828 0 1 0 -4 -4l-10.5 10.5v4" />
|
|
134
|
+
<path d="M13.5 6.5l4 4" />
|
|
135
|
+
<path d="M20 21l2 -2l-2 -2" />
|
|
136
|
+
<path d="M17 17l-2 2l2 2" />
|
|
137
|
+
</svg>
|
|
138
|
+
</symbol>
|
|
139
|
+
<symbol id="svg-eye" viewBox="0 0 24 24">
|
|
140
|
+
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="none" stroke="currentColor"
|
|
141
|
+
stroke-width="1" stroke-linecap="round" stroke-linejoin="round" class="icon-tabler-eye-code">
|
|
142
|
+
<path stroke="none" d="M0 0h24v24H0z" fill="none" />
|
|
143
|
+
<path d="M10 12a2 2 0 1 0 4 0a2 2 0 0 0 -4 0" />
|
|
144
|
+
<path
|
|
145
|
+
d="M11.11 17.958c-3.209 -.307 -5.91 -2.293 -8.11 -5.958c2.4 -4 5.4 -6 9 -6c3.6 0 6.6 2 9 6c-.21 .352 -.427 .688 -.647 1.008" />
|
|
146
|
+
<path d="M20 21l2 -2l-2 -2" />
|
|
147
|
+
<path d="M17 17l-2 2l2 2" />
|
|
148
|
+
</svg>
|
|
149
|
+
</symbol>
|
|
150
|
+
</svg>
|
|
151
|
+
|
|
152
|
+
<input type="checkbox" class="sidebar-toggle" name="__navigation" id="__navigation">
|
|
153
|
+
<input type="checkbox" class="sidebar-toggle" name="__toc" id="__toc">
|
|
154
|
+
<label class="overlay sidebar-overlay" for="__navigation">
|
|
155
|
+
<div class="visually-hidden">Hide navigation sidebar</div>
|
|
156
|
+
</label>
|
|
157
|
+
<label class="overlay toc-overlay" for="__toc">
|
|
158
|
+
<div class="visually-hidden">Hide table of contents sidebar</div>
|
|
159
|
+
</label>
|
|
160
|
+
|
|
161
|
+
<a class="skip-to-content muted-link" href="#furo-main-content">Skip to content</a>
|
|
162
|
+
|
|
163
|
+
|
|
164
|
+
|
|
165
|
+
<div class="page">
|
|
166
|
+
<header class="mobile-header">
|
|
167
|
+
<div class="header-left">
|
|
168
|
+
<label class="nav-overlay-icon" for="__navigation">
|
|
169
|
+
<div class="visually-hidden">Toggle site navigation sidebar</div>
|
|
170
|
+
<i class="icon"><svg><use href="#svg-menu"></use></svg></i>
|
|
171
|
+
</label>
|
|
172
|
+
</div>
|
|
173
|
+
<div class="header-center">
|
|
174
|
+
<a href="index.html"><div class="brand">MindRoot 9.10.0 documentation</div></a>
|
|
175
|
+
</div>
|
|
176
|
+
<div class="header-right">
|
|
177
|
+
<div class="theme-toggle-container theme-toggle-header">
|
|
178
|
+
<button class="theme-toggle">
|
|
179
|
+
<div class="visually-hidden">Toggle Light / Dark / Auto color theme</div>
|
|
180
|
+
<svg class="theme-icon-when-auto-light"><use href="#svg-sun-with-moon"></use></svg>
|
|
181
|
+
<svg class="theme-icon-when-auto-dark"><use href="#svg-moon-with-sun"></use></svg>
|
|
182
|
+
<svg class="theme-icon-when-dark"><use href="#svg-moon"></use></svg>
|
|
183
|
+
<svg class="theme-icon-when-light"><use href="#svg-sun"></use></svg>
|
|
184
|
+
</button>
|
|
185
|
+
</div>
|
|
186
|
+
<label class="toc-overlay-icon toc-header-icon no-toc" for="__toc">
|
|
187
|
+
<div class="visually-hidden">Toggle table of contents sidebar</div>
|
|
188
|
+
<i class="icon"><svg><use href="#svg-toc"></use></svg></i>
|
|
189
|
+
</label>
|
|
190
|
+
</div>
|
|
191
|
+
</header>
|
|
192
|
+
<aside class="sidebar-drawer">
|
|
193
|
+
<div class="sidebar-container">
|
|
194
|
+
|
|
195
|
+
<div class="sidebar-sticky"><a class="sidebar-brand" href="index.html">
|
|
196
|
+
|
|
197
|
+
|
|
198
|
+
</a><form class="sidebar-search-container" method="get" action="search.html" role="search">
|
|
199
|
+
<input class="sidebar-search" placeholder="Search" name="q" aria-label="Search">
|
|
200
|
+
<input type="hidden" name="check_keywords" value="yes">
|
|
201
|
+
<input type="hidden" name="area" value="default">
|
|
202
|
+
</form>
|
|
203
|
+
<div id="searchbox"></div><div class="sidebar-scroll"><div class="sidebar-tree">
|
|
204
|
+
<p class="caption" role="heading"><span class="caption-text">User Documentation:</span></p>
|
|
205
|
+
<ul>
|
|
206
|
+
<li class="toctree-l1 has-children"><a class="reference internal" href="user_documentation.html">User Documentation</a><input class="toctree-checkbox" id="toctree-checkbox-1" name="toctree-checkbox-1" role="switch" type="checkbox"/><label for="toctree-checkbox-1"><div class="visually-hidden">Toggle navigation of User Documentation</div><i class="icon"><svg><use href="#svg-arrow-right"></use></svg></i></label><ul>
|
|
207
|
+
<li class="toctree-l2"><a class="reference internal" href="installation.html">Installation</a></li>
|
|
208
|
+
<li class="toctree-l2"><a class="reference internal" href="starting_mindroot.html">Starting MindRoot</a></li>
|
|
209
|
+
<li class="toctree-l2"><a class="reference internal" href="llm_plugin_installation.html">LLM Plugin Installation</a></li>
|
|
210
|
+
<li class="toctree-l2"><a class="reference internal" href="llm_api_key.html">LLM API Key</a></li>
|
|
211
|
+
<li class="toctree-l2"><a class="reference internal" href="chat_with_assistant.html">Chat with Assistant</a></li>
|
|
212
|
+
<li class="toctree-l2"><a class="reference internal" href="install_plugins_with_tools.html">Install Plugins with Tools</a></li>
|
|
213
|
+
<li class="toctree-l2"><a class="reference internal" href="programming_task.html">Give Assistant a Programming Task</a></li>
|
|
214
|
+
</ul>
|
|
215
|
+
</li>
|
|
216
|
+
</ul>
|
|
217
|
+
<p class="caption" role="heading"><span class="caption-text">Developer Documentation:</span></p>
|
|
218
|
+
<ul>
|
|
219
|
+
<li class="toctree-l1"><a class="reference internal" href="developer_documentation.html">Developer Documentation</a></li>
|
|
220
|
+
</ul>
|
|
221
|
+
|
|
222
|
+
</div>
|
|
223
|
+
</div>
|
|
224
|
+
|
|
225
|
+
</div>
|
|
226
|
+
|
|
227
|
+
</div>
|
|
228
|
+
</aside>
|
|
229
|
+
<div class="main">
|
|
230
|
+
<div class="content">
|
|
231
|
+
<div class="article-container">
|
|
232
|
+
<a href="#" class="back-to-top muted-link">
|
|
233
|
+
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">
|
|
234
|
+
<path d="M13 20h-2V8l-5.5 5.5-1.42-1.42L12 4.16l7.92 7.92-1.42 1.42L13 8v12z"></path>
|
|
235
|
+
</svg>
|
|
236
|
+
<span>Back to top</span>
|
|
237
|
+
</a>
|
|
238
|
+
<div class="content-icon-container">
|
|
239
|
+
<div class="theme-toggle-container theme-toggle-content">
|
|
240
|
+
<button class="theme-toggle">
|
|
241
|
+
<div class="visually-hidden">Toggle Light / Dark / Auto color theme</div>
|
|
242
|
+
<svg class="theme-icon-when-auto-light"><use href="#svg-sun-with-moon"></use></svg>
|
|
243
|
+
<svg class="theme-icon-when-auto-dark"><use href="#svg-moon-with-sun"></use></svg>
|
|
244
|
+
<svg class="theme-icon-when-dark"><use href="#svg-moon"></use></svg>
|
|
245
|
+
<svg class="theme-icon-when-light"><use href="#svg-sun"></use></svg>
|
|
246
|
+
</button>
|
|
247
|
+
</div>
|
|
248
|
+
<label class="toc-overlay-icon toc-content-icon no-toc" for="__toc">
|
|
249
|
+
<div class="visually-hidden">Toggle table of contents sidebar</div>
|
|
250
|
+
<i class="icon"><svg><use href="#svg-toc"></use></svg></i>
|
|
251
|
+
</label>
|
|
252
|
+
</div>
|
|
253
|
+
<article role="main" id="furo-main-content">
|
|
254
|
+
|
|
255
|
+
<section class="domainindex-section">
|
|
256
|
+
<h1>Python Module Index</h1>
|
|
257
|
+
<div class="domainindex-jumpbox"><a href="#cap-m"><strong>m</strong></a></div>
|
|
258
|
+
</section>
|
|
259
|
+
<table class="domainindex-table">
|
|
260
|
+
<tr class="pcap">
|
|
261
|
+
<td></td><td> </td><td></td>
|
|
262
|
+
</tr>
|
|
263
|
+
<tr class="cap" id="cap-m">
|
|
264
|
+
<td></td><td><strong>m</strong></td><td></td>
|
|
265
|
+
</tr>
|
|
266
|
+
<tr>
|
|
267
|
+
<td><img src="_static/minus.png" class="toggler"
|
|
268
|
+
id="toggle-1" style="display: none" alt="-" /></td>
|
|
269
|
+
<td>
|
|
270
|
+
<a href="source/mindroot.html#module-mindroot"><code class="xref">mindroot</code></a></td><td>
|
|
271
|
+
<em></em></td>
|
|
272
|
+
</tr>
|
|
273
|
+
<tr class="cg-1">
|
|
274
|
+
<td></td>
|
|
275
|
+
<td>   
|
|
276
|
+
<a href="source/mindroot.coreplugins.html#module-mindroot.coreplugins"><code class="xref">mindroot.coreplugins</code></a></td><td>
|
|
277
|
+
<em></em></td>
|
|
278
|
+
</tr>
|
|
279
|
+
<tr class="cg-1">
|
|
280
|
+
<td></td>
|
|
281
|
+
<td>   
|
|
282
|
+
<a href="source/mindroot.coreplugins.admin.html#module-mindroot.coreplugins.admin"><code class="xref">mindroot.coreplugins.admin</code></a></td><td>
|
|
283
|
+
<em></em></td>
|
|
284
|
+
</tr>
|
|
285
|
+
<tr class="cg-1">
|
|
286
|
+
<td></td>
|
|
287
|
+
<td>   
|
|
288
|
+
<a href="source/mindroot.coreplugins.admin.html#module-mindroot.coreplugins.admin.agent_importer"><code class="xref">mindroot.coreplugins.admin.agent_importer</code></a></td><td>
|
|
289
|
+
<em></em></td>
|
|
290
|
+
</tr>
|
|
291
|
+
<tr class="cg-1">
|
|
292
|
+
<td></td>
|
|
293
|
+
<td>   
|
|
294
|
+
<a href="source/mindroot.coreplugins.admin.html#module-mindroot.coreplugins.admin.agent_router"><code class="xref">mindroot.coreplugins.admin.agent_router</code></a></td><td>
|
|
295
|
+
<em></em></td>
|
|
296
|
+
</tr>
|
|
297
|
+
<tr class="cg-1">
|
|
298
|
+
<td></td>
|
|
299
|
+
<td>   
|
|
300
|
+
<a href="source/mindroot.coreplugins.admin.html#module-mindroot.coreplugins.admin.asset_manager"><code class="xref">mindroot.coreplugins.admin.asset_manager</code></a></td><td>
|
|
301
|
+
<em></em></td>
|
|
302
|
+
</tr>
|
|
303
|
+
<tr class="cg-1">
|
|
304
|
+
<td></td>
|
|
305
|
+
<td>   
|
|
306
|
+
<a href="source/mindroot.coreplugins.admin.html#module-mindroot.coreplugins.admin.command_router"><code class="xref">mindroot.coreplugins.admin.command_router</code></a></td><td>
|
|
307
|
+
<em></em></td>
|
|
308
|
+
</tr>
|
|
309
|
+
<tr class="cg-1">
|
|
310
|
+
<td></td>
|
|
311
|
+
<td>   
|
|
312
|
+
<a href="source/mindroot.coreplugins.admin.html#module-mindroot.coreplugins.admin.mcp_catalog_routes"><code class="xref">mindroot.coreplugins.admin.mcp_catalog_routes</code></a></td><td>
|
|
313
|
+
<em></em></td>
|
|
314
|
+
</tr>
|
|
315
|
+
<tr class="cg-1">
|
|
316
|
+
<td></td>
|
|
317
|
+
<td>   
|
|
318
|
+
<a href="source/mindroot.coreplugins.admin.html#module-mindroot.coreplugins.admin.mcp_publish_routes"><code class="xref">mindroot.coreplugins.admin.mcp_publish_routes</code></a></td><td>
|
|
319
|
+
<em></em></td>
|
|
320
|
+
</tr>
|
|
321
|
+
<tr class="cg-1">
|
|
322
|
+
<td></td>
|
|
323
|
+
<td>   
|
|
324
|
+
<a href="source/mindroot.coreplugins.admin.html#module-mindroot.coreplugins.admin.mcp_registry_routes"><code class="xref">mindroot.coreplugins.admin.mcp_registry_routes</code></a></td><td>
|
|
325
|
+
<em></em></td>
|
|
326
|
+
</tr>
|
|
327
|
+
<tr class="cg-1">
|
|
328
|
+
<td></td>
|
|
329
|
+
<td>   
|
|
330
|
+
<a href="source/mindroot.coreplugins.admin.html#module-mindroot.coreplugins.admin.mcp_routes"><code class="xref">mindroot.coreplugins.admin.mcp_routes</code></a></td><td>
|
|
331
|
+
<em></em></td>
|
|
332
|
+
</tr>
|
|
333
|
+
<tr class="cg-1">
|
|
334
|
+
<td></td>
|
|
335
|
+
<td>   
|
|
336
|
+
<a href="source/mindroot.coreplugins.admin.html#module-mindroot.coreplugins.admin.mod"><code class="xref">mindroot.coreplugins.admin.mod</code></a></td><td>
|
|
337
|
+
<em></em></td>
|
|
338
|
+
</tr>
|
|
339
|
+
<tr class="cg-1">
|
|
340
|
+
<td></td>
|
|
341
|
+
<td>   
|
|
342
|
+
<a href="source/mindroot.coreplugins.admin.html#module-mindroot.coreplugins.admin.oauth_callback_router"><code class="xref">mindroot.coreplugins.admin.oauth_callback_router</code></a></td><td>
|
|
343
|
+
<em></em></td>
|
|
344
|
+
</tr>
|
|
345
|
+
<tr class="cg-1">
|
|
346
|
+
<td></td>
|
|
347
|
+
<td>   
|
|
348
|
+
<a href="source/mindroot.coreplugins.admin.html#module-mindroot.coreplugins.admin.persona_handler"><code class="xref">mindroot.coreplugins.admin.persona_handler</code></a></td><td>
|
|
349
|
+
<em></em></td>
|
|
350
|
+
</tr>
|
|
351
|
+
<tr class="cg-1">
|
|
352
|
+
<td></td>
|
|
353
|
+
<td>   
|
|
354
|
+
<a href="source/mindroot.coreplugins.admin.html#module-mindroot.coreplugins.admin.persona_router"><code class="xref">mindroot.coreplugins.admin.persona_router</code></a></td><td>
|
|
355
|
+
<em></em></td>
|
|
356
|
+
</tr>
|
|
357
|
+
<tr class="cg-1">
|
|
358
|
+
<td></td>
|
|
359
|
+
<td>   
|
|
360
|
+
<a href="source/mindroot.coreplugins.admin.html#module-mindroot.coreplugins.admin.plugin_manager"><code class="xref">mindroot.coreplugins.admin.plugin_manager</code></a></td><td>
|
|
361
|
+
<em></em></td>
|
|
362
|
+
</tr>
|
|
363
|
+
<tr class="cg-1">
|
|
364
|
+
<td></td>
|
|
365
|
+
<td>   
|
|
366
|
+
<a href="source/mindroot.coreplugins.admin.html#module-mindroot.coreplugins.admin.plugin_router"><code class="xref">mindroot.coreplugins.admin.plugin_router</code></a></td><td>
|
|
367
|
+
<em></em></td>
|
|
368
|
+
</tr>
|
|
369
|
+
<tr class="cg-1">
|
|
370
|
+
<td></td>
|
|
371
|
+
<td>   
|
|
372
|
+
<a href="source/mindroot.coreplugins.admin.html#module-mindroot.coreplugins.admin.plugin_router_fixed"><code class="xref">mindroot.coreplugins.admin.plugin_router_fixed</code></a></td><td>
|
|
373
|
+
<em></em></td>
|
|
374
|
+
</tr>
|
|
375
|
+
<tr class="cg-1">
|
|
376
|
+
<td></td>
|
|
377
|
+
<td>   
|
|
378
|
+
<a href="source/mindroot.coreplugins.admin.html#module-mindroot.coreplugins.admin.plugin_routes"><code class="xref">mindroot.coreplugins.admin.plugin_routes</code></a></td><td>
|
|
379
|
+
<em></em></td>
|
|
380
|
+
</tr>
|
|
381
|
+
<tr class="cg-1">
|
|
382
|
+
<td></td>
|
|
383
|
+
<td>   
|
|
384
|
+
<a href="source/mindroot.coreplugins.admin.html#module-mindroot.coreplugins.admin.registry_settings_routes"><code class="xref">mindroot.coreplugins.admin.registry_settings_routes</code></a></td><td>
|
|
385
|
+
<em></em></td>
|
|
386
|
+
</tr>
|
|
387
|
+
<tr class="cg-1">
|
|
388
|
+
<td></td>
|
|
389
|
+
<td>   
|
|
390
|
+
<a href="source/mindroot.coreplugins.admin.html#module-mindroot.coreplugins.admin.router"><code class="xref">mindroot.coreplugins.admin.router</code></a></td><td>
|
|
391
|
+
<em></em></td>
|
|
392
|
+
</tr>
|
|
393
|
+
<tr class="cg-1">
|
|
394
|
+
<td></td>
|
|
395
|
+
<td>   
|
|
396
|
+
<a href="source/mindroot.coreplugins.admin.html#module-mindroot.coreplugins.admin.server_router"><code class="xref">mindroot.coreplugins.admin.server_router</code></a></td><td>
|
|
397
|
+
<em></em></td>
|
|
398
|
+
</tr>
|
|
399
|
+
<tr class="cg-1">
|
|
400
|
+
<td></td>
|
|
401
|
+
<td>   
|
|
402
|
+
<a href="source/mindroot.coreplugins.admin.html#module-mindroot.coreplugins.admin.service_models"><code class="xref">mindroot.coreplugins.admin.service_models</code></a></td><td>
|
|
403
|
+
<em></em></td>
|
|
404
|
+
</tr>
|
|
405
|
+
<tr class="cg-1">
|
|
406
|
+
<td></td>
|
|
407
|
+
<td>   
|
|
408
|
+
<a href="source/mindroot.coreplugins.admin.html#module-mindroot.coreplugins.admin.settings_router"><code class="xref">mindroot.coreplugins.admin.settings_router</code></a></td><td>
|
|
409
|
+
<em></em></td>
|
|
410
|
+
</tr>
|
|
411
|
+
<tr class="cg-1">
|
|
412
|
+
<td></td>
|
|
413
|
+
<td>   
|
|
414
|
+
<a href="source/mindroot.coreplugins.api_keys.html#module-mindroot.coreplugins.api_keys"><code class="xref">mindroot.coreplugins.api_keys</code></a></td><td>
|
|
415
|
+
<em></em></td>
|
|
416
|
+
</tr>
|
|
417
|
+
<tr class="cg-1">
|
|
418
|
+
<td></td>
|
|
419
|
+
<td>   
|
|
420
|
+
<a href="source/mindroot.coreplugins.api_keys.html#module-mindroot.coreplugins.api_keys.api_key_manager"><code class="xref">mindroot.coreplugins.api_keys.api_key_manager</code></a></td><td>
|
|
421
|
+
<em></em></td>
|
|
422
|
+
</tr>
|
|
423
|
+
<tr class="cg-1">
|
|
424
|
+
<td></td>
|
|
425
|
+
<td>   
|
|
426
|
+
<a href="source/mindroot.coreplugins.api_keys.html#module-mindroot.coreplugins.api_keys.cli"><code class="xref">mindroot.coreplugins.api_keys.cli</code></a></td><td>
|
|
427
|
+
<em></em></td>
|
|
428
|
+
</tr>
|
|
429
|
+
<tr class="cg-1">
|
|
430
|
+
<td></td>
|
|
431
|
+
<td>   
|
|
432
|
+
<a href="source/mindroot.coreplugins.api_keys.html#module-mindroot.coreplugins.api_keys.mod"><code class="xref">mindroot.coreplugins.api_keys.mod</code></a></td><td>
|
|
433
|
+
<em></em></td>
|
|
434
|
+
</tr>
|
|
435
|
+
<tr class="cg-1">
|
|
436
|
+
<td></td>
|
|
437
|
+
<td>   
|
|
438
|
+
<a href="source/mindroot.coreplugins.api_keys.html#module-mindroot.coreplugins.api_keys.router"><code class="xref">mindroot.coreplugins.api_keys.router</code></a></td><td>
|
|
439
|
+
<em></em></td>
|
|
440
|
+
</tr>
|
|
441
|
+
<tr class="cg-1">
|
|
442
|
+
<td></td>
|
|
443
|
+
<td>   
|
|
444
|
+
<a href="source/mindroot.coreplugins.chat.html#module-mindroot.coreplugins.chat"><code class="xref">mindroot.coreplugins.chat</code></a></td><td>
|
|
445
|
+
<em></em></td>
|
|
446
|
+
</tr>
|
|
447
|
+
<tr class="cg-1">
|
|
448
|
+
<td></td>
|
|
449
|
+
<td>   
|
|
450
|
+
<a href="source/mindroot.coreplugins.chat.html#module-mindroot.coreplugins.chat.commands"><code class="xref">mindroot.coreplugins.chat.commands</code></a></td><td>
|
|
451
|
+
<em></em></td>
|
|
452
|
+
</tr>
|
|
453
|
+
<tr class="cg-1">
|
|
454
|
+
<td></td>
|
|
455
|
+
<td>   
|
|
456
|
+
<a href="source/mindroot.coreplugins.chat.html#module-mindroot.coreplugins.chat.format_result_msgs"><code class="xref">mindroot.coreplugins.chat.format_result_msgs</code></a></td><td>
|
|
457
|
+
<em></em></td>
|
|
458
|
+
</tr>
|
|
459
|
+
<tr class="cg-1">
|
|
460
|
+
<td></td>
|
|
461
|
+
<td>   
|
|
462
|
+
<a href="source/mindroot.coreplugins.chat.html#module-mindroot.coreplugins.chat.mod"><code class="xref">mindroot.coreplugins.chat.mod</code></a></td><td>
|
|
463
|
+
<em></em></td>
|
|
464
|
+
</tr>
|
|
465
|
+
<tr class="cg-1">
|
|
466
|
+
<td></td>
|
|
467
|
+
<td>   
|
|
468
|
+
<a href="source/mindroot.coreplugins.chat.html#module-mindroot.coreplugins.chat.models"><code class="xref">mindroot.coreplugins.chat.models</code></a></td><td>
|
|
469
|
+
<em></em></td>
|
|
470
|
+
</tr>
|
|
471
|
+
<tr class="cg-1">
|
|
472
|
+
<td></td>
|
|
473
|
+
<td>   
|
|
474
|
+
<a href="source/mindroot.coreplugins.chat.html#module-mindroot.coreplugins.chat.router"><code class="xref">mindroot.coreplugins.chat.router</code></a></td><td>
|
|
475
|
+
<em></em></td>
|
|
476
|
+
</tr>
|
|
477
|
+
<tr class="cg-1">
|
|
478
|
+
<td></td>
|
|
479
|
+
<td>   
|
|
480
|
+
<a href="source/mindroot.coreplugins.chat.html#module-mindroot.coreplugins.chat.services"><code class="xref">mindroot.coreplugins.chat.services</code></a></td><td>
|
|
481
|
+
<em></em></td>
|
|
482
|
+
</tr>
|
|
483
|
+
<tr class="cg-1">
|
|
484
|
+
<td></td>
|
|
485
|
+
<td>   
|
|
486
|
+
<a href="source/mindroot.coreplugins.chat.html#module-mindroot.coreplugins.chat.utils"><code class="xref">mindroot.coreplugins.chat.utils</code></a></td><td>
|
|
487
|
+
<em></em></td>
|
|
488
|
+
</tr>
|
|
489
|
+
<tr class="cg-1">
|
|
490
|
+
<td></td>
|
|
491
|
+
<td>   
|
|
492
|
+
<a href="source/mindroot.coreplugins.chat.html#module-mindroot.coreplugins.chat.widget_manager"><code class="xref">mindroot.coreplugins.chat.widget_manager</code></a></td><td>
|
|
493
|
+
<em></em></td>
|
|
494
|
+
</tr>
|
|
495
|
+
<tr class="cg-1">
|
|
496
|
+
<td></td>
|
|
497
|
+
<td>   
|
|
498
|
+
<a href="source/mindroot.coreplugins.chat.html#module-mindroot.coreplugins.chat.widget_routes"><code class="xref">mindroot.coreplugins.chat.widget_routes</code></a></td><td>
|
|
499
|
+
<em></em></td>
|
|
500
|
+
</tr>
|
|
501
|
+
<tr class="cg-1">
|
|
502
|
+
<td></td>
|
|
503
|
+
<td>   
|
|
504
|
+
<a href="source/mindroot.coreplugins.chat_avatar.html#module-mindroot.coreplugins.chat_avatar"><code class="xref">mindroot.coreplugins.chat_avatar</code></a></td><td>
|
|
505
|
+
<em></em></td>
|
|
506
|
+
</tr>
|
|
507
|
+
<tr class="cg-1">
|
|
508
|
+
<td></td>
|
|
509
|
+
<td>   
|
|
510
|
+
<a href="source/mindroot.coreplugins.check_list.html#module-mindroot.coreplugins.check_list"><code class="xref">mindroot.coreplugins.check_list</code></a></td><td>
|
|
511
|
+
<em></em></td>
|
|
512
|
+
</tr>
|
|
513
|
+
<tr class="cg-1">
|
|
514
|
+
<td></td>
|
|
515
|
+
<td>   
|
|
516
|
+
<a href="source/mindroot.coreplugins.check_list.html#module-mindroot.coreplugins.check_list.mod"><code class="xref">mindroot.coreplugins.check_list.mod</code></a></td><td>
|
|
517
|
+
<em></em></td>
|
|
518
|
+
</tr>
|
|
519
|
+
<tr class="cg-1">
|
|
520
|
+
<td></td>
|
|
521
|
+
<td>   
|
|
522
|
+
<a href="source/mindroot.coreplugins.credits.html#module-mindroot.coreplugins.credits"><code class="xref">mindroot.coreplugins.credits</code></a></td><td>
|
|
523
|
+
<em></em></td>
|
|
524
|
+
</tr>
|
|
525
|
+
<tr class="cg-1">
|
|
526
|
+
<td></td>
|
|
527
|
+
<td>   
|
|
528
|
+
<a href="source/mindroot.coreplugins.credits.html#module-mindroot.coreplugins.credits.conversion"><code class="xref">mindroot.coreplugins.credits.conversion</code></a></td><td>
|
|
529
|
+
<em></em></td>
|
|
530
|
+
</tr>
|
|
531
|
+
<tr class="cg-1">
|
|
532
|
+
<td></td>
|
|
533
|
+
<td>   
|
|
534
|
+
<a href="source/mindroot.coreplugins.credits.html#module-mindroot.coreplugins.credits.ledger"><code class="xref">mindroot.coreplugins.credits.ledger</code></a></td><td>
|
|
535
|
+
<em></em></td>
|
|
536
|
+
</tr>
|
|
537
|
+
<tr class="cg-1">
|
|
538
|
+
<td></td>
|
|
539
|
+
<td>   
|
|
540
|
+
<a href="source/mindroot.coreplugins.credits.html#module-mindroot.coreplugins.credits.mod"><code class="xref">mindroot.coreplugins.credits.mod</code></a></td><td>
|
|
541
|
+
<em></em></td>
|
|
542
|
+
</tr>
|
|
543
|
+
<tr class="cg-1">
|
|
544
|
+
<td></td>
|
|
545
|
+
<td>   
|
|
546
|
+
<a href="source/mindroot.coreplugins.credits.html#module-mindroot.coreplugins.credits.models"><code class="xref">mindroot.coreplugins.credits.models</code></a></td><td>
|
|
547
|
+
<em></em></td>
|
|
548
|
+
</tr>
|
|
549
|
+
<tr class="cg-1">
|
|
550
|
+
<td></td>
|
|
551
|
+
<td>   
|
|
552
|
+
<a href="source/mindroot.coreplugins.credits.html#module-mindroot.coreplugins.credits.router"><code class="xref">mindroot.coreplugins.credits.router</code></a></td><td>
|
|
553
|
+
<em></em></td>
|
|
554
|
+
</tr>
|
|
555
|
+
<tr class="cg-1">
|
|
556
|
+
<td></td>
|
|
557
|
+
<td>   
|
|
558
|
+
<a href="source/mindroot.coreplugins.credits.html#module-mindroot.coreplugins.credits.storage"><code class="xref">mindroot.coreplugins.credits.storage</code></a></td><td>
|
|
559
|
+
<em></em></td>
|
|
560
|
+
</tr>
|
|
561
|
+
<tr class="cg-1">
|
|
562
|
+
<td></td>
|
|
563
|
+
<td>   
|
|
564
|
+
<a href="source/mindroot.coreplugins.email.html#module-mindroot.coreplugins.email"><code class="xref">mindroot.coreplugins.email</code></a></td><td>
|
|
565
|
+
<em></em></td>
|
|
566
|
+
</tr>
|
|
567
|
+
<tr class="cg-1">
|
|
568
|
+
<td></td>
|
|
569
|
+
<td>   
|
|
570
|
+
<a href="source/mindroot.coreplugins.email.html#module-mindroot.coreplugins.email.email_provider"><code class="xref">mindroot.coreplugins.email.email_provider</code></a></td><td>
|
|
571
|
+
<em></em></td>
|
|
572
|
+
</tr>
|
|
573
|
+
<tr class="cg-1">
|
|
574
|
+
<td></td>
|
|
575
|
+
<td>   
|
|
576
|
+
<a href="source/mindroot.coreplugins.email.html#module-mindroot.coreplugins.email.imap_handler"><code class="xref">mindroot.coreplugins.email.imap_handler</code></a></td><td>
|
|
577
|
+
<em></em></td>
|
|
578
|
+
</tr>
|
|
579
|
+
<tr class="cg-1">
|
|
580
|
+
<td></td>
|
|
581
|
+
<td>   
|
|
582
|
+
<a href="source/mindroot.coreplugins.email.html#module-mindroot.coreplugins.email.mod"><code class="xref">mindroot.coreplugins.email.mod</code></a></td><td>
|
|
583
|
+
<em></em></td>
|
|
584
|
+
</tr>
|
|
585
|
+
<tr class="cg-1">
|
|
586
|
+
<td></td>
|
|
587
|
+
<td>   
|
|
588
|
+
<a href="source/mindroot.coreplugins.email.html#module-mindroot.coreplugins.email.services"><code class="xref">mindroot.coreplugins.email.services</code></a></td><td>
|
|
589
|
+
<em></em></td>
|
|
590
|
+
</tr>
|
|
591
|
+
<tr class="cg-1">
|
|
592
|
+
<td></td>
|
|
593
|
+
<td>   
|
|
594
|
+
<a href="source/mindroot.coreplugins.email.html#module-mindroot.coreplugins.email.smtp_handler"><code class="xref">mindroot.coreplugins.email.smtp_handler</code></a></td><td>
|
|
595
|
+
<em></em></td>
|
|
596
|
+
</tr>
|
|
597
|
+
<tr class="cg-1">
|
|
598
|
+
<td></td>
|
|
599
|
+
<td>   
|
|
600
|
+
<a href="source/mindroot.coreplugins.email.html#module-mindroot.coreplugins.email.test_email_service"><code class="xref">mindroot.coreplugins.email.test_email_service</code></a></td><td>
|
|
601
|
+
<em></em></td>
|
|
602
|
+
</tr>
|
|
603
|
+
<tr class="cg-1">
|
|
604
|
+
<td></td>
|
|
605
|
+
<td>   
|
|
606
|
+
<a href="source/mindroot.coreplugins.env_manager.html#module-mindroot.coreplugins.env_manager"><code class="xref">mindroot.coreplugins.env_manager</code></a></td><td>
|
|
607
|
+
<em></em></td>
|
|
608
|
+
</tr>
|
|
609
|
+
<tr class="cg-1">
|
|
610
|
+
<td></td>
|
|
611
|
+
<td>   
|
|
612
|
+
<a href="source/mindroot.coreplugins.env_manager.html#module-mindroot.coreplugins.env_manager.mod"><code class="xref">mindroot.coreplugins.env_manager.mod</code></a></td><td>
|
|
613
|
+
<em></em></td>
|
|
614
|
+
</tr>
|
|
615
|
+
<tr class="cg-1">
|
|
616
|
+
<td></td>
|
|
617
|
+
<td>   
|
|
618
|
+
<a href="source/mindroot.coreplugins.env_manager.html#module-mindroot.coreplugins.env_manager.router"><code class="xref">mindroot.coreplugins.env_manager.router</code></a></td><td>
|
|
619
|
+
<em></em></td>
|
|
620
|
+
</tr>
|
|
621
|
+
<tr class="cg-1">
|
|
622
|
+
<td></td>
|
|
623
|
+
<td>   
|
|
624
|
+
<a href="source/mindroot.coreplugins.events.html#module-mindroot.coreplugins.events"><code class="xref">mindroot.coreplugins.events</code></a></td><td>
|
|
625
|
+
<em></em></td>
|
|
626
|
+
</tr>
|
|
627
|
+
<tr class="cg-1">
|
|
628
|
+
<td></td>
|
|
629
|
+
<td>   
|
|
630
|
+
<a href="source/mindroot.coreplugins.events.html#module-mindroot.coreplugins.events.mod"><code class="xref">mindroot.coreplugins.events.mod</code></a></td><td>
|
|
631
|
+
<em></em></td>
|
|
632
|
+
</tr>
|
|
633
|
+
<tr class="cg-1">
|
|
634
|
+
<td></td>
|
|
635
|
+
<td>   
|
|
636
|
+
<a href="source/mindroot.coreplugins.events.html#module-mindroot.coreplugins.events.router"><code class="xref">mindroot.coreplugins.events.router</code></a></td><td>
|
|
637
|
+
<em></em></td>
|
|
638
|
+
</tr>
|
|
639
|
+
<tr class="cg-1">
|
|
640
|
+
<td></td>
|
|
641
|
+
<td>   
|
|
642
|
+
<a href="source/mindroot.coreplugins.index.html#module-mindroot.coreplugins.index"><code class="xref">mindroot.coreplugins.index</code></a></td><td>
|
|
643
|
+
<em></em></td>
|
|
644
|
+
</tr>
|
|
645
|
+
<tr class="cg-1">
|
|
646
|
+
<td></td>
|
|
647
|
+
<td>   
|
|
648
|
+
<a href="source/mindroot.coreplugins.index.handlers.html#module-mindroot.coreplugins.index.handlers"><code class="xref">mindroot.coreplugins.index.handlers</code></a></td><td>
|
|
649
|
+
<em></em></td>
|
|
650
|
+
</tr>
|
|
651
|
+
<tr class="cg-1">
|
|
652
|
+
<td></td>
|
|
653
|
+
<td>   
|
|
654
|
+
<a href="source/mindroot.coreplugins.index.handlers.html#module-mindroot.coreplugins.index.handlers.agent_ops"><code class="xref">mindroot.coreplugins.index.handlers.agent_ops</code></a></td><td>
|
|
655
|
+
<em></em></td>
|
|
656
|
+
</tr>
|
|
657
|
+
<tr class="cg-1">
|
|
658
|
+
<td></td>
|
|
659
|
+
<td>   
|
|
660
|
+
<a href="source/mindroot.coreplugins.index.handlers.html#module-mindroot.coreplugins.index.handlers.index_ops"><code class="xref">mindroot.coreplugins.index.handlers.index_ops</code></a></td><td>
|
|
661
|
+
<em></em></td>
|
|
662
|
+
</tr>
|
|
663
|
+
<tr class="cg-1">
|
|
664
|
+
<td></td>
|
|
665
|
+
<td>   
|
|
666
|
+
<a href="source/mindroot.coreplugins.index.handlers.html#module-mindroot.coreplugins.index.handlers.plugin_ops"><code class="xref">mindroot.coreplugins.index.handlers.plugin_ops</code></a></td><td>
|
|
667
|
+
<em></em></td>
|
|
668
|
+
</tr>
|
|
669
|
+
<tr class="cg-1">
|
|
670
|
+
<td></td>
|
|
671
|
+
<td>   
|
|
672
|
+
<a href="source/mindroot.coreplugins.index.handlers.html#module-mindroot.coreplugins.index.handlers.publish"><code class="xref">mindroot.coreplugins.index.handlers.publish</code></a></td><td>
|
|
673
|
+
<em></em></td>
|
|
674
|
+
</tr>
|
|
675
|
+
<tr class="cg-1">
|
|
676
|
+
<td></td>
|
|
677
|
+
<td>   
|
|
678
|
+
<a href="source/mindroot.coreplugins.index.html#module-mindroot.coreplugins.index.mod"><code class="xref">mindroot.coreplugins.index.mod</code></a></td><td>
|
|
679
|
+
<em></em></td>
|
|
680
|
+
</tr>
|
|
681
|
+
<tr class="cg-1">
|
|
682
|
+
<td></td>
|
|
683
|
+
<td>   
|
|
684
|
+
<a href="source/mindroot.coreplugins.index.html#module-mindroot.coreplugins.index.models"><code class="xref">mindroot.coreplugins.index.models</code></a></td><td>
|
|
685
|
+
<em></em></td>
|
|
686
|
+
</tr>
|
|
687
|
+
<tr class="cg-1">
|
|
688
|
+
<td></td>
|
|
689
|
+
<td>   
|
|
690
|
+
<a href="source/mindroot.coreplugins.index.html#module-mindroot.coreplugins.index.router"><code class="xref">mindroot.coreplugins.index.router</code></a></td><td>
|
|
691
|
+
<em></em></td>
|
|
692
|
+
</tr>
|
|
693
|
+
<tr class="cg-1">
|
|
694
|
+
<td></td>
|
|
695
|
+
<td>   
|
|
696
|
+
<a href="source/mindroot.coreplugins.index.html#module-mindroot.coreplugins.index.utils"><code class="xref">mindroot.coreplugins.index.utils</code></a></td><td>
|
|
697
|
+
<em></em></td>
|
|
698
|
+
</tr>
|
|
699
|
+
<tr class="cg-1">
|
|
700
|
+
<td></td>
|
|
701
|
+
<td>   
|
|
702
|
+
<a href="source/mindroot.coreplugins.jwt_auth.html#module-mindroot.coreplugins.jwt_auth"><code class="xref">mindroot.coreplugins.jwt_auth</code></a></td><td>
|
|
703
|
+
<em></em></td>
|
|
704
|
+
</tr>
|
|
705
|
+
<tr class="cg-1">
|
|
706
|
+
<td></td>
|
|
707
|
+
<td>   
|
|
708
|
+
<a href="source/mindroot.coreplugins.jwt_auth.html#module-mindroot.coreplugins.jwt_auth.middleware"><code class="xref">mindroot.coreplugins.jwt_auth.middleware</code></a></td><td>
|
|
709
|
+
<em></em></td>
|
|
710
|
+
</tr>
|
|
711
|
+
<tr class="cg-1">
|
|
712
|
+
<td></td>
|
|
713
|
+
<td>   
|
|
714
|
+
<a href="source/mindroot.coreplugins.jwt_auth.html#module-mindroot.coreplugins.jwt_auth.mod"><code class="xref">mindroot.coreplugins.jwt_auth.mod</code></a></td><td>
|
|
715
|
+
<em></em></td>
|
|
716
|
+
</tr>
|
|
717
|
+
<tr class="cg-1">
|
|
718
|
+
<td></td>
|
|
719
|
+
<td>   
|
|
720
|
+
<a href="source/mindroot.coreplugins.jwt_auth.html#module-mindroot.coreplugins.jwt_auth.router"><code class="xref">mindroot.coreplugins.jwt_auth.router</code></a></td><td>
|
|
721
|
+
<em></em></td>
|
|
722
|
+
</tr>
|
|
723
|
+
<tr class="cg-1">
|
|
724
|
+
<td></td>
|
|
725
|
+
<td>   
|
|
726
|
+
<a href="source/mindroot.coreplugins.l8n.html#module-mindroot.coreplugins.l8n"><code class="xref">mindroot.coreplugins.l8n</code></a></td><td>
|
|
727
|
+
<em></em></td>
|
|
728
|
+
</tr>
|
|
729
|
+
<tr class="cg-1">
|
|
730
|
+
<td></td>
|
|
731
|
+
<td>   
|
|
732
|
+
<a href="source/mindroot.coreplugins.l8n.html#module-mindroot.coreplugins.l8n.debug_loader"><code class="xref">mindroot.coreplugins.l8n.debug_loader</code></a></td><td>
|
|
733
|
+
<em></em></td>
|
|
734
|
+
</tr>
|
|
735
|
+
<tr class="cg-1">
|
|
736
|
+
<td></td>
|
|
737
|
+
<td>   
|
|
738
|
+
<a href="source/mindroot.coreplugins.l8n.html#module-mindroot.coreplugins.l8n.debug_middleware"><code class="xref">mindroot.coreplugins.l8n.debug_middleware</code></a></td><td>
|
|
739
|
+
<em></em></td>
|
|
740
|
+
</tr>
|
|
741
|
+
<tr class="cg-1">
|
|
742
|
+
<td></td>
|
|
743
|
+
<td>   
|
|
744
|
+
<a href="source/mindroot.coreplugins.l8n.html#module-mindroot.coreplugins.l8n.l8n_constants"><code class="xref">mindroot.coreplugins.l8n.l8n_constants</code></a></td><td>
|
|
745
|
+
<em></em></td>
|
|
746
|
+
</tr>
|
|
747
|
+
<tr class="cg-1">
|
|
748
|
+
<td></td>
|
|
749
|
+
<td>   
|
|
750
|
+
<a href="source/mindroot.coreplugins.l8n.html#module-mindroot.coreplugins.l8n.language_detection"><code class="xref">mindroot.coreplugins.l8n.language_detection</code></a></td><td>
|
|
751
|
+
<em></em></td>
|
|
752
|
+
</tr>
|
|
753
|
+
<tr class="cg-1">
|
|
754
|
+
<td></td>
|
|
755
|
+
<td>   
|
|
756
|
+
<a href="source/mindroot.coreplugins.l8n.html#module-mindroot.coreplugins.l8n.middleware"><code class="xref">mindroot.coreplugins.l8n.middleware</code></a></td><td>
|
|
757
|
+
<em></em></td>
|
|
758
|
+
</tr>
|
|
759
|
+
<tr class="cg-1">
|
|
760
|
+
<td></td>
|
|
761
|
+
<td>   
|
|
762
|
+
<a href="source/mindroot.coreplugins.l8n.html#module-mindroot.coreplugins.l8n.mod"><code class="xref">mindroot.coreplugins.l8n.mod</code></a></td><td>
|
|
763
|
+
<em></em></td>
|
|
764
|
+
</tr>
|
|
765
|
+
<tr class="cg-1">
|
|
766
|
+
<td></td>
|
|
767
|
+
<td>   
|
|
768
|
+
<a href="source/mindroot.coreplugins.l8n.html#module-mindroot.coreplugins.l8n.test_enhanced"><code class="xref">mindroot.coreplugins.l8n.test_enhanced</code></a></td><td>
|
|
769
|
+
<em></em></td>
|
|
770
|
+
</tr>
|
|
771
|
+
<tr class="cg-1">
|
|
772
|
+
<td></td>
|
|
773
|
+
<td>   
|
|
774
|
+
<a href="source/mindroot.coreplugins.l8n.html#module-mindroot.coreplugins.l8n.test_l8n_standalone"><code class="xref">mindroot.coreplugins.l8n.test_l8n_standalone</code></a></td><td>
|
|
775
|
+
<em></em></td>
|
|
776
|
+
</tr>
|
|
777
|
+
<tr class="cg-1">
|
|
778
|
+
<td></td>
|
|
779
|
+
<td>   
|
|
780
|
+
<a href="source/mindroot.coreplugins.l8n.html#module-mindroot.coreplugins.l8n.test_middleware"><code class="xref">mindroot.coreplugins.l8n.test_middleware</code></a></td><td>
|
|
781
|
+
<em></em></td>
|
|
782
|
+
</tr>
|
|
783
|
+
<tr class="cg-1">
|
|
784
|
+
<td></td>
|
|
785
|
+
<td>   
|
|
786
|
+
<a href="source/mindroot.coreplugins.l8n.html#module-mindroot.coreplugins.l8n.utils"><code class="xref">mindroot.coreplugins.l8n.utils</code></a></td><td>
|
|
787
|
+
<em></em></td>
|
|
788
|
+
</tr>
|
|
789
|
+
<tr class="cg-1">
|
|
790
|
+
<td></td>
|
|
791
|
+
<td>   
|
|
792
|
+
<a href="source/mindroot.coreplugins.mcp_.html#module-mindroot.coreplugins.mcp_"><code class="xref">mindroot.coreplugins.mcp_</code></a></td><td>
|
|
793
|
+
<em></em></td>
|
|
794
|
+
</tr>
|
|
795
|
+
<tr class="cg-1">
|
|
796
|
+
<td></td>
|
|
797
|
+
<td>   
|
|
798
|
+
<a href="source/mindroot.coreplugins.mcp_.html#module-mindroot.coreplugins.mcp_.catalog_commands"><code class="xref">mindroot.coreplugins.mcp_.catalog_commands</code></a></td><td>
|
|
799
|
+
<em></em></td>
|
|
800
|
+
</tr>
|
|
801
|
+
<tr class="cg-1">
|
|
802
|
+
<td></td>
|
|
803
|
+
<td>   
|
|
804
|
+
<a href="source/mindroot.coreplugins.mcp_.html#module-mindroot.coreplugins.mcp_.catalog_manager"><code class="xref">mindroot.coreplugins.mcp_.catalog_manager</code></a></td><td>
|
|
805
|
+
<em></em></td>
|
|
806
|
+
</tr>
|
|
807
|
+
<tr class="cg-1">
|
|
808
|
+
<td></td>
|
|
809
|
+
<td>   
|
|
810
|
+
<a href="source/mindroot.coreplugins.mcp_.html#module-mindroot.coreplugins.mcp_.dynamic_commands"><code class="xref">mindroot.coreplugins.mcp_.dynamic_commands</code></a></td><td>
|
|
811
|
+
<em></em></td>
|
|
812
|
+
</tr>
|
|
813
|
+
<tr class="cg-1">
|
|
814
|
+
<td></td>
|
|
815
|
+
<td>   
|
|
816
|
+
<a href="source/mindroot.coreplugins.mcp_.html#module-mindroot.coreplugins.mcp_.mcp_manager"><code class="xref">mindroot.coreplugins.mcp_.mcp_manager</code></a></td><td>
|
|
817
|
+
<em></em></td>
|
|
818
|
+
</tr>
|
|
819
|
+
<tr class="cg-1">
|
|
820
|
+
<td></td>
|
|
821
|
+
<td>   
|
|
822
|
+
<a href="source/mindroot.coreplugins.mcp_.html#module-mindroot.coreplugins.mcp_.mod"><code class="xref">mindroot.coreplugins.mcp_.mod</code></a></td><td>
|
|
823
|
+
<em></em></td>
|
|
824
|
+
</tr>
|
|
825
|
+
<tr class="cg-1">
|
|
826
|
+
<td></td>
|
|
827
|
+
<td>   
|
|
828
|
+
<a href="source/mindroot.coreplugins.mcp_.html#module-mindroot.coreplugins.mcp_.oauth_storage"><code class="xref">mindroot.coreplugins.mcp_.oauth_storage</code></a></td><td>
|
|
829
|
+
<em></em></td>
|
|
830
|
+
</tr>
|
|
831
|
+
<tr class="cg-1">
|
|
832
|
+
<td></td>
|
|
833
|
+
<td>   
|
|
834
|
+
<a href="source/mindroot.coreplugins.mcp_.html#module-mindroot.coreplugins.mcp_.server_installer"><code class="xref">mindroot.coreplugins.mcp_.server_installer</code></a></td><td>
|
|
835
|
+
<em></em></td>
|
|
836
|
+
</tr>
|
|
837
|
+
<tr class="cg-1">
|
|
838
|
+
<td></td>
|
|
839
|
+
<td>   
|
|
840
|
+
<a href="source/mindroot.coreplugins.mcp_.html#module-mindroot.coreplugins.mcp_.testmcpclient"><code class="xref">mindroot.coreplugins.mcp_.testmcpclient</code></a></td><td>
|
|
841
|
+
<em></em></td>
|
|
842
|
+
</tr>
|
|
843
|
+
<tr class="cg-1">
|
|
844
|
+
<td></td>
|
|
845
|
+
<td>   
|
|
846
|
+
<a href="source/mindroot.coreplugins.persona.html#module-mindroot.coreplugins.persona"><code class="xref">mindroot.coreplugins.persona</code></a></td><td>
|
|
847
|
+
<em></em></td>
|
|
848
|
+
</tr>
|
|
849
|
+
<tr class="cg-1">
|
|
850
|
+
<td></td>
|
|
851
|
+
<td>   
|
|
852
|
+
<a href="source/mindroot.coreplugins.persona.html#module-mindroot.coreplugins.persona.init_persona"><code class="xref">mindroot.coreplugins.persona.init_persona</code></a></td><td>
|
|
853
|
+
<em></em></td>
|
|
854
|
+
</tr>
|
|
855
|
+
<tr class="cg-1">
|
|
856
|
+
<td></td>
|
|
857
|
+
<td>   
|
|
858
|
+
<a href="source/mindroot.coreplugins.persona.html#module-mindroot.coreplugins.persona.mod"><code class="xref">mindroot.coreplugins.persona.mod</code></a></td><td>
|
|
859
|
+
<em></em></td>
|
|
860
|
+
</tr>
|
|
861
|
+
<tr class="cg-1">
|
|
862
|
+
<td></td>
|
|
863
|
+
<td>   
|
|
864
|
+
<a href="source/mindroot.coreplugins.startup.html#module-mindroot.coreplugins.startup"><code class="xref">mindroot.coreplugins.startup</code></a></td><td>
|
|
865
|
+
<em></em></td>
|
|
866
|
+
</tr>
|
|
867
|
+
<tr class="cg-1">
|
|
868
|
+
<td></td>
|
|
869
|
+
<td>   
|
|
870
|
+
<a href="source/mindroot.coreplugins.startup.html#module-mindroot.coreplugins.startup.mod"><code class="xref">mindroot.coreplugins.startup.mod</code></a></td><td>
|
|
871
|
+
<em></em></td>
|
|
872
|
+
</tr>
|
|
873
|
+
<tr class="cg-1">
|
|
874
|
+
<td></td>
|
|
875
|
+
<td>   
|
|
876
|
+
<a href="source/mindroot.coreplugins.subscriptions.html#module-mindroot.coreplugins.subscriptions"><code class="xref">mindroot.coreplugins.subscriptions</code></a></td><td>
|
|
877
|
+
<em></em></td>
|
|
878
|
+
</tr>
|
|
879
|
+
<tr class="cg-1">
|
|
880
|
+
<td></td>
|
|
881
|
+
<td>   
|
|
882
|
+
<a href="source/mindroot.coreplugins.subscriptions.html#module-mindroot.coreplugins.subscriptions.credit_integration"><code class="xref">mindroot.coreplugins.subscriptions.credit_integration</code></a></td><td>
|
|
883
|
+
<em></em></td>
|
|
884
|
+
</tr>
|
|
885
|
+
<tr class="cg-1">
|
|
886
|
+
<td></td>
|
|
887
|
+
<td>   
|
|
888
|
+
<a href="source/mindroot.coreplugins.subscriptions.html#module-mindroot.coreplugins.subscriptions.default_templates"><code class="xref">mindroot.coreplugins.subscriptions.default_templates</code></a></td><td>
|
|
889
|
+
<em></em></td>
|
|
890
|
+
</tr>
|
|
891
|
+
<tr class="cg-1">
|
|
892
|
+
<td></td>
|
|
893
|
+
<td>   
|
|
894
|
+
<a href="source/mindroot.coreplugins.subscriptions.html#module-mindroot.coreplugins.subscriptions.mod"><code class="xref">mindroot.coreplugins.subscriptions.mod</code></a></td><td>
|
|
895
|
+
<em></em></td>
|
|
896
|
+
</tr>
|
|
897
|
+
<tr class="cg-1">
|
|
898
|
+
<td></td>
|
|
899
|
+
<td>   
|
|
900
|
+
<a href="source/mindroot.coreplugins.subscriptions.html#module-mindroot.coreplugins.subscriptions.models"><code class="xref">mindroot.coreplugins.subscriptions.models</code></a></td><td>
|
|
901
|
+
<em></em></td>
|
|
902
|
+
</tr>
|
|
903
|
+
<tr class="cg-1">
|
|
904
|
+
<td></td>
|
|
905
|
+
<td>   
|
|
906
|
+
<a href="source/mindroot.coreplugins.subscriptions.html#module-mindroot.coreplugins.subscriptions.router"><code class="xref">mindroot.coreplugins.subscriptions.router</code></a></td><td>
|
|
907
|
+
<em></em></td>
|
|
908
|
+
</tr>
|
|
909
|
+
<tr class="cg-1">
|
|
910
|
+
<td></td>
|
|
911
|
+
<td>   
|
|
912
|
+
<a href="source/mindroot.coreplugins.subscriptions.html#module-mindroot.coreplugins.subscriptions.storage"><code class="xref">mindroot.coreplugins.subscriptions.storage</code></a></td><td>
|
|
913
|
+
<em></em></td>
|
|
914
|
+
</tr>
|
|
915
|
+
<tr class="cg-1">
|
|
916
|
+
<td></td>
|
|
917
|
+
<td>   
|
|
918
|
+
<a href="source/mindroot.coreplugins.subscriptions.html#module-mindroot.coreplugins.subscriptions.stripe_integration"><code class="xref">mindroot.coreplugins.subscriptions.stripe_integration</code></a></td><td>
|
|
919
|
+
<em></em></td>
|
|
920
|
+
</tr>
|
|
921
|
+
<tr class="cg-1">
|
|
922
|
+
<td></td>
|
|
923
|
+
<td>   
|
|
924
|
+
<a href="source/mindroot.coreplugins.subscriptions.html#module-mindroot.coreplugins.subscriptions.subscription_manager"><code class="xref">mindroot.coreplugins.subscriptions.subscription_manager</code></a></td><td>
|
|
925
|
+
<em></em></td>
|
|
926
|
+
</tr>
|
|
927
|
+
<tr class="cg-1">
|
|
928
|
+
<td></td>
|
|
929
|
+
<td>   
|
|
930
|
+
<a href="source/mindroot.coreplugins.subscriptions.html#module-mindroot.coreplugins.subscriptions.webhook_handler"><code class="xref">mindroot.coreplugins.subscriptions.webhook_handler</code></a></td><td>
|
|
931
|
+
<em></em></td>
|
|
932
|
+
</tr>
|
|
933
|
+
<tr class="cg-1">
|
|
934
|
+
<td></td>
|
|
935
|
+
<td>   
|
|
936
|
+
<a href="source/mindroot.coreplugins.usage.html#module-mindroot.coreplugins.usage"><code class="xref">mindroot.coreplugins.usage</code></a></td><td>
|
|
937
|
+
<em></em></td>
|
|
938
|
+
</tr>
|
|
939
|
+
<tr class="cg-1">
|
|
940
|
+
<td></td>
|
|
941
|
+
<td>   
|
|
942
|
+
<a href="source/mindroot.coreplugins.usage.html#module-mindroot.coreplugins.usage.handlers"><code class="xref">mindroot.coreplugins.usage.handlers</code></a></td><td>
|
|
943
|
+
<em></em></td>
|
|
944
|
+
</tr>
|
|
945
|
+
<tr class="cg-1">
|
|
946
|
+
<td></td>
|
|
947
|
+
<td>   
|
|
948
|
+
<a href="source/mindroot.coreplugins.usage.html#module-mindroot.coreplugins.usage.mod"><code class="xref">mindroot.coreplugins.usage.mod</code></a></td><td>
|
|
949
|
+
<em></em></td>
|
|
950
|
+
</tr>
|
|
951
|
+
<tr class="cg-1">
|
|
952
|
+
<td></td>
|
|
953
|
+
<td>   
|
|
954
|
+
<a href="source/mindroot.coreplugins.usage.html#module-mindroot.coreplugins.usage.models"><code class="xref">mindroot.coreplugins.usage.models</code></a></td><td>
|
|
955
|
+
<em></em></td>
|
|
956
|
+
</tr>
|
|
957
|
+
<tr class="cg-1">
|
|
958
|
+
<td></td>
|
|
959
|
+
<td>   
|
|
960
|
+
<a href="source/mindroot.coreplugins.usage.html#module-mindroot.coreplugins.usage.reporting"><code class="xref">mindroot.coreplugins.usage.reporting</code></a></td><td>
|
|
961
|
+
<em></em></td>
|
|
962
|
+
</tr>
|
|
963
|
+
<tr class="cg-1">
|
|
964
|
+
<td></td>
|
|
965
|
+
<td>   
|
|
966
|
+
<a href="source/mindroot.coreplugins.usage.html#module-mindroot.coreplugins.usage.router"><code class="xref">mindroot.coreplugins.usage.router</code></a></td><td>
|
|
967
|
+
<em></em></td>
|
|
968
|
+
</tr>
|
|
969
|
+
<tr class="cg-1">
|
|
970
|
+
<td></td>
|
|
971
|
+
<td>   
|
|
972
|
+
<a href="source/mindroot.coreplugins.usage.html#module-mindroot.coreplugins.usage.storage"><code class="xref">mindroot.coreplugins.usage.storage</code></a></td><td>
|
|
973
|
+
<em></em></td>
|
|
974
|
+
</tr>
|
|
975
|
+
<tr class="cg-1">
|
|
976
|
+
<td></td>
|
|
977
|
+
<td>   
|
|
978
|
+
<a href="source/mindroot.coreplugins.user_service.html#module-mindroot.coreplugins.user_service"><code class="xref">mindroot.coreplugins.user_service</code></a></td><td>
|
|
979
|
+
<em></em></td>
|
|
980
|
+
</tr>
|
|
981
|
+
<tr class="cg-1">
|
|
982
|
+
<td></td>
|
|
983
|
+
<td>   
|
|
984
|
+
<a href="source/mindroot.coreplugins.user_service.html#module-mindroot.coreplugins.user_service.admin_init"><code class="xref">mindroot.coreplugins.user_service.admin_init</code></a></td><td>
|
|
985
|
+
<em></em></td>
|
|
986
|
+
</tr>
|
|
987
|
+
<tr class="cg-1">
|
|
988
|
+
<td></td>
|
|
989
|
+
<td>   
|
|
990
|
+
<a href="source/mindroot.coreplugins.user_service.html#module-mindroot.coreplugins.user_service.email_service"><code class="xref">mindroot.coreplugins.user_service.email_service</code></a></td><td>
|
|
991
|
+
<em></em></td>
|
|
992
|
+
</tr>
|
|
993
|
+
<tr class="cg-1">
|
|
994
|
+
<td></td>
|
|
995
|
+
<td>   
|
|
996
|
+
<a href="source/mindroot.coreplugins.user_service.html#module-mindroot.coreplugins.user_service.mod"><code class="xref">mindroot.coreplugins.user_service.mod</code></a></td><td>
|
|
997
|
+
<em></em></td>
|
|
998
|
+
</tr>
|
|
999
|
+
<tr class="cg-1">
|
|
1000
|
+
<td></td>
|
|
1001
|
+
<td>   
|
|
1002
|
+
<a href="source/mindroot.coreplugins.user_service.html#module-mindroot.coreplugins.user_service.models"><code class="xref">mindroot.coreplugins.user_service.models</code></a></td><td>
|
|
1003
|
+
<em></em></td>
|
|
1004
|
+
</tr>
|
|
1005
|
+
<tr class="cg-1">
|
|
1006
|
+
<td></td>
|
|
1007
|
+
<td>   
|
|
1008
|
+
<a href="source/mindroot.coreplugins.user_service.html#module-mindroot.coreplugins.user_service.password_reset_service"><code class="xref">mindroot.coreplugins.user_service.password_reset_service</code></a></td><td>
|
|
1009
|
+
<em></em></td>
|
|
1010
|
+
</tr>
|
|
1011
|
+
<tr class="cg-1">
|
|
1012
|
+
<td></td>
|
|
1013
|
+
<td>   
|
|
1014
|
+
<a href="source/mindroot.coreplugins.user_service.html#module-mindroot.coreplugins.user_service.role_service"><code class="xref">mindroot.coreplugins.user_service.role_service</code></a></td><td>
|
|
1015
|
+
<em></em></td>
|
|
1016
|
+
</tr>
|
|
1017
|
+
<tr class="cg-1">
|
|
1018
|
+
<td></td>
|
|
1019
|
+
<td>   
|
|
1020
|
+
<a href="source/mindroot.coreplugins.user_service.html#module-mindroot.coreplugins.user_service.router"><code class="xref">mindroot.coreplugins.user_service.router</code></a></td><td>
|
|
1021
|
+
<em></em></td>
|
|
1022
|
+
</tr>
|
|
1023
|
+
<tr class="cg-1">
|
|
1024
|
+
<td></td>
|
|
1025
|
+
<td>   
|
|
1026
|
+
<a href="source/mindroot.lib.html#module-mindroot.lib"><code class="xref">mindroot.lib</code></a></td><td>
|
|
1027
|
+
<em></em></td>
|
|
1028
|
+
</tr>
|
|
1029
|
+
<tr class="cg-1">
|
|
1030
|
+
<td></td>
|
|
1031
|
+
<td>   
|
|
1032
|
+
<a href="source/mindroot.lib.auth.html#module-mindroot.lib.auth"><code class="xref">mindroot.lib.auth</code></a></td><td>
|
|
1033
|
+
<em></em></td>
|
|
1034
|
+
</tr>
|
|
1035
|
+
<tr class="cg-1">
|
|
1036
|
+
<td></td>
|
|
1037
|
+
<td>   
|
|
1038
|
+
<a href="source/mindroot.lib.auth.html#module-mindroot.lib.auth.api_key"><code class="xref">mindroot.lib.auth.api_key</code></a></td><td>
|
|
1039
|
+
<em></em></td>
|
|
1040
|
+
</tr>
|
|
1041
|
+
<tr class="cg-1">
|
|
1042
|
+
<td></td>
|
|
1043
|
+
<td>   
|
|
1044
|
+
<a href="source/mindroot.lib.auth.html#module-mindroot.lib.auth.auth"><code class="xref">mindroot.lib.auth.auth</code></a></td><td>
|
|
1045
|
+
<em></em></td>
|
|
1046
|
+
</tr>
|
|
1047
|
+
<tr class="cg-1">
|
|
1048
|
+
<td></td>
|
|
1049
|
+
<td>   
|
|
1050
|
+
<a href="source/mindroot.lib.html#module-mindroot.lib.buchatlog"><code class="xref">mindroot.lib.buchatlog</code></a></td><td>
|
|
1051
|
+
<em></em></td>
|
|
1052
|
+
</tr>
|
|
1053
|
+
<tr class="cg-1">
|
|
1054
|
+
<td></td>
|
|
1055
|
+
<td>   
|
|
1056
|
+
<a href="source/mindroot.lib.html#module-mindroot.lib.buchatlog2"><code class="xref">mindroot.lib.buchatlog2</code></a></td><td>
|
|
1057
|
+
<em></em></td>
|
|
1058
|
+
</tr>
|
|
1059
|
+
<tr class="cg-1">
|
|
1060
|
+
<td></td>
|
|
1061
|
+
<td>   
|
|
1062
|
+
<a href="source/mindroot.lib.html#module-mindroot.lib.butemplates"><code class="xref">mindroot.lib.butemplates</code></a></td><td>
|
|
1063
|
+
<em></em></td>
|
|
1064
|
+
</tr>
|
|
1065
|
+
<tr class="cg-1">
|
|
1066
|
+
<td></td>
|
|
1067
|
+
<td>   
|
|
1068
|
+
<a href="source/mindroot.lib.html#module-mindroot.lib.chatcontext"><code class="xref">mindroot.lib.chatcontext</code></a></td><td>
|
|
1069
|
+
<em></em></td>
|
|
1070
|
+
</tr>
|
|
1071
|
+
<tr class="cg-1">
|
|
1072
|
+
<td></td>
|
|
1073
|
+
<td>   
|
|
1074
|
+
<a href="source/mindroot.lib.html#module-mindroot.lib.chatlog"><code class="xref">mindroot.lib.chatlog</code></a></td><td>
|
|
1075
|
+
<em></em></td>
|
|
1076
|
+
</tr>
|
|
1077
|
+
<tr class="cg-1">
|
|
1078
|
+
<td></td>
|
|
1079
|
+
<td>   
|
|
1080
|
+
<a href="source/mindroot.lib.html#module-mindroot.lib.chatlog_optimized"><code class="xref">mindroot.lib.chatlog_optimized</code></a></td><td>
|
|
1081
|
+
<em></em></td>
|
|
1082
|
+
</tr>
|
|
1083
|
+
<tr class="cg-1">
|
|
1084
|
+
<td></td>
|
|
1085
|
+
<td>   
|
|
1086
|
+
<a href="source/mindroot.lib.html#module-mindroot.lib.json_escape"><code class="xref">mindroot.lib.json_escape</code></a></td><td>
|
|
1087
|
+
<em></em></td>
|
|
1088
|
+
</tr>
|
|
1089
|
+
<tr class="cg-1">
|
|
1090
|
+
<td></td>
|
|
1091
|
+
<td>   
|
|
1092
|
+
<a href="source/mindroot.lib.json_str_block.html#module-mindroot.lib.json_str_block"><code class="xref">mindroot.lib.json_str_block</code></a></td><td>
|
|
1093
|
+
<em></em></td>
|
|
1094
|
+
</tr>
|
|
1095
|
+
<tr class="cg-1">
|
|
1096
|
+
<td></td>
|
|
1097
|
+
<td>   
|
|
1098
|
+
<a href="source/mindroot.lib.json_str_block.html#module-mindroot.lib.json_str_block.json_str_block"><code class="xref">mindroot.lib.json_str_block.json_str_block</code></a></td><td>
|
|
1099
|
+
<em></em></td>
|
|
1100
|
+
</tr>
|
|
1101
|
+
<tr class="cg-1">
|
|
1102
|
+
<td></td>
|
|
1103
|
+
<td>   
|
|
1104
|
+
<a href="source/mindroot.lib.html#module-mindroot.lib.parent_templates"><code class="xref">mindroot.lib.parent_templates</code></a></td><td>
|
|
1105
|
+
<em></em></td>
|
|
1106
|
+
</tr>
|
|
1107
|
+
<tr class="cg-1">
|
|
1108
|
+
<td></td>
|
|
1109
|
+
<td>   
|
|
1110
|
+
<a href="source/mindroot.lib.html#module-mindroot.lib.plugins"><code class="xref">mindroot.lib.plugins</code></a></td><td>
|
|
1111
|
+
<em></em></td>
|
|
1112
|
+
</tr>
|
|
1113
|
+
<tr class="cg-1">
|
|
1114
|
+
<td></td>
|
|
1115
|
+
<td>   
|
|
1116
|
+
<a href="source/mindroot.lib.plugins.html#module-mindroot.lib.plugins.installation"><code class="xref">mindroot.lib.plugins.installation</code></a></td><td>
|
|
1117
|
+
<em></em></td>
|
|
1118
|
+
</tr>
|
|
1119
|
+
<tr class="cg-1">
|
|
1120
|
+
<td></td>
|
|
1121
|
+
<td>   
|
|
1122
|
+
<a href="source/mindroot.lib.plugins.html#module-mindroot.lib.plugins.l8n_static_handler"><code class="xref">mindroot.lib.plugins.l8n_static_handler</code></a></td><td>
|
|
1123
|
+
<em></em></td>
|
|
1124
|
+
</tr>
|
|
1125
|
+
<tr class="cg-1">
|
|
1126
|
+
<td></td>
|
|
1127
|
+
<td>   
|
|
1128
|
+
<a href="source/mindroot.lib.plugins.html#module-mindroot.lib.plugins.loader"><code class="xref">mindroot.lib.plugins.loader</code></a></td><td>
|
|
1129
|
+
<em></em></td>
|
|
1130
|
+
</tr>
|
|
1131
|
+
<tr class="cg-1">
|
|
1132
|
+
<td></td>
|
|
1133
|
+
<td>   
|
|
1134
|
+
<a href="source/mindroot.lib.plugins.html#module-mindroot.lib.plugins.loader_with_l8n"><code class="xref">mindroot.lib.plugins.loader_with_l8n</code></a></td><td>
|
|
1135
|
+
<em></em></td>
|
|
1136
|
+
</tr>
|
|
1137
|
+
<tr class="cg-1">
|
|
1138
|
+
<td></td>
|
|
1139
|
+
<td>   
|
|
1140
|
+
<a href="source/mindroot.lib.plugins.html#module-mindroot.lib.plugins.manifest"><code class="xref">mindroot.lib.plugins.manifest</code></a></td><td>
|
|
1141
|
+
<em></em></td>
|
|
1142
|
+
</tr>
|
|
1143
|
+
<tr class="cg-1">
|
|
1144
|
+
<td></td>
|
|
1145
|
+
<td>   
|
|
1146
|
+
<a href="source/mindroot.lib.plugins.html#module-mindroot.lib.plugins.mapping"><code class="xref">mindroot.lib.plugins.mapping</code></a></td><td>
|
|
1147
|
+
<em></em></td>
|
|
1148
|
+
</tr>
|
|
1149
|
+
<tr class="cg-1">
|
|
1150
|
+
<td></td>
|
|
1151
|
+
<td>   
|
|
1152
|
+
<a href="source/mindroot.lib.plugins.html#module-mindroot.lib.plugins.paths"><code class="xref">mindroot.lib.plugins.paths</code></a></td><td>
|
|
1153
|
+
<em></em></td>
|
|
1154
|
+
</tr>
|
|
1155
|
+
<tr class="cg-1">
|
|
1156
|
+
<td></td>
|
|
1157
|
+
<td>   
|
|
1158
|
+
<a href="source/mindroot.lib.html#module-mindroot.lib.plugins_install"><code class="xref">mindroot.lib.plugins_install</code></a></td><td>
|
|
1159
|
+
<em></em></td>
|
|
1160
|
+
</tr>
|
|
1161
|
+
<tr class="cg-1">
|
|
1162
|
+
<td></td>
|
|
1163
|
+
<td>   
|
|
1164
|
+
<a href="source/mindroot.lib.providers.html#module-mindroot.lib.providers"><code class="xref">mindroot.lib.providers</code></a></td><td>
|
|
1165
|
+
<em></em></td>
|
|
1166
|
+
</tr>
|
|
1167
|
+
<tr class="cg-1">
|
|
1168
|
+
<td></td>
|
|
1169
|
+
<td>   
|
|
1170
|
+
<a href="source/mindroot.lib.providers.html#module-mindroot.lib.providers.commands"><code class="xref">mindroot.lib.providers.commands</code></a></td><td>
|
|
1171
|
+
<em></em></td>
|
|
1172
|
+
</tr>
|
|
1173
|
+
<tr class="cg-1">
|
|
1174
|
+
<td></td>
|
|
1175
|
+
<td>   
|
|
1176
|
+
<a href="source/mindroot.lib.providers.html#module-mindroot.lib.providers.hooks"><code class="xref">mindroot.lib.providers.hooks</code></a></td><td>
|
|
1177
|
+
<em></em></td>
|
|
1178
|
+
</tr>
|
|
1179
|
+
<tr class="cg-1">
|
|
1180
|
+
<td></td>
|
|
1181
|
+
<td>   
|
|
1182
|
+
<a href="source/mindroot.lib.providers.html#module-mindroot.lib.providers.missing"><code class="xref">mindroot.lib.providers.missing</code></a></td><td>
|
|
1183
|
+
<em></em></td>
|
|
1184
|
+
</tr>
|
|
1185
|
+
<tr class="cg-1">
|
|
1186
|
+
<td></td>
|
|
1187
|
+
<td>   
|
|
1188
|
+
<a href="source/mindroot.lib.providers.html#module-mindroot.lib.providers.model_preferences_v2"><code class="xref">mindroot.lib.providers.model_preferences_v2</code></a></td><td>
|
|
1189
|
+
<em></em></td>
|
|
1190
|
+
</tr>
|
|
1191
|
+
<tr class="cg-1">
|
|
1192
|
+
<td></td>
|
|
1193
|
+
<td>   
|
|
1194
|
+
<a href="source/mindroot.lib.providers.html#module-mindroot.lib.providers.services"><code class="xref">mindroot.lib.providers.services</code></a></td><td>
|
|
1195
|
+
<em></em></td>
|
|
1196
|
+
</tr>
|
|
1197
|
+
<tr class="cg-1">
|
|
1198
|
+
<td></td>
|
|
1199
|
+
<td>   
|
|
1200
|
+
<a href="source/mindroot.lib.html#module-mindroot.lib.route_decorators"><code class="xref">mindroot.lib.route_decorators</code></a></td><td>
|
|
1201
|
+
<em></em></td>
|
|
1202
|
+
</tr>
|
|
1203
|
+
<tr class="cg-1">
|
|
1204
|
+
<td></td>
|
|
1205
|
+
<td>   
|
|
1206
|
+
<a href="source/mindroot.lib.html#module-mindroot.lib.session_files"><code class="xref">mindroot.lib.session_files</code></a></td><td>
|
|
1207
|
+
<em></em></td>
|
|
1208
|
+
</tr>
|
|
1209
|
+
<tr class="cg-1">
|
|
1210
|
+
<td></td>
|
|
1211
|
+
<td>   
|
|
1212
|
+
<a href="source/mindroot.lib.html#module-mindroot.lib.streamcmd"><code class="xref">mindroot.lib.streamcmd</code></a></td><td>
|
|
1213
|
+
<em></em></td>
|
|
1214
|
+
</tr>
|
|
1215
|
+
<tr class="cg-1">
|
|
1216
|
+
<td></td>
|
|
1217
|
+
<td>   
|
|
1218
|
+
<a href="source/mindroot.lib.html#module-mindroot.lib.templates"><code class="xref">mindroot.lib.templates</code></a></td><td>
|
|
1219
|
+
<em></em></td>
|
|
1220
|
+
</tr>
|
|
1221
|
+
<tr class="cg-1">
|
|
1222
|
+
<td></td>
|
|
1223
|
+
<td>   
|
|
1224
|
+
<a href="source/mindroot.lib.html#module-mindroot.lib.token_counter"><code class="xref">mindroot.lib.token_counter</code></a></td><td>
|
|
1225
|
+
<em></em></td>
|
|
1226
|
+
</tr>
|
|
1227
|
+
<tr class="cg-1">
|
|
1228
|
+
<td></td>
|
|
1229
|
+
<td>   
|
|
1230
|
+
<a href="source/mindroot.html#module-mindroot.migrate"><code class="xref">mindroot.migrate</code></a></td><td>
|
|
1231
|
+
<em></em></td>
|
|
1232
|
+
</tr>
|
|
1233
|
+
<tr class="cg-1">
|
|
1234
|
+
<td></td>
|
|
1235
|
+
<td>   
|
|
1236
|
+
<a href="source/mindroot.registry.html#module-mindroot.registry"><code class="xref">mindroot.registry</code></a></td><td>
|
|
1237
|
+
<em></em></td>
|
|
1238
|
+
</tr>
|
|
1239
|
+
<tr class="cg-1">
|
|
1240
|
+
<td></td>
|
|
1241
|
+
<td>   
|
|
1242
|
+
<a href="source/mindroot.registry.html#module-mindroot.registry.component_manager"><code class="xref">mindroot.registry.component_manager</code></a></td><td>
|
|
1243
|
+
<em></em></td>
|
|
1244
|
+
</tr>
|
|
1245
|
+
<tr class="cg-1">
|
|
1246
|
+
<td></td>
|
|
1247
|
+
<td>   
|
|
1248
|
+
<a href="source/mindroot.registry.html#module-mindroot.registry.data_access"><code class="xref">mindroot.registry.data_access</code></a></td><td>
|
|
1249
|
+
<em></em></td>
|
|
1250
|
+
</tr>
|
|
1251
|
+
<tr class="cg-1">
|
|
1252
|
+
<td></td>
|
|
1253
|
+
<td>   
|
|
1254
|
+
<a href="source/mindroot.html#module-mindroot.server"><code class="xref">mindroot.server</code></a></td><td>
|
|
1255
|
+
<em></em></td>
|
|
1256
|
+
</tr>
|
|
1257
|
+
<tr class="cg-1">
|
|
1258
|
+
<td></td>
|
|
1259
|
+
<td>   
|
|
1260
|
+
<a href="source/mindroot.html#module-mindroot.server_missing_normal_args"><code class="xref">mindroot.server_missing_normal_args</code></a></td><td>
|
|
1261
|
+
<em></em></td>
|
|
1262
|
+
</tr>
|
|
1263
|
+
<tr class="cg-1">
|
|
1264
|
+
<td></td>
|
|
1265
|
+
<td>   
|
|
1266
|
+
<a href="source/mindroot.html#module-mindroot.server_prev"><code class="xref">mindroot.server_prev</code></a></td><td>
|
|
1267
|
+
<em></em></td>
|
|
1268
|
+
</tr>
|
|
1269
|
+
</table>
|
|
1270
|
+
|
|
1271
|
+
</article>
|
|
1272
|
+
</div>
|
|
1273
|
+
<footer>
|
|
1274
|
+
|
|
1275
|
+
<div class="related-pages">
|
|
1276
|
+
|
|
1277
|
+
|
|
1278
|
+
</div>
|
|
1279
|
+
<div class="bottom-of-page">
|
|
1280
|
+
<div class="left-details">
|
|
1281
|
+
<div class="copyright">
|
|
1282
|
+
Copyright © 2025, Jason Livesay
|
|
1283
|
+
</div>
|
|
1284
|
+
Made with <a href="https://www.sphinx-doc.org/">Sphinx</a> and <a class="muted-link" href="https://pradyunsg.me">@pradyunsg</a>'s
|
|
1285
|
+
|
|
1286
|
+
<a href="https://github.com/pradyunsg/furo">Furo</a>
|
|
1287
|
+
|
|
1288
|
+
</div>
|
|
1289
|
+
<div class="right-details">
|
|
1290
|
+
|
|
1291
|
+
</div>
|
|
1292
|
+
</div>
|
|
1293
|
+
|
|
1294
|
+
</footer>
|
|
1295
|
+
</div>
|
|
1296
|
+
<aside class="toc-drawer no-toc">
|
|
1297
|
+
|
|
1298
|
+
|
|
1299
|
+
|
|
1300
|
+
</aside>
|
|
1301
|
+
</div>
|
|
1302
|
+
</div><script src="_static/documentation_options.js?v=3c16008f"></script>
|
|
1303
|
+
<script src="_static/doctools.js?v=9bcbadda"></script>
|
|
1304
|
+
<script src="_static/sphinx_highlight.js?v=dc90522c"></script>
|
|
1305
|
+
<script src="_static/scripts/furo.js?v=46bd48cc"></script>
|
|
1306
|
+
</body>
|
|
1307
|
+
</html>
|