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,62 @@
|
|
|
1
|
+
[
|
|
2
|
+
{
|
|
3
|
+
"name": "OpenAI (AH)",
|
|
4
|
+
"local": false,
|
|
5
|
+
"plugin": "ah_openai",
|
|
6
|
+
"models": [
|
|
7
|
+
{
|
|
8
|
+
"name": "gpt-4o",
|
|
9
|
+
"provider_model_name": "gpt-4o",
|
|
10
|
+
"meta": { "input_price_per_1M": 5.00, "output_price_per_1M": 15.00 },
|
|
11
|
+
"services": ["stream_chat"],
|
|
12
|
+
"commands": [],
|
|
13
|
+
"available": true
|
|
14
|
+
}
|
|
15
|
+
]
|
|
16
|
+
},
|
|
17
|
+
{
|
|
18
|
+
"name": "Anthropic (AH)",
|
|
19
|
+
"local": false,
|
|
20
|
+
"plugin": "ah_anthropic",
|
|
21
|
+
"models": [
|
|
22
|
+
{
|
|
23
|
+
"name": "claude-3-5-sonnet-20240620",
|
|
24
|
+
"provider_model_name": "claude-3-5-sonnet-20240620",
|
|
25
|
+
"meta": { "input_price_per_1M": 3.00, "output_price_per_1M": 15.00 },
|
|
26
|
+
"services": ["stream_chat"],
|
|
27
|
+
"commands": [],
|
|
28
|
+
"available": true
|
|
29
|
+
}
|
|
30
|
+
]
|
|
31
|
+
},
|
|
32
|
+
{
|
|
33
|
+
"name": "ollama (AH)",
|
|
34
|
+
"local": true,
|
|
35
|
+
"plugin": "ah_ollama",
|
|
36
|
+
"models": [
|
|
37
|
+
{
|
|
38
|
+
"name": "llama3-8b-instruct",
|
|
39
|
+
"provider_model_name": "llama3:8b",
|
|
40
|
+
"meta": { "input_price_per_1M": 0.00, "output_price_per_1M": 0.00 },
|
|
41
|
+
"services": ["stream_chat"],
|
|
42
|
+
"commands": [],
|
|
43
|
+
"available": false
|
|
44
|
+
}
|
|
45
|
+
]
|
|
46
|
+
},
|
|
47
|
+
{
|
|
48
|
+
"name": "together.ai (AH)",
|
|
49
|
+
"local": false,
|
|
50
|
+
"plugin": "ah_togetherai",
|
|
51
|
+
"models": [
|
|
52
|
+
{
|
|
53
|
+
"name": "llama3-70b-instruct",
|
|
54
|
+
"provider_model_name": "meta-llama/Llama-3-70b-chat-hf",
|
|
55
|
+
"meta": { "input_price_per_1M": 0.90, "output_price_per_1M": 0.90 },
|
|
56
|
+
"services": ["stream_chat"],
|
|
57
|
+
"commands": [],
|
|
58
|
+
"available": true
|
|
59
|
+
}
|
|
60
|
+
]
|
|
61
|
+
}
|
|
62
|
+
]
|
|
@@ -0,0 +1,26 @@
|
|
|
1
|
+
Developer Documentation
|
|
2
|
+
=======================
|
|
3
|
+
|
|
4
|
+
This section contains documentation for developers working with MindRoot.
|
|
5
|
+
|
|
6
|
+
.. todo:: Add developer documentation content here
|
|
7
|
+
|
|
8
|
+
API Reference
|
|
9
|
+
-------------
|
|
10
|
+
|
|
11
|
+
.. todo:: Add API reference documentation
|
|
12
|
+
|
|
13
|
+
Plugin Development
|
|
14
|
+
------------------
|
|
15
|
+
|
|
16
|
+
.. todo:: Add plugin development guide
|
|
17
|
+
|
|
18
|
+
Contributing
|
|
19
|
+
------------
|
|
20
|
+
|
|
21
|
+
.. todo:: Add contribution guidelines
|
|
22
|
+
|
|
23
|
+
Architecture
|
|
24
|
+
------------
|
|
25
|
+
|
|
26
|
+
.. todo:: Add system architecture overview
|
mindroot/docs/envvar.png
ADDED
|
Binary file
|
mindroot/docs/files.png
ADDED
|
Binary file
|
|
@@ -0,0 +1,139 @@
|
|
|
1
|
+
Getting Started
|
|
2
|
+
===============
|
|
3
|
+
|
|
4
|
+
If MindRoot is already installed and running, skip to `LLM Plugin Installation`_.
|
|
5
|
+
If using pre-configured MindRoot hosting, skip to `LLM API Key`_.
|
|
6
|
+
|
|
7
|
+
.. todo:: Add getting started content here
|
|
8
|
+
|
|
9
|
+
Installation
|
|
10
|
+
------------
|
|
11
|
+
|
|
12
|
+
Usually you need to create a python virtual environment:
|
|
13
|
+
|
|
14
|
+
``python -m venv .venv``
|
|
15
|
+
|
|
16
|
+
And activate:
|
|
17
|
+
|
|
18
|
+
``source .venv/bin/activate``
|
|
19
|
+
|
|
20
|
+
Then just install with pip:
|
|
21
|
+
|
|
22
|
+
``pip install mindroot``
|
|
23
|
+
|
|
24
|
+
Starting MindRoot
|
|
25
|
+
-----------------
|
|
26
|
+
|
|
27
|
+
The first time you can specify the admin user and password:
|
|
28
|
+
|
|
29
|
+
``mindroot -u admin -pw password``
|
|
30
|
+
|
|
31
|
+
The server defaults to `http://0.0.0.0:8010/ <http://0.0.0.0:8010/>`_ .
|
|
32
|
+
You will need to log in.
|
|
33
|
+
|
|
34
|
+
LLM Plugin Installation
|
|
35
|
+
-----------------------
|
|
36
|
+
|
|
37
|
+
- Go to the `/admin` page by clicking the Admin link at the top of the home page.
|
|
38
|
+
|
|
39
|
+
- Go to the Install/Registry tab
|
|
40
|
+
|
|
41
|
+
- Search for 'OpenRouter' and click Install next to the result that comes up.
|
|
42
|
+
|
|
43
|
+
.. image:: installopenrouter.png
|
|
44
|
+
|
|
45
|
+
- A dialog will show the log of the installation.
|
|
46
|
+
|
|
47
|
+
- Restart: Server Settings | Server Control | Restart
|
|
48
|
+
|
|
49
|
+
.. image:: restart.png
|
|
50
|
+
|
|
51
|
+
|
|
52
|
+
If you want, you can make sure the OpenRouter Plugin is installed:
|
|
53
|
+
|
|
54
|
+
- Go to the /admin page (Admin link on home page)
|
|
55
|
+
|
|
56
|
+
- Expand the Advanced section and click on Plugins
|
|
57
|
+
|
|
58
|
+
- OpenRouter/ah_openrouter should show up
|
|
59
|
+
|
|
60
|
+
.. image:: openrouter.png
|
|
61
|
+
|
|
62
|
+
LLM API Key
|
|
63
|
+
-----------
|
|
64
|
+
|
|
65
|
+
For this section you will need an API key from an LLM provider.
|
|
66
|
+
We will assume OpenRouter for this example.
|
|
67
|
+
|
|
68
|
+
Now, enter your `OpenRouter API key <https://openrouter.ai/settings/keys>`_:
|
|
69
|
+
|
|
70
|
+
- Go to `/admin` (Admin link on home page) Advanced | Environment Variables
|
|
71
|
+
|
|
72
|
+
.. image:: envvar.png
|
|
73
|
+
|
|
74
|
+
- Find the ah_openrouter section and the `OPENROUTER_KEY` field; click Edit.
|
|
75
|
+
|
|
76
|
+
- Enter your key and press Save.
|
|
77
|
+
|
|
78
|
+
Finally, restart MindRoot:
|
|
79
|
+
|
|
80
|
+
- Go to Admin | Server Settings | Server Control
|
|
81
|
+
- Click on Restart Server
|
|
82
|
+
|
|
83
|
+
.. image:: restart.png
|
|
84
|
+
|
|
85
|
+
Chat with Assistant
|
|
86
|
+
-------------------
|
|
87
|
+
|
|
88
|
+
- On the home page, click the Assistant button.
|
|
89
|
+
|
|
90
|
+
- A new tab will open with a chat UI.
|
|
91
|
+
|
|
92
|
+
- Try requesting something from the assistant, for example:
|
|
93
|
+
|
|
94
|
+
"Create a mood tracker table showing daily activities with emoji ratings and star scores for each day of the work week."
|
|
95
|
+
|
|
96
|
+
.. image:: mood.png
|
|
97
|
+
|
|
98
|
+
(Note: shown is typical output from DeepSeek Chat 3.1)
|
|
99
|
+
|
|
100
|
+
Install Plugins with Tools
|
|
101
|
+
--------------------------
|
|
102
|
+
|
|
103
|
+
(Note: if you are using MindRoot hosting, these tools are already installed).
|
|
104
|
+
|
|
105
|
+
- Go to Admin | Install/Registry
|
|
106
|
+
|
|
107
|
+
- Install the runvnc/ah_shell and runvnc/ah_files plugins:
|
|
108
|
+
|
|
109
|
+
- Click on Plugins.
|
|
110
|
+
|
|
111
|
+
- Enter e.g. "Files" in the Search input
|
|
112
|
+
|
|
113
|
+
.. image:: files.png
|
|
114
|
+
|
|
115
|
+
- Click Install
|
|
116
|
+
|
|
117
|
+
- Repeat for Shell (execute commands)
|
|
118
|
+
|
|
119
|
+
- Restart MindRoot:
|
|
120
|
+
|
|
121
|
+
- Go to Admin | Server Settings | Server Control
|
|
122
|
+
- Click on Restart Server
|
|
123
|
+
|
|
124
|
+
.. image:: restart.png
|
|
125
|
+
|
|
126
|
+
Give Assistant a Programming Task
|
|
127
|
+
---------------------------------
|
|
128
|
+
|
|
129
|
+
- On the home page, click the Assistant button to open a new chat.
|
|
130
|
+
|
|
131
|
+
- "Create a simple but beautiful web page about the phases of the moon. Save to ./imgs/moon.html and provide a clickable link to /imgs/moon.html"
|
|
132
|
+
|
|
133
|
+
.. image:: moon.png
|
|
134
|
+
|
|
135
|
+
(Note: shown is typical output from DeepSeek Chat 3.1)
|
|
136
|
+
|
|
137
|
+
|
|
138
|
+
|
|
139
|
+
|
mindroot/docs/index.rst
ADDED
|
@@ -0,0 +1,38 @@
|
|
|
1
|
+
.. MindRoot documentation master file, created by
|
|
2
|
+
sphinx-quickstart on Sat Aug 23 15:52:37 2025.
|
|
3
|
+
You can adapt this file completely to your liking, but it should at least
|
|
4
|
+
contain the root `toctree` directive.
|
|
5
|
+
|
|
6
|
+
MindRoot Documentation
|
|
7
|
+
======================
|
|
8
|
+
|
|
9
|
+
Welcome to the MindRoot documentation. This documentation is divided into two main sections:
|
|
10
|
+
|
|
11
|
+
- **User Documentation**: For end users who want to install, configure, and use MindRoot
|
|
12
|
+
- **Developer Documentation**: For developers who want to extend, contribute to, or understand MindRoot's architecture
|
|
13
|
+
|
|
14
|
+
.. toctree::
|
|
15
|
+
:maxdepth: 2
|
|
16
|
+
:caption: User Documentation:
|
|
17
|
+
|
|
18
|
+
user_documentation
|
|
19
|
+
|
|
20
|
+
.. toctree::
|
|
21
|
+
:maxdepth: 2
|
|
22
|
+
:caption: Developer Documentation:
|
|
23
|
+
|
|
24
|
+
developer_documentation
|
|
25
|
+
modules
|
|
26
|
+
|
|
27
|
+
Indices and tables
|
|
28
|
+
==================
|
|
29
|
+
|
|
30
|
+
* :ref:`genindex`
|
|
31
|
+
* :ref:`modindex`
|
|
32
|
+
* :ref:`search`
|
|
33
|
+
|
|
34
|
+
View Source Code
|
|
35
|
+
================
|
|
36
|
+
|
|
37
|
+
* :ref:`viewcode`
|
|
38
|
+
* `Browse source code <_sources/>`_
|
|
@@ -0,0 +1,25 @@
|
|
|
1
|
+
Install Plugins with Tools
|
|
2
|
+
==========================
|
|
3
|
+
|
|
4
|
+
(Note: if you are using MindRoot hosting, these tools are already installed).
|
|
5
|
+
|
|
6
|
+
- Go to Admin | Install/Registry
|
|
7
|
+
|
|
8
|
+
- Install the runvnc/ah_shell and runvnc/ah_files plugins:
|
|
9
|
+
|
|
10
|
+
- Click on Plugins.
|
|
11
|
+
|
|
12
|
+
- Enter e.g. "Files" in the Search input
|
|
13
|
+
|
|
14
|
+
.. image:: files.png
|
|
15
|
+
|
|
16
|
+
- Click Install
|
|
17
|
+
|
|
18
|
+
- Repeat for Shell (execute commands)
|
|
19
|
+
|
|
20
|
+
- Restart MindRoot:
|
|
21
|
+
|
|
22
|
+
- Go to Admin | Server Settings | Server Control
|
|
23
|
+
- Click on Restart Server
|
|
24
|
+
|
|
25
|
+
.. image:: restart.png
|
|
@@ -0,0 +1,21 @@
|
|
|
1
|
+
Installation
|
|
2
|
+
============
|
|
3
|
+
|
|
4
|
+
If MindRoot is already installed and running, skip to :doc:`LLM Plugin Installation <llm_plugin_installation>`.
|
|
5
|
+
If using pre-configured MindRoot hosting, skip to :doc:`LLM API Key <llm_api_key>`.
|
|
6
|
+
|
|
7
|
+
Create and enter a directory for your mindroot instance:
|
|
8
|
+
|
|
9
|
+
``mkdir ~/mymindroot && cd ~/mymindroot``
|
|
10
|
+
|
|
11
|
+
Usually you need to create a python virtual environment:
|
|
12
|
+
|
|
13
|
+
``python -m venv .venv``
|
|
14
|
+
|
|
15
|
+
And activate:
|
|
16
|
+
|
|
17
|
+
``source .venv/bin/activate``
|
|
18
|
+
|
|
19
|
+
Then just install with pip:
|
|
20
|
+
|
|
21
|
+
``pip install mindroot``
|
|
Binary file
|
|
@@ -0,0 +1,22 @@
|
|
|
1
|
+
LLM API Key
|
|
2
|
+
===========
|
|
3
|
+
|
|
4
|
+
For this section you will need an API key from an LLM provider.
|
|
5
|
+
We will assume OpenRouter for this example.
|
|
6
|
+
|
|
7
|
+
Now, enter your `OpenRouter API key <https://openrouter.ai/settings/keys>`_:
|
|
8
|
+
|
|
9
|
+
- Go to `/admin` (Admin link on home page) Advanced | Environment Variables
|
|
10
|
+
|
|
11
|
+
.. image:: envvar.png
|
|
12
|
+
|
|
13
|
+
- Find the ah_openrouter section and the `OPENROUTER_KEY` field; click Edit.
|
|
14
|
+
|
|
15
|
+
- Enter your key and press Save.
|
|
16
|
+
|
|
17
|
+
Finally, restart MindRoot:
|
|
18
|
+
|
|
19
|
+
- Go to Admin | Server Settings | Server Control
|
|
20
|
+
- Click on Restart Server
|
|
21
|
+
|
|
22
|
+
.. image:: restart.png
|
|
@@ -0,0 +1,27 @@
|
|
|
1
|
+
LLM Plugin Installation
|
|
2
|
+
=======================
|
|
3
|
+
|
|
4
|
+
- Go to the `/admin` page by clicking the Admin link at the top of the home page.
|
|
5
|
+
|
|
6
|
+
- Go to the Install/Registry tab
|
|
7
|
+
|
|
8
|
+
- Search for 'OpenRouter' and click Install next to the result that comes up.
|
|
9
|
+
|
|
10
|
+
.. image:: installopenrouter.png
|
|
11
|
+
|
|
12
|
+
- A dialog will show the log of the installation.
|
|
13
|
+
|
|
14
|
+
- Restart: Server Settings | Server Control | Restart
|
|
15
|
+
|
|
16
|
+
.. image:: restart.png
|
|
17
|
+
|
|
18
|
+
|
|
19
|
+
If you want, you can make sure the OpenRouter Plugin is installed:
|
|
20
|
+
|
|
21
|
+
- Go to the /admin page (Admin link on home page)
|
|
22
|
+
|
|
23
|
+
- Expand the Advanced section and click on Plugins
|
|
24
|
+
|
|
25
|
+
- OpenRouter/ah_openrouter should show up
|
|
26
|
+
|
|
27
|
+
.. image:: openrouter.png
|
mindroot/docs/make.bat
ADDED
|
@@ -0,0 +1,35 @@
|
|
|
1
|
+
@ECHO OFF
|
|
2
|
+
|
|
3
|
+
pushd %~dp0
|
|
4
|
+
|
|
5
|
+
REM Command file for Sphinx documentation
|
|
6
|
+
|
|
7
|
+
if "%SPHINXBUILD%" == "" (
|
|
8
|
+
set SPHINXBUILD=sphinx-build
|
|
9
|
+
)
|
|
10
|
+
set SOURCEDIR=.
|
|
11
|
+
set BUILDDIR=_build
|
|
12
|
+
|
|
13
|
+
%SPHINXBUILD% >NUL 2>NUL
|
|
14
|
+
if errorlevel 9009 (
|
|
15
|
+
echo.
|
|
16
|
+
echo.The 'sphinx-build' command was not found. Make sure you have Sphinx
|
|
17
|
+
echo.installed, then set the SPHINXBUILD environment variable to point
|
|
18
|
+
echo.to the full path of the 'sphinx-build' executable. Alternatively you
|
|
19
|
+
echo.may add the Sphinx directory to PATH.
|
|
20
|
+
echo.
|
|
21
|
+
echo.If you don't have Sphinx installed, grab it from
|
|
22
|
+
echo.https://www.sphinx-doc.org/
|
|
23
|
+
exit /b 1
|
|
24
|
+
)
|
|
25
|
+
|
|
26
|
+
if "%1" == "" goto help
|
|
27
|
+
|
|
28
|
+
%SPHINXBUILD% -M %1 %SOURCEDIR% %BUILDDIR% %SPHINXOPTS% %O%
|
|
29
|
+
goto end
|
|
30
|
+
|
|
31
|
+
:help
|
|
32
|
+
%SPHINXBUILD% -M help %SOURCEDIR% %BUILDDIR% %SPHINXOPTS% %O%
|
|
33
|
+
|
|
34
|
+
:end
|
|
35
|
+
popd
|
mindroot/docs/mood.png
ADDED
|
Binary file
|
mindroot/docs/moon.png
ADDED
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
@@ -0,0 +1,7 @@
|
|
|
1
|
+
{
|
|
2
|
+
"name": "Assistant",
|
|
3
|
+
"description": "You are an advanced AI.",
|
|
4
|
+
"speech_patterns": "Brief and informal unless the user converses in a different manner, which you should adjust to.",
|
|
5
|
+
"faceref": "/xfiles/xintest3/test4/lib/python3.11/site-packages/xingen/coreplugins/static/personas/Assistant/faceref.png",
|
|
6
|
+
"avatar": "/xfiles/xintest3/test4/lib/python3.11/site-packages/xingen/coreplugins/static/personas/Assistant/avatar.png"
|
|
7
|
+
}
|
|
@@ -0,0 +1,10 @@
|
|
|
1
|
+
Give Assistant a Programming Task
|
|
2
|
+
=================================
|
|
3
|
+
|
|
4
|
+
- On the home page, click the Assistant button to open a new chat.
|
|
5
|
+
|
|
6
|
+
- "Create a simple but beautiful web page about the phases of the moon. Save to ./imgs/moon.html and provide a clickable link to /imgs/moon.html"
|
|
7
|
+
|
|
8
|
+
.. image:: moon.png
|
|
9
|
+
|
|
10
|
+
(Note: shown is typical output from DeepSeek Chat 3.1)
|
|
Binary file
|
|
@@ -0,0 +1,189 @@
|
|
|
1
|
+
mindroot.coreplugins.admin package
|
|
2
|
+
==================================
|
|
3
|
+
|
|
4
|
+
Submodules
|
|
5
|
+
----------
|
|
6
|
+
|
|
7
|
+
mindroot.coreplugins.admin.agent\_importer module
|
|
8
|
+
-------------------------------------------------
|
|
9
|
+
|
|
10
|
+
.. automodule:: mindroot.coreplugins.admin.agent_importer
|
|
11
|
+
:members:
|
|
12
|
+
:show-inheritance:
|
|
13
|
+
:undoc-members:
|
|
14
|
+
|
|
15
|
+
mindroot.coreplugins.admin.agent\_router module
|
|
16
|
+
-----------------------------------------------
|
|
17
|
+
|
|
18
|
+
.. automodule:: mindroot.coreplugins.admin.agent_router
|
|
19
|
+
:members:
|
|
20
|
+
:show-inheritance:
|
|
21
|
+
:undoc-members:
|
|
22
|
+
|
|
23
|
+
mindroot.coreplugins.admin.asset\_manager module
|
|
24
|
+
------------------------------------------------
|
|
25
|
+
|
|
26
|
+
.. automodule:: mindroot.coreplugins.admin.asset_manager
|
|
27
|
+
:members:
|
|
28
|
+
:show-inheritance:
|
|
29
|
+
:undoc-members:
|
|
30
|
+
|
|
31
|
+
mindroot.coreplugins.admin.command\_router module
|
|
32
|
+
-------------------------------------------------
|
|
33
|
+
|
|
34
|
+
.. automodule:: mindroot.coreplugins.admin.command_router
|
|
35
|
+
:members:
|
|
36
|
+
:show-inheritance:
|
|
37
|
+
:undoc-members:
|
|
38
|
+
|
|
39
|
+
mindroot.coreplugins.admin.mcp\_catalog\_routes module
|
|
40
|
+
------------------------------------------------------
|
|
41
|
+
|
|
42
|
+
.. automodule:: mindroot.coreplugins.admin.mcp_catalog_routes
|
|
43
|
+
:members:
|
|
44
|
+
:show-inheritance:
|
|
45
|
+
:undoc-members:
|
|
46
|
+
|
|
47
|
+
mindroot.coreplugins.admin.mcp\_publish\_routes module
|
|
48
|
+
------------------------------------------------------
|
|
49
|
+
|
|
50
|
+
.. automodule:: mindroot.coreplugins.admin.mcp_publish_routes
|
|
51
|
+
:members:
|
|
52
|
+
:show-inheritance:
|
|
53
|
+
:undoc-members:
|
|
54
|
+
|
|
55
|
+
mindroot.coreplugins.admin.mcp\_registry\_routes module
|
|
56
|
+
-------------------------------------------------------
|
|
57
|
+
|
|
58
|
+
.. automodule:: mindroot.coreplugins.admin.mcp_registry_routes
|
|
59
|
+
:members:
|
|
60
|
+
:show-inheritance:
|
|
61
|
+
:undoc-members:
|
|
62
|
+
|
|
63
|
+
mindroot.coreplugins.admin.mcp\_routes module
|
|
64
|
+
---------------------------------------------
|
|
65
|
+
|
|
66
|
+
.. automodule:: mindroot.coreplugins.admin.mcp_routes
|
|
67
|
+
:members:
|
|
68
|
+
:show-inheritance:
|
|
69
|
+
:undoc-members:
|
|
70
|
+
|
|
71
|
+
mindroot.coreplugins.admin.mod module
|
|
72
|
+
-------------------------------------
|
|
73
|
+
|
|
74
|
+
.. automodule:: mindroot.coreplugins.admin.mod
|
|
75
|
+
:members:
|
|
76
|
+
:show-inheritance:
|
|
77
|
+
:undoc-members:
|
|
78
|
+
|
|
79
|
+
mindroot.coreplugins.admin.oauth\_callback\_router module
|
|
80
|
+
---------------------------------------------------------
|
|
81
|
+
|
|
82
|
+
.. automodule:: mindroot.coreplugins.admin.oauth_callback_router
|
|
83
|
+
:members:
|
|
84
|
+
:show-inheritance:
|
|
85
|
+
:undoc-members:
|
|
86
|
+
|
|
87
|
+
mindroot.coreplugins.admin.persona\_handler module
|
|
88
|
+
--------------------------------------------------
|
|
89
|
+
|
|
90
|
+
.. automodule:: mindroot.coreplugins.admin.persona_handler
|
|
91
|
+
:members:
|
|
92
|
+
:show-inheritance:
|
|
93
|
+
:undoc-members:
|
|
94
|
+
|
|
95
|
+
mindroot.coreplugins.admin.persona\_router module
|
|
96
|
+
-------------------------------------------------
|
|
97
|
+
|
|
98
|
+
.. automodule:: mindroot.coreplugins.admin.persona_router
|
|
99
|
+
:members:
|
|
100
|
+
:show-inheritance:
|
|
101
|
+
:undoc-members:
|
|
102
|
+
|
|
103
|
+
mindroot.coreplugins.admin.plugin\_manager module
|
|
104
|
+
-------------------------------------------------
|
|
105
|
+
|
|
106
|
+
.. automodule:: mindroot.coreplugins.admin.plugin_manager
|
|
107
|
+
:members:
|
|
108
|
+
:show-inheritance:
|
|
109
|
+
:undoc-members:
|
|
110
|
+
|
|
111
|
+
mindroot.coreplugins.admin.plugin\_router module
|
|
112
|
+
------------------------------------------------
|
|
113
|
+
|
|
114
|
+
.. automodule:: mindroot.coreplugins.admin.plugin_router
|
|
115
|
+
:members:
|
|
116
|
+
:show-inheritance:
|
|
117
|
+
:undoc-members:
|
|
118
|
+
|
|
119
|
+
mindroot.coreplugins.admin.plugin\_router\_fixed module
|
|
120
|
+
-------------------------------------------------------
|
|
121
|
+
|
|
122
|
+
.. automodule:: mindroot.coreplugins.admin.plugin_router_fixed
|
|
123
|
+
:members:
|
|
124
|
+
:show-inheritance:
|
|
125
|
+
:undoc-members:
|
|
126
|
+
|
|
127
|
+
mindroot.coreplugins.admin.plugin\_router\_new\_not\_working module
|
|
128
|
+
-------------------------------------------------------------------
|
|
129
|
+
|
|
130
|
+
.. automodule:: mindroot.coreplugins.admin.plugin_router_new_not_working
|
|
131
|
+
:members:
|
|
132
|
+
:show-inheritance:
|
|
133
|
+
:undoc-members:
|
|
134
|
+
|
|
135
|
+
mindroot.coreplugins.admin.plugin\_routes module
|
|
136
|
+
------------------------------------------------
|
|
137
|
+
|
|
138
|
+
.. automodule:: mindroot.coreplugins.admin.plugin_routes
|
|
139
|
+
:members:
|
|
140
|
+
:show-inheritance:
|
|
141
|
+
:undoc-members:
|
|
142
|
+
|
|
143
|
+
mindroot.coreplugins.admin.registry\_settings\_routes module
|
|
144
|
+
------------------------------------------------------------
|
|
145
|
+
|
|
146
|
+
.. automodule:: mindroot.coreplugins.admin.registry_settings_routes
|
|
147
|
+
:members:
|
|
148
|
+
:show-inheritance:
|
|
149
|
+
:undoc-members:
|
|
150
|
+
|
|
151
|
+
mindroot.coreplugins.admin.router module
|
|
152
|
+
----------------------------------------
|
|
153
|
+
|
|
154
|
+
.. automodule:: mindroot.coreplugins.admin.router
|
|
155
|
+
:members:
|
|
156
|
+
:show-inheritance:
|
|
157
|
+
:undoc-members:
|
|
158
|
+
|
|
159
|
+
mindroot.coreplugins.admin.server\_router module
|
|
160
|
+
------------------------------------------------
|
|
161
|
+
|
|
162
|
+
.. automodule:: mindroot.coreplugins.admin.server_router
|
|
163
|
+
:members:
|
|
164
|
+
:show-inheritance:
|
|
165
|
+
:undoc-members:
|
|
166
|
+
|
|
167
|
+
mindroot.coreplugins.admin.service\_models module
|
|
168
|
+
-------------------------------------------------
|
|
169
|
+
|
|
170
|
+
.. automodule:: mindroot.coreplugins.admin.service_models
|
|
171
|
+
:members:
|
|
172
|
+
:show-inheritance:
|
|
173
|
+
:undoc-members:
|
|
174
|
+
|
|
175
|
+
mindroot.coreplugins.admin.settings\_router module
|
|
176
|
+
--------------------------------------------------
|
|
177
|
+
|
|
178
|
+
.. automodule:: mindroot.coreplugins.admin.settings_router
|
|
179
|
+
:members:
|
|
180
|
+
:show-inheritance:
|
|
181
|
+
:undoc-members:
|
|
182
|
+
|
|
183
|
+
Module contents
|
|
184
|
+
---------------
|
|
185
|
+
|
|
186
|
+
.. automodule:: mindroot.coreplugins.admin
|
|
187
|
+
:members:
|
|
188
|
+
:show-inheritance:
|
|
189
|
+
:undoc-members:
|