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,572 @@
|
|
|
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"><meta name="viewport" content="width=device-width, initial-scale=1" />
|
|
6
|
+
<link rel="index" title="Index" href="../genindex.html" /><link rel="search" title="Search" href="../search.html" />
|
|
7
|
+
|
|
8
|
+
<!-- Generated with Sphinx 8.2.3 and Furo 2025.07.19 -->
|
|
9
|
+
<title>mindroot.lib.providers package - MindRoot 9.10.0 documentation</title>
|
|
10
|
+
<link rel="stylesheet" type="text/css" href="../_static/pygments.css?v=d111a655" />
|
|
11
|
+
<link rel="stylesheet" type="text/css" href="../_static/styles/furo.css?v=25af2a20" />
|
|
12
|
+
<link rel="stylesheet" type="text/css" href="../_static/styles/furo-extensions.css?v=8dab3a3b" />
|
|
13
|
+
<link rel="stylesheet" type="text/css" href="../_static/custom.css?v=f4b9d74b" />
|
|
14
|
+
|
|
15
|
+
|
|
16
|
+
|
|
17
|
+
|
|
18
|
+
<style>
|
|
19
|
+
body {
|
|
20
|
+
--color-code-background: #f2f2f2;
|
|
21
|
+
--color-code-foreground: #1e1e1e;
|
|
22
|
+
--color-brand-primary: #007acc;
|
|
23
|
+
--color-brand-content: #007acc;
|
|
24
|
+
|
|
25
|
+
}
|
|
26
|
+
@media not print {
|
|
27
|
+
body[data-theme="dark"] {
|
|
28
|
+
--color-code-background: #2b2b2b;
|
|
29
|
+
--color-code-foreground: #f8f8f2;
|
|
30
|
+
--color-brand-primary: #ff7b72;
|
|
31
|
+
--color-brand-content: #ff7b72;
|
|
32
|
+
|
|
33
|
+
}
|
|
34
|
+
@media (prefers-color-scheme: dark) {
|
|
35
|
+
body:not([data-theme="light"]) {
|
|
36
|
+
--color-code-background: #2b2b2b;
|
|
37
|
+
--color-code-foreground: #f8f8f2;
|
|
38
|
+
--color-brand-primary: #ff7b72;
|
|
39
|
+
--color-brand-content: #ff7b72;
|
|
40
|
+
|
|
41
|
+
}
|
|
42
|
+
}
|
|
43
|
+
}
|
|
44
|
+
</style></head>
|
|
45
|
+
<body>
|
|
46
|
+
|
|
47
|
+
<script>
|
|
48
|
+
document.body.dataset.theme = localStorage.getItem("theme") || "auto";
|
|
49
|
+
</script>
|
|
50
|
+
|
|
51
|
+
|
|
52
|
+
<svg xmlns="http://www.w3.org/2000/svg" style="display: none;">
|
|
53
|
+
<symbol id="svg-toc" viewBox="0 0 24 24">
|
|
54
|
+
<title>Contents</title>
|
|
55
|
+
<svg stroke="currentColor" fill="currentColor" stroke-width="0" viewBox="0 0 1024 1024">
|
|
56
|
+
<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"/>
|
|
57
|
+
</svg>
|
|
58
|
+
</symbol>
|
|
59
|
+
<symbol id="svg-menu" viewBox="0 0 24 24">
|
|
60
|
+
<title>Menu</title>
|
|
61
|
+
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="none" stroke="currentColor"
|
|
62
|
+
stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="feather-menu">
|
|
63
|
+
<line x1="3" y1="12" x2="21" y2="12"></line>
|
|
64
|
+
<line x1="3" y1="6" x2="21" y2="6"></line>
|
|
65
|
+
<line x1="3" y1="18" x2="21" y2="18"></line>
|
|
66
|
+
</svg>
|
|
67
|
+
</symbol>
|
|
68
|
+
<symbol id="svg-arrow-right" viewBox="0 0 24 24">
|
|
69
|
+
<title>Expand</title>
|
|
70
|
+
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="none" stroke="currentColor"
|
|
71
|
+
stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="feather-chevron-right">
|
|
72
|
+
<polyline points="9 18 15 12 9 6"></polyline>
|
|
73
|
+
</svg>
|
|
74
|
+
</symbol>
|
|
75
|
+
<symbol id="svg-sun" viewBox="0 0 24 24">
|
|
76
|
+
<title>Light mode</title>
|
|
77
|
+
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="none" stroke="currentColor"
|
|
78
|
+
stroke-width="1" stroke-linecap="round" stroke-linejoin="round" class="feather-sun">
|
|
79
|
+
<circle cx="12" cy="12" r="5"></circle>
|
|
80
|
+
<line x1="12" y1="1" x2="12" y2="3"></line>
|
|
81
|
+
<line x1="12" y1="21" x2="12" y2="23"></line>
|
|
82
|
+
<line x1="4.22" y1="4.22" x2="5.64" y2="5.64"></line>
|
|
83
|
+
<line x1="18.36" y1="18.36" x2="19.78" y2="19.78"></line>
|
|
84
|
+
<line x1="1" y1="12" x2="3" y2="12"></line>
|
|
85
|
+
<line x1="21" y1="12" x2="23" y2="12"></line>
|
|
86
|
+
<line x1="4.22" y1="19.78" x2="5.64" y2="18.36"></line>
|
|
87
|
+
<line x1="18.36" y1="5.64" x2="19.78" y2="4.22"></line>
|
|
88
|
+
</svg>
|
|
89
|
+
</symbol>
|
|
90
|
+
<symbol id="svg-moon" viewBox="0 0 24 24">
|
|
91
|
+
<title>Dark mode</title>
|
|
92
|
+
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="none" stroke="currentColor"
|
|
93
|
+
stroke-width="1" stroke-linecap="round" stroke-linejoin="round" class="icon-tabler-moon">
|
|
94
|
+
<path stroke="none" d="M0 0h24v24H0z" fill="none" />
|
|
95
|
+
<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" />
|
|
96
|
+
</svg>
|
|
97
|
+
</symbol>
|
|
98
|
+
<symbol id="svg-sun-with-moon" viewBox="0 0 24 24">
|
|
99
|
+
<title>Auto light/dark, in light mode</title>
|
|
100
|
+
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="none" stroke="currentColor"
|
|
101
|
+
stroke-width="1" stroke-linecap="round" stroke-linejoin="round"
|
|
102
|
+
class="icon-custom-derived-from-feather-sun-and-tabler-moon">
|
|
103
|
+
<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"/>
|
|
104
|
+
<line x1="14.5" y1="3.25" x2="14.5" y2="1.25"/>
|
|
105
|
+
<line x1="14.5" y1="15.85" x2="14.5" y2="17.85"/>
|
|
106
|
+
<line x1="10.044" y1="5.094" x2="8.63" y2="3.68"/>
|
|
107
|
+
<line x1="19" y1="14.05" x2="20.414" y2="15.464"/>
|
|
108
|
+
<line x1="8.2" y1="9.55" x2="6.2" y2="9.55"/>
|
|
109
|
+
<line x1="20.8" y1="9.55" x2="22.8" y2="9.55"/>
|
|
110
|
+
<line x1="10.044" y1="14.006" x2="8.63" y2="15.42"/>
|
|
111
|
+
<line x1="19" y1="5.05" x2="20.414" y2="3.636"/>
|
|
112
|
+
<circle cx="14.5" cy="9.55" r="3.6"/>
|
|
113
|
+
</svg>
|
|
114
|
+
</symbol>
|
|
115
|
+
<symbol id="svg-moon-with-sun" viewBox="0 0 24 24">
|
|
116
|
+
<title>Auto light/dark, in dark mode</title>
|
|
117
|
+
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="none" stroke="currentColor"
|
|
118
|
+
stroke-width="1" stroke-linecap="round" stroke-linejoin="round"
|
|
119
|
+
class="icon-custom-derived-from-feather-sun-and-tabler-moon">
|
|
120
|
+
<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"/>
|
|
121
|
+
<line style="opacity: 50%" x1="18" y1="3.705" x2="18" y2="2.5"/>
|
|
122
|
+
<line style="opacity: 50%" x1="18" y1="11.295" x2="18" y2="12.5"/>
|
|
123
|
+
<line style="opacity: 50%" x1="15.316" y1="4.816" x2="14.464" y2="3.964"/>
|
|
124
|
+
<line style="opacity: 50%" x1="20.711" y1="10.212" x2="21.563" y2="11.063"/>
|
|
125
|
+
<line style="opacity: 50%" x1="14.205" y1="7.5" x2="13.001" y2="7.5"/>
|
|
126
|
+
<line style="opacity: 50%" x1="21.795" y1="7.5" x2="23" y2="7.5"/>
|
|
127
|
+
<line style="opacity: 50%" x1="15.316" y1="10.184" x2="14.464" y2="11.036"/>
|
|
128
|
+
<line style="opacity: 50%" x1="20.711" y1="4.789" x2="21.563" y2="3.937"/>
|
|
129
|
+
<circle style="opacity: 50%" cx="18" cy="7.5" r="2.169"/>
|
|
130
|
+
</svg>
|
|
131
|
+
</symbol>
|
|
132
|
+
<symbol id="svg-pencil" viewBox="0 0 24 24">
|
|
133
|
+
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="none" stroke="currentColor"
|
|
134
|
+
stroke-width="1" stroke-linecap="round" stroke-linejoin="round" class="icon-tabler-pencil-code">
|
|
135
|
+
<path d="M4 20h4l10.5 -10.5a2.828 2.828 0 1 0 -4 -4l-10.5 10.5v4" />
|
|
136
|
+
<path d="M13.5 6.5l4 4" />
|
|
137
|
+
<path d="M20 21l2 -2l-2 -2" />
|
|
138
|
+
<path d="M17 17l-2 2l2 2" />
|
|
139
|
+
</svg>
|
|
140
|
+
</symbol>
|
|
141
|
+
<symbol id="svg-eye" viewBox="0 0 24 24">
|
|
142
|
+
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="none" stroke="currentColor"
|
|
143
|
+
stroke-width="1" stroke-linecap="round" stroke-linejoin="round" class="icon-tabler-eye-code">
|
|
144
|
+
<path stroke="none" d="M0 0h24v24H0z" fill="none" />
|
|
145
|
+
<path d="M10 12a2 2 0 1 0 4 0a2 2 0 0 0 -4 0" />
|
|
146
|
+
<path
|
|
147
|
+
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" />
|
|
148
|
+
<path d="M20 21l2 -2l-2 -2" />
|
|
149
|
+
<path d="M17 17l-2 2l2 2" />
|
|
150
|
+
</svg>
|
|
151
|
+
</symbol>
|
|
152
|
+
</svg>
|
|
153
|
+
|
|
154
|
+
<input type="checkbox" class="sidebar-toggle" name="__navigation" id="__navigation">
|
|
155
|
+
<input type="checkbox" class="sidebar-toggle" name="__toc" id="__toc">
|
|
156
|
+
<label class="overlay sidebar-overlay" for="__navigation">
|
|
157
|
+
<div class="visually-hidden">Hide navigation sidebar</div>
|
|
158
|
+
</label>
|
|
159
|
+
<label class="overlay toc-overlay" for="__toc">
|
|
160
|
+
<div class="visually-hidden">Hide table of contents sidebar</div>
|
|
161
|
+
</label>
|
|
162
|
+
|
|
163
|
+
<a class="skip-to-content muted-link" href="#furo-main-content">Skip to content</a>
|
|
164
|
+
|
|
165
|
+
|
|
166
|
+
|
|
167
|
+
<div class="page">
|
|
168
|
+
<header class="mobile-header">
|
|
169
|
+
<div class="header-left">
|
|
170
|
+
<label class="nav-overlay-icon" for="__navigation">
|
|
171
|
+
<div class="visually-hidden">Toggle site navigation sidebar</div>
|
|
172
|
+
<i class="icon"><svg><use href="#svg-menu"></use></svg></i>
|
|
173
|
+
</label>
|
|
174
|
+
</div>
|
|
175
|
+
<div class="header-center">
|
|
176
|
+
<a href="../index.html"><div class="brand">MindRoot 9.10.0 documentation</div></a>
|
|
177
|
+
</div>
|
|
178
|
+
<div class="header-right">
|
|
179
|
+
<div class="theme-toggle-container theme-toggle-header">
|
|
180
|
+
<button class="theme-toggle">
|
|
181
|
+
<div class="visually-hidden">Toggle Light / Dark / Auto color theme</div>
|
|
182
|
+
<svg class="theme-icon-when-auto-light"><use href="#svg-sun-with-moon"></use></svg>
|
|
183
|
+
<svg class="theme-icon-when-auto-dark"><use href="#svg-moon-with-sun"></use></svg>
|
|
184
|
+
<svg class="theme-icon-when-dark"><use href="#svg-moon"></use></svg>
|
|
185
|
+
<svg class="theme-icon-when-light"><use href="#svg-sun"></use></svg>
|
|
186
|
+
</button>
|
|
187
|
+
</div>
|
|
188
|
+
<label class="toc-overlay-icon toc-header-icon" for="__toc">
|
|
189
|
+
<div class="visually-hidden">Toggle table of contents sidebar</div>
|
|
190
|
+
<i class="icon"><svg><use href="#svg-toc"></use></svg></i>
|
|
191
|
+
</label>
|
|
192
|
+
</div>
|
|
193
|
+
</header>
|
|
194
|
+
<aside class="sidebar-drawer">
|
|
195
|
+
<div class="sidebar-container">
|
|
196
|
+
|
|
197
|
+
<div class="sidebar-sticky"><a class="sidebar-brand" href="../index.html">
|
|
198
|
+
|
|
199
|
+
|
|
200
|
+
</a><form class="sidebar-search-container" method="get" action="../search.html" role="search">
|
|
201
|
+
<input class="sidebar-search" placeholder="Search" name="q" aria-label="Search">
|
|
202
|
+
<input type="hidden" name="check_keywords" value="yes">
|
|
203
|
+
<input type="hidden" name="area" value="default">
|
|
204
|
+
</form>
|
|
205
|
+
<div id="searchbox"></div><div class="sidebar-scroll"><div class="sidebar-tree">
|
|
206
|
+
<p class="caption" role="heading"><span class="caption-text">User Documentation:</span></p>
|
|
207
|
+
<ul>
|
|
208
|
+
<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>
|
|
209
|
+
<li class="toctree-l2"><a class="reference internal" href="../installation.html">Installation</a></li>
|
|
210
|
+
<li class="toctree-l2"><a class="reference internal" href="../starting_mindroot.html">Starting MindRoot</a></li>
|
|
211
|
+
<li class="toctree-l2"><a class="reference internal" href="../llm_plugin_installation.html">LLM Plugin Installation</a></li>
|
|
212
|
+
<li class="toctree-l2"><a class="reference internal" href="../llm_api_key.html">LLM API Key</a></li>
|
|
213
|
+
<li class="toctree-l2"><a class="reference internal" href="../chat_with_assistant.html">Chat with Assistant</a></li>
|
|
214
|
+
<li class="toctree-l2"><a class="reference internal" href="../install_plugins_with_tools.html">Install Plugins with Tools</a></li>
|
|
215
|
+
<li class="toctree-l2"><a class="reference internal" href="../programming_task.html">Give Assistant a Programming Task</a></li>
|
|
216
|
+
</ul>
|
|
217
|
+
</li>
|
|
218
|
+
</ul>
|
|
219
|
+
<p class="caption" role="heading"><span class="caption-text">Developer Documentation:</span></p>
|
|
220
|
+
<ul>
|
|
221
|
+
<li class="toctree-l1"><a class="reference internal" href="../developer_documentation.html">Developer Documentation</a></li>
|
|
222
|
+
</ul>
|
|
223
|
+
|
|
224
|
+
</div>
|
|
225
|
+
</div>
|
|
226
|
+
|
|
227
|
+
</div>
|
|
228
|
+
|
|
229
|
+
</div>
|
|
230
|
+
</aside>
|
|
231
|
+
<div class="main">
|
|
232
|
+
<div class="content">
|
|
233
|
+
<div class="article-container">
|
|
234
|
+
<a href="#" class="back-to-top muted-link">
|
|
235
|
+
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">
|
|
236
|
+
<path d="M13 20h-2V8l-5.5 5.5-1.42-1.42L12 4.16l7.92 7.92-1.42 1.42L13 8v12z"></path>
|
|
237
|
+
</svg>
|
|
238
|
+
<span>Back to top</span>
|
|
239
|
+
</a>
|
|
240
|
+
<div class="content-icon-container">
|
|
241
|
+
<div class="view-this-page">
|
|
242
|
+
<a class="muted-link" href="../_sources/source/mindroot.lib.providers.rst.txt" title="View this page">
|
|
243
|
+
<svg><use href="#svg-eye"></use></svg>
|
|
244
|
+
<span class="visually-hidden">View this page</span>
|
|
245
|
+
</a>
|
|
246
|
+
</div>
|
|
247
|
+
<div class="theme-toggle-container theme-toggle-content">
|
|
248
|
+
<button class="theme-toggle">
|
|
249
|
+
<div class="visually-hidden">Toggle Light / Dark / Auto color theme</div>
|
|
250
|
+
<svg class="theme-icon-when-auto-light"><use href="#svg-sun-with-moon"></use></svg>
|
|
251
|
+
<svg class="theme-icon-when-auto-dark"><use href="#svg-moon-with-sun"></use></svg>
|
|
252
|
+
<svg class="theme-icon-when-dark"><use href="#svg-moon"></use></svg>
|
|
253
|
+
<svg class="theme-icon-when-light"><use href="#svg-sun"></use></svg>
|
|
254
|
+
</button>
|
|
255
|
+
</div>
|
|
256
|
+
<label class="toc-overlay-icon toc-content-icon" for="__toc">
|
|
257
|
+
<div class="visually-hidden">Toggle table of contents sidebar</div>
|
|
258
|
+
<i class="icon"><svg><use href="#svg-toc"></use></svg></i>
|
|
259
|
+
</label>
|
|
260
|
+
</div>
|
|
261
|
+
<article role="main" id="furo-main-content">
|
|
262
|
+
<section id="mindroot-lib-providers-package">
|
|
263
|
+
<h1>mindroot.lib.providers package<a class="headerlink" href="#mindroot-lib-providers-package" title="Link to this heading">¶</a></h1>
|
|
264
|
+
<section id="subpackages">
|
|
265
|
+
<h2>Subpackages<a class="headerlink" href="#subpackages" title="Link to this heading">¶</a></h2>
|
|
266
|
+
<div class="toctree-wrapper compound">
|
|
267
|
+
<ul>
|
|
268
|
+
<li class="toctree-l1"><a class="reference internal" href="mindroot.lib.providers.backup.html">mindroot.lib.providers.backup package</a><ul>
|
|
269
|
+
<li class="toctree-l2"><a class="reference internal" href="mindroot.lib.providers.backup.html#module-contents">Module contents</a></li>
|
|
270
|
+
</ul>
|
|
271
|
+
</li>
|
|
272
|
+
</ul>
|
|
273
|
+
</div>
|
|
274
|
+
</section>
|
|
275
|
+
<section id="submodules">
|
|
276
|
+
<h2>Submodules<a class="headerlink" href="#submodules" title="Link to this heading">¶</a></h2>
|
|
277
|
+
</section>
|
|
278
|
+
<section id="module-mindroot.lib.providers.commands">
|
|
279
|
+
<span id="mindroot-lib-providers-commands-module"></span><h2>mindroot.lib.providers.commands module<a class="headerlink" href="#module-mindroot.lib.providers.commands" title="Link to this heading">¶</a></h2>
|
|
280
|
+
<dl class="py function">
|
|
281
|
+
<dt class="sig sig-object py" id="mindroot.lib.providers.commands.command">
|
|
282
|
+
<span class="sig-prename descclassname"><span class="pre">mindroot.lib.providers.commands.</span></span><span class="sig-name descname"><span class="pre">command</span></span><span class="sig-paren">(</span><em class="sig-param"><span class="keyword-only-separator o"><abbr title="Keyword-only parameters separator (PEP 3102)"><span class="pre">*</span></abbr></span></em>, <em class="sig-param"><span class="n"><span class="pre">flags</span></span><span class="o"><span class="pre">=</span></span><span class="default_value"><span class="pre">[]</span></span></em><span class="sig-paren">)</span><a class="reference internal" href="../_modules/mindroot/lib/providers/commands.html#command"><span class="viewcode-link"><span class="pre">[source]</span></span></a><a class="headerlink" href="#mindroot.lib.providers.commands.command" title="Link to this definition">¶</a></dt>
|
|
283
|
+
<dd></dd></dl>
|
|
284
|
+
|
|
285
|
+
</section>
|
|
286
|
+
<section id="module-mindroot.lib.providers.hooks">
|
|
287
|
+
<span id="mindroot-lib-providers-hooks-module"></span><h2>mindroot.lib.providers.hooks module<a class="headerlink" href="#module-mindroot.lib.providers.hooks" title="Link to this heading">¶</a></h2>
|
|
288
|
+
<dl class="py function">
|
|
289
|
+
<dt class="sig sig-object py" id="mindroot.lib.providers.hooks.hook">
|
|
290
|
+
<span class="sig-prename descclassname"><span class="pre">mindroot.lib.providers.hooks.</span></span><span class="sig-name descname"><span class="pre">hook</span></span><span class="sig-paren">(</span><span class="sig-paren">)</span><a class="reference internal" href="../_modules/mindroot/lib/providers/hooks.html#hook"><span class="viewcode-link"><span class="pre">[source]</span></span></a><a class="headerlink" href="#mindroot.lib.providers.hooks.hook" title="Link to this definition">¶</a></dt>
|
|
291
|
+
<dd></dd></dl>
|
|
292
|
+
|
|
293
|
+
</section>
|
|
294
|
+
<section id="module-mindroot.lib.providers.missing">
|
|
295
|
+
<span id="mindroot-lib-providers-missing-module"></span><h2>mindroot.lib.providers.missing module<a class="headerlink" href="#module-mindroot.lib.providers.missing" title="Link to this heading">¶</a></h2>
|
|
296
|
+
<dl class="py function">
|
|
297
|
+
<dt class="sig sig-object py" id="mindroot.lib.providers.missing.get_missing_commands">
|
|
298
|
+
<em class="property"><span class="k"><span class="pre">async</span></span><span class="w"> </span></em><span class="sig-prename descclassname"><span class="pre">mindroot.lib.providers.missing.</span></span><span class="sig-name descname"><span class="pre">get_missing_commands</span></span><span class="sig-paren">(</span><em class="sig-param"><span class="n"><span class="pre">agent_name</span></span><span class="o"><span class="pre">=</span></span><span class="default_value"><span class="pre">None</span></span></em>, <em class="sig-param"><span class="n"><span class="pre">context</span></span><span class="o"><span class="pre">=</span></span><span class="default_value"><span class="pre">None</span></span></em><span class="sig-paren">)</span><a class="reference internal" href="../_modules/mindroot/lib/providers/missing.html#get_missing_commands"><span class="viewcode-link"><span class="pre">[source]</span></span></a><a class="headerlink" href="#mindroot.lib.providers.missing.get_missing_commands" title="Link to this definition">¶</a></dt>
|
|
299
|
+
<dd><p>Identify commands that are used in agent instructions but not available in the system.</p>
|
|
300
|
+
<dl class="field-list simple">
|
|
301
|
+
<dt class="field-odd">Parameters<span class="colon">:</span></dt>
|
|
302
|
+
<dd class="field-odd"><p><strong>agent_name</strong> (<em>str</em><em>, </em><em>optional</em>) – Name of the agent to check</p>
|
|
303
|
+
</dd>
|
|
304
|
+
<dt class="field-even">Returns<span class="colon">:</span></dt>
|
|
305
|
+
<dd class="field-even"><p>Mapping of missing commands and potential plugins that provide them</p>
|
|
306
|
+
</dd>
|
|
307
|
+
<dt class="field-odd">Return type<span class="colon">:</span></dt>
|
|
308
|
+
<dd class="field-odd"><p>dict</p>
|
|
309
|
+
</dd>
|
|
310
|
+
</dl>
|
|
311
|
+
</dd></dl>
|
|
312
|
+
|
|
313
|
+
</section>
|
|
314
|
+
<section id="module-mindroot.lib.providers.model_preferences_v2">
|
|
315
|
+
<span id="mindroot-lib-providers-model-preferences-v2-module"></span><h2>mindroot.lib.providers.model_preferences_v2 module<a class="headerlink" href="#module-mindroot.lib.providers.model_preferences_v2" title="Link to this heading">¶</a></h2>
|
|
316
|
+
<dl class="py class">
|
|
317
|
+
<dt class="sig sig-object py" id="mindroot.lib.providers.model_preferences_v2.ModelPreferencesV2">
|
|
318
|
+
<em class="property"><span class="k"><span class="pre">class</span></span><span class="w"> </span></em><span class="sig-prename descclassname"><span class="pre">mindroot.lib.providers.model_preferences_v2.</span></span><span class="sig-name descname"><span class="pre">ModelPreferencesV2</span></span><a class="reference internal" href="../_modules/mindroot/lib/providers/model_preferences_v2.html#ModelPreferencesV2"><span class="viewcode-link"><span class="pre">[source]</span></span></a><a class="headerlink" href="#mindroot.lib.providers.model_preferences_v2.ModelPreferencesV2" title="Link to this definition">¶</a></dt>
|
|
319
|
+
<dd><p>Bases: <code class="xref py py-class docutils literal notranslate"><span class="pre">object</span></code></p>
|
|
320
|
+
<p>New model preferences system supporting ordered provider/model pairs for fallback selection.</p>
|
|
321
|
+
<dl class="py method">
|
|
322
|
+
<dt class="sig sig-object py" id="mindroot.lib.providers.model_preferences_v2.ModelPreferencesV2.add_preference">
|
|
323
|
+
<span class="sig-name descname"><span class="pre">add_preference</span></span><span class="sig-paren">(</span><em class="sig-param"><span class="n"><span class="pre">service</span></span><span class="p"><span class="pre">:</span></span><span class="w"> </span><span class="n"><span class="pre">str</span></span></em>, <em class="sig-param"><span class="n"><span class="pre">provider</span></span><span class="p"><span class="pre">:</span></span><span class="w"> </span><span class="n"><span class="pre">str</span></span></em>, <em class="sig-param"><span class="n"><span class="pre">model</span></span><span class="p"><span class="pre">:</span></span><span class="w"> </span><span class="n"><span class="pre">str</span></span></em>, <em class="sig-param"><span class="n"><span class="pre">position</span></span><span class="p"><span class="pre">:</span></span><span class="w"> </span><span class="n"><span class="pre">int</span><span class="w"> </span><span class="p"><span class="pre">|</span></span><span class="w"> </span><span class="pre">None</span></span><span class="w"> </span><span class="o"><span class="pre">=</span></span><span class="w"> </span><span class="default_value"><span class="pre">None</span></span></em><span class="sig-paren">)</span> <span class="sig-return"><span class="sig-return-icon">→</span> <span class="sig-return-typehint"><span class="pre">None</span></span></span><a class="reference internal" href="../_modules/mindroot/lib/providers/model_preferences_v2.html#ModelPreferencesV2.add_preference"><span class="viewcode-link"><span class="pre">[source]</span></span></a><a class="headerlink" href="#mindroot.lib.providers.model_preferences_v2.ModelPreferencesV2.add_preference" title="Link to this definition">¶</a></dt>
|
|
324
|
+
<dd><p>Add a provider/model preference for a service at specified position (or end).</p>
|
|
325
|
+
</dd></dl>
|
|
326
|
+
|
|
327
|
+
<dl class="py method">
|
|
328
|
+
<dt class="sig sig-object py" id="mindroot.lib.providers.model_preferences_v2.ModelPreferencesV2.ensure_preferences_exist">
|
|
329
|
+
<span class="sig-name descname"><span class="pre">ensure_preferences_exist</span></span><span class="sig-paren">(</span><span class="sig-paren">)</span> <span class="sig-return"><span class="sig-return-icon">→</span> <span class="sig-return-typehint"><span class="pre">None</span></span></span><a class="reference internal" href="../_modules/mindroot/lib/providers/model_preferences_v2.html#ModelPreferencesV2.ensure_preferences_exist"><span class="viewcode-link"><span class="pre">[source]</span></span></a><a class="headerlink" href="#mindroot.lib.providers.model_preferences_v2.ModelPreferencesV2.ensure_preferences_exist" title="Link to this definition">¶</a></dt>
|
|
330
|
+
<dd><p>Copy template preferences file to data directory if it doesn’t exist.</p>
|
|
331
|
+
</dd></dl>
|
|
332
|
+
|
|
333
|
+
<dl class="py method">
|
|
334
|
+
<dt class="sig sig-object py" id="mindroot.lib.providers.model_preferences_v2.ModelPreferencesV2.get_ordered_providers_for_service">
|
|
335
|
+
<span class="sig-name descname"><span class="pre">get_ordered_providers_for_service</span></span><span class="sig-paren">(</span><em class="sig-param"><span class="n"><span class="pre">service_name</span></span><span class="p"><span class="pre">:</span></span><span class="w"> </span><span class="n"><span class="pre">str</span></span></em><span class="sig-paren">)</span> <span class="sig-return"><span class="sig-return-icon">→</span> <span class="sig-return-typehint"><span class="pre">List</span><span class="p"><span class="pre">[</span></span><span class="pre">Tuple</span><span class="p"><span class="pre">[</span></span><span class="pre">str</span><span class="p"><span class="pre">,</span></span><span class="w"> </span><span class="pre">str</span><span class="p"><span class="pre">]</span></span><span class="p"><span class="pre">]</span></span></span></span><a class="reference internal" href="../_modules/mindroot/lib/providers/model_preferences_v2.html#ModelPreferencesV2.get_ordered_providers_for_service"><span class="viewcode-link"><span class="pre">[source]</span></span></a><a class="headerlink" href="#mindroot.lib.providers.model_preferences_v2.ModelPreferencesV2.get_ordered_providers_for_service" title="Link to this definition">¶</a></dt>
|
|
336
|
+
<dd><p>Get ordered list of (provider, model) pairs for a service.</p>
|
|
337
|
+
</dd></dl>
|
|
338
|
+
|
|
339
|
+
<dl class="py method">
|
|
340
|
+
<dt class="sig sig-object py" id="mindroot.lib.providers.model_preferences_v2.ModelPreferencesV2.get_preferences">
|
|
341
|
+
<span class="sig-name descname"><span class="pre">get_preferences</span></span><span class="sig-paren">(</span><span class="sig-paren">)</span> <span class="sig-return"><span class="sig-return-icon">→</span> <span class="sig-return-typehint"><span class="pre">Dict</span><span class="p"><span class="pre">[</span></span><span class="pre">str</span><span class="p"><span class="pre">,</span></span><span class="w"> </span><span class="pre">List</span><span class="p"><span class="pre">[</span></span><span class="pre">List</span><span class="p"><span class="pre">[</span></span><span class="pre">str</span><span class="p"><span class="pre">]</span></span><span class="p"><span class="pre">]</span></span><span class="p"><span class="pre">]</span></span></span></span><a class="reference internal" href="../_modules/mindroot/lib/providers/model_preferences_v2.html#ModelPreferencesV2.get_preferences"><span class="viewcode-link"><span class="pre">[source]</span></span></a><a class="headerlink" href="#mindroot.lib.providers.model_preferences_v2.ModelPreferencesV2.get_preferences" title="Link to this definition">¶</a></dt>
|
|
342
|
+
<dd><p>Get preferences in new format: {service: [[provider, model], …]}</p>
|
|
343
|
+
</dd></dl>
|
|
344
|
+
|
|
345
|
+
<dl class="py method">
|
|
346
|
+
<dt class="sig sig-object py" id="mindroot.lib.providers.model_preferences_v2.ModelPreferencesV2.migrate_from_old_format">
|
|
347
|
+
<span class="sig-name descname"><span class="pre">migrate_from_old_format</span></span><span class="sig-paren">(</span><em class="sig-param"><span class="n"><span class="pre">old_preferences</span></span><span class="p"><span class="pre">:</span></span><span class="w"> </span><span class="n"><span class="pre">List</span><span class="p"><span class="pre">[</span></span><span class="pre">Dict</span><span class="p"><span class="pre">]</span></span></span></em><span class="sig-paren">)</span> <span class="sig-return"><span class="sig-return-icon">→</span> <span class="sig-return-typehint"><span class="pre">Dict</span><span class="p"><span class="pre">[</span></span><span class="pre">str</span><span class="p"><span class="pre">,</span></span><span class="w"> </span><span class="pre">List</span><span class="p"><span class="pre">[</span></span><span class="pre">List</span><span class="p"><span class="pre">[</span></span><span class="pre">str</span><span class="p"><span class="pre">]</span></span><span class="p"><span class="pre">]</span></span><span class="p"><span class="pre">]</span></span></span></span><a class="reference internal" href="../_modules/mindroot/lib/providers/model_preferences_v2.html#ModelPreferencesV2.migrate_from_old_format"><span class="viewcode-link"><span class="pre">[source]</span></span></a><a class="headerlink" href="#mindroot.lib.providers.model_preferences_v2.ModelPreferencesV2.migrate_from_old_format" title="Link to this definition">¶</a></dt>
|
|
348
|
+
<dd><p>Convert old format preferences to new format.</p>
|
|
349
|
+
<p>Old format: [{“service_or_command_name”: “stream_chat”, “flag”: “default”, “model”: “claude-3”}]
|
|
350
|
+
New format: {“stream_chat”: [[“ah_anthropic”, “claude-3.5-sonnet”]]}</p>
|
|
351
|
+
</dd></dl>
|
|
352
|
+
|
|
353
|
+
<dl class="py method">
|
|
354
|
+
<dt class="sig sig-object py" id="mindroot.lib.providers.model_preferences_v2.ModelPreferencesV2.remove_preference">
|
|
355
|
+
<span class="sig-name descname"><span class="pre">remove_preference</span></span><span class="sig-paren">(</span><em class="sig-param"><span class="n"><span class="pre">service</span></span><span class="p"><span class="pre">:</span></span><span class="w"> </span><span class="n"><span class="pre">str</span></span></em>, <em class="sig-param"><span class="n"><span class="pre">provider</span></span><span class="p"><span class="pre">:</span></span><span class="w"> </span><span class="n"><span class="pre">str</span></span></em>, <em class="sig-param"><span class="n"><span class="pre">model</span></span><span class="p"><span class="pre">:</span></span><span class="w"> </span><span class="n"><span class="pre">str</span></span></em><span class="sig-paren">)</span> <span class="sig-return"><span class="sig-return-icon">→</span> <span class="sig-return-typehint"><span class="pre">bool</span></span></span><a class="reference internal" href="../_modules/mindroot/lib/providers/model_preferences_v2.html#ModelPreferencesV2.remove_preference"><span class="viewcode-link"><span class="pre">[source]</span></span></a><a class="headerlink" href="#mindroot.lib.providers.model_preferences_v2.ModelPreferencesV2.remove_preference" title="Link to this definition">¶</a></dt>
|
|
356
|
+
<dd><p>Remove a provider/model preference for a service. Returns True if removed.</p>
|
|
357
|
+
</dd></dl>
|
|
358
|
+
|
|
359
|
+
<dl class="py method">
|
|
360
|
+
<dt class="sig sig-object py" id="mindroot.lib.providers.model_preferences_v2.ModelPreferencesV2.reorder_preferences">
|
|
361
|
+
<span class="sig-name descname"><span class="pre">reorder_preferences</span></span><span class="sig-paren">(</span><em class="sig-param"><span class="n"><span class="pre">service</span></span><span class="p"><span class="pre">:</span></span><span class="w"> </span><span class="n"><span class="pre">str</span></span></em>, <em class="sig-param"><span class="n"><span class="pre">ordered_pairs</span></span><span class="p"><span class="pre">:</span></span><span class="w"> </span><span class="n"><span class="pre">List</span><span class="p"><span class="pre">[</span></span><span class="pre">List</span><span class="p"><span class="pre">[</span></span><span class="pre">str</span><span class="p"><span class="pre">]</span></span><span class="p"><span class="pre">]</span></span></span></em><span class="sig-paren">)</span> <span class="sig-return"><span class="sig-return-icon">→</span> <span class="sig-return-typehint"><span class="pre">None</span></span></span><a class="reference internal" href="../_modules/mindroot/lib/providers/model_preferences_v2.html#ModelPreferencesV2.reorder_preferences"><span class="viewcode-link"><span class="pre">[source]</span></span></a><a class="headerlink" href="#mindroot.lib.providers.model_preferences_v2.ModelPreferencesV2.reorder_preferences" title="Link to this definition">¶</a></dt>
|
|
362
|
+
<dd><p>Set the complete ordered list of provider/model pairs for a service.</p>
|
|
363
|
+
</dd></dl>
|
|
364
|
+
|
|
365
|
+
<dl class="py method">
|
|
366
|
+
<dt class="sig sig-object py" id="mindroot.lib.providers.model_preferences_v2.ModelPreferencesV2.save_preferences">
|
|
367
|
+
<span class="sig-name descname"><span class="pre">save_preferences</span></span><span class="sig-paren">(</span><em class="sig-param"><span class="n"><span class="pre">preferences</span></span><span class="p"><span class="pre">:</span></span><span class="w"> </span><span class="n"><span class="pre">Dict</span><span class="p"><span class="pre">[</span></span><span class="pre">str</span><span class="p"><span class="pre">,</span></span><span class="w"> </span><span class="pre">List</span><span class="p"><span class="pre">[</span></span><span class="pre">List</span><span class="p"><span class="pre">[</span></span><span class="pre">str</span><span class="p"><span class="pre">]</span></span><span class="p"><span class="pre">]</span></span><span class="p"><span class="pre">]</span></span></span></em><span class="sig-paren">)</span> <span class="sig-return"><span class="sig-return-icon">→</span> <span class="sig-return-typehint"><span class="pre">None</span></span></span><a class="reference internal" href="../_modules/mindroot/lib/providers/model_preferences_v2.html#ModelPreferencesV2.save_preferences"><span class="viewcode-link"><span class="pre">[source]</span></span></a><a class="headerlink" href="#mindroot.lib.providers.model_preferences_v2.ModelPreferencesV2.save_preferences" title="Link to this definition">¶</a></dt>
|
|
368
|
+
<dd><p>Save preferences in new format.</p>
|
|
369
|
+
</dd></dl>
|
|
370
|
+
|
|
371
|
+
</dd></dl>
|
|
372
|
+
|
|
373
|
+
</section>
|
|
374
|
+
<section id="module-mindroot.lib.providers.services">
|
|
375
|
+
<span id="mindroot-lib-providers-services-module"></span><h2>mindroot.lib.providers.services module<a class="headerlink" href="#module-mindroot.lib.providers.services" title="Link to this heading">¶</a></h2>
|
|
376
|
+
<dl class="py function">
|
|
377
|
+
<dt class="sig sig-object py" id="mindroot.lib.providers.services.service">
|
|
378
|
+
<span class="sig-prename descclassname"><span class="pre">mindroot.lib.providers.services.</span></span><span class="sig-name descname"><span class="pre">service</span></span><span class="sig-paren">(</span><em class="sig-param"><span class="keyword-only-separator o"><abbr title="Keyword-only parameters separator (PEP 3102)"><span class="pre">*</span></abbr></span></em>, <em class="sig-param"><span class="n"><span class="pre">flags</span></span><span class="o"><span class="pre">=</span></span><span class="default_value"><span class="pre">[]</span></span></em><span class="sig-paren">)</span><a class="reference internal" href="../_modules/mindroot/lib/providers/services.html#service"><span class="viewcode-link"><span class="pre">[source]</span></span></a><a class="headerlink" href="#mindroot.lib.providers.services.service" title="Link to this definition">¶</a></dt>
|
|
379
|
+
<dd></dd></dl>
|
|
380
|
+
|
|
381
|
+
</section>
|
|
382
|
+
<section id="module-mindroot.lib.providers">
|
|
383
|
+
<span id="module-contents"></span><h2>Module contents<a class="headerlink" href="#module-mindroot.lib.providers" title="Link to this heading">¶</a></h2>
|
|
384
|
+
<dl class="py class">
|
|
385
|
+
<dt class="sig sig-object py" id="mindroot.lib.providers.HookManager">
|
|
386
|
+
<em class="property"><span class="k"><span class="pre">class</span></span><span class="w"> </span></em><span class="sig-prename descclassname"><span class="pre">mindroot.lib.providers.</span></span><span class="sig-name descname"><span class="pre">HookManager</span></span><a class="reference internal" href="../_modules/mindroot/lib/providers.html#HookManager"><span class="viewcode-link"><span class="pre">[source]</span></span></a><a class="headerlink" href="#mindroot.lib.providers.HookManager" title="Link to this definition">¶</a></dt>
|
|
387
|
+
<dd><p>Bases: <code class="xref py py-class docutils literal notranslate"><span class="pre">object</span></code></p>
|
|
388
|
+
<dl class="py method">
|
|
389
|
+
<dt class="sig sig-object py" id="mindroot.lib.providers.HookManager.execute_hooks">
|
|
390
|
+
<em class="property"><span class="k"><span class="pre">async</span></span><span class="w"> </span></em><span class="sig-name descname"><span class="pre">execute_hooks</span></span><span class="sig-paren">(</span><em class="sig-param"><span class="n"><span class="pre">name</span></span></em>, <em class="sig-param"><span class="o"><span class="pre">*</span></span><span class="n"><span class="pre">args</span></span></em>, <em class="sig-param"><span class="o"><span class="pre">**</span></span><span class="n"><span class="pre">kwargs</span></span></em><span class="sig-paren">)</span><a class="reference internal" href="../_modules/mindroot/lib/providers.html#HookManager.execute_hooks"><span class="viewcode-link"><span class="pre">[source]</span></span></a><a class="headerlink" href="#mindroot.lib.providers.HookManager.execute_hooks" title="Link to this definition">¶</a></dt>
|
|
391
|
+
<dd></dd></dl>
|
|
392
|
+
|
|
393
|
+
<dl class="py method">
|
|
394
|
+
<dt class="sig sig-object py" id="mindroot.lib.providers.HookManager.get_docstring">
|
|
395
|
+
<span class="sig-name descname"><span class="pre">get_docstring</span></span><span class="sig-paren">(</span><em class="sig-param"><span class="n"><span class="pre">name</span></span></em><span class="sig-paren">)</span><a class="reference internal" href="../_modules/mindroot/lib/providers.html#HookManager.get_docstring"><span class="viewcode-link"><span class="pre">[source]</span></span></a><a class="headerlink" href="#mindroot.lib.providers.HookManager.get_docstring" title="Link to this definition">¶</a></dt>
|
|
396
|
+
<dd></dd></dl>
|
|
397
|
+
|
|
398
|
+
<dl class="py method">
|
|
399
|
+
<dt class="sig sig-object py" id="mindroot.lib.providers.HookManager.get_docstrings">
|
|
400
|
+
<span class="sig-name descname"><span class="pre">get_docstrings</span></span><span class="sig-paren">(</span><span class="sig-paren">)</span><a class="reference internal" href="../_modules/mindroot/lib/providers.html#HookManager.get_docstrings"><span class="viewcode-link"><span class="pre">[source]</span></span></a><a class="headerlink" href="#mindroot.lib.providers.HookManager.get_docstrings" title="Link to this definition">¶</a></dt>
|
|
401
|
+
<dd></dd></dl>
|
|
402
|
+
|
|
403
|
+
<dl class="py method">
|
|
404
|
+
<dt class="sig sig-object py" id="mindroot.lib.providers.HookManager.get_hooks">
|
|
405
|
+
<span class="sig-name descname"><span class="pre">get_hooks</span></span><span class="sig-paren">(</span><span class="sig-paren">)</span><a class="reference internal" href="../_modules/mindroot/lib/providers.html#HookManager.get_hooks"><span class="viewcode-link"><span class="pre">[source]</span></span></a><a class="headerlink" href="#mindroot.lib.providers.HookManager.get_hooks" title="Link to this definition">¶</a></dt>
|
|
406
|
+
<dd></dd></dl>
|
|
407
|
+
|
|
408
|
+
<dl class="py method">
|
|
409
|
+
<dt class="sig sig-object py" id="mindroot.lib.providers.HookManager.register_hook">
|
|
410
|
+
<span class="sig-name descname"><span class="pre">register_hook</span></span><span class="sig-paren">(</span><em class="sig-param"><span class="n"><span class="pre">name</span></span></em>, <em class="sig-param"><span class="n"><span class="pre">implementation</span></span></em>, <em class="sig-param"><span class="n"><span class="pre">signature</span></span></em>, <em class="sig-param"><span class="n"><span class="pre">docstring</span></span></em><span class="sig-paren">)</span><a class="reference internal" href="../_modules/mindroot/lib/providers.html#HookManager.register_hook"><span class="viewcode-link"><span class="pre">[source]</span></span></a><a class="headerlink" href="#mindroot.lib.providers.HookManager.register_hook" title="Link to this definition">¶</a></dt>
|
|
411
|
+
<dd></dd></dl>
|
|
412
|
+
|
|
413
|
+
</dd></dl>
|
|
414
|
+
|
|
415
|
+
<dl class="py class">
|
|
416
|
+
<dt class="sig sig-object py" id="mindroot.lib.providers.ProviderManager">
|
|
417
|
+
<em class="property"><span class="k"><span class="pre">class</span></span><span class="w"> </span></em><span class="sig-prename descclassname"><span class="pre">mindroot.lib.providers.</span></span><span class="sig-name descname"><span class="pre">ProviderManager</span></span><a class="reference internal" href="../_modules/mindroot/lib/providers.html#ProviderManager"><span class="viewcode-link"><span class="pre">[source]</span></span></a><a class="headerlink" href="#mindroot.lib.providers.ProviderManager" title="Link to this definition">¶</a></dt>
|
|
418
|
+
<dd><p>Bases: <code class="xref py py-class docutils literal notranslate"><span class="pre">object</span></code></p>
|
|
419
|
+
<dl class="py method">
|
|
420
|
+
<dt class="sig sig-object py" id="mindroot.lib.providers.ProviderManager.exec_with_provider">
|
|
421
|
+
<em class="property"><span class="k"><span class="pre">async</span></span><span class="w"> </span></em><span class="sig-name descname"><span class="pre">exec_with_provider</span></span><span class="sig-paren">(</span><em class="sig-param"><span class="n"><span class="pre">name</span></span></em>, <em class="sig-param"><span class="n"><span class="pre">provider</span></span></em>, <em class="sig-param"><span class="o"><span class="pre">*</span></span><span class="n"><span class="pre">args</span></span></em>, <em class="sig-param"><span class="o"><span class="pre">**</span></span><span class="n"><span class="pre">kwargs</span></span></em><span class="sig-paren">)</span><a class="reference internal" href="../_modules/mindroot/lib/providers.html#ProviderManager.exec_with_provider"><span class="viewcode-link"><span class="pre">[source]</span></span></a><a class="headerlink" href="#mindroot.lib.providers.ProviderManager.exec_with_provider" title="Link to this definition">¶</a></dt>
|
|
422
|
+
<dd></dd></dl>
|
|
423
|
+
|
|
424
|
+
<dl class="py method">
|
|
425
|
+
<dt class="sig sig-object py" id="mindroot.lib.providers.ProviderManager.execute">
|
|
426
|
+
<em class="property"><span class="k"><span class="pre">async</span></span><span class="w"> </span></em><span class="sig-name descname"><span class="pre">execute</span></span><span class="sig-paren">(</span><em class="sig-param"><span class="n"><span class="pre">name</span></span></em>, <em class="sig-param"><span class="o"><span class="pre">*</span></span><span class="n"><span class="pre">args</span></span></em>, <em class="sig-param"><span class="o"><span class="pre">**</span></span><span class="n"><span class="pre">kwargs</span></span></em><span class="sig-paren">)</span><a class="reference internal" href="../_modules/mindroot/lib/providers.html#ProviderManager.execute"><span class="viewcode-link"><span class="pre">[source]</span></span></a><a class="headerlink" href="#mindroot.lib.providers.ProviderManager.execute" title="Link to this definition">¶</a></dt>
|
|
427
|
+
<dd></dd></dl>
|
|
428
|
+
|
|
429
|
+
<dl class="py method">
|
|
430
|
+
<dt class="sig sig-object py" id="mindroot.lib.providers.ProviderManager.get_detailed_functions">
|
|
431
|
+
<span class="sig-name descname"><span class="pre">get_detailed_functions</span></span><span class="sig-paren">(</span><span class="sig-paren">)</span><a class="reference internal" href="../_modules/mindroot/lib/providers.html#ProviderManager.get_detailed_functions"><span class="viewcode-link"><span class="pre">[source]</span></span></a><a class="headerlink" href="#mindroot.lib.providers.ProviderManager.get_detailed_functions" title="Link to this definition">¶</a></dt>
|
|
432
|
+
<dd></dd></dl>
|
|
433
|
+
|
|
434
|
+
<dl class="py method">
|
|
435
|
+
<dt class="sig sig-object py" id="mindroot.lib.providers.ProviderManager.get_docstring">
|
|
436
|
+
<span class="sig-name descname"><span class="pre">get_docstring</span></span><span class="sig-paren">(</span><em class="sig-param"><span class="n"><span class="pre">name</span></span></em><span class="sig-paren">)</span><a class="reference internal" href="../_modules/mindroot/lib/providers.html#ProviderManager.get_docstring"><span class="viewcode-link"><span class="pre">[source]</span></span></a><a class="headerlink" href="#mindroot.lib.providers.ProviderManager.get_docstring" title="Link to this definition">¶</a></dt>
|
|
437
|
+
<dd></dd></dl>
|
|
438
|
+
|
|
439
|
+
<dl class="py method">
|
|
440
|
+
<dt class="sig sig-object py" id="mindroot.lib.providers.ProviderManager.get_docstrings">
|
|
441
|
+
<span class="sig-name descname"><span class="pre">get_docstrings</span></span><span class="sig-paren">(</span><span class="sig-paren">)</span><a class="reference internal" href="../_modules/mindroot/lib/providers.html#ProviderManager.get_docstrings"><span class="viewcode-link"><span class="pre">[source]</span></span></a><a class="headerlink" href="#mindroot.lib.providers.ProviderManager.get_docstrings" title="Link to this definition">¶</a></dt>
|
|
442
|
+
<dd></dd></dl>
|
|
443
|
+
|
|
444
|
+
<dl class="py method">
|
|
445
|
+
<dt class="sig sig-object py" id="mindroot.lib.providers.ProviderManager.get_functions">
|
|
446
|
+
<span class="sig-name descname"><span class="pre">get_functions</span></span><span class="sig-paren">(</span><span class="sig-paren">)</span><a class="reference internal" href="../_modules/mindroot/lib/providers.html#ProviderManager.get_functions"><span class="viewcode-link"><span class="pre">[source]</span></span></a><a class="headerlink" href="#mindroot.lib.providers.ProviderManager.get_functions" title="Link to this definition">¶</a></dt>
|
|
447
|
+
<dd></dd></dl>
|
|
448
|
+
|
|
449
|
+
<dl class="py method">
|
|
450
|
+
<dt class="sig sig-object py" id="mindroot.lib.providers.ProviderManager.get_some_docstrings">
|
|
451
|
+
<span class="sig-name descname"><span class="pre">get_some_docstrings</span></span><span class="sig-paren">(</span><em class="sig-param"><span class="n"><span class="pre">names</span></span></em><span class="sig-paren">)</span><a class="reference internal" href="../_modules/mindroot/lib/providers.html#ProviderManager.get_some_docstrings"><span class="viewcode-link"><span class="pre">[source]</span></span></a><a class="headerlink" href="#mindroot.lib.providers.ProviderManager.get_some_docstrings" title="Link to this definition">¶</a></dt>
|
|
452
|
+
<dd></dd></dl>
|
|
453
|
+
|
|
454
|
+
<dl class="py method">
|
|
455
|
+
<dt class="sig sig-object py" id="mindroot.lib.providers.ProviderManager.register_function">
|
|
456
|
+
<span class="sig-name descname"><span class="pre">register_function</span></span><span class="sig-paren">(</span><em class="sig-param"><span class="n"><span class="pre">name</span></span></em>, <em class="sig-param"><span class="n"><span class="pre">provider</span></span></em>, <em class="sig-param"><span class="n"><span class="pre">implementation</span></span></em>, <em class="sig-param"><span class="n"><span class="pre">signature</span></span></em>, <em class="sig-param"><span class="n"><span class="pre">docstring</span></span></em>, <em class="sig-param"><span class="n"><span class="pre">flags</span></span></em><span class="sig-paren">)</span><a class="reference internal" href="../_modules/mindroot/lib/providers.html#ProviderManager.register_function"><span class="viewcode-link"><span class="pre">[source]</span></span></a><a class="headerlink" href="#mindroot.lib.providers.ProviderManager.register_function" title="Link to this definition">¶</a></dt>
|
|
457
|
+
<dd></dd></dl>
|
|
458
|
+
|
|
459
|
+
</dd></dl>
|
|
460
|
+
|
|
461
|
+
</section>
|
|
462
|
+
</section>
|
|
463
|
+
|
|
464
|
+
</article>
|
|
465
|
+
</div>
|
|
466
|
+
<footer>
|
|
467
|
+
|
|
468
|
+
<div class="related-pages">
|
|
469
|
+
|
|
470
|
+
|
|
471
|
+
</div>
|
|
472
|
+
<div class="bottom-of-page">
|
|
473
|
+
<div class="left-details">
|
|
474
|
+
<div class="copyright">
|
|
475
|
+
Copyright © 2025, Jason Livesay
|
|
476
|
+
</div>
|
|
477
|
+
Made with <a href="https://www.sphinx-doc.org/">Sphinx</a> and <a class="muted-link" href="https://pradyunsg.me">@pradyunsg</a>'s
|
|
478
|
+
|
|
479
|
+
<a href="https://github.com/pradyunsg/furo">Furo</a>
|
|
480
|
+
|
|
481
|
+
</div>
|
|
482
|
+
<div class="right-details">
|
|
483
|
+
|
|
484
|
+
</div>
|
|
485
|
+
</div>
|
|
486
|
+
|
|
487
|
+
</footer>
|
|
488
|
+
</div>
|
|
489
|
+
<aside class="toc-drawer">
|
|
490
|
+
|
|
491
|
+
|
|
492
|
+
<div class="toc-sticky toc-scroll">
|
|
493
|
+
<div class="toc-title-container">
|
|
494
|
+
<span class="toc-title">
|
|
495
|
+
On this page
|
|
496
|
+
</span>
|
|
497
|
+
</div>
|
|
498
|
+
<div class="toc-tree-container">
|
|
499
|
+
<div class="toc-tree">
|
|
500
|
+
<ul>
|
|
501
|
+
<li><a class="reference internal" href="#">mindroot.lib.providers package</a><ul>
|
|
502
|
+
<li><a class="reference internal" href="#subpackages">Subpackages</a></li>
|
|
503
|
+
<li><a class="reference internal" href="#submodules">Submodules</a></li>
|
|
504
|
+
<li><a class="reference internal" href="#module-mindroot.lib.providers.commands">mindroot.lib.providers.commands module</a><ul>
|
|
505
|
+
<li><a class="reference internal" href="#mindroot.lib.providers.commands.command"><code class="docutils literal notranslate"><span class="pre">command()</span></code></a></li>
|
|
506
|
+
</ul>
|
|
507
|
+
</li>
|
|
508
|
+
<li><a class="reference internal" href="#module-mindroot.lib.providers.hooks">mindroot.lib.providers.hooks module</a><ul>
|
|
509
|
+
<li><a class="reference internal" href="#mindroot.lib.providers.hooks.hook"><code class="docutils literal notranslate"><span class="pre">hook()</span></code></a></li>
|
|
510
|
+
</ul>
|
|
511
|
+
</li>
|
|
512
|
+
<li><a class="reference internal" href="#module-mindroot.lib.providers.missing">mindroot.lib.providers.missing module</a><ul>
|
|
513
|
+
<li><a class="reference internal" href="#mindroot.lib.providers.missing.get_missing_commands"><code class="docutils literal notranslate"><span class="pre">get_missing_commands()</span></code></a></li>
|
|
514
|
+
</ul>
|
|
515
|
+
</li>
|
|
516
|
+
<li><a class="reference internal" href="#module-mindroot.lib.providers.model_preferences_v2">mindroot.lib.providers.model_preferences_v2 module</a><ul>
|
|
517
|
+
<li><a class="reference internal" href="#mindroot.lib.providers.model_preferences_v2.ModelPreferencesV2"><code class="docutils literal notranslate"><span class="pre">ModelPreferencesV2</span></code></a><ul>
|
|
518
|
+
<li><a class="reference internal" href="#mindroot.lib.providers.model_preferences_v2.ModelPreferencesV2.add_preference"><code class="docutils literal notranslate"><span class="pre">ModelPreferencesV2.add_preference()</span></code></a></li>
|
|
519
|
+
<li><a class="reference internal" href="#mindroot.lib.providers.model_preferences_v2.ModelPreferencesV2.ensure_preferences_exist"><code class="docutils literal notranslate"><span class="pre">ModelPreferencesV2.ensure_preferences_exist()</span></code></a></li>
|
|
520
|
+
<li><a class="reference internal" href="#mindroot.lib.providers.model_preferences_v2.ModelPreferencesV2.get_ordered_providers_for_service"><code class="docutils literal notranslate"><span class="pre">ModelPreferencesV2.get_ordered_providers_for_service()</span></code></a></li>
|
|
521
|
+
<li><a class="reference internal" href="#mindroot.lib.providers.model_preferences_v2.ModelPreferencesV2.get_preferences"><code class="docutils literal notranslate"><span class="pre">ModelPreferencesV2.get_preferences()</span></code></a></li>
|
|
522
|
+
<li><a class="reference internal" href="#mindroot.lib.providers.model_preferences_v2.ModelPreferencesV2.migrate_from_old_format"><code class="docutils literal notranslate"><span class="pre">ModelPreferencesV2.migrate_from_old_format()</span></code></a></li>
|
|
523
|
+
<li><a class="reference internal" href="#mindroot.lib.providers.model_preferences_v2.ModelPreferencesV2.remove_preference"><code class="docutils literal notranslate"><span class="pre">ModelPreferencesV2.remove_preference()</span></code></a></li>
|
|
524
|
+
<li><a class="reference internal" href="#mindroot.lib.providers.model_preferences_v2.ModelPreferencesV2.reorder_preferences"><code class="docutils literal notranslate"><span class="pre">ModelPreferencesV2.reorder_preferences()</span></code></a></li>
|
|
525
|
+
<li><a class="reference internal" href="#mindroot.lib.providers.model_preferences_v2.ModelPreferencesV2.save_preferences"><code class="docutils literal notranslate"><span class="pre">ModelPreferencesV2.save_preferences()</span></code></a></li>
|
|
526
|
+
</ul>
|
|
527
|
+
</li>
|
|
528
|
+
</ul>
|
|
529
|
+
</li>
|
|
530
|
+
<li><a class="reference internal" href="#module-mindroot.lib.providers.services">mindroot.lib.providers.services module</a><ul>
|
|
531
|
+
<li><a class="reference internal" href="#mindroot.lib.providers.services.service"><code class="docutils literal notranslate"><span class="pre">service()</span></code></a></li>
|
|
532
|
+
</ul>
|
|
533
|
+
</li>
|
|
534
|
+
<li><a class="reference internal" href="#module-mindroot.lib.providers">Module contents</a><ul>
|
|
535
|
+
<li><a class="reference internal" href="#mindroot.lib.providers.HookManager"><code class="docutils literal notranslate"><span class="pre">HookManager</span></code></a><ul>
|
|
536
|
+
<li><a class="reference internal" href="#mindroot.lib.providers.HookManager.execute_hooks"><code class="docutils literal notranslate"><span class="pre">HookManager.execute_hooks()</span></code></a></li>
|
|
537
|
+
<li><a class="reference internal" href="#mindroot.lib.providers.HookManager.get_docstring"><code class="docutils literal notranslate"><span class="pre">HookManager.get_docstring()</span></code></a></li>
|
|
538
|
+
<li><a class="reference internal" href="#mindroot.lib.providers.HookManager.get_docstrings"><code class="docutils literal notranslate"><span class="pre">HookManager.get_docstrings()</span></code></a></li>
|
|
539
|
+
<li><a class="reference internal" href="#mindroot.lib.providers.HookManager.get_hooks"><code class="docutils literal notranslate"><span class="pre">HookManager.get_hooks()</span></code></a></li>
|
|
540
|
+
<li><a class="reference internal" href="#mindroot.lib.providers.HookManager.register_hook"><code class="docutils literal notranslate"><span class="pre">HookManager.register_hook()</span></code></a></li>
|
|
541
|
+
</ul>
|
|
542
|
+
</li>
|
|
543
|
+
<li><a class="reference internal" href="#mindroot.lib.providers.ProviderManager"><code class="docutils literal notranslate"><span class="pre">ProviderManager</span></code></a><ul>
|
|
544
|
+
<li><a class="reference internal" href="#mindroot.lib.providers.ProviderManager.exec_with_provider"><code class="docutils literal notranslate"><span class="pre">ProviderManager.exec_with_provider()</span></code></a></li>
|
|
545
|
+
<li><a class="reference internal" href="#mindroot.lib.providers.ProviderManager.execute"><code class="docutils literal notranslate"><span class="pre">ProviderManager.execute()</span></code></a></li>
|
|
546
|
+
<li><a class="reference internal" href="#mindroot.lib.providers.ProviderManager.get_detailed_functions"><code class="docutils literal notranslate"><span class="pre">ProviderManager.get_detailed_functions()</span></code></a></li>
|
|
547
|
+
<li><a class="reference internal" href="#mindroot.lib.providers.ProviderManager.get_docstring"><code class="docutils literal notranslate"><span class="pre">ProviderManager.get_docstring()</span></code></a></li>
|
|
548
|
+
<li><a class="reference internal" href="#mindroot.lib.providers.ProviderManager.get_docstrings"><code class="docutils literal notranslate"><span class="pre">ProviderManager.get_docstrings()</span></code></a></li>
|
|
549
|
+
<li><a class="reference internal" href="#mindroot.lib.providers.ProviderManager.get_functions"><code class="docutils literal notranslate"><span class="pre">ProviderManager.get_functions()</span></code></a></li>
|
|
550
|
+
<li><a class="reference internal" href="#mindroot.lib.providers.ProviderManager.get_some_docstrings"><code class="docutils literal notranslate"><span class="pre">ProviderManager.get_some_docstrings()</span></code></a></li>
|
|
551
|
+
<li><a class="reference internal" href="#mindroot.lib.providers.ProviderManager.register_function"><code class="docutils literal notranslate"><span class="pre">ProviderManager.register_function()</span></code></a></li>
|
|
552
|
+
</ul>
|
|
553
|
+
</li>
|
|
554
|
+
</ul>
|
|
555
|
+
</li>
|
|
556
|
+
</ul>
|
|
557
|
+
</li>
|
|
558
|
+
</ul>
|
|
559
|
+
|
|
560
|
+
</div>
|
|
561
|
+
</div>
|
|
562
|
+
</div>
|
|
563
|
+
|
|
564
|
+
|
|
565
|
+
</aside>
|
|
566
|
+
</div>
|
|
567
|
+
</div><script src="../_static/documentation_options.js?v=3c16008f"></script>
|
|
568
|
+
<script src="../_static/doctools.js?v=9bcbadda"></script>
|
|
569
|
+
<script src="../_static/sphinx_highlight.js?v=dc90522c"></script>
|
|
570
|
+
<script src="../_static/scripts/furo.js?v=46bd48cc"></script>
|
|
571
|
+
</body>
|
|
572
|
+
</html>
|