mindroot 9.22.0__py3-none-any.whl → 9.24.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.

Files changed (82) hide show
  1. mindroot/coreplugins/jwt_auth/middleware.py +1 -1
  2. mindroot/docs/.env +1 -0
  3. mindroot/docs/.gitignore +1 -0
  4. mindroot/docs/_build/doctrees/chat_with_assistant.doctree +0 -0
  5. mindroot/docs/_build/doctrees/developer_documentation.doctree +0 -0
  6. mindroot/docs/_build/doctrees/environment.pickle +0 -0
  7. mindroot/docs/_build/doctrees/getting_started.doctree +0 -0
  8. mindroot/docs/_build/doctrees/index.doctree +0 -0
  9. mindroot/docs/_build/doctrees/install_plugins_with_tools.doctree +0 -0
  10. mindroot/docs/_build/doctrees/installation.doctree +0 -0
  11. mindroot/docs/_build/doctrees/llm_api_key.doctree +0 -0
  12. mindroot/docs/_build/doctrees/llm_plugin_installation.doctree +0 -0
  13. mindroot/docs/_build/doctrees/programming_task.doctree +0 -0
  14. mindroot/docs/_build/doctrees/source/ahp.doctree +0 -0
  15. mindroot/docs/_build/doctrees/source/mindroot.coreplugins.admin.doctree +0 -0
  16. mindroot/docs/_build/doctrees/source/mindroot.coreplugins.api_keys.doctree +0 -0
  17. mindroot/docs/_build/doctrees/source/mindroot.coreplugins.chat.doctree +0 -0
  18. mindroot/docs/_build/doctrees/source/mindroot.coreplugins.chat_avatar.doctree +0 -0
  19. mindroot/docs/_build/doctrees/source/mindroot.coreplugins.check_list.doctree +0 -0
  20. mindroot/docs/_build/doctrees/source/mindroot.coreplugins.credits.doctree +0 -0
  21. mindroot/docs/_build/doctrees/source/mindroot.coreplugins.doctree +0 -0
  22. mindroot/docs/_build/doctrees/source/mindroot.coreplugins.email.doctree +0 -0
  23. mindroot/docs/_build/doctrees/source/mindroot.coreplugins.env_manager.doctree +0 -0
  24. mindroot/docs/_build/doctrees/source/mindroot.coreplugins.events.doctree +0 -0
  25. mindroot/docs/_build/doctrees/source/mindroot.coreplugins.index.doctree +0 -0
  26. mindroot/docs/_build/doctrees/source/mindroot.coreplugins.index.handlers.doctree +0 -0
  27. mindroot/docs/_build/doctrees/source/mindroot.coreplugins.jwt_auth.doctree +0 -0
  28. mindroot/docs/_build/doctrees/source/mindroot.coreplugins.l8n.doctree +0 -0
  29. mindroot/docs/_build/doctrees/source/mindroot.coreplugins.mcp_.doctree +0 -0
  30. mindroot/docs/_build/doctrees/source/mindroot.coreplugins.persona.doctree +0 -0
  31. mindroot/docs/_build/doctrees/source/mindroot.coreplugins.startup.doctree +0 -0
  32. mindroot/docs/_build/doctrees/source/mindroot.coreplugins.subscriptions.doctree +0 -0
  33. mindroot/docs/_build/doctrees/source/mindroot.coreplugins.usage.doctree +0 -0
  34. mindroot/docs/_build/doctrees/source/mindroot.coreplugins.user_service.doctree +0 -0
  35. mindroot/docs/_build/doctrees/source/mindroot.doctree +0 -0
  36. mindroot/docs/_build/doctrees/source/mindroot.lib.auth.doctree +0 -0
  37. mindroot/docs/_build/doctrees/source/mindroot.lib.doctree +0 -0
  38. mindroot/docs/_build/doctrees/source/mindroot.lib.json_str_block.doctree +0 -0
  39. mindroot/docs/_build/doctrees/source/mindroot.lib.plugins.doctree +0 -0
  40. mindroot/docs/_build/doctrees/source/mindroot.lib.providers.backup.doctree +0 -0
  41. mindroot/docs/_build/doctrees/source/mindroot.lib.providers.doctree +0 -0
  42. mindroot/docs/_build/doctrees/source/mindroot.registry.doctree +0 -0
  43. mindroot/docs/_build/doctrees/source/modules.doctree +0 -0
  44. mindroot/docs/_build/doctrees/source/mr_agent_expert_instr.doctree +0 -0
  45. mindroot/docs/_build/doctrees/starting_mindroot.doctree +0 -0
  46. mindroot/docs/_build/doctrees/user_documentation.doctree +0 -0
  47. mindroot/docs/_build/html/_modules/mindroot/coreplugins/admin/settings_router.html +287 -89
  48. mindroot/docs/_build/html/_modules/mindroot/coreplugins/jwt_auth/middleware.html +281 -89
  49. mindroot/docs/_build/html/_modules/mindroot/lib/providers/model_preferences_v2.html +293 -91
  50. mindroot/docs/_build/html/_modules/mindroot/lib/templates.html +342 -98
  51. mindroot/docs/_build/html/_modules/mindroot/server.html +291 -87
  52. mindroot/docs/_build/html/_sources/developer_documentation.rst.txt +21 -1
  53. mindroot/docs/_build/html/developer_documentation.html +44 -4
  54. mindroot/docs/_build/html/getting_started.html +18 -15
  55. mindroot/docs/_build/html/index.html +1 -0
  56. mindroot/docs/_build/html/searchindex.js +1 -1
  57. mindroot/docs/_build/html/source/mindroot.coreplugins.api_keys.html +15 -2
  58. mindroot/docs/_build/html/source/mindroot.coreplugins.chat_avatar.html +15 -2
  59. mindroot/docs/_build/html/source/mindroot.coreplugins.check_list.html +15 -2
  60. mindroot/docs/_build/html/source/mindroot.coreplugins.credits.html +15 -2
  61. mindroot/docs/_build/html/source/mindroot.coreplugins.env_manager.html +15 -2
  62. mindroot/docs/_build/html/source/mindroot.coreplugins.events.html +15 -2
  63. mindroot/docs/_build/html/source/mindroot.coreplugins.index.handlers.html +15 -2
  64. mindroot/docs/_build/html/source/mindroot.coreplugins.index.html +15 -2
  65. mindroot/docs/_build/html/source/mindroot.coreplugins.persona.html +15 -2
  66. mindroot/docs/_build/html/source/mindroot.coreplugins.startup.html +15 -2
  67. mindroot/docs/_build/html/source/mindroot.coreplugins.subscriptions.html +15 -2
  68. mindroot/docs/_build/html/source/mindroot.coreplugins.usage.html +15 -2
  69. mindroot/docs/_build/html/source/mindroot.coreplugins.user_service.html +15 -2
  70. mindroot/docs/_build/html/source/mindroot.lib.auth.html +15 -2
  71. mindroot/docs/_build/html/source/mindroot.lib.html +2 -1
  72. mindroot/docs/_build/html/source/mindroot.lib.json_str_block.html +15 -2
  73. mindroot/docs/_build/html/source/mindroot.lib.plugins.html +15 -2
  74. mindroot/docs/_build/html/source/mindroot.registry.html +15 -2
  75. mindroot/docs/_build/html/source/modules.html +15 -2
  76. mindroot/docs/developer_documentation.rst +21 -1
  77. {mindroot-9.22.0.dist-info → mindroot-9.24.0.dist-info}/METADATA +1 -1
  78. {mindroot-9.22.0.dist-info → mindroot-9.24.0.dist-info}/RECORD +82 -80
  79. {mindroot-9.22.0.dist-info → mindroot-9.24.0.dist-info}/WHEEL +0 -0
  80. {mindroot-9.22.0.dist-info → mindroot-9.24.0.dist-info}/entry_points.txt +0 -0
  81. {mindroot-9.22.0.dist-info → mindroot-9.24.0.dist-info}/licenses/LICENSE +0 -0
  82. {mindroot-9.22.0.dist-info → mindroot-9.24.0.dist-info}/top_level.txt +0 -0
@@ -1 +1 @@
1
- Search.setIndex({"alltitles":{"API Reference":[[1,"api-reference"]],"Architecture":[[1,"architecture"]],"Chat with Assistant":[[0,null],[2,"chat-with-assistant"]],"Contents:":[[41,null]],"Contributing":[[1,"contributing"]],"Developer Documentation":[[1,null]],"Developer Documentation:":[[3,null]],"Getting Started":[[2,null]],"Give Assistant a Programming Task":[[2,"give-assistant-a-programming-task"],[8,null]],"Indices and tables":[[3,"indices-and-tables"]],"Install Plugins with Tools":[[2,"install-plugins-with-tools"],[4,null]],"Installation":[[2,"installation"],[5,null]],"LLM API Key":[[2,"llm-api-key"],[6,null]],"LLM Plugin Installation":[[2,"llm-plugin-installation"],[7,null]],"MindRoot Documentation":[[3,null]],"Module contents":[[10,"module-mindroot"],[11,"module-mindroot.coreplugins"],[12,"module-mindroot.coreplugins.admin"],[13,"module-mindroot.coreplugins.api_keys"],[14,"module-mindroot.coreplugins.chat"],[15,"module-mindroot.coreplugins.chat_avatar"],[16,"module-mindroot.coreplugins.check_list"],[17,"module-mindroot.coreplugins.credits"],[18,"module-mindroot.coreplugins.email"],[19,"module-mindroot.coreplugins.env_manager"],[20,"module-mindroot.coreplugins.events"],[21,"module-mindroot.coreplugins.index"],[22,"module-mindroot.coreplugins.index.handlers"],[23,"module-mindroot.coreplugins.jwt_auth"],[24,"module-mindroot.coreplugins.l8n"],[25,"module-mindroot.coreplugins.mcp_"],[26,"module-mindroot.coreplugins.persona"],[27,"module-mindroot.coreplugins.startup"],[28,"module-mindroot.coreplugins.subscriptions"],[29,"module-mindroot.coreplugins.usage"],[30,"module-mindroot.coreplugins.user_service"],[31,"module-mindroot.lib"],[32,"module-mindroot.lib.auth"],[33,"module-mindroot.lib.json_str_block"],[34,"module-mindroot.lib.plugins"],[35,"module-mindroot.lib.providers"],[36,"module-contents"],[37,"module-mindroot.registry"]],"Plugin Development":[[1,"plugin-development"]],"Starting MindRoot":[[2,"starting-mindroot"],[40,null]],"Submodules":[[10,"submodules"],[12,"submodules"],[13,"submodules"],[14,"submodules"],[16,"submodules"],[17,"submodules"],[18,"submodules"],[19,"submodules"],[20,"submodules"],[21,"submodules"],[22,"submodules"],[23,"submodules"],[24,"submodules"],[25,"submodules"],[26,"submodules"],[27,"submodules"],[28,"submodules"],[29,"submodules"],[30,"submodules"],[31,"submodules"],[32,"submodules"],[33,"submodules"],[34,"submodules"],[35,"submodules"],[37,"submodules"]],"Subpackages":[[10,"subpackages"],[11,"subpackages"],[21,"subpackages"],[31,"subpackages"],[35,"subpackages"]],"User Documentation":[[41,null]],"User Documentation:":[[3,null]],"View Source Code":[[3,"view-source-code"]],"ahp module":[[9,null]],"mindroot package":[[10,null]],"mindroot.coreplugins package":[[11,null]],"mindroot.coreplugins.admin package":[[12,null]],"mindroot.coreplugins.admin.agent_importer module":[[12,"module-mindroot.coreplugins.admin.agent_importer"]],"mindroot.coreplugins.admin.agent_router module":[[12,"module-mindroot.coreplugins.admin.agent_router"]],"mindroot.coreplugins.admin.asset_manager module":[[12,"module-mindroot.coreplugins.admin.asset_manager"]],"mindroot.coreplugins.admin.command_router module":[[12,"module-mindroot.coreplugins.admin.command_router"]],"mindroot.coreplugins.admin.mcp_catalog_routes module":[[12,"module-mindroot.coreplugins.admin.mcp_catalog_routes"]],"mindroot.coreplugins.admin.mcp_publish_routes module":[[12,"module-mindroot.coreplugins.admin.mcp_publish_routes"]],"mindroot.coreplugins.admin.mcp_registry_routes module":[[12,"module-mindroot.coreplugins.admin.mcp_registry_routes"]],"mindroot.coreplugins.admin.mcp_routes module":[[12,"module-mindroot.coreplugins.admin.mcp_routes"]],"mindroot.coreplugins.admin.mod module":[[12,"module-mindroot.coreplugins.admin.mod"]],"mindroot.coreplugins.admin.oauth_callback_router module":[[12,"module-mindroot.coreplugins.admin.oauth_callback_router"]],"mindroot.coreplugins.admin.persona_handler module":[[12,"module-mindroot.coreplugins.admin.persona_handler"]],"mindroot.coreplugins.admin.persona_router module":[[12,"module-mindroot.coreplugins.admin.persona_router"]],"mindroot.coreplugins.admin.plugin_manager module":[[12,"module-mindroot.coreplugins.admin.plugin_manager"]],"mindroot.coreplugins.admin.plugin_router module":[[12,"module-mindroot.coreplugins.admin.plugin_router"]],"mindroot.coreplugins.admin.plugin_router_fixed module":[[12,"module-mindroot.coreplugins.admin.plugin_router_fixed"]],"mindroot.coreplugins.admin.plugin_router_new_not_working module":[[12,"mindroot-coreplugins-admin-plugin-router-new-not-working-module"]],"mindroot.coreplugins.admin.plugin_routes module":[[12,"module-mindroot.coreplugins.admin.plugin_routes"]],"mindroot.coreplugins.admin.registry_settings_routes module":[[12,"module-mindroot.coreplugins.admin.registry_settings_routes"]],"mindroot.coreplugins.admin.router module":[[12,"module-mindroot.coreplugins.admin.router"]],"mindroot.coreplugins.admin.server_router module":[[12,"module-mindroot.coreplugins.admin.server_router"]],"mindroot.coreplugins.admin.service_models module":[[12,"module-mindroot.coreplugins.admin.service_models"]],"mindroot.coreplugins.admin.settings_router module":[[12,"module-mindroot.coreplugins.admin.settings_router"]],"mindroot.coreplugins.api_keys package":[[13,null]],"mindroot.coreplugins.api_keys.api_key_manager module":[[13,"module-mindroot.coreplugins.api_keys.api_key_manager"]],"mindroot.coreplugins.api_keys.cli module":[[13,"module-mindroot.coreplugins.api_keys.cli"]],"mindroot.coreplugins.api_keys.mod module":[[13,"module-mindroot.coreplugins.api_keys.mod"]],"mindroot.coreplugins.api_keys.router module":[[13,"module-mindroot.coreplugins.api_keys.router"]],"mindroot.coreplugins.chat package":[[14,null]],"mindroot.coreplugins.chat.commands module":[[14,"module-mindroot.coreplugins.chat.commands"]],"mindroot.coreplugins.chat.format_result_msgs module":[[14,"module-mindroot.coreplugins.chat.format_result_msgs"]],"mindroot.coreplugins.chat.mod module":[[14,"module-mindroot.coreplugins.chat.mod"]],"mindroot.coreplugins.chat.models module":[[14,"module-mindroot.coreplugins.chat.models"]],"mindroot.coreplugins.chat.router module":[[14,"module-mindroot.coreplugins.chat.router"]],"mindroot.coreplugins.chat.router_dedup_patch module":[[14,"mindroot-coreplugins-chat-router-dedup-patch-module"]],"mindroot.coreplugins.chat.services module":[[14,"module-mindroot.coreplugins.chat.services"]],"mindroot.coreplugins.chat.utils module":[[14,"module-mindroot.coreplugins.chat.utils"]],"mindroot.coreplugins.chat.widget_manager module":[[14,"module-mindroot.coreplugins.chat.widget_manager"]],"mindroot.coreplugins.chat.widget_routes module":[[14,"module-mindroot.coreplugins.chat.widget_routes"]],"mindroot.coreplugins.chat_avatar package":[[15,null]],"mindroot.coreplugins.check_list package":[[16,null]],"mindroot.coreplugins.check_list.mod module":[[16,"module-mindroot.coreplugins.check_list.mod"]],"mindroot.coreplugins.credits package":[[17,null]],"mindroot.coreplugins.credits.conversion module":[[17,"module-mindroot.coreplugins.credits.conversion"]],"mindroot.coreplugins.credits.ledger module":[[17,"module-mindroot.coreplugins.credits.ledger"]],"mindroot.coreplugins.credits.mod module":[[17,"module-mindroot.coreplugins.credits.mod"]],"mindroot.coreplugins.credits.models module":[[17,"module-mindroot.coreplugins.credits.models"]],"mindroot.coreplugins.credits.router module":[[17,"module-mindroot.coreplugins.credits.router"]],"mindroot.coreplugins.credits.storage module":[[17,"module-mindroot.coreplugins.credits.storage"]],"mindroot.coreplugins.email package":[[18,null]],"mindroot.coreplugins.email.email_provider module":[[18,"module-mindroot.coreplugins.email.email_provider"]],"mindroot.coreplugins.email.imap_handler module":[[18,"module-mindroot.coreplugins.email.imap_handler"]],"mindroot.coreplugins.email.mod module":[[18,"module-mindroot.coreplugins.email.mod"]],"mindroot.coreplugins.email.services module":[[18,"module-mindroot.coreplugins.email.services"]],"mindroot.coreplugins.email.smtp_handler module":[[18,"module-mindroot.coreplugins.email.smtp_handler"]],"mindroot.coreplugins.email.test_batch module":[[18,"mindroot-coreplugins-email-test-batch-module"]],"mindroot.coreplugins.email.test_email module":[[18,"mindroot-coreplugins-email-test-email-module"]],"mindroot.coreplugins.email.test_email_service module":[[18,"module-mindroot.coreplugins.email.test_email_service"]],"mindroot.coreplugins.env_manager package":[[19,null]],"mindroot.coreplugins.env_manager.mod module":[[19,"module-mindroot.coreplugins.env_manager.mod"]],"mindroot.coreplugins.env_manager.router module":[[19,"module-mindroot.coreplugins.env_manager.router"]],"mindroot.coreplugins.events package":[[20,null]],"mindroot.coreplugins.events.mod module":[[20,"module-mindroot.coreplugins.events.mod"]],"mindroot.coreplugins.events.router module":[[20,"module-mindroot.coreplugins.events.router"]],"mindroot.coreplugins.index package":[[21,null]],"mindroot.coreplugins.index.handlers package":[[22,null]],"mindroot.coreplugins.index.handlers.agent_ops module":[[22,"module-mindroot.coreplugins.index.handlers.agent_ops"]],"mindroot.coreplugins.index.handlers.index_ops module":[[22,"module-mindroot.coreplugins.index.handlers.index_ops"]],"mindroot.coreplugins.index.handlers.plugin_ops module":[[22,"module-mindroot.coreplugins.index.handlers.plugin_ops"]],"mindroot.coreplugins.index.handlers.publish module":[[22,"module-mindroot.coreplugins.index.handlers.publish"]],"mindroot.coreplugins.index.mod module":[[21,"module-mindroot.coreplugins.index.mod"]],"mindroot.coreplugins.index.models module":[[21,"module-mindroot.coreplugins.index.models"]],"mindroot.coreplugins.index.router module":[[21,"module-mindroot.coreplugins.index.router"]],"mindroot.coreplugins.index.utils module":[[21,"module-mindroot.coreplugins.index.utils"]],"mindroot.coreplugins.jwt_auth package":[[23,null]],"mindroot.coreplugins.jwt_auth.middleware module":[[23,"module-mindroot.coreplugins.jwt_auth.middleware"]],"mindroot.coreplugins.jwt_auth.mod module":[[23,"module-mindroot.coreplugins.jwt_auth.mod"]],"mindroot.coreplugins.jwt_auth.role_checks module":[[23,"mindroot-coreplugins-jwt-auth-role-checks-module"]],"mindroot.coreplugins.jwt_auth.router module":[[23,"module-mindroot.coreplugins.jwt_auth.router"]],"mindroot.coreplugins.l8n package":[[24,null]],"mindroot.coreplugins.l8n.debug_loader module":[[24,"module-mindroot.coreplugins.l8n.debug_loader"]],"mindroot.coreplugins.l8n.debug_middleware module":[[24,"module-mindroot.coreplugins.l8n.debug_middleware"]],"mindroot.coreplugins.l8n.l8n_constants module":[[24,"module-mindroot.coreplugins.l8n.l8n_constants"]],"mindroot.coreplugins.l8n.language_detection module":[[24,"module-mindroot.coreplugins.l8n.language_detection"]],"mindroot.coreplugins.l8n.middleware module":[[24,"module-mindroot.coreplugins.l8n.middleware"]],"mindroot.coreplugins.l8n.mod module":[[24,"module-mindroot.coreplugins.l8n.mod"]],"mindroot.coreplugins.l8n.monkey_patch_to_delete module":[[24,"mindroot-coreplugins-l8n-monkey-patch-to-delete-module"]],"mindroot.coreplugins.l8n.test_enhanced module":[[24,"module-mindroot.coreplugins.l8n.test_enhanced"]],"mindroot.coreplugins.l8n.test_l8n module":[[24,"mindroot-coreplugins-l8n-test-l8n-module"]],"mindroot.coreplugins.l8n.test_l8n_standalone module":[[24,"module-mindroot.coreplugins.l8n.test_l8n_standalone"]],"mindroot.coreplugins.l8n.test_middleware module":[[24,"module-mindroot.coreplugins.l8n.test_middleware"]],"mindroot.coreplugins.l8n.utils module":[[24,"module-mindroot.coreplugins.l8n.utils"]],"mindroot.coreplugins.mcp_ package":[[25,null]],"mindroot.coreplugins.mcp_.catalog_commands module":[[25,"module-mindroot.coreplugins.mcp_.catalog_commands"]],"mindroot.coreplugins.mcp_.catalog_manager module":[[25,"module-mindroot.coreplugins.mcp_.catalog_manager"]],"mindroot.coreplugins.mcp_.dynamic_commands module":[[25,"module-mindroot.coreplugins.mcp_.dynamic_commands"]],"mindroot.coreplugins.mcp_.mcp_manager module":[[25,"module-mindroot.coreplugins.mcp_.mcp_manager"]],"mindroot.coreplugins.mcp_.mod module":[[25,"module-mindroot.coreplugins.mcp_.mod"]],"mindroot.coreplugins.mcp_.oauth_storage module":[[25,"module-mindroot.coreplugins.mcp_.oauth_storage"]],"mindroot.coreplugins.mcp_.server_installer module":[[25,"module-mindroot.coreplugins.mcp_.server_installer"]],"mindroot.coreplugins.mcp_.setup module":[[25,"mindroot-coreplugins-mcp-setup-module"]],"mindroot.coreplugins.mcp_.test_dynamic_commands module":[[25,"mindroot-coreplugins-mcp-test-dynamic-commands-module"]],"mindroot.coreplugins.mcp_.testmcpclient module":[[25,"module-mindroot.coreplugins.mcp_.testmcpclient"]],"mindroot.coreplugins.persona package":[[26,null]],"mindroot.coreplugins.persona.init_persona module":[[26,"module-mindroot.coreplugins.persona.init_persona"]],"mindroot.coreplugins.persona.mod module":[[26,"module-mindroot.coreplugins.persona.mod"]],"mindroot.coreplugins.startup package":[[27,null]],"mindroot.coreplugins.startup.mod module":[[27,"module-mindroot.coreplugins.startup.mod"]],"mindroot.coreplugins.subscriptions package":[[28,null]],"mindroot.coreplugins.subscriptions.credit_integration module":[[28,"module-mindroot.coreplugins.subscriptions.credit_integration"]],"mindroot.coreplugins.subscriptions.default_templates module":[[28,"module-mindroot.coreplugins.subscriptions.default_templates"]],"mindroot.coreplugins.subscriptions.mod module":[[28,"module-mindroot.coreplugins.subscriptions.mod"]],"mindroot.coreplugins.subscriptions.models module":[[28,"module-mindroot.coreplugins.subscriptions.models"]],"mindroot.coreplugins.subscriptions.router module":[[28,"module-mindroot.coreplugins.subscriptions.router"]],"mindroot.coreplugins.subscriptions.storage module":[[28,"module-mindroot.coreplugins.subscriptions.storage"]],"mindroot.coreplugins.subscriptions.stripe_integration module":[[28,"module-mindroot.coreplugins.subscriptions.stripe_integration"]],"mindroot.coreplugins.subscriptions.subscription_manager module":[[28,"module-mindroot.coreplugins.subscriptions.subscription_manager"]],"mindroot.coreplugins.subscriptions.webhook_handler module":[[28,"module-mindroot.coreplugins.subscriptions.webhook_handler"]],"mindroot.coreplugins.usage package":[[29,null]],"mindroot.coreplugins.usage.handlers module":[[29,"module-mindroot.coreplugins.usage.handlers"]],"mindroot.coreplugins.usage.mod module":[[29,"module-mindroot.coreplugins.usage.mod"]],"mindroot.coreplugins.usage.models module":[[29,"module-mindroot.coreplugins.usage.models"]],"mindroot.coreplugins.usage.reporting module":[[29,"module-mindroot.coreplugins.usage.reporting"]],"mindroot.coreplugins.usage.router module":[[29,"module-mindroot.coreplugins.usage.router"]],"mindroot.coreplugins.usage.storage module":[[29,"module-mindroot.coreplugins.usage.storage"]],"mindroot.coreplugins.user_service package":[[30,null]],"mindroot.coreplugins.user_service.admin_init module":[[30,"module-mindroot.coreplugins.user_service.admin_init"]],"mindroot.coreplugins.user_service.email_service module":[[30,"module-mindroot.coreplugins.user_service.email_service"]],"mindroot.coreplugins.user_service.mod module":[[30,"module-mindroot.coreplugins.user_service.mod"]],"mindroot.coreplugins.user_service.models module":[[30,"module-mindroot.coreplugins.user_service.models"]],"mindroot.coreplugins.user_service.password_reset_service module":[[30,"module-mindroot.coreplugins.user_service.password_reset_service"]],"mindroot.coreplugins.user_service.role_service module":[[30,"module-mindroot.coreplugins.user_service.role_service"]],"mindroot.coreplugins.user_service.router module":[[30,"module-mindroot.coreplugins.user_service.router"]],"mindroot.lib package":[[31,null]],"mindroot.lib.auth package":[[32,null]],"mindroot.lib.auth.api_key module":[[32,"module-mindroot.lib.auth.api_key"]],"mindroot.lib.auth.auth module":[[32,"module-mindroot.lib.auth.auth"]],"mindroot.lib.buchatlog module":[[31,"module-mindroot.lib.buchatlog"]],"mindroot.lib.buchatlog2 module":[[31,"module-mindroot.lib.buchatlog2"]],"mindroot.lib.butemplates module":[[31,"module-mindroot.lib.butemplates"]],"mindroot.lib.chatcontext module":[[31,"module-mindroot.lib.chatcontext"]],"mindroot.lib.chatlog module":[[31,"module-mindroot.lib.chatlog"]],"mindroot.lib.chatlog_optimized module":[[31,"module-mindroot.lib.chatlog_optimized"]],"mindroot.lib.json_escape module":[[31,"module-mindroot.lib.json_escape"]],"mindroot.lib.json_str_block package":[[33,null]],"mindroot.lib.json_str_block.json_str_block module":[[33,"module-mindroot.lib.json_str_block.json_str_block"]],"mindroot.lib.model_selector module":[[31,"mindroot-lib-model-selector-module"]],"mindroot.lib.parent_templates module":[[31,"module-mindroot.lib.parent_templates"]],"mindroot.lib.plugins module":[[31,"module-mindroot.lib.plugins"]],"mindroot.lib.plugins package":[[34,null]],"mindroot.lib.plugins.installation module":[[34,"module-mindroot.lib.plugins.installation"]],"mindroot.lib.plugins.l8n_static_handler module":[[34,"module-mindroot.lib.plugins.l8n_static_handler"]],"mindroot.lib.plugins.loader module":[[34,"module-mindroot.lib.plugins.loader"]],"mindroot.lib.plugins.loader_with_l8n module":[[34,"module-mindroot.lib.plugins.loader_with_l8n"]],"mindroot.lib.plugins.manifest module":[[34,"module-mindroot.lib.plugins.manifest"]],"mindroot.lib.plugins.mapping module":[[34,"module-mindroot.lib.plugins.mapping"]],"mindroot.lib.plugins.paths module":[[34,"module-mindroot.lib.plugins.paths"]],"mindroot.lib.plugins_install module":[[31,"module-mindroot.lib.plugins_install"]],"mindroot.lib.providers package":[[35,null]],"mindroot.lib.providers.backup package":[[36,null]],"mindroot.lib.providers.commands module":[[35,"module-mindroot.lib.providers.commands"]],"mindroot.lib.providers.hooks module":[[35,"module-mindroot.lib.providers.hooks"]],"mindroot.lib.providers.missing module":[[35,"module-mindroot.lib.providers.missing"]],"mindroot.lib.providers.model_preferences_v2 module":[[35,"module-mindroot.lib.providers.model_preferences_v2"]],"mindroot.lib.providers.services module":[[35,"module-mindroot.lib.providers.services"]],"mindroot.lib.route_decorators module":[[31,"module-mindroot.lib.route_decorators"]],"mindroot.lib.session_files module":[[31,"module-mindroot.lib.session_files"]],"mindroot.lib.streamcmd module":[[31,"module-mindroot.lib.streamcmd"]],"mindroot.lib.templates module":[[31,"module-mindroot.lib.templates"]],"mindroot.lib.token_counter module":[[31,"module-mindroot.lib.token_counter"]],"mindroot.migrate module":[[10,"module-mindroot.migrate"]],"mindroot.registry package":[[37,null]],"mindroot.registry.component_manager module":[[37,"module-mindroot.registry.component_manager"]],"mindroot.registry.data_access module":[[37,"module-mindroot.registry.data_access"]],"mindroot.server module":[[10,"module-mindroot.server"]],"mindroot.server_missing_normal_args module":[[10,"module-mindroot.server_missing_normal_args"]],"mindroot.server_prev module":[[10,"module-mindroot.server_prev"]],"mr_agent_expert_instr module":[[39,null]],"src":[[38,null]]},"docnames":["chat_with_assistant","developer_documentation","getting_started","index","install_plugins_with_tools","installation","llm_api_key","llm_plugin_installation","programming_task","source/ahp","source/mindroot","source/mindroot.coreplugins","source/mindroot.coreplugins.admin","source/mindroot.coreplugins.api_keys","source/mindroot.coreplugins.chat","source/mindroot.coreplugins.chat_avatar","source/mindroot.coreplugins.check_list","source/mindroot.coreplugins.credits","source/mindroot.coreplugins.email","source/mindroot.coreplugins.env_manager","source/mindroot.coreplugins.events","source/mindroot.coreplugins.index","source/mindroot.coreplugins.index.handlers","source/mindroot.coreplugins.jwt_auth","source/mindroot.coreplugins.l8n","source/mindroot.coreplugins.mcp_","source/mindroot.coreplugins.persona","source/mindroot.coreplugins.startup","source/mindroot.coreplugins.subscriptions","source/mindroot.coreplugins.usage","source/mindroot.coreplugins.user_service","source/mindroot.lib","source/mindroot.lib.auth","source/mindroot.lib.json_str_block","source/mindroot.lib.plugins","source/mindroot.lib.providers","source/mindroot.lib.providers.backup","source/mindroot.registry","source/modules","source/mr_agent_expert_instr","starting_mindroot","user_documentation"],"envversion":{"sphinx":65,"sphinx.domains.c":3,"sphinx.domains.changeset":1,"sphinx.domains.citation":1,"sphinx.domains.cpp":9,"sphinx.domains.index":1,"sphinx.domains.javascript":3,"sphinx.domains.math":2,"sphinx.domains.python":4,"sphinx.domains.rst":2,"sphinx.domains.std":2,"sphinx.ext.viewcode":1},"filenames":["chat_with_assistant.rst","developer_documentation.rst","getting_started.rst","index.rst","install_plugins_with_tools.rst","installation.rst","llm_api_key.rst","llm_plugin_installation.rst","programming_task.rst","source/ahp.rst","source/mindroot.rst","source/mindroot.coreplugins.rst","source/mindroot.coreplugins.admin.rst","source/mindroot.coreplugins.api_keys.rst","source/mindroot.coreplugins.chat.rst","source/mindroot.coreplugins.chat_avatar.rst","source/mindroot.coreplugins.check_list.rst","source/mindroot.coreplugins.credits.rst","source/mindroot.coreplugins.email.rst","source/mindroot.coreplugins.env_manager.rst","source/mindroot.coreplugins.events.rst","source/mindroot.coreplugins.index.rst","source/mindroot.coreplugins.index.handlers.rst","source/mindroot.coreplugins.jwt_auth.rst","source/mindroot.coreplugins.l8n.rst","source/mindroot.coreplugins.mcp_.rst","source/mindroot.coreplugins.persona.rst","source/mindroot.coreplugins.startup.rst","source/mindroot.coreplugins.subscriptions.rst","source/mindroot.coreplugins.usage.rst","source/mindroot.coreplugins.user_service.rst","source/mindroot.lib.rst","source/mindroot.lib.auth.rst","source/mindroot.lib.json_str_block.rst","source/mindroot.lib.plugins.rst","source/mindroot.lib.providers.rst","source/mindroot.lib.providers.backup.rst","source/mindroot.registry.rst","source/modules.rst","source/mr_agent_expert_instr.rst","starting_mindroot.rst","user_documentation.rst"],"indexentries":{"access_token (mindroot.coreplugins.mcp_.mcp_manager.mcpserver attribute)":[[25,"mindroot.coreplugins.mcp_.mcp_manager.MCPServer.access_token",false]],"add_current_time() (in module mindroot.coreplugins.chat.services)":[[14,"mindroot.coreplugins.chat.services.add_current_time",false]],"add_custom_server() (mindroot.coreplugins.mcp_.catalog_manager.mcpcatalogmanager method)":[[25,"mindroot.coreplugins.mcp_.catalog_manager.MCPCatalogManager.add_custom_server",false]],"add_mcp_server() (in module mindroot.coreplugins.admin.mcp_routes)":[[12,"mindroot.coreplugins.admin.mcp_routes.add_mcp_server",false]],"add_message() (mindroot.lib.buchatlog.chatlog method)":[[31,"mindroot.lib.buchatlog.ChatLog.add_message",false]],"add_message() (mindroot.lib.buchatlog2.chatlog method)":[[31,"mindroot.lib.buchatlog2.ChatLog.add_message",false]],"add_message() (mindroot.lib.chatlog.chatlog method)":[[31,"mindroot.lib.chatlog.ChatLog.add_message",false]],"add_message() (mindroot.lib.chatlog_optimized.chatlog method)":[[31,"mindroot.lib.chatlog_optimized.ChatLog.add_message",false]],"add_message_async() (mindroot.lib.chatlog.chatlog method)":[[31,"mindroot.lib.chatlog.ChatLog.add_message_async",false]],"add_preference() (mindroot.lib.providers.model_preferences_v2.modelpreferencesv2 method)":[[35,"mindroot.lib.providers.model_preferences_v2.ModelPreferencesV2.add_preference",false]],"add_public_static() (in module mindroot.lib.route_decorators)":[[31,"mindroot.lib.route_decorators.add_public_static",false]],"add_server() (mindroot.coreplugins.mcp_.mcp_manager.mcpmanager method)":[[25,"mindroot.coreplugins.mcp_.mcp_manager.MCPManager.add_server",false]],"agent_name (mindroot.coreplugins.chat.widget_routes.widgettokencreate attribute)":[[14,"mindroot.coreplugins.chat.widget_routes.WidgetTokenCreate.agent_name",false]],"agent_name (mindroot.coreplugins.chat.widget_routes.widgettokenresponse attribute)":[[14,"mindroot.coreplugins.chat.widget_routes.WidgetTokenResponse.agent_name",false]],"agent_output() (in module mindroot.coreplugins.chat.services)":[[14,"mindroot.coreplugins.chat.services.agent_output",false]],"api_key (mindroot.coreplugins.chat.widget_routes.widgettokencreate attribute)":[[14,"mindroot.coreplugins.chat.widget_routes.WidgetTokenCreate.api_key",false]],"append_localized_file() (in module mindroot.coreplugins.l8n.mod)":[[24,"mindroot.coreplugins.l8n.mod.append_localized_file",false]],"append_localized_file() (in module mindroot.coreplugins.l8n.test_l8n_standalone)":[[24,"mindroot.coreplugins.l8n.test_l8n_standalone.append_localized_file",false]],"append_message() (in module mindroot.coreplugins.chat.services)":[[14,"mindroot.coreplugins.chat.services.append_message",false]],"apply_translations_to_content() (in module mindroot.lib.templates)":[[31,"mindroot.lib.templates.apply_translations_to_content",false]],"args (mindroot.coreplugins.admin.mcp_publish_routes.mcpserverpublishrequest attribute)":[[12,"mindroot.coreplugins.admin.mcp_publish_routes.McpServerPublishRequest.args",false]],"args (mindroot.coreplugins.admin.mcp_publish_routes.mcptestlocalrequest attribute)":[[12,"mindroot.coreplugins.admin.mcp_publish_routes.McpTestLocalRequest.args",false]],"args (mindroot.coreplugins.admin.mcp_routes.mcplocaltestrequest attribute)":[[12,"mindroot.coreplugins.admin.mcp_routes.McpLocalTestRequest.args",false]],"args (mindroot.coreplugins.admin.mcp_routes.mcpserveraddrequest attribute)":[[12,"mindroot.coreplugins.admin.mcp_routes.McpServerAddRequest.args",false]],"args (mindroot.coreplugins.mcp_.mcp_manager.mcpserver attribute)":[[25,"mindroot.coreplugins.mcp_.mcp_manager.MCPServer.args",false]],"assetmanager (class in mindroot.coreplugins.admin.asset_manager)":[[12,"mindroot.coreplugins.admin.asset_manager.AssetManager",false]],"auth_headers (mindroot.coreplugins.admin.mcp_routes.mcpserveraddrequest attribute)":[[12,"mindroot.coreplugins.admin.mcp_routes.McpServerAddRequest.auth_headers",false]],"auth_headers (mindroot.coreplugins.mcp_.mcp_manager.mcpserver attribute)":[[25,"mindroot.coreplugins.mcp_.mcp_manager.MCPServer.auth_headers",false]],"auth_type (mindroot.coreplugins.admin.mcp_routes.mcpserveraddrequest attribute)":[[12,"mindroot.coreplugins.admin.mcp_routes.McpServerAddRequest.auth_type",false]],"auth_type (mindroot.coreplugins.mcp_.mcp_manager.mcpserver attribute)":[[25,"mindroot.coreplugins.mcp_.mcp_manager.MCPServer.auth_type",false]],"authorization_server_url (mindroot.coreplugins.admin.mcp_routes.mcpserveraddrequest attribute)":[[12,"mindroot.coreplugins.admin.mcp_routes.McpServerAddRequest.authorization_server_url",false]],"authorization_server_url (mindroot.coreplugins.mcp_.mcp_manager.mcpserver attribute)":[[25,"mindroot.coreplugins.mcp_.mcp_manager.MCPServer.authorization_server_url",false]],"auto_install (mindroot.coreplugins.mcp_.mcp_manager.mcpserver attribute)":[[25,"mindroot.coreplugins.mcp_.mcp_manager.MCPServer.auto_install",false]],"base_url (mindroot.coreplugins.chat.widget_routes.widgettokencreate attribute)":[[14,"mindroot.coreplugins.chat.widget_routes.WidgetTokenCreate.base_url",false]],"base_url (mindroot.coreplugins.chat.widget_routes.widgettokenresponse attribute)":[[14,"mindroot.coreplugins.chat.widget_routes.WidgetTokenResponse.base_url",false]],"basecommandset (class in mindroot.lib.chatcontext)":[[31,"mindroot.lib.chatcontext.BaseCommandSet",false]],"baseservice (class in mindroot.lib.chatcontext)":[[31,"mindroot.lib.chatcontext.BaseService",false]],"browse_registry_servers() (in module mindroot.coreplugins.admin.mcp_registry_routes)":[[12,"mindroot.coreplugins.admin.mcp_registry_routes.browse_registry_servers",false]],"build_search_criteria() (mindroot.coreplugins.email.imap_handler.imaphandler method)":[[18,"mindroot.coreplugins.email.imap_handler.IMAPHandler.build_search_criteria",false]],"cached_get_service_models() (in module mindroot.coreplugins.admin.service_models)":[[12,"mindroot.coreplugins.admin.service_models.cached_get_service_models",false]],"calculate_content_hash() (mindroot.coreplugins.admin.asset_manager.assetmanager method)":[[12,"mindroot.coreplugins.admin.asset_manager.AssetManager.calculate_content_hash",false]],"calculate_file_hash() (mindroot.coreplugins.admin.asset_manager.assetmanager method)":[[12,"mindroot.coreplugins.admin.asset_manager.AssetManager.calculate_file_hash",false]],"call_tool() (mindroot.coreplugins.mcp_.mcp_manager.mcpmanager method)":[[25,"mindroot.coreplugins.mcp_.mcp_manager.MCPManager.call_tool",false]],"cancel_chat() (in module mindroot.coreplugins.chat.router)":[[14,"mindroot.coreplugins.chat.router.cancel_chat",false]],"capabilities (mindroot.coreplugins.mcp_.mcp_manager.mcpserver attribute)":[[25,"mindroot.coreplugins.mcp_.mcp_manager.MCPServer.capabilities",false]],"category (mindroot.coreplugins.admin.mcp_registry_routes.registrybrowserequest attribute)":[[12,"mindroot.coreplugins.admin.mcp_registry_routes.RegistryBrowseRequest.category",false]],"chat_events() (in module mindroot.coreplugins.chat.router)":[[14,"mindroot.coreplugins.chat.router.chat_events",false]],"chat_history() (in module mindroot.coreplugins.chat.router)":[[14,"mindroot.coreplugins.chat.router.chat_history",false]],"chat_session() (in module mindroot.coreplugins.chat.router)":[[14,"mindroot.coreplugins.chat.router.chat_session",false]],"chatcontext (class in mindroot.lib.chatcontext)":[[31,"mindroot.lib.chatcontext.ChatContext",false]],"chatlog (class in mindroot.lib.buchatlog)":[[31,"mindroot.lib.buchatlog.ChatLog",false]],"chatlog (class in mindroot.lib.buchatlog2)":[[31,"mindroot.lib.buchatlog2.ChatLog",false]],"chatlog (class in mindroot.lib.chatlog)":[[31,"mindroot.lib.chatlog.ChatLog",false]],"chatlog (class in mindroot.lib.chatlog_optimized)":[[31,"mindroot.lib.chatlog_optimized.ChatLog",false]],"check_emails() (in module mindroot.coreplugins.email.mod)":[[18,"mindroot.coreplugins.email.mod.check_emails",false]],"check_emails() (in module mindroot.coreplugins.email.services)":[[18,"mindroot.coreplugins.email.services.check_emails",false]],"check_emails() (mindroot.coreplugins.email.email_provider.emailprovider method)":[[18,"mindroot.coreplugins.email.email_provider.EmailProvider.check_emails",false]],"check_emails() (mindroot.coreplugins.email.imap_handler.imaphandler method)":[[18,"mindroot.coreplugins.email.imap_handler.IMAPHandler.check_emails",false]],"check_for_localized_template() (in module mindroot.lib.templates)":[[31,"mindroot.lib.templates.check_for_localized_template",false]],"check_plugin_dependencies() (in module mindroot.lib.plugins)":[[31,"mindroot.lib.plugins.check_plugin_dependencies",false]],"check_recommended_plugins() (in module mindroot.coreplugins.admin.command_router)":[[12,"mindroot.coreplugins.admin.command_router.check_recommended_plugins",false]],"check_tools() (mindroot.coreplugins.mcp_.server_installer.mcpserverinstaller static method)":[[25,"mindroot.coreplugins.mcp_.server_installer.MCPServerInstaller.check_tools",false]],"clear_registry_token() (in module mindroot.coreplugins.admin.registry_settings_routes)":[[12,"mindroot.coreplugins.admin.registry_settings_routes.clear_registry_token",false]],"clear_tokens() (mindroot.coreplugins.mcp_.oauth_storage.mcptokenstorage method)":[[25,"mindroot.coreplugins.mcp_.oauth_storage.MCPTokenStorage.clear_tokens",false]],"client_id (mindroot.coreplugins.admin.mcp_routes.mcpserveraddrequest attribute)":[[12,"mindroot.coreplugins.admin.mcp_routes.McpServerAddRequest.client_id",false]],"client_id (mindroot.coreplugins.mcp_.mcp_manager.mcpserver attribute)":[[25,"mindroot.coreplugins.mcp_.mcp_manager.MCPServer.client_id",false]],"client_secret (mindroot.coreplugins.admin.mcp_routes.mcpserveraddrequest attribute)":[[12,"mindroot.coreplugins.admin.mcp_routes.McpServerAddRequest.client_secret",false]],"client_secret (mindroot.coreplugins.mcp_.mcp_manager.mcpserver attribute)":[[25,"mindroot.coreplugins.mcp_.mcp_manager.MCPServer.client_secret",false]],"close_chat_session() (in module mindroot.coreplugins.chat.services)":[[14,"mindroot.coreplugins.chat.services.close_chat_session",false]],"cmds() (mindroot.lib.chatcontext.chatcontext method)":[[31,"mindroot.lib.chatcontext.ChatContext.cmds",false]],"code (mindroot.coreplugins.admin.mcp_publish_routes.mcpcompleteoauthrequest attribute)":[[12,"mindroot.coreplugins.admin.mcp_publish_routes.McpCompleteOAuthRequest.code",false]],"code (mindroot.coreplugins.admin.mcp_routes.mcpoauthcallbackrequest attribute)":[[12,"mindroot.coreplugins.admin.mcp_routes.McpOAuthCallbackRequest.code",false]],"collect_content() (in module mindroot.lib.butemplates)":[[31,"mindroot.lib.butemplates.collect_content",false]],"collect_content() (in module mindroot.lib.templates)":[[31,"mindroot.lib.templates.collect_content",false]],"command (mindroot.coreplugins.admin.mcp_publish_routes.mcpserverpublishrequest attribute)":[[12,"mindroot.coreplugins.admin.mcp_publish_routes.McpServerPublishRequest.command",false]],"command (mindroot.coreplugins.admin.mcp_publish_routes.mcptestlocalrequest attribute)":[[12,"mindroot.coreplugins.admin.mcp_publish_routes.McpTestLocalRequest.command",false]],"command (mindroot.coreplugins.admin.mcp_routes.mcplocaltestrequest attribute)":[[12,"mindroot.coreplugins.admin.mcp_routes.McpLocalTestRequest.command",false]],"command (mindroot.coreplugins.admin.mcp_routes.mcpserveraddrequest attribute)":[[12,"mindroot.coreplugins.admin.mcp_routes.McpServerAddRequest.command",false]],"command (mindroot.coreplugins.mcp_.mcp_manager.mcpserver attribute)":[[25,"mindroot.coreplugins.mcp_.mcp_manager.MCPServer.command",false]],"command() (in module mindroot.coreplugins.l8n.test_l8n_standalone)":[[24,"mindroot.coreplugins.l8n.test_l8n_standalone.command",false]],"command() (in module mindroot.lib.providers.commands)":[[35,"mindroot.lib.providers.commands.command",false]],"command_plugin_mapping() (in module mindroot.coreplugins.admin.command_router)":[[12,"mindroot.coreplugins.admin.command_router.command_plugin_mapping",false]],"command_result() (in module mindroot.coreplugins.chat.services)":[[14,"mindroot.coreplugins.chat.services.command_result",false]],"commands (mindroot.coreplugins.admin.plugin_manager.pluginmetadata attribute)":[[12,"mindroot.coreplugins.admin.plugin_manager.PluginMetadata.commands",false]],"complete_oauth_flow() (in module mindroot.coreplugins.admin.mcp_publish_routes)":[[12,"mindroot.coreplugins.admin.mcp_publish_routes.complete_oauth_flow",false]],"complete_oauth_flow() (mindroot.coreplugins.mcp_.mcp_manager.mcpmanager method)":[[25,"mindroot.coreplugins.mcp_.mcp_manager.MCPManager.complete_oauth_flow",false]],"complete_registry_oauth() (in module mindroot.coreplugins.admin.mcp_registry_routes)":[[12,"mindroot.coreplugins.admin.mcp_registry_routes.complete_registry_oauth",false]],"connect() (mindroot.coreplugins.email.imap_handler.imaphandler method)":[[18,"mindroot.coreplugins.email.imap_handler.IMAPHandler.connect",false]],"connect() (mindroot.coreplugins.email.smtp_handler.smtphandler method)":[[18,"mindroot.coreplugins.email.smtp_handler.SMTPHandler.connect",false]],"connect_mcp_server() (in module mindroot.coreplugins.admin.mcp_routes)":[[12,"mindroot.coreplugins.admin.mcp_routes.connect_mcp_server",false]],"connect_oauth_server() (mindroot.coreplugins.mcp_.mcp_manager.mcpmanager method)":[[25,"mindroot.coreplugins.mcp_.mcp_manager.MCPManager.connect_oauth_server",false]],"connect_remote_server() (mindroot.coreplugins.mcp_.mcp_manager.mcpmanager method)":[[25,"mindroot.coreplugins.mcp_.mcp_manager.MCPManager.connect_remote_server",false]],"connect_server() (mindroot.coreplugins.mcp_.mcp_manager.mcpmanager method)":[[25,"mindroot.coreplugins.mcp_.mcp_manager.MCPManager.connect_server",false]],"context1() (in module mindroot.coreplugins.chat.router)":[[14,"mindroot.coreplugins.chat.router.context1",false]],"converse_with_agent() (in module mindroot.coreplugins.chat.commands)":[[14,"mindroot.coreplugins.chat.commands.converse_with_agent",false]],"count_tokens() (mindroot.lib.buchatlog2.chatlog method)":[[31,"mindroot.lib.buchatlog2.ChatLog.count_tokens",false]],"count_tokens() (mindroot.lib.chatlog.chatlog method)":[[31,"mindroot.lib.chatlog.ChatLog.count_tokens",false]],"count_tokens() (mindroot.lib.chatlog_optimized.chatlog method)":[[31,"mindroot.lib.chatlog_optimized.ChatLog.count_tokens",false]],"count_tokens_for_log_id() (in module mindroot.lib.buchatlog2)":[[31,"mindroot.lib.buchatlog2.count_tokens_for_log_id",false]],"count_tokens_for_log_id() (in module mindroot.lib.chatlog)":[[31,"mindroot.lib.chatlog.count_tokens_for_log_id",false]],"count_tokens_for_log_id() (in module mindroot.lib.chatlog_optimized)":[[31,"mindroot.lib.chatlog_optimized.count_tokens_for_log_id",false]],"count_tokens_for_log_id() (in module mindroot.lib.token_counter)":[[31,"mindroot.lib.token_counter.count_tokens_for_log_id",false]],"count_tokens_for_log_id_optimized() (in module mindroot.lib.chatlog_optimized)":[[31,"mindroot.lib.chatlog_optimized.count_tokens_for_log_id_optimized",false]],"create_access_token() (in module mindroot.coreplugins.jwt_auth.middleware)":[[23,"mindroot.coreplugins.jwt_auth.middleware.create_access_token",false]],"create_agent() (in module mindroot.coreplugins.admin.agent_router)":[[12,"mindroot.coreplugins.admin.agent_router.create_agent",false]],"create_directories() (in module mindroot.server)":[[10,"mindroot.server.create_directories",false]],"create_directories() (in module mindroot.server_missing_normal_args)":[[10,"mindroot.server_missing_normal_args.create_directories",false]],"create_directories() (in module mindroot.server_prev)":[[10,"mindroot.server_prev.create_directories",false]],"create_empty_catalog() (mindroot.coreplugins.mcp_.catalog_manager.mcpcatalogmanager method)":[[25,"mindroot.coreplugins.mcp_.catalog_manager.MCPCatalogManager.create_empty_catalog",false]],"create_persona() (in module mindroot.coreplugins.admin.persona_router)":[[12,"mindroot.coreplugins.admin.persona_router.create_persona",false]],"create_registry_persona() (in module mindroot.coreplugins.admin.persona_router)":[[12,"mindroot.coreplugins.admin.persona_router.create_registry_persona",false]],"create_registry_persona_with_assets() (in module mindroot.coreplugins.admin.persona_router)":[[12,"mindroot.coreplugins.admin.persona_router.create_registry_persona_with_assets",false]],"create_widget_session() (in module mindroot.coreplugins.chat.widget_routes)":[[14,"mindroot.coreplugins.chat.widget_routes.create_widget_session",false]],"create_widget_token() (in module mindroot.coreplugins.chat.widget_routes)":[[14,"mindroot.coreplugins.chat.widget_routes.create_widget_token",false]],"create_widget_token() (mindroot.coreplugins.chat.widget_manager.widgetmanager method)":[[14,"mindroot.coreplugins.chat.widget_manager.WidgetManager.create_widget_token",false]],"created_at (mindroot.coreplugins.chat.widget_routes.widgettokenresponse attribute)":[[14,"mindroot.coreplugins.chat.widget_routes.WidgetTokenResponse.created_at",false]],"created_by (mindroot.coreplugins.chat.widget_routes.widgettokenresponse attribute)":[[14,"mindroot.coreplugins.chat.widget_routes.WidgetTokenResponse.created_by",false]],"data (mindroot.coreplugins.chat.models.imagemessagepart attribute)":[[14,"mindroot.coreplugins.chat.models.ImageMessagePart.data",false]],"decode_text() (mindroot.coreplugins.email.imap_handler.imaphandler method)":[[18,"mindroot.coreplugins.email.imap_handler.IMAPHandler.decode_text",false]],"decode_token() (in module mindroot.coreplugins.jwt_auth.middleware)":[[23,"mindroot.coreplugins.jwt_auth.middleware.decode_token",false]],"decrement_reference_count() (mindroot.coreplugins.admin.asset_manager.assetmanager method)":[[12,"mindroot.coreplugins.admin.asset_manager.AssetManager.decrement_reference_count",false]],"delayed_exit() (in module mindroot.coreplugins.admin.server_router)":[[12,"mindroot.coreplugins.admin.server_router.delayed_exit",false]],"delegate_task() (in module mindroot.coreplugins.chat.commands)":[[14,"mindroot.coreplugins.chat.commands.delegate_task",false]],"delete() (mindroot.lib.chatcontext.chatcontext method)":[[31,"mindroot.lib.chatcontext.ChatContext.delete",false]],"delete_chat_session() (in module mindroot.coreplugins.chat.router)":[[14,"mindroot.coreplugins.chat.router.delete_chat_session",false]],"delete_log() (mindroot.lib.buchatlog.chatlog method)":[[31,"mindroot.lib.buchatlog.ChatLog.delete_log",false]],"delete_log() (mindroot.lib.buchatlog2.chatlog method)":[[31,"mindroot.lib.buchatlog2.ChatLog.delete_log",false]],"delete_session_by_id() (mindroot.lib.chatcontext.chatcontext class method)":[[31,"mindroot.lib.chatcontext.ChatContext.delete_session_by_id",false]],"delete_setting() (in module mindroot.coreplugins.admin.settings_router)":[[12,"mindroot.coreplugins.admin.settings_router.delete_setting",false]],"delete_widget_token() (in module mindroot.coreplugins.chat.widget_routes)":[[14,"mindroot.coreplugins.chat.widget_routes.delete_widget_token",false]],"delete_widget_token() (mindroot.coreplugins.chat.widget_manager.widgetmanager method)":[[14,"mindroot.coreplugins.chat.widget_manager.WidgetManager.delete_widget_token",false]],"dependencies (mindroot.coreplugins.admin.plugin_manager.pluginmetadata attribute)":[[12,"mindroot.coreplugins.admin.plugin_manager.PluginMetadata.dependencies",false]],"description (mindroot.coreplugins.admin.mcp_publish_routes.mcpserverpublishrequest attribute)":[[12,"mindroot.coreplugins.admin.mcp_publish_routes.McpServerPublishRequest.description",false]],"description (mindroot.coreplugins.admin.mcp_routes.mcpserveraddrequest attribute)":[[12,"mindroot.coreplugins.admin.mcp_routes.McpServerAddRequest.description",false]],"description (mindroot.coreplugins.admin.plugin_manager.pluginmetadata attribute)":[[12,"mindroot.coreplugins.admin.plugin_manager.PluginMetadata.description",false]],"description (mindroot.coreplugins.chat.widget_routes.widgettokencreate attribute)":[[14,"mindroot.coreplugins.chat.widget_routes.WidgetTokenCreate.description",false]],"description (mindroot.coreplugins.chat.widget_routes.widgettokenresponse attribute)":[[14,"mindroot.coreplugins.chat.widget_routes.WidgetTokenResponse.description",false]],"description (mindroot.coreplugins.mcp_.mcp_manager.mcpserver attribute)":[[25,"mindroot.coreplugins.mcp_.mcp_manager.MCPServer.description",false]],"detect_language_from_request() (in module mindroot.coreplugins.l8n.middleware)":[[24,"mindroot.coreplugins.l8n.middleware.detect_language_from_request",false]],"detect_running_servers() (mindroot.coreplugins.mcp_.catalog_manager.mcpcatalogmanager method)":[[25,"mindroot.coreplugins.mcp_.catalog_manager.MCPCatalogManager.detect_running_servers",false]],"directory (mindroot.coreplugins.admin.agent_router.scandirectoryrequest attribute)":[[12,"mindroot.coreplugins.admin.agent_router.ScanDirectoryRequest.directory",false]],"directory (mindroot.coreplugins.admin.plugin_manager.directoryrequest attribute)":[[12,"mindroot.coreplugins.admin.plugin_manager.DirectoryRequest.directory",false]],"directoryrequest (class in mindroot.coreplugins.admin.plugin_manager)":[[12,"mindroot.coreplugins.admin.plugin_manager.DirectoryRequest",false]],"disconnect_mcp_server() (in module mindroot.coreplugins.admin.mcp_routes)":[[12,"mindroot.coreplugins.admin.mcp_routes.disconnect_mcp_server",false]],"disconnect_server() (mindroot.coreplugins.mcp_.mcp_manager.mcpmanager method)":[[25,"mindroot.coreplugins.mcp_.mcp_manager.MCPManager.disconnect_server",false]],"discover_plugins() (in module mindroot.coreplugins.admin.plugin_manager)":[[12,"mindroot.coreplugins.admin.plugin_manager.discover_plugins",false]],"dispatch() (mindroot.server.headermiddleware method)":[[10,"mindroot.server.HeaderMiddleware.dispatch",false]],"dispatch() (mindroot.server_missing_normal_args.headermiddleware method)":[[10,"mindroot.server_missing_normal_args.HeaderMiddleware.dispatch",false]],"dispatch() (mindroot.server_prev.headermiddleware method)":[[10,"mindroot.server_prev.HeaderMiddleware.dispatch",false]],"download_github_files() (in module mindroot.coreplugins.admin.agent_importer)":[[12,"mindroot.coreplugins.admin.agent_importer.download_github_files",false]],"emailprovider (class in mindroot.coreplugins.email.email_provider)":[[18,"mindroot.coreplugins.email.email_provider.EmailProvider",false]],"enabled (mindroot.coreplugins.admin.plugin_manager.togglepluginrequest attribute)":[[12,"mindroot.coreplugins.admin.plugin_manager.TogglePluginRequest.enabled",false]],"enhanced_mcp_manager_service() (in module mindroot.coreplugins.mcp_.mod)":[[25,"mindroot.coreplugins.mcp_.mod.enhanced_mcp_manager_service",false]],"ensure_catalog_exists() (mindroot.coreplugins.mcp_.catalog_manager.mcpcatalogmanager method)":[[25,"mindroot.coreplugins.mcp_.catalog_manager.MCPCatalogManager.ensure_catalog_exists",false]],"ensure_preferences_exist() (mindroot.lib.providers.model_preferences_v2.modelpreferencesv2 method)":[[35,"mindroot.lib.providers.model_preferences_v2.ModelPreferencesV2.ensure_preferences_exist",false]],"env (mindroot.coreplugins.admin.mcp_publish_routes.mcpserverpublishrequest attribute)":[[12,"mindroot.coreplugins.admin.mcp_publish_routes.McpServerPublishRequest.env",false]],"env (mindroot.coreplugins.admin.mcp_publish_routes.mcptestlocalrequest attribute)":[[12,"mindroot.coreplugins.admin.mcp_publish_routes.McpTestLocalRequest.env",false]],"env (mindroot.coreplugins.admin.mcp_routes.mcplocaltestrequest attribute)":[[12,"mindroot.coreplugins.admin.mcp_routes.McpLocalTestRequest.env",false]],"env (mindroot.coreplugins.admin.mcp_routes.mcpserveraddrequest attribute)":[[12,"mindroot.coreplugins.admin.mcp_routes.McpServerAddRequest.env",false]],"env (mindroot.coreplugins.mcp_.mcp_manager.mcpserver attribute)":[[25,"mindroot.coreplugins.mcp_.mcp_manager.MCPServer.env",false]],"escape_for_json() (in module mindroot.lib.json_escape)":[[31,"mindroot.lib.json_escape.escape_for_json",false]],"exec_with_provider() (mindroot.lib.providers.providermanager method)":[[35,"mindroot.lib.providers.ProviderManager.exec_with_provider",false]],"execute() (mindroot.lib.providers.providermanager method)":[[35,"mindroot.lib.providers.ProviderManager.execute",false]],"execute_hooks() (mindroot.lib.providers.hookmanager method)":[[35,"mindroot.lib.providers.HookManager.execute_hooks",false]],"exit_conversation() (in module mindroot.coreplugins.chat.commands)":[[14,"mindroot.coreplugins.chat.commands.exit_conversation",false]],"export_agent_zip() (in module mindroot.coreplugins.admin.agent_router)":[[12,"mindroot.coreplugins.admin.agent_router.export_agent_zip",false]],"extract_delegate_task_log_ids() (in module mindroot.lib.buchatlog2)":[[31,"mindroot.lib.buchatlog2.extract_delegate_task_log_ids",false]],"extract_delegate_task_log_ids() (in module mindroot.lib.chatlog)":[[31,"mindroot.lib.chatlog.extract_delegate_task_log_ids",false]],"extract_delegate_task_log_ids() (in module mindroot.lib.chatlog_optimized)":[[31,"mindroot.lib.chatlog_optimized.extract_delegate_task_log_ids",false]],"extract_delegate_task_log_ids() (in module mindroot.lib.token_counter)":[[31,"mindroot.lib.token_counter.extract_delegate_task_log_ids",false]],"extract_plugin_root() (in module mindroot.coreplugins.l8n.test_l8n_standalone)":[[24,"mindroot.coreplugins.l8n.test_l8n_standalone.extract_plugin_root",false]],"extract_plugin_root() (in module mindroot.coreplugins.l8n.utils)":[[24,"mindroot.coreplugins.l8n.utils.extract_plugin_root",false]],"extract_translation_keys() (in module mindroot.coreplugins.l8n.utils)":[[24,"mindroot.coreplugins.l8n.utils.extract_translation_keys",false]],"find_available_port() (in module mindroot.server)":[[10,"mindroot.server.find_available_port",false]],"find_available_port() (in module mindroot.server_missing_normal_args)":[[10,"mindroot.server_missing_normal_args.find_available_port",false]],"find_available_port() (in module mindroot.server_prev)":[[10,"mindroot.server_prev.find_available_port",false]],"find_chatlog_file() (in module mindroot.lib.buchatlog2)":[[31,"mindroot.lib.buchatlog2.find_chatlog_file",false]],"find_chatlog_file() (in module mindroot.lib.chatlog)":[[31,"mindroot.lib.chatlog.find_chatlog_file",false]],"find_chatlog_file() (in module mindroot.lib.chatlog_optimized)":[[31,"mindroot.lib.chatlog_optimized.find_chatlog_file",false]],"find_chatlog_file() (in module mindroot.lib.token_counter)":[[31,"mindroot.lib.token_counter.find_chatlog_file",false]],"find_child_logs_by_parent_id() (in module mindroot.lib.chatlog)":[[31,"mindroot.lib.chatlog.find_child_logs_by_parent_id",false]],"find_child_logs_by_parent_id() (in module mindroot.lib.chatlog_optimized)":[[31,"mindroot.lib.chatlog_optimized.find_child_logs_by_parent_id",false]],"find_parent_template() (in module mindroot.lib.butemplates)":[[31,"mindroot.lib.butemplates.find_parent_template",false]],"find_parent_template() (in module mindroot.lib.templates)":[[31,"mindroot.lib.templates.find_parent_template",false]],"find_plugin_template() (in module mindroot.lib.templates)":[[31,"mindroot.lib.templates.find_plugin_template",false]],"finished_chat() (in module mindroot.coreplugins.chat.services)":[[14,"mindroot.coreplugins.chat.services.finished_chat",false]],"firstmatchloader (class in mindroot.lib.parent_templates)":[[31,"mindroot.lib.parent_templates.FirstMatchLoader",false]],"flag (mindroot.coreplugins.admin.settings_router.setting attribute)":[[12,"mindroot.coreplugins.admin.settings_router.Setting.flag",false]],"get_admin_html() (in module mindroot.coreplugins.admin.router)":[[12,"mindroot.coreplugins.admin.router.get_admin_html",false]],"get_agent_ownership_info() (in module mindroot.coreplugins.admin.agent_router)":[[12,"mindroot.coreplugins.admin.agent_router.get_agent_ownership_info",false]],"get_all_plugins() (in module mindroot.coreplugins.admin.plugin_manager)":[[12,"mindroot.coreplugins.admin.plugin_manager.get_all_plugins",false]],"get_asset_metadata() (mindroot.coreplugins.admin.asset_manager.assetmanager method)":[[12,"mindroot.coreplugins.admin.asset_manager.AssetManager.get_asset_metadata",false]],"get_asset_path() (mindroot.coreplugins.admin.asset_manager.assetmanager method)":[[12,"mindroot.coreplugins.admin.asset_manager.AssetManager.get_asset_path",false]],"get_cache_dir() (in module mindroot.lib.buchatlog2)":[[31,"mindroot.lib.buchatlog2.get_cache_dir",false]],"get_cache_dir() (in module mindroot.lib.chatlog)":[[31,"mindroot.lib.chatlog.get_cache_dir",false]],"get_cache_dir() (in module mindroot.lib.chatlog_optimized)":[[31,"mindroot.lib.chatlog_optimized.get_cache_dir",false]],"get_cache_dir() (in module mindroot.lib.token_counter)":[[31,"mindroot.lib.token_counter.get_cache_dir",false]],"get_cache_path() (in module mindroot.lib.buchatlog2)":[[31,"mindroot.lib.buchatlog2.get_cache_path",false]],"get_cache_path() (in module mindroot.lib.chatlog)":[[31,"mindroot.lib.chatlog.get_cache_path",false]],"get_cache_path() (in module mindroot.lib.chatlog_optimized)":[[31,"mindroot.lib.chatlog_optimized.get_cache_path",false]],"get_cache_path() (in module mindroot.lib.token_counter)":[[31,"mindroot.lib.token_counter.get_cache_path",false]],"get_cached_token_counts() (in module mindroot.lib.buchatlog2)":[[31,"mindroot.lib.buchatlog2.get_cached_token_counts",false]],"get_cached_token_counts() (in module mindroot.lib.chatlog)":[[31,"mindroot.lib.chatlog.get_cached_token_counts",false]],"get_cached_token_counts() (in module mindroot.lib.chatlog_optimized)":[[31,"mindroot.lib.chatlog_optimized.get_cached_token_counts",false]],"get_cached_token_counts() (in module mindroot.lib.token_counter)":[[31,"mindroot.lib.token_counter.get_cached_token_counts",false]],"get_catalog_server_info() (in module mindroot.coreplugins.admin.mcp_catalog_routes)":[[12,"mindroot.coreplugins.admin.mcp_catalog_routes.get_catalog_server_info",false]],"get_categories() (mindroot.coreplugins.mcp_.catalog_manager.mcpcatalogmanager method)":[[25,"mindroot.coreplugins.mcp_.catalog_manager.MCPCatalogManager.get_categories",false]],"get_chat_history() (in module mindroot.coreplugins.chat.services)":[[14,"mindroot.coreplugins.chat.services.get_chat_history",false]],"get_chat_html() (in module mindroot.coreplugins.chat.router)":[[14,"mindroot.coreplugins.chat.router.get_chat_html",false]],"get_client_info() (mindroot.coreplugins.mcp_.oauth_storage.mcptokenstorage method)":[[25,"mindroot.coreplugins.mcp_.oauth_storage.MCPTokenStorage.get_client_info",false]],"get_client_info() (mindroot.coreplugins.mcp_.testmcpclient.inmemorytokenstorage method)":[[25,"mindroot.coreplugins.mcp_.testmcpclient.InMemoryTokenStorage.get_client_info",false]],"get_command_providers() (in module mindroot.coreplugins.admin.agent_router)":[[12,"mindroot.coreplugins.admin.agent_router.get_command_providers",false]],"get_commands() (in module mindroot.coreplugins.admin.settings_router)":[[12,"mindroot.coreplugins.admin.settings_router.get_commands",false]],"get_context() (in module mindroot.lib.chatcontext)":[[31,"mindroot.lib.chatcontext.get_context",false]],"get_current_language() (in module mindroot.lib.templates)":[[31,"mindroot.lib.templates.get_current_language",false]],"get_current_language_from_request() (in module mindroot.coreplugins.l8n.language_detection)":[[24,"mindroot.coreplugins.l8n.language_detection.get_current_language_from_request",false]],"get_detailed_functions() (mindroot.lib.providers.providermanager method)":[[35,"mindroot.lib.providers.ProviderManager.get_detailed_functions",false]],"get_docstring() (mindroot.lib.providers.hookmanager method)":[[35,"mindroot.lib.providers.HookManager.get_docstring",false]],"get_docstring() (mindroot.lib.providers.providermanager method)":[[35,"mindroot.lib.providers.ProviderManager.get_docstring",false]],"get_docstrings() (mindroot.lib.providers.hookmanager method)":[[35,"mindroot.lib.providers.HookManager.get_docstrings",false]],"get_docstrings() (mindroot.lib.providers.providermanager method)":[[35,"mindroot.lib.providers.ProviderManager.get_docstrings",false]],"get_email_body() (mindroot.coreplugins.email.imap_handler.imaphandler method)":[[18,"mindroot.coreplugins.email.imap_handler.IMAPHandler.get_email_body",false]],"get_embed_script() (in module mindroot.coreplugins.chat.widget_routes)":[[14,"mindroot.coreplugins.chat.widget_routes.get_embed_script",false]],"get_equivalent_flags() (in module mindroot.coreplugins.admin.settings_router)":[[12,"mindroot.coreplugins.admin.settings_router.get_equivalent_flags",false]],"get_fallback_language() (in module mindroot.coreplugins.l8n.language_detection)":[[24,"mindroot.coreplugins.l8n.language_detection.get_fallback_language",false]],"get_full_agent_data() (in module mindroot.coreplugins.admin.agent_router)":[[12,"mindroot.coreplugins.admin.agent_router.get_full_agent_data",false]],"get_functions() (mindroot.lib.providers.providermanager method)":[[35,"mindroot.lib.providers.ProviderManager.get_functions",false]],"get_git_version_info() (in module mindroot.coreplugins.admin.mod)":[[12,"mindroot.coreplugins.admin.mod.get_git_version_info",false]],"get_history() (mindroot.lib.buchatlog.chatlog method)":[[31,"mindroot.lib.buchatlog.ChatLog.get_history",false]],"get_history() (mindroot.lib.buchatlog2.chatlog method)":[[31,"mindroot.lib.buchatlog2.ChatLog.get_history",false]],"get_history() (mindroot.lib.chatlog.chatlog method)":[[31,"mindroot.lib.chatlog.ChatLog.get_history",false]],"get_history() (mindroot.lib.chatlog_optimized.chatlog method)":[[31,"mindroot.lib.chatlog_optimized.ChatLog.get_history",false]],"get_hooks() (mindroot.lib.providers.hookmanager method)":[[35,"mindroot.lib.providers.HookManager.get_hooks",false]],"get_installation_status() (in module mindroot.coreplugins.admin.mcp_registry_routes)":[[12,"mindroot.coreplugins.admin.mcp_registry_routes.get_installation_status",false]],"get_localized_file_path() (in module mindroot.coreplugins.l8n.test_l8n_standalone)":[[24,"mindroot.coreplugins.l8n.test_l8n_standalone.get_localized_file_path",false]],"get_localized_file_path() (in module mindroot.coreplugins.l8n.utils)":[[24,"mindroot.coreplugins.l8n.utils.get_localized_file_path",false]],"get_mcp_catalog() (in module mindroot.coreplugins.admin.mcp_catalog_routes)":[[12,"mindroot.coreplugins.admin.mcp_catalog_routes.get_mcp_catalog",false]],"get_mcp_categories() (in module mindroot.coreplugins.admin.mcp_catalog_routes)":[[12,"mindroot.coreplugins.admin.mcp_catalog_routes.get_mcp_categories",false]],"get_missing_commands() (in module mindroot.lib.providers.missing)":[[35,"mindroot.lib.providers.missing.get_missing_commands",false]],"get_model_preferences_v2_html() (in module mindroot.coreplugins.admin.router)":[[12,"mindroot.coreplugins.admin.router.get_model_preferences_v2_html",false]],"get_models() (in module mindroot.coreplugins.admin.settings_router)":[[12,"mindroot.coreplugins.admin.settings_router.get_models",false]],"get_oauth_status() (in module mindroot.coreplugins.admin.mcp_publish_routes)":[[12,"mindroot.coreplugins.admin.mcp_publish_routes.get_oauth_status",false]],"get_oauth_status() (mindroot.coreplugins.mcp_.mcp_manager.mcpmanager method)":[[25,"mindroot.coreplugins.mcp_.mcp_manager.MCPManager.get_oauth_status",false]],"get_or_create_jwt_secret() (in module mindroot.coreplugins.jwt_auth.middleware)":[[23,"mindroot.coreplugins.jwt_auth.middleware.get_or_create_jwt_secret",false]],"get_ordered_providers_for_service() (mindroot.lib.providers.model_preferences_v2.modelpreferencesv2 method)":[[35,"mindroot.lib.providers.model_preferences_v2.ModelPreferencesV2.get_ordered_providers_for_service",false]],"get_organized_models() (in module mindroot.coreplugins.admin.settings_router)":[[12,"mindroot.coreplugins.admin.settings_router.get_organized_models",false]],"get_parent_templates_env() (in module mindroot.lib.parent_templates)":[[31,"mindroot.lib.parent_templates.get_parent_templates_env",false]],"get_persona_avatar() (in module mindroot.coreplugins.chat.router)":[[14,"mindroot.coreplugins.chat.router.get_persona_avatar",false]],"get_persona_faceref() (in module mindroot.coreplugins.chat.router)":[[14,"mindroot.coreplugins.chat.router.get_persona_faceref",false]],"get_plugin_import_path() (in module mindroot.lib.plugins)":[[31,"mindroot.lib.plugins.get_plugin_import_path",false]],"get_plugin_path() (in module mindroot.lib.plugins)":[[31,"mindroot.lib.plugins.get_plugin_path",false]],"get_plugin_translations_path() (in module mindroot.coreplugins.l8n.utils)":[[24,"mindroot.coreplugins.l8n.utils.get_plugin_translations_path",false]],"get_plugins() (in module mindroot.coreplugins.admin.plugin_router)":[[12,"mindroot.coreplugins.admin.plugin_router.get_plugins",false]],"get_plugins() (in module mindroot.coreplugins.admin.plugin_routes)":[[12,"mindroot.coreplugins.admin.plugin_routes.get_plugins",false]],"get_preferences() (mindroot.lib.providers.model_preferences_v2.modelpreferencesv2 method)":[[35,"mindroot.lib.providers.model_preferences_v2.ModelPreferencesV2.get_preferences",false]],"get_project_root() (in module mindroot.server)":[[10,"mindroot.server.get_project_root",false]],"get_project_root() (in module mindroot.server_missing_normal_args)":[[10,"mindroot.server_missing_normal_args.get_project_root",false]],"get_project_root() (in module mindroot.server_prev)":[[10,"mindroot.server_prev.get_project_root",false]],"get_provider() (in module mindroot.coreplugins.email.services)":[[18,"mindroot.coreplugins.email.services.get_provider",false]],"get_providers() (in module mindroot.coreplugins.admin.settings_router)":[[12,"mindroot.coreplugins.admin.settings_router.get_providers",false]],"get_recent() (mindroot.lib.buchatlog.chatlog method)":[[31,"mindroot.lib.buchatlog.ChatLog.get_recent",false]],"get_recent() (mindroot.lib.buchatlog2.chatlog method)":[[31,"mindroot.lib.buchatlog2.ChatLog.get_recent",false]],"get_recent() (mindroot.lib.chatlog.chatlog method)":[[31,"mindroot.lib.chatlog.ChatLog.get_recent",false]],"get_recent() (mindroot.lib.chatlog_optimized.chatlog method)":[[31,"mindroot.lib.chatlog_optimized.ChatLog.get_recent",false]],"get_registered_commands() (mindroot.coreplugins.mcp_.dynamic_commands.mcpdynamiccommands method)":[[25,"mindroot.coreplugins.mcp_.dynamic_commands.MCPDynamicCommands.get_registered_commands",false]],"get_registry_categories() (in module mindroot.coreplugins.admin.mcp_registry_routes)":[[12,"mindroot.coreplugins.admin.mcp_registry_routes.get_registry_categories",false]],"get_registry_server_details() (in module mindroot.coreplugins.admin.mcp_registry_routes)":[[12,"mindroot.coreplugins.admin.mcp_registry_routes.get_registry_server_details",false]],"get_registry_settings() (in module mindroot.coreplugins.admin.registry_settings_routes)":[[12,"mindroot.coreplugins.admin.registry_settings_routes.get_registry_settings",false]],"get_request_language() (in module mindroot.coreplugins.l8n.middleware)":[[24,"mindroot.coreplugins.l8n.middleware.get_request_language",false]],"get_running_processes() (mindroot.coreplugins.mcp_.catalog_manager.mcpcatalogmanager method)":[[25,"mindroot.coreplugins.mcp_.catalog_manager.MCPCatalogManager.get_running_processes",false]],"get_server_info() (mindroot.coreplugins.mcp_.catalog_manager.mcpcatalogmanager method)":[[25,"mindroot.coreplugins.mcp_.catalog_manager.MCPCatalogManager.get_server_info",false]],"get_servers_by_category() (mindroot.coreplugins.mcp_.catalog_manager.mcpcatalogmanager method)":[[25,"mindroot.coreplugins.mcp_.catalog_manager.MCPCatalogManager.get_servers_by_category",false]],"get_service_models() (in module mindroot.coreplugins.admin.settings_router)":[[12,"mindroot.coreplugins.admin.settings_router.get_service_models",false]],"get_service_models_from_providers() (in module mindroot.coreplugins.admin.service_models)":[[12,"mindroot.coreplugins.admin.service_models.get_service_models_from_providers",false]],"get_services() (in module mindroot.coreplugins.admin.settings_router)":[[12,"mindroot.coreplugins.admin.settings_router.get_services",false]],"get_settings() (in module mindroot.coreplugins.admin.settings_router)":[[12,"mindroot.coreplugins.admin.settings_router.get_settings",false]],"get_settings_v2() (in module mindroot.coreplugins.admin.settings_router)":[[12,"mindroot.coreplugins.admin.settings_router.get_settings_v2",false]],"get_some_docstrings() (mindroot.lib.providers.providermanager method)":[[35,"mindroot.lib.providers.ProviderManager.get_some_docstrings",false]],"get_source() (mindroot.lib.parent_templates.firstmatchloader method)":[[31,"mindroot.lib.parent_templates.FirstMatchLoader.get_source",false]],"get_start_method() (in module mindroot.coreplugins.admin.server_router)":[[12,"mindroot.coreplugins.admin.server_router.get_start_method",false]],"get_stats() (mindroot.coreplugins.admin.asset_manager.assetmanager method)":[[12,"mindroot.coreplugins.admin.asset_manager.AssetManager.get_stats",false]],"get_supported_languages() (in module mindroot.coreplugins.l8n.language_detection)":[[24,"mindroot.coreplugins.l8n.language_detection.get_supported_languages",false]],"get_token_count() (in module mindroot.coreplugins.chat.router)":[[14,"mindroot.coreplugins.chat.router.get_token_count",false]],"get_token_count_alt() (in module mindroot.coreplugins.chat.router)":[[14,"mindroot.coreplugins.chat.router.get_token_count_alt",false]],"get_tokens() (mindroot.coreplugins.mcp_.oauth_storage.mcptokenstorage method)":[[25,"mindroot.coreplugins.mcp_.oauth_storage.MCPTokenStorage.get_tokens",false]],"get_tokens() (mindroot.coreplugins.mcp_.testmcpclient.inmemorytokenstorage method)":[[25,"mindroot.coreplugins.mcp_.testmcpclient.InMemoryTokenStorage.get_tokens",false]],"get_translations() (in module mindroot.coreplugins.l8n.mod)":[[24,"mindroot.coreplugins.l8n.mod.get_translations",false]],"get_translations() (in module mindroot.coreplugins.l8n.test_l8n_standalone)":[[24,"mindroot.coreplugins.l8n.test_l8n_standalone.get_translations",false]],"get_version_info() (in module mindroot.coreplugins.admin.router)":[[12,"mindroot.coreplugins.admin.router.get_version_info",false]],"get_widget_config() (mindroot.coreplugins.chat.widget_manager.widgetmanager method)":[[14,"mindroot.coreplugins.chat.widget_manager.WidgetManager.get_widget_config",false]],"github_url (mindroot.coreplugins.admin.plugin_manager.githubpluginrequest attribute)":[[12,"mindroot.coreplugins.admin.plugin_manager.GitHubPluginRequest.github_url",false]],"githubimportrequest (class in mindroot.coreplugins.admin.agent_router)":[[12,"mindroot.coreplugins.admin.agent_router.GitHubImportRequest",false]],"githubpluginrequest (class in mindroot.coreplugins.admin.plugin_manager)":[[12,"mindroot.coreplugins.admin.plugin_manager.GitHubPluginRequest",false]],"githubpublishrequest (class in mindroot.coreplugins.admin.plugin_routes)":[[12,"mindroot.coreplugins.admin.plugin_routes.GithubPublishRequest",false]],"handle_callback() (in module mindroot.coreplugins.mcp_.mod)":[[25,"mindroot.coreplugins.mcp_.mod.handle_callback",false]],"handle_callback() (in module mindroot.coreplugins.mcp_.testmcpclient)":[[25,"mindroot.coreplugins.mcp_.testmcpclient.handle_callback",false]],"handle_persona_import() (in module mindroot.coreplugins.admin.persona_handler)":[[12,"mindroot.coreplugins.admin.persona_handler.handle_persona_import",false]],"handle_redirect() (in module mindroot.coreplugins.mcp_.mod)":[[25,"mindroot.coreplugins.mcp_.mod.handle_redirect",false]],"handle_redirect() (in module mindroot.coreplugins.mcp_.testmcpclient)":[[25,"mindroot.coreplugins.mcp_.testmcpclient.handle_redirect",false]],"headermiddleware (class in mindroot.server)":[[10,"mindroot.server.HeaderMiddleware",false]],"headermiddleware (class in mindroot.server_missing_normal_args)":[[10,"mindroot.server_missing_normal_args.HeaderMiddleware",false]],"headermiddleware (class in mindroot.server_prev)":[[10,"mindroot.server_prev.HeaderMiddleware",false]],"hook() (in module mindroot.lib.providers.hooks)":[[35,"mindroot.lib.providers.hooks.hook",false]],"hookmanager (class in mindroot.lib.providers)":[[35,"mindroot.lib.providers.HookManager",false]],"imagemessagepart (class in mindroot.coreplugins.chat.models)":[[14,"mindroot.coreplugins.chat.models.ImageMessagePart",false]],"imaphandler (class in mindroot.coreplugins.email.imap_handler)":[[18,"mindroot.coreplugins.email.imap_handler.IMAPHandler",false]],"import_agent() (in module mindroot.coreplugins.admin.agent_importer)":[[12,"mindroot.coreplugins.admin.agent_importer.import_agent",false]],"import_agent_zip() (in module mindroot.coreplugins.admin.agent_router)":[[12,"mindroot.coreplugins.admin.agent_router.import_agent_zip",false]],"import_github_agent() (in module mindroot.coreplugins.admin.agent_importer)":[[12,"mindroot.coreplugins.admin.agent_importer.import_github_agent",false]],"import_github_agent_endpoint() (in module mindroot.coreplugins.admin.agent_router)":[[12,"mindroot.coreplugins.admin.agent_router.import_github_agent_endpoint",false]],"import_persona() (in module mindroot.coreplugins.admin.agent_importer)":[[12,"mindroot.coreplugins.admin.agent_importer.import_persona",false]],"import_persona_from_index() (in module mindroot.coreplugins.admin.persona_handler)":[[12,"mindroot.coreplugins.admin.persona_handler.import_persona_from_index",false]],"index_name (mindroot.coreplugins.admin.plugin_manager.installfromindexrequest attribute)":[[12,"mindroot.coreplugins.admin.plugin_manager.InstallFromIndexRequest.index_name",false]],"init_catalog_from_default() (mindroot.coreplugins.mcp_.catalog_manager.mcpcatalogmanager method)":[[25,"mindroot.coreplugins.mcp_.catalog_manager.MCPCatalogManager.init_catalog_from_default",false]],"init_chat_session() (in module mindroot.coreplugins.chat.services)":[[14,"mindroot.coreplugins.chat.services.init_chat_session",false]],"init_email_provider() (in module mindroot.coreplugins.email.mod)":[[18,"mindroot.coreplugins.email.mod.init_email_provider",false]],"init_provider() (in module mindroot.coreplugins.email.services)":[[18,"mindroot.coreplugins.email.services.init_provider",false]],"initiate_agent_session() (in module mindroot.coreplugins.chat.commands)":[[14,"mindroot.coreplugins.chat.commands.initiate_agent_session",false]],"inmemorytokenstorage (class in mindroot.coreplugins.mcp_.testmcpclient)":[[25,"mindroot.coreplugins.mcp_.testmcpclient.InMemoryTokenStorage",false]],"insert_image() (in module mindroot.coreplugins.chat.commands)":[[14,"mindroot.coreplugins.chat.commands.insert_image",false]],"install_agent_recommended_plugins() (in module mindroot.coreplugins.admin.command_router)":[[12,"mindroot.coreplugins.admin.command_router.install_agent_recommended_plugins",false]],"install_from_catalog() (in module mindroot.coreplugins.admin.mcp_catalog_routes)":[[12,"mindroot.coreplugins.admin.mcp_catalog_routes.install_from_catalog",false]],"install_from_index() (in module mindroot.coreplugins.admin.plugin_manager)":[[12,"mindroot.coreplugins.admin.plugin_manager.install_from_index",false]],"install_github_plugin() (in module mindroot.coreplugins.admin.plugin_manager)":[[12,"mindroot.coreplugins.admin.plugin_manager.install_github_plugin",false]],"install_local_plugin() (in module mindroot.coreplugins.admin.plugin_manager)":[[12,"mindroot.coreplugins.admin.plugin_manager.install_local_plugin",false]],"install_method (mindroot.coreplugins.mcp_.mcp_manager.mcpserver attribute)":[[25,"mindroot.coreplugins.mcp_.mcp_manager.MCPServer.install_method",false]],"install_package (mindroot.coreplugins.mcp_.mcp_manager.mcpserver attribute)":[[25,"mindroot.coreplugins.mcp_.mcp_manager.MCPServer.install_package",false]],"install_plugin_dependencies() (in module mindroot.lib.plugins)":[[31,"mindroot.lib.plugins.install_plugin_dependencies",false]],"install_plugins() (in module mindroot.lib.plugins_install)":[[31,"mindroot.lib.plugins_install.install_plugins",false]],"install_queued_plugins() (in module mindroot.coreplugins.admin.command_router)":[[12,"mindroot.coreplugins.admin.command_router.install_queued_plugins",false]],"install_registry_server() (in module mindroot.coreplugins.admin.mcp_registry_routes)":[[12,"mindroot.coreplugins.admin.mcp_registry_routes.install_registry_server",false]],"install_server() (mindroot.coreplugins.mcp_.mcp_manager.mcpmanager method)":[[25,"mindroot.coreplugins.mcp_.mcp_manager.MCPManager.install_server",false]],"install_with_npm() (mindroot.coreplugins.mcp_.server_installer.mcpserverinstaller static method)":[[25,"mindroot.coreplugins.mcp_.server_installer.MCPServerInstaller.install_with_npm",false]],"install_with_npx() (mindroot.coreplugins.mcp_.server_installer.mcpserverinstaller static method)":[[25,"mindroot.coreplugins.mcp_.server_installer.MCPServerInstaller.install_with_npx",false]],"install_with_pip() (mindroot.coreplugins.mcp_.server_installer.mcpserverinstaller static method)":[[25,"mindroot.coreplugins.mcp_.server_installer.MCPServerInstaller.install_with_pip",false]],"install_with_uvx() (mindroot.coreplugins.mcp_.server_installer.mcpserverinstaller static method)":[[25,"mindroot.coreplugins.mcp_.server_installer.MCPServerInstaller.install_with_uvx",false]],"installed (mindroot.coreplugins.mcp_.mcp_manager.mcpserver attribute)":[[25,"mindroot.coreplugins.mcp_.mcp_manager.MCPServer.installed",false]],"installfromindexrequest (class in mindroot.coreplugins.admin.plugin_manager)":[[12,"mindroot.coreplugins.admin.plugin_manager.InstallFromIndexRequest",false]],"instructions (mindroot.coreplugins.chat.router.taskrequest attribute)":[[14,"mindroot.coreplugins.chat.router.TaskRequest.instructions",false]],"is_language_supported() (in module mindroot.coreplugins.l8n.language_detection)":[[24,"mindroot.coreplugins.l8n.language_detection.is_language_supported",false]],"is_port_in_use() (in module mindroot.server)":[[10,"mindroot.server.is_port_in_use",false]],"is_port_in_use() (in module mindroot.server_missing_normal_args)":[[10,"mindroot.server_missing_normal_args.is_port_in_use",false]],"is_port_in_use() (in module mindroot.server_prev)":[[10,"mindroot.server_prev.is_port_in_use",false]],"is_public_route() (in module mindroot.coreplugins.jwt_auth.middleware)":[[23,"mindroot.coreplugins.jwt_auth.middleware.is_public_route",false]],"limit (mindroot.coreplugins.admin.mcp_registry_routes.registrybrowserequest attribute)":[[12,"mindroot.coreplugins.admin.mcp_registry_routes.RegistryBrowseRequest.limit",false]],"list_agents() (in module mindroot.coreplugins.admin.agent_router)":[[12,"mindroot.coreplugins.admin.agent_router.list_agents",false]],"list_enabled() (in module mindroot.lib.plugins)":[[31,"mindroot.lib.plugins.list_enabled",false]],"list_localized_files() (in module mindroot.coreplugins.l8n.mod)":[[24,"mindroot.coreplugins.l8n.mod.list_localized_files",false]],"list_localized_files() (in module mindroot.coreplugins.l8n.test_l8n_standalone)":[[24,"mindroot.coreplugins.l8n.test_l8n_standalone.list_localized_files",false]],"list_mcp_servers() (in module mindroot.coreplugins.admin.mcp_routes)":[[12,"mindroot.coreplugins.admin.mcp_routes.list_mcp_servers",false]],"list_personas() (in module mindroot.coreplugins.admin.persona_router)":[[12,"mindroot.coreplugins.admin.persona_router.list_personas",false]],"list_widget_tokens() (in module mindroot.coreplugins.chat.widget_routes)":[[14,"mindroot.coreplugins.chat.widget_routes.list_widget_tokens",false]],"list_widget_tokens() (mindroot.coreplugins.chat.widget_manager.widgetmanager method)":[[14,"mindroot.coreplugins.chat.widget_manager.WidgetManager.list_widget_tokens",false]],"load() (in module mindroot.lib.plugins)":[[31,"mindroot.lib.plugins.load",false]],"load_agent_data() (in module mindroot.coreplugins.admin.agent_router)":[[12,"mindroot.coreplugins.admin.agent_router.load_agent_data",false]],"load_catalog() (mindroot.coreplugins.mcp_.catalog_manager.mcpcatalogmanager method)":[[25,"mindroot.coreplugins.mcp_.catalog_manager.MCPCatalogManager.load_catalog",false]],"load_config() (mindroot.coreplugins.mcp_.mcp_manager.mcpmanager method)":[[25,"mindroot.coreplugins.mcp_.mcp_manager.MCPManager.load_config",false]],"load_context() (mindroot.lib.chatcontext.chatcontext method)":[[31,"mindroot.lib.chatcontext.ChatContext.load_context",false]],"load_log() (mindroot.lib.buchatlog.chatlog method)":[[31,"mindroot.lib.buchatlog.ChatLog.load_log",false]],"load_log() (mindroot.lib.buchatlog2.chatlog method)":[[31,"mindroot.lib.buchatlog2.ChatLog.load_log",false]],"load_log() (mindroot.lib.chatlog.chatlog method)":[[31,"mindroot.lib.chatlog.ChatLog.load_log",false]],"load_log() (mindroot.lib.chatlog_optimized.chatlog method)":[[31,"mindroot.lib.chatlog_optimized.ChatLog.load_log",false]],"load_persona_data() (in module mindroot.coreplugins.admin.agent_router)":[[12,"mindroot.coreplugins.admin.agent_router.load_persona_data",false]],"load_plugin_manifest() (in module mindroot.lib.plugins)":[[31,"mindroot.lib.plugins.load_plugin_manifest",false]],"load_plugin_templates() (in module mindroot.lib.butemplates)":[[31,"mindroot.lib.butemplates.load_plugin_templates",false]],"load_plugin_templates() (in module mindroot.lib.templates)":[[31,"mindroot.lib.templates.load_plugin_templates",false]],"load_plugin_translations() (in module mindroot.coreplugins.l8n.utils)":[[24,"mindroot.coreplugins.l8n.utils.load_plugin_translations",false]],"load_session_data() (in module mindroot.lib.session_files)":[[31,"mindroot.lib.session_files.load_session_data",false]],"load_template_with_translation() (in module mindroot.lib.templates)":[[31,"mindroot.lib.templates.load_template_with_translation",false]],"loginrequest (class in mindroot.coreplugins.jwt_auth.router)":[[23,"mindroot.coreplugins.jwt_auth.router.LoginRequest",false]],"main() (in module mindroot.coreplugins.l8n.test_enhanced)":[[24,"mindroot.coreplugins.l8n.test_enhanced.main",false]],"main() (in module mindroot.coreplugins.l8n.test_middleware)":[[24,"mindroot.coreplugins.l8n.test_middleware.main",false]],"main() (in module mindroot.coreplugins.mcp_.testmcpclient)":[[25,"mindroot.coreplugins.mcp_.testmcpclient.main",false]],"main() (in module mindroot.lib.plugins_install)":[[31,"mindroot.lib.plugins_install.main",false]],"main() (in module mindroot.server)":[[10,"mindroot.server.main",false]],"main() (in module mindroot.server_missing_normal_args)":[[10,"mindroot.server_missing_normal_args.main",false]],"main() (in module mindroot.server_prev)":[[10,"mindroot.server_prev.main",false]],"make_session() (in module mindroot.coreplugins.chat.router)":[[14,"mindroot.coreplugins.chat.router.make_session",false]],"mark_as_processed() (in module mindroot.coreplugins.email.services)":[[18,"mindroot.coreplugins.email.services.mark_as_processed",false]],"mark_as_processed() (mindroot.coreplugins.email.email_provider.emailprovider method)":[[18,"mindroot.coreplugins.email.email_provider.EmailProvider.mark_as_processed",false]],"mark_as_processed() (mindroot.coreplugins.email.imap_handler.imaphandler method)":[[18,"mindroot.coreplugins.email.imap_handler.IMAPHandler.mark_as_processed",false]],"mark_server_as_installed() (mindroot.coreplugins.mcp_.mcp_manager.mcpmanager method)":[[25,"mindroot.coreplugins.mcp_.mcp_manager.MCPManager.mark_server_as_installed",false]],"mark_server_installed() (in module mindroot.coreplugins.admin.mcp_registry_routes)":[[12,"mindroot.coreplugins.admin.mcp_registry_routes.mark_server_installed",false]],"mark_server_installed() (mindroot.coreplugins.mcp_.catalog_manager.mcpcatalogmanager method)":[[25,"mindroot.coreplugins.mcp_.catalog_manager.MCPCatalogManager.mark_server_installed",false]],"markdown_await_user() (in module mindroot.coreplugins.chat.commands)":[[14,"mindroot.coreplugins.chat.commands.markdown_await_user",false]],"mcp_catalog_add_custom() (in module mindroot.coreplugins.mcp_.catalog_commands)":[[25,"mindroot.coreplugins.mcp_.catalog_commands.mcp_catalog_add_custom",false]],"mcp_catalog_categories() (in module mindroot.coreplugins.mcp_.catalog_commands)":[[25,"mindroot.coreplugins.mcp_.catalog_commands.mcp_catalog_categories",false]],"mcp_catalog_info() (in module mindroot.coreplugins.mcp_.catalog_commands)":[[25,"mindroot.coreplugins.mcp_.catalog_commands.mcp_catalog_info",false]],"mcp_catalog_install() (in module mindroot.coreplugins.mcp_.catalog_commands)":[[25,"mindroot.coreplugins.mcp_.catalog_commands.mcp_catalog_install",false]],"mcp_catalog_install_and_run() (in module mindroot.coreplugins.mcp_.catalog_commands)":[[25,"mindroot.coreplugins.mcp_.catalog_commands.mcp_catalog_install_and_run",false]],"mcp_catalog_list() (in module mindroot.coreplugins.mcp_.catalog_commands)":[[25,"mindroot.coreplugins.mcp_.catalog_commands.mcp_catalog_list",false]],"mcp_catalog_refresh() (in module mindroot.coreplugins.mcp_.catalog_commands)":[[25,"mindroot.coreplugins.mcp_.catalog_commands.mcp_catalog_refresh",false]],"mcp_catalog_search() (in module mindroot.coreplugins.mcp_.catalog_commands)":[[25,"mindroot.coreplugins.mcp_.catalog_commands.mcp_catalog_search",false]],"mcp_catalog_status() (in module mindroot.coreplugins.mcp_.catalog_commands)":[[25,"mindroot.coreplugins.mcp_.catalog_commands.mcp_catalog_status",false]],"mcp_catalog_stop() (in module mindroot.coreplugins.mcp_.catalog_commands)":[[25,"mindroot.coreplugins.mcp_.catalog_commands.mcp_catalog_stop",false]],"mcp_check_tools() (in module mindroot.coreplugins.mcp_.mod)":[[25,"mindroot.coreplugins.mcp_.mod.mcp_check_tools",false]],"mcp_connect() (in module mindroot.coreplugins.mcp_.mod)":[[25,"mindroot.coreplugins.mcp_.mod.mcp_connect",false]],"mcp_debug_connection() (in module mindroot.coreplugins.mcp_.mod)":[[25,"mindroot.coreplugins.mcp_.mod.mcp_debug_connection",false]],"mcp_disconnect() (in module mindroot.coreplugins.mcp_.mod)":[[25,"mindroot.coreplugins.mcp_.mod.mcp_disconnect",false]],"mcp_enhanced_connect() (in module mindroot.coreplugins.mcp_.mod)":[[25,"mindroot.coreplugins.mcp_.mod.mcp_enhanced_connect",false]],"mcp_enhanced_disconnect() (in module mindroot.coreplugins.mcp_.mod)":[[25,"mindroot.coreplugins.mcp_.mod.mcp_enhanced_disconnect",false]],"mcp_install_npx_server() (in module mindroot.coreplugins.mcp_.mod)":[[25,"mindroot.coreplugins.mcp_.mod.mcp_install_npx_server",false]],"mcp_install_uvx_server() (in module mindroot.coreplugins.mcp_.mod)":[[25,"mindroot.coreplugins.mcp_.mod.mcp_install_uvx_server",false]],"mcp_list_dynamic_commands() (in module mindroot.coreplugins.mcp_.mod)":[[25,"mindroot.coreplugins.mcp_.mod.mcp_list_dynamic_commands",false]],"mcp_list_servers() (in module mindroot.coreplugins.mcp_.mod)":[[25,"mindroot.coreplugins.mcp_.mod.mcp_list_servers",false]],"mcp_manager_service() (in module mindroot.coreplugins.mcp_.mod)":[[25,"mindroot.coreplugins.mcp_.mod.mcp_manager_service",false]],"mcp_oauth_callback() (in module mindroot.coreplugins.admin.oauth_callback_router)":[[12,"mindroot.coreplugins.admin.oauth_callback_router.mcp_oauth_callback",false]],"mcp_refresh_dynamic_commands() (in module mindroot.coreplugins.mcp_.mod)":[[25,"mindroot.coreplugins.mcp_.mod.mcp_refresh_dynamic_commands",false]],"mcpcatalogmanager (class in mindroot.coreplugins.mcp_.catalog_manager)":[[25,"mindroot.coreplugins.mcp_.catalog_manager.MCPCatalogManager",false]],"mcpcompleteoauthrequest (class in mindroot.coreplugins.admin.mcp_publish_routes)":[[12,"mindroot.coreplugins.admin.mcp_publish_routes.McpCompleteOAuthRequest",false]],"mcpconnectrequest (class in mindroot.coreplugins.admin.mcp_routes)":[[12,"mindroot.coreplugins.admin.mcp_routes.McpConnectRequest",false]],"mcpdynamiccommands (class in mindroot.coreplugins.mcp_.dynamic_commands)":[[25,"mindroot.coreplugins.mcp_.dynamic_commands.MCPDynamicCommands",false]],"mcplocaltestrequest (class in mindroot.coreplugins.admin.mcp_routes)":[[12,"mindroot.coreplugins.admin.mcp_routes.McpLocalTestRequest",false]],"mcpmanager (class in mindroot.coreplugins.mcp_.mcp_manager)":[[25,"mindroot.coreplugins.mcp_.mcp_manager.MCPManager",false]],"mcpoauthcallbackrequest (class in mindroot.coreplugins.admin.mcp_routes)":[[12,"mindroot.coreplugins.admin.mcp_routes.McpOAuthCallbackRequest",false]],"mcpserver (class in mindroot.coreplugins.mcp_.mcp_manager)":[[25,"mindroot.coreplugins.mcp_.mcp_manager.MCPServer",false]],"mcpserveraddrequest (class in mindroot.coreplugins.admin.mcp_routes)":[[12,"mindroot.coreplugins.admin.mcp_routes.McpServerAddRequest",false]],"mcpserverinstaller (class in mindroot.coreplugins.mcp_.server_installer)":[[25,"mindroot.coreplugins.mcp_.server_installer.MCPServerInstaller",false]],"mcpserverpublishrequest (class in mindroot.coreplugins.admin.mcp_publish_routes)":[[12,"mindroot.coreplugins.admin.mcp_publish_routes.McpServerPublishRequest",false]],"mcpserverrequest (class in mindroot.coreplugins.admin.mcp_routes)":[[12,"mindroot.coreplugins.admin.mcp_routes.McpServerRequest",false]],"mcptestlocalrequest (class in mindroot.coreplugins.admin.mcp_publish_routes)":[[12,"mindroot.coreplugins.admin.mcp_publish_routes.McpTestLocalRequest",false]],"mcptestremoterequest (class in mindroot.coreplugins.admin.mcp_publish_routes)":[[12,"mindroot.coreplugins.admin.mcp_publish_routes.McpTestRemoteRequest",false]],"mcptokenstorage (class in mindroot.coreplugins.mcp_.oauth_storage)":[[25,"mindroot.coreplugins.mcp_.oauth_storage.MCPTokenStorage",false]],"middleware() (in module mindroot.coreplugins.jwt_auth.middleware)":[[23,"mindroot.coreplugins.jwt_auth.middleware.middleware",false]],"middleware() (in module mindroot.coreplugins.l8n.middleware)":[[24,"mindroot.coreplugins.l8n.middleware.middleware",false]],"migrate_from_old_format() (mindroot.lib.providers.model_preferences_v2.modelpreferencesv2 method)":[[35,"mindroot.lib.providers.model_preferences_v2.ModelPreferencesV2.migrate_from_old_format",false]],"migrate_plugin_manifest() (in module mindroot.migrate)":[[10,"mindroot.migrate.migrate_plugin_manifest",false]],"migrate_settings() (in module mindroot.coreplugins.admin.settings_router)":[[12,"mindroot.coreplugins.admin.settings_router.migrate_settings",false]],"mindroot":[[10,"module-mindroot",false]],"mindroot.coreplugins":[[11,"module-mindroot.coreplugins",false]],"mindroot.coreplugins.admin":[[12,"module-mindroot.coreplugins.admin",false]],"mindroot.coreplugins.admin.agent_importer":[[12,"module-mindroot.coreplugins.admin.agent_importer",false]],"mindroot.coreplugins.admin.agent_router":[[12,"module-mindroot.coreplugins.admin.agent_router",false]],"mindroot.coreplugins.admin.asset_manager":[[12,"module-mindroot.coreplugins.admin.asset_manager",false]],"mindroot.coreplugins.admin.command_router":[[12,"module-mindroot.coreplugins.admin.command_router",false]],"mindroot.coreplugins.admin.mcp_catalog_routes":[[12,"module-mindroot.coreplugins.admin.mcp_catalog_routes",false]],"mindroot.coreplugins.admin.mcp_publish_routes":[[12,"module-mindroot.coreplugins.admin.mcp_publish_routes",false]],"mindroot.coreplugins.admin.mcp_registry_routes":[[12,"module-mindroot.coreplugins.admin.mcp_registry_routes",false]],"mindroot.coreplugins.admin.mcp_routes":[[12,"module-mindroot.coreplugins.admin.mcp_routes",false]],"mindroot.coreplugins.admin.mod":[[12,"module-mindroot.coreplugins.admin.mod",false]],"mindroot.coreplugins.admin.oauth_callback_router":[[12,"module-mindroot.coreplugins.admin.oauth_callback_router",false]],"mindroot.coreplugins.admin.persona_handler":[[12,"module-mindroot.coreplugins.admin.persona_handler",false]],"mindroot.coreplugins.admin.persona_router":[[12,"module-mindroot.coreplugins.admin.persona_router",false]],"mindroot.coreplugins.admin.plugin_manager":[[12,"module-mindroot.coreplugins.admin.plugin_manager",false]],"mindroot.coreplugins.admin.plugin_router":[[12,"module-mindroot.coreplugins.admin.plugin_router",false]],"mindroot.coreplugins.admin.plugin_router_fixed":[[12,"module-mindroot.coreplugins.admin.plugin_router_fixed",false]],"mindroot.coreplugins.admin.plugin_routes":[[12,"module-mindroot.coreplugins.admin.plugin_routes",false]],"mindroot.coreplugins.admin.registry_settings_routes":[[12,"module-mindroot.coreplugins.admin.registry_settings_routes",false]],"mindroot.coreplugins.admin.router":[[12,"module-mindroot.coreplugins.admin.router",false]],"mindroot.coreplugins.admin.server_router":[[12,"module-mindroot.coreplugins.admin.server_router",false]],"mindroot.coreplugins.admin.service_models":[[12,"module-mindroot.coreplugins.admin.service_models",false]],"mindroot.coreplugins.admin.settings_router":[[12,"module-mindroot.coreplugins.admin.settings_router",false]],"mindroot.coreplugins.chat":[[14,"module-mindroot.coreplugins.chat",false]],"mindroot.coreplugins.chat.commands":[[14,"module-mindroot.coreplugins.chat.commands",false]],"mindroot.coreplugins.chat.format_result_msgs":[[14,"module-mindroot.coreplugins.chat.format_result_msgs",false]],"mindroot.coreplugins.chat.mod":[[14,"module-mindroot.coreplugins.chat.mod",false]],"mindroot.coreplugins.chat.models":[[14,"module-mindroot.coreplugins.chat.models",false]],"mindroot.coreplugins.chat.router":[[14,"module-mindroot.coreplugins.chat.router",false]],"mindroot.coreplugins.chat.services":[[14,"module-mindroot.coreplugins.chat.services",false]],"mindroot.coreplugins.chat.utils":[[14,"module-mindroot.coreplugins.chat.utils",false]],"mindroot.coreplugins.chat.widget_manager":[[14,"module-mindroot.coreplugins.chat.widget_manager",false]],"mindroot.coreplugins.chat.widget_routes":[[14,"module-mindroot.coreplugins.chat.widget_routes",false]],"mindroot.coreplugins.email":[[18,"module-mindroot.coreplugins.email",false]],"mindroot.coreplugins.email.email_provider":[[18,"module-mindroot.coreplugins.email.email_provider",false]],"mindroot.coreplugins.email.imap_handler":[[18,"module-mindroot.coreplugins.email.imap_handler",false]],"mindroot.coreplugins.email.mod":[[18,"module-mindroot.coreplugins.email.mod",false]],"mindroot.coreplugins.email.services":[[18,"module-mindroot.coreplugins.email.services",false]],"mindroot.coreplugins.email.smtp_handler":[[18,"module-mindroot.coreplugins.email.smtp_handler",false]],"mindroot.coreplugins.email.test_email_service":[[18,"module-mindroot.coreplugins.email.test_email_service",false]],"mindroot.coreplugins.jwt_auth":[[23,"module-mindroot.coreplugins.jwt_auth",false]],"mindroot.coreplugins.jwt_auth.middleware":[[23,"module-mindroot.coreplugins.jwt_auth.middleware",false]],"mindroot.coreplugins.jwt_auth.mod":[[23,"module-mindroot.coreplugins.jwt_auth.mod",false]],"mindroot.coreplugins.jwt_auth.router":[[23,"module-mindroot.coreplugins.jwt_auth.router",false]],"mindroot.coreplugins.l8n":[[24,"module-mindroot.coreplugins.l8n",false]],"mindroot.coreplugins.l8n.debug_loader":[[24,"module-mindroot.coreplugins.l8n.debug_loader",false]],"mindroot.coreplugins.l8n.debug_middleware":[[24,"module-mindroot.coreplugins.l8n.debug_middleware",false]],"mindroot.coreplugins.l8n.l8n_constants":[[24,"module-mindroot.coreplugins.l8n.l8n_constants",false]],"mindroot.coreplugins.l8n.language_detection":[[24,"module-mindroot.coreplugins.l8n.language_detection",false]],"mindroot.coreplugins.l8n.middleware":[[24,"module-mindroot.coreplugins.l8n.middleware",false]],"mindroot.coreplugins.l8n.mod":[[24,"module-mindroot.coreplugins.l8n.mod",false]],"mindroot.coreplugins.l8n.test_enhanced":[[24,"module-mindroot.coreplugins.l8n.test_enhanced",false]],"mindroot.coreplugins.l8n.test_l8n_standalone":[[24,"module-mindroot.coreplugins.l8n.test_l8n_standalone",false]],"mindroot.coreplugins.l8n.test_middleware":[[24,"module-mindroot.coreplugins.l8n.test_middleware",false]],"mindroot.coreplugins.l8n.utils":[[24,"module-mindroot.coreplugins.l8n.utils",false]],"mindroot.coreplugins.mcp_":[[25,"module-mindroot.coreplugins.mcp_",false]],"mindroot.coreplugins.mcp_.catalog_commands":[[25,"module-mindroot.coreplugins.mcp_.catalog_commands",false]],"mindroot.coreplugins.mcp_.catalog_manager":[[25,"module-mindroot.coreplugins.mcp_.catalog_manager",false]],"mindroot.coreplugins.mcp_.dynamic_commands":[[25,"module-mindroot.coreplugins.mcp_.dynamic_commands",false]],"mindroot.coreplugins.mcp_.mcp_manager":[[25,"module-mindroot.coreplugins.mcp_.mcp_manager",false]],"mindroot.coreplugins.mcp_.mod":[[25,"module-mindroot.coreplugins.mcp_.mod",false]],"mindroot.coreplugins.mcp_.oauth_storage":[[25,"module-mindroot.coreplugins.mcp_.oauth_storage",false]],"mindroot.coreplugins.mcp_.server_installer":[[25,"module-mindroot.coreplugins.mcp_.server_installer",false]],"mindroot.coreplugins.mcp_.testmcpclient":[[25,"module-mindroot.coreplugins.mcp_.testmcpclient",false]],"mindroot.lib":[[31,"module-mindroot.lib",false]],"mindroot.lib.buchatlog":[[31,"module-mindroot.lib.buchatlog",false]],"mindroot.lib.buchatlog2":[[31,"module-mindroot.lib.buchatlog2",false]],"mindroot.lib.butemplates":[[31,"module-mindroot.lib.butemplates",false]],"mindroot.lib.chatcontext":[[31,"module-mindroot.lib.chatcontext",false]],"mindroot.lib.chatlog":[[31,"module-mindroot.lib.chatlog",false]],"mindroot.lib.chatlog_optimized":[[31,"module-mindroot.lib.chatlog_optimized",false]],"mindroot.lib.json_escape":[[31,"module-mindroot.lib.json_escape",false]],"mindroot.lib.parent_templates":[[31,"module-mindroot.lib.parent_templates",false]],"mindroot.lib.plugins":[[31,"module-mindroot.lib.plugins",false]],"mindroot.lib.plugins_install":[[31,"module-mindroot.lib.plugins_install",false]],"mindroot.lib.providers":[[35,"module-mindroot.lib.providers",false]],"mindroot.lib.providers.commands":[[35,"module-mindroot.lib.providers.commands",false]],"mindroot.lib.providers.hooks":[[35,"module-mindroot.lib.providers.hooks",false]],"mindroot.lib.providers.missing":[[35,"module-mindroot.lib.providers.missing",false]],"mindroot.lib.providers.model_preferences_v2":[[35,"module-mindroot.lib.providers.model_preferences_v2",false]],"mindroot.lib.providers.services":[[35,"module-mindroot.lib.providers.services",false]],"mindroot.lib.route_decorators":[[31,"module-mindroot.lib.route_decorators",false]],"mindroot.lib.session_files":[[31,"module-mindroot.lib.session_files",false]],"mindroot.lib.streamcmd":[[31,"module-mindroot.lib.streamcmd",false]],"mindroot.lib.templates":[[31,"module-mindroot.lib.templates",false]],"mindroot.lib.token_counter":[[31,"module-mindroot.lib.token_counter",false]],"mindroot.migrate":[[10,"module-mindroot.migrate",false]],"mindroot.server":[[10,"module-mindroot.server",false]],"mindroot.server_missing_normal_args":[[10,"module-mindroot.server_missing_normal_args",false]],"mindroot.server_prev":[[10,"module-mindroot.server_prev",false]],"missing_commands() (in module mindroot.coreplugins.admin.command_router)":[[12,"mindroot.coreplugins.admin.command_router.missing_commands",false]],"mock_call_next() (in module mindroot.coreplugins.l8n.test_middleware)":[[24,"mindroot.coreplugins.l8n.test_middleware.mock_call_next",false]],"mockrequest (class in mindroot.coreplugins.l8n.test_middleware)":[[24,"mindroot.coreplugins.l8n.test_middleware.MockRequest",false]],"mockresponse (class in mindroot.coreplugins.l8n.test_middleware)":[[24,"mindroot.coreplugins.l8n.test_middleware.MockResponse",false]],"model (mindroot.coreplugins.admin.settings_router.setting attribute)":[[12,"mindroot.coreplugins.admin.settings_router.Setting.model",false]],"model_config (mindroot.coreplugins.admin.agent_router.githubimportrequest attribute)":[[12,"mindroot.coreplugins.admin.agent_router.GitHubImportRequest.model_config",false]],"model_config (mindroot.coreplugins.admin.agent_router.scandirectoryrequest attribute)":[[12,"mindroot.coreplugins.admin.agent_router.ScanDirectoryRequest.model_config",false]],"model_config (mindroot.coreplugins.admin.mcp_publish_routes.mcpcompleteoauthrequest attribute)":[[12,"mindroot.coreplugins.admin.mcp_publish_routes.McpCompleteOAuthRequest.model_config",false]],"model_config (mindroot.coreplugins.admin.mcp_publish_routes.mcpserverpublishrequest attribute)":[[12,"mindroot.coreplugins.admin.mcp_publish_routes.McpServerPublishRequest.model_config",false]],"model_config (mindroot.coreplugins.admin.mcp_publish_routes.mcptestlocalrequest attribute)":[[12,"mindroot.coreplugins.admin.mcp_publish_routes.McpTestLocalRequest.model_config",false]],"model_config (mindroot.coreplugins.admin.mcp_publish_routes.mcptestremoterequest attribute)":[[12,"mindroot.coreplugins.admin.mcp_publish_routes.McpTestRemoteRequest.model_config",false]],"model_config (mindroot.coreplugins.admin.mcp_registry_routes.registrybrowserequest attribute)":[[12,"mindroot.coreplugins.admin.mcp_registry_routes.RegistryBrowseRequest.model_config",false]],"model_config (mindroot.coreplugins.admin.mcp_registry_routes.registryserverinstallrequest attribute)":[[12,"mindroot.coreplugins.admin.mcp_registry_routes.RegistryServerInstallRequest.model_config",false]],"model_config (mindroot.coreplugins.admin.mcp_routes.mcpconnectrequest attribute)":[[12,"mindroot.coreplugins.admin.mcp_routes.McpConnectRequest.model_config",false]],"model_config (mindroot.coreplugins.admin.mcp_routes.mcplocaltestrequest attribute)":[[12,"mindroot.coreplugins.admin.mcp_routes.McpLocalTestRequest.model_config",false]],"model_config (mindroot.coreplugins.admin.mcp_routes.mcpoauthcallbackrequest attribute)":[[12,"mindroot.coreplugins.admin.mcp_routes.McpOAuthCallbackRequest.model_config",false]],"model_config (mindroot.coreplugins.admin.mcp_routes.mcpserveraddrequest attribute)":[[12,"mindroot.coreplugins.admin.mcp_routes.McpServerAddRequest.model_config",false]],"model_config (mindroot.coreplugins.admin.mcp_routes.mcpserverrequest attribute)":[[12,"mindroot.coreplugins.admin.mcp_routes.McpServerRequest.model_config",false]],"model_config (mindroot.coreplugins.admin.plugin_manager.directoryrequest attribute)":[[12,"mindroot.coreplugins.admin.plugin_manager.DirectoryRequest.model_config",false]],"model_config (mindroot.coreplugins.admin.plugin_manager.githubpluginrequest attribute)":[[12,"mindroot.coreplugins.admin.plugin_manager.GitHubPluginRequest.model_config",false]],"model_config (mindroot.coreplugins.admin.plugin_manager.installfromindexrequest attribute)":[[12,"mindroot.coreplugins.admin.plugin_manager.InstallFromIndexRequest.model_config",false]],"model_config (mindroot.coreplugins.admin.plugin_manager.pluginmetadata attribute)":[[12,"mindroot.coreplugins.admin.plugin_manager.PluginMetadata.model_config",false]],"model_config (mindroot.coreplugins.admin.plugin_manager.pluginrequest attribute)":[[12,"mindroot.coreplugins.admin.plugin_manager.PluginRequest.model_config",false]],"model_config (mindroot.coreplugins.admin.plugin_manager.streaminstallrequest attribute)":[[12,"mindroot.coreplugins.admin.plugin_manager.StreamInstallRequest.model_config",false]],"model_config (mindroot.coreplugins.admin.plugin_manager.togglepluginrequest attribute)":[[12,"mindroot.coreplugins.admin.plugin_manager.TogglePluginRequest.model_config",false]],"model_config (mindroot.coreplugins.admin.plugin_router.pluginupdaterequest attribute)":[[12,"mindroot.coreplugins.admin.plugin_router.PluginUpdateRequest.model_config",false]],"model_config (mindroot.coreplugins.admin.plugin_routes.githubpublishrequest attribute)":[[12,"mindroot.coreplugins.admin.plugin_routes.GithubPublishRequest.model_config",false]],"model_config (mindroot.coreplugins.admin.plugin_routes.pluginupdaterequest attribute)":[[12,"mindroot.coreplugins.admin.plugin_routes.PluginUpdateRequest.model_config",false]],"model_config (mindroot.coreplugins.admin.settings_router.setting attribute)":[[12,"mindroot.coreplugins.admin.settings_router.Setting.model_config",false]],"model_config (mindroot.coreplugins.chat.models.imagemessagepart attribute)":[[14,"mindroot.coreplugins.chat.models.ImageMessagePart.model_config",false]],"model_config (mindroot.coreplugins.chat.models.textmessagepart attribute)":[[14,"mindroot.coreplugins.chat.models.TextMessagePart.model_config",false]],"model_config (mindroot.coreplugins.chat.router.taskrequest attribute)":[[14,"mindroot.coreplugins.chat.router.TaskRequest.model_config",false]],"model_config (mindroot.coreplugins.chat.widget_routes.widgettokencreate attribute)":[[14,"mindroot.coreplugins.chat.widget_routes.WidgetTokenCreate.model_config",false]],"model_config (mindroot.coreplugins.chat.widget_routes.widgettokenresponse attribute)":[[14,"mindroot.coreplugins.chat.widget_routes.WidgetTokenResponse.model_config",false]],"model_config (mindroot.coreplugins.jwt_auth.router.loginrequest attribute)":[[23,"mindroot.coreplugins.jwt_auth.router.LoginRequest.model_config",false]],"model_config (mindroot.coreplugins.mcp_.mcp_manager.mcpserver attribute)":[[25,"mindroot.coreplugins.mcp_.mcp_manager.MCPServer.model_config",false]],"modelpreferencesv2 (class in mindroot.lib.providers.model_preferences_v2)":[[35,"mindroot.lib.providers.model_preferences_v2.ModelPreferencesV2",false]],"module":[[10,"module-mindroot",false],[10,"module-mindroot.migrate",false],[10,"module-mindroot.server",false],[10,"module-mindroot.server_missing_normal_args",false],[10,"module-mindroot.server_prev",false],[11,"module-mindroot.coreplugins",false],[12,"module-mindroot.coreplugins.admin",false],[12,"module-mindroot.coreplugins.admin.agent_importer",false],[12,"module-mindroot.coreplugins.admin.agent_router",false],[12,"module-mindroot.coreplugins.admin.asset_manager",false],[12,"module-mindroot.coreplugins.admin.command_router",false],[12,"module-mindroot.coreplugins.admin.mcp_catalog_routes",false],[12,"module-mindroot.coreplugins.admin.mcp_publish_routes",false],[12,"module-mindroot.coreplugins.admin.mcp_registry_routes",false],[12,"module-mindroot.coreplugins.admin.mcp_routes",false],[12,"module-mindroot.coreplugins.admin.mod",false],[12,"module-mindroot.coreplugins.admin.oauth_callback_router",false],[12,"module-mindroot.coreplugins.admin.persona_handler",false],[12,"module-mindroot.coreplugins.admin.persona_router",false],[12,"module-mindroot.coreplugins.admin.plugin_manager",false],[12,"module-mindroot.coreplugins.admin.plugin_router",false],[12,"module-mindroot.coreplugins.admin.plugin_router_fixed",false],[12,"module-mindroot.coreplugins.admin.plugin_routes",false],[12,"module-mindroot.coreplugins.admin.registry_settings_routes",false],[12,"module-mindroot.coreplugins.admin.router",false],[12,"module-mindroot.coreplugins.admin.server_router",false],[12,"module-mindroot.coreplugins.admin.service_models",false],[12,"module-mindroot.coreplugins.admin.settings_router",false],[14,"module-mindroot.coreplugins.chat",false],[14,"module-mindroot.coreplugins.chat.commands",false],[14,"module-mindroot.coreplugins.chat.format_result_msgs",false],[14,"module-mindroot.coreplugins.chat.mod",false],[14,"module-mindroot.coreplugins.chat.models",false],[14,"module-mindroot.coreplugins.chat.router",false],[14,"module-mindroot.coreplugins.chat.services",false],[14,"module-mindroot.coreplugins.chat.utils",false],[14,"module-mindroot.coreplugins.chat.widget_manager",false],[14,"module-mindroot.coreplugins.chat.widget_routes",false],[18,"module-mindroot.coreplugins.email",false],[18,"module-mindroot.coreplugins.email.email_provider",false],[18,"module-mindroot.coreplugins.email.imap_handler",false],[18,"module-mindroot.coreplugins.email.mod",false],[18,"module-mindroot.coreplugins.email.services",false],[18,"module-mindroot.coreplugins.email.smtp_handler",false],[18,"module-mindroot.coreplugins.email.test_email_service",false],[23,"module-mindroot.coreplugins.jwt_auth",false],[23,"module-mindroot.coreplugins.jwt_auth.middleware",false],[23,"module-mindroot.coreplugins.jwt_auth.mod",false],[23,"module-mindroot.coreplugins.jwt_auth.router",false],[24,"module-mindroot.coreplugins.l8n",false],[24,"module-mindroot.coreplugins.l8n.debug_loader",false],[24,"module-mindroot.coreplugins.l8n.debug_middleware",false],[24,"module-mindroot.coreplugins.l8n.l8n_constants",false],[24,"module-mindroot.coreplugins.l8n.language_detection",false],[24,"module-mindroot.coreplugins.l8n.middleware",false],[24,"module-mindroot.coreplugins.l8n.mod",false],[24,"module-mindroot.coreplugins.l8n.test_enhanced",false],[24,"module-mindroot.coreplugins.l8n.test_l8n_standalone",false],[24,"module-mindroot.coreplugins.l8n.test_middleware",false],[24,"module-mindroot.coreplugins.l8n.utils",false],[25,"module-mindroot.coreplugins.mcp_",false],[25,"module-mindroot.coreplugins.mcp_.catalog_commands",false],[25,"module-mindroot.coreplugins.mcp_.catalog_manager",false],[25,"module-mindroot.coreplugins.mcp_.dynamic_commands",false],[25,"module-mindroot.coreplugins.mcp_.mcp_manager",false],[25,"module-mindroot.coreplugins.mcp_.mod",false],[25,"module-mindroot.coreplugins.mcp_.oauth_storage",false],[25,"module-mindroot.coreplugins.mcp_.server_installer",false],[25,"module-mindroot.coreplugins.mcp_.testmcpclient",false],[31,"module-mindroot.lib",false],[31,"module-mindroot.lib.buchatlog",false],[31,"module-mindroot.lib.buchatlog2",false],[31,"module-mindroot.lib.butemplates",false],[31,"module-mindroot.lib.chatcontext",false],[31,"module-mindroot.lib.chatlog",false],[31,"module-mindroot.lib.chatlog_optimized",false],[31,"module-mindroot.lib.json_escape",false],[31,"module-mindroot.lib.parent_templates",false],[31,"module-mindroot.lib.plugins",false],[31,"module-mindroot.lib.plugins_install",false],[31,"module-mindroot.lib.route_decorators",false],[31,"module-mindroot.lib.session_files",false],[31,"module-mindroot.lib.streamcmd",false],[31,"module-mindroot.lib.templates",false],[31,"module-mindroot.lib.token_counter",false],[35,"module-mindroot.lib.providers",false],[35,"module-mindroot.lib.providers.commands",false],[35,"module-mindroot.lib.providers.hooks",false],[35,"module-mindroot.lib.providers.missing",false],[35,"module-mindroot.lib.providers.model_preferences_v2",false],[35,"module-mindroot.lib.providers.services",false]],"name (mindroot.coreplugins.admin.mcp_publish_routes.mcpserverpublishrequest attribute)":[[12,"mindroot.coreplugins.admin.mcp_publish_routes.McpServerPublishRequest.name",false]],"name (mindroot.coreplugins.admin.mcp_publish_routes.mcptestlocalrequest attribute)":[[12,"mindroot.coreplugins.admin.mcp_publish_routes.McpTestLocalRequest.name",false]],"name (mindroot.coreplugins.admin.mcp_publish_routes.mcptestremoterequest attribute)":[[12,"mindroot.coreplugins.admin.mcp_publish_routes.McpTestRemoteRequest.name",false]],"name (mindroot.coreplugins.admin.mcp_routes.mcplocaltestrequest attribute)":[[12,"mindroot.coreplugins.admin.mcp_routes.McpLocalTestRequest.name",false]],"name (mindroot.coreplugins.admin.mcp_routes.mcpserveraddrequest attribute)":[[12,"mindroot.coreplugins.admin.mcp_routes.McpServerAddRequest.name",false]],"name (mindroot.coreplugins.mcp_.mcp_manager.mcpserver attribute)":[[25,"mindroot.coreplugins.mcp_.mcp_manager.MCPServer.name",false]],"page (mindroot.coreplugins.admin.mcp_registry_routes.registrybrowserequest attribute)":[[12,"mindroot.coreplugins.admin.mcp_registry_routes.RegistryBrowseRequest.page",false]],"parse_args() (in module mindroot.server)":[[10,"mindroot.server.parse_args",false]],"parse_args() (in module mindroot.server_missing_normal_args)":[[10,"mindroot.server_missing_normal_args.parse_args",false]],"parse_args() (in module mindroot.server_prev)":[[10,"mindroot.server_prev.parse_args",false]],"partial_command() (in module mindroot.coreplugins.chat.services)":[[14,"mindroot.coreplugins.chat.services.partial_command",false]],"password (mindroot.coreplugins.jwt_auth.router.loginrequest attribute)":[[23,"mindroot.coreplugins.jwt_auth.router.LoginRequest.password",false]],"path_matches_pattern() (in module mindroot.coreplugins.jwt_auth.middleware)":[[23,"mindroot.coreplugins.jwt_auth.middleware.path_matches_pattern",false]],"ping() (in module mindroot.coreplugins.admin.server_router)":[[12,"mindroot.coreplugins.admin.server_router.ping",false]],"plugin (mindroot.coreplugins.admin.plugin_manager.githubpluginrequest attribute)":[[12,"mindroot.coreplugins.admin.plugin_manager.GitHubPluginRequest.plugin",false]],"plugin (mindroot.coreplugins.admin.plugin_manager.installfromindexrequest attribute)":[[12,"mindroot.coreplugins.admin.plugin_manager.InstallFromIndexRequest.plugin",false]],"plugin (mindroot.coreplugins.admin.plugin_manager.pluginrequest attribute)":[[12,"mindroot.coreplugins.admin.plugin_manager.PluginRequest.plugin",false]],"plugin (mindroot.coreplugins.admin.plugin_manager.streaminstallrequest attribute)":[[12,"mindroot.coreplugins.admin.plugin_manager.StreamInstallRequest.plugin",false]],"plugin (mindroot.coreplugins.admin.plugin_manager.togglepluginrequest attribute)":[[12,"mindroot.coreplugins.admin.plugin_manager.TogglePluginRequest.plugin",false]],"plugin_install() (in module mindroot.lib.plugins)":[[31,"mindroot.lib.plugins.plugin_install",false]],"plugin_update() (in module mindroot.lib.plugins)":[[31,"mindroot.lib.plugins.plugin_update",false]],"pluginmetadata (class in mindroot.coreplugins.admin.plugin_manager)":[[12,"mindroot.coreplugins.admin.plugin_manager.PluginMetadata",false]],"pluginrequest (class in mindroot.coreplugins.admin.plugin_manager)":[[12,"mindroot.coreplugins.admin.plugin_manager.PluginRequest",false]],"plugins (mindroot.coreplugins.admin.plugin_router.pluginupdaterequest attribute)":[[12,"mindroot.coreplugins.admin.plugin_router.PluginUpdateRequest.plugins",false]],"plugins (mindroot.coreplugins.admin.plugin_routes.pluginupdaterequest attribute)":[[12,"mindroot.coreplugins.admin.plugin_routes.PluginUpdateRequest.plugins",false]],"pluginupdaterequest (class in mindroot.coreplugins.admin.plugin_router)":[[12,"mindroot.coreplugins.admin.plugin_router.PluginUpdateRequest",false]],"pluginupdaterequest (class in mindroot.coreplugins.admin.plugin_routes)":[[12,"mindroot.coreplugins.admin.plugin_routes.PluginUpdateRequest",false]],"pre_load() (in module mindroot.lib.plugins)":[[31,"mindroot.lib.plugins.pre_load",false]],"process_result() (in module mindroot.coreplugins.chat.services)":[[14,"mindroot.coreplugins.chat.services.process_result",false]],"prompt() (in module mindroot.coreplugins.chat.services)":[[14,"mindroot.coreplugins.chat.services.prompt",false]],"protected_route() (in module mindroot.coreplugins.jwt_auth.router)":[[23,"mindroot.coreplugins.jwt_auth.router.protected_route",false]],"proto() (mindroot.lib.chatcontext.chatcontext method)":[[31,"mindroot.lib.chatcontext.ChatContext.proto",false]],"provider_url (mindroot.coreplugins.admin.mcp_routes.mcpserveraddrequest attribute)":[[12,"mindroot.coreplugins.admin.mcp_routes.McpServerAddRequest.provider_url",false]],"provider_url (mindroot.coreplugins.mcp_.mcp_manager.mcpserver attribute)":[[25,"mindroot.coreplugins.mcp_.mcp_manager.MCPServer.provider_url",false]],"providermanager (class in mindroot.lib.providers)":[[35,"mindroot.lib.providers.ProviderManager",false]],"public_route() (in module mindroot.lib.route_decorators)":[[31,"mindroot.lib.route_decorators.public_route",false]],"publish_mcp_server() (in module mindroot.coreplugins.admin.mcp_publish_routes)":[[12,"mindroot.coreplugins.admin.mcp_publish_routes.publish_mcp_server",false]],"publish_plugin_from_github() (in module mindroot.coreplugins.admin.plugin_manager)":[[12,"mindroot.coreplugins.admin.plugin_manager.publish_plugin_from_github",false]],"publish_plugin_from_github() (in module mindroot.coreplugins.admin.plugin_routes)":[[12,"mindroot.coreplugins.admin.plugin_routes.publish_plugin_from_github",false]],"queue_plugin_install() (in module mindroot.coreplugins.admin.command_router)":[[12,"mindroot.coreplugins.admin.command_router.queue_plugin_install",false]],"quit() (in module mindroot.coreplugins.chat.services)":[[14,"mindroot.coreplugins.chat.services.quit",false]],"read_agent() (in module mindroot.coreplugins.admin.agent_router)":[[12,"mindroot.coreplugins.admin.agent_router.read_agent",false]],"read_equivalent_flags() (in module mindroot.coreplugins.admin.settings_router)":[[12,"mindroot.coreplugins.admin.settings_router.read_equivalent_flags",false]],"read_models() (in module mindroot.coreplugins.admin.settings_router)":[[12,"mindroot.coreplugins.admin.settings_router.read_models",false]],"read_persona() (in module mindroot.coreplugins.admin.persona_router)":[[12,"mindroot.coreplugins.admin.persona_router.read_persona",false]],"read_persona_by_path() (in module mindroot.coreplugins.admin.persona_router)":[[12,"mindroot.coreplugins.admin.persona_router.read_persona_by_path",false]],"read_providers() (in module mindroot.coreplugins.admin.settings_router)":[[12,"mindroot.coreplugins.admin.settings_router.read_providers",false]],"read_resource() (mindroot.coreplugins.mcp_.mcp_manager.mcpmanager method)":[[25,"mindroot.coreplugins.mcp_.mcp_manager.MCPManager.read_resource",false]],"read_settings() (in module mindroot.coreplugins.admin.settings_router)":[[12,"mindroot.coreplugins.admin.settings_router.read_settings",false]],"read_stream() (in module mindroot.lib.streamcmd)":[[31,"mindroot.lib.streamcmd.read_stream",false]],"redirect_uri (mindroot.coreplugins.admin.mcp_routes.mcpserveraddrequest attribute)":[[12,"mindroot.coreplugins.admin.mcp_routes.McpServerAddRequest.redirect_uri",false]],"redirect_uri (mindroot.coreplugins.mcp_.mcp_manager.mcpserver attribute)":[[25,"mindroot.coreplugins.mcp_.mcp_manager.MCPServer.redirect_uri",false]],"refresh_agent_ownership_cache() (in module mindroot.coreplugins.admin.agent_router)":[[12,"mindroot.coreplugins.admin.agent_router.refresh_agent_ownership_cache",false]],"refresh_catalog_status() (in module mindroot.coreplugins.admin.mcp_catalog_routes)":[[12,"mindroot.coreplugins.admin.mcp_catalog_routes.refresh_catalog_status",false]],"refresh_token (mindroot.coreplugins.mcp_.mcp_manager.mcpserver attribute)":[[25,"mindroot.coreplugins.mcp_.mcp_manager.MCPServer.refresh_token",false]],"register_function() (mindroot.lib.providers.providermanager method)":[[35,"mindroot.lib.providers.ProviderManager.register_function",false]],"register_hook() (mindroot.lib.providers.hookmanager method)":[[35,"mindroot.lib.providers.HookManager.register_hook",false]],"register_tools() (mindroot.coreplugins.mcp_.dynamic_commands.mcpdynamiccommands method)":[[25,"mindroot.coreplugins.mcp_.dynamic_commands.MCPDynamicCommands.register_tools",false]],"registry_id (mindroot.coreplugins.admin.mcp_registry_routes.registryserverinstallrequest attribute)":[[12,"mindroot.coreplugins.admin.mcp_registry_routes.RegistryServerInstallRequest.registry_id",false]],"registry_url (mindroot.coreplugins.admin.plugin_routes.githubpublishrequest attribute)":[[12,"mindroot.coreplugins.admin.plugin_routes.GithubPublishRequest.registry_url",false]],"registrybrowserequest (class in mindroot.coreplugins.admin.mcp_registry_routes)":[[12,"mindroot.coreplugins.admin.mcp_registry_routes.RegistryBrowseRequest",false]],"registryserverinstallrequest (class in mindroot.coreplugins.admin.mcp_registry_routes)":[[12,"mindroot.coreplugins.admin.mcp_registry_routes.RegistryServerInstallRequest",false]],"remove_mcp_server() (in module mindroot.coreplugins.admin.mcp_routes)":[[12,"mindroot.coreplugins.admin.mcp_routes.remove_mcp_server",false]],"remove_preference() (mindroot.lib.providers.model_preferences_v2.modelpreferencesv2 method)":[[35,"mindroot.lib.providers.model_preferences_v2.ModelPreferencesV2.remove_preference",false]],"remove_server() (mindroot.coreplugins.mcp_.catalog_manager.mcpcatalogmanager method)":[[25,"mindroot.coreplugins.mcp_.catalog_manager.MCPCatalogManager.remove_server",false]],"remove_server() (mindroot.coreplugins.mcp_.mcp_manager.mcpmanager method)":[[25,"mindroot.coreplugins.mcp_.mcp_manager.MCPManager.remove_server",false]],"render() (in module mindroot.lib.butemplates)":[[31,"mindroot.lib.butemplates.render",false]],"render() (in module mindroot.lib.templates)":[[31,"mindroot.lib.templates.render",false]],"render_combined_template() (in module mindroot.lib.butemplates)":[[31,"mindroot.lib.butemplates.render_combined_template",false]],"render_combined_template() (in module mindroot.lib.templates)":[[31,"mindroot.lib.templates.render_combined_template",false]],"render_direct_template() (in module mindroot.lib.templates)":[[31,"mindroot.lib.templates.render_direct_template",false]],"reorder_preferences() (mindroot.lib.providers.model_preferences_v2.modelpreferencesv2 method)":[[35,"mindroot.lib.providers.model_preferences_v2.ModelPreferencesV2.reorder_preferences",false]],"replace_placeholders() (in module mindroot.coreplugins.l8n.test_l8n_standalone)":[[24,"mindroot.coreplugins.l8n.test_l8n_standalone.replace_placeholders",false]],"replace_placeholders() (in module mindroot.coreplugins.l8n.utils)":[[24,"mindroot.coreplugins.l8n.utils.replace_placeholders",false]],"repo (mindroot.coreplugins.admin.plugin_routes.githubpublishrequest attribute)":[[12,"mindroot.coreplugins.admin.plugin_routes.GithubPublishRequest.repo",false]],"repo_path (mindroot.coreplugins.admin.agent_router.githubimportrequest attribute)":[[12,"mindroot.coreplugins.admin.agent_router.GitHubImportRequest.repo_path",false]],"requires_all_roles() (in module mindroot.lib.route_decorators)":[[31,"mindroot.lib.route_decorators.requires_all_roles",false]],"requires_any_role() (in module mindroot.lib.route_decorators)":[[31,"mindroot.lib.route_decorators.requires_any_role",false]],"requires_role() (in module mindroot.lib.route_decorators)":[[31,"mindroot.lib.route_decorators.requires_role",false]],"restart_server() (in module mindroot.coreplugins.admin.server_router)":[[12,"mindroot.coreplugins.admin.server_router.restart_server",false]],"results_output() (in module mindroot.coreplugins.chat.services)":[[14,"mindroot.coreplugins.chat.services.results_output",false]],"results_text() (in module mindroot.coreplugins.chat.services)":[[14,"mindroot.coreplugins.chat.services.results_text",false]],"results_text_output() (in module mindroot.coreplugins.chat.services)":[[14,"mindroot.coreplugins.chat.services.results_text_output",false]],"run() (in module mindroot.coreplugins.mcp_.testmcpclient)":[[25,"mindroot.coreplugins.mcp_.testmcpclient.run",false]],"run_command_with_streaming() (in module mindroot.lib.streamcmd)":[[31,"mindroot.lib.streamcmd.run_command_with_streaming",false]],"run_migrations() (in module mindroot.migrate)":[[10,"mindroot.migrate.run_migrations",false]],"run_task() (in module mindroot.coreplugins.chat.services)":[[14,"mindroot.coreplugins.chat.services.run_task",false]],"run_task_route() (in module mindroot.coreplugins.chat.router)":[[14,"mindroot.coreplugins.chat.router.run_task_route",false]],"running_command() (in module mindroot.coreplugins.chat.services)":[[14,"mindroot.coreplugins.chat.services.running_command",false]],"sanity_test() (mindroot.coreplugins.mcp_.mcp_manager.mcpmanager method)":[[25,"mindroot.coreplugins.mcp_.mcp_manager.MCPManager.sanity_test",false]],"save_catalog() (mindroot.coreplugins.mcp_.catalog_manager.mcpcatalogmanager method)":[[25,"mindroot.coreplugins.mcp_.catalog_manager.MCPCatalogManager.save_catalog",false]],"save_config() (mindroot.coreplugins.mcp_.mcp_manager.mcpmanager method)":[[25,"mindroot.coreplugins.mcp_.mcp_manager.MCPManager.save_config",false]],"save_context() (mindroot.lib.chatcontext.chatcontext method)":[[31,"mindroot.lib.chatcontext.ChatContext.save_context",false]],"save_context_data() (mindroot.lib.chatcontext.chatcontext method)":[[31,"mindroot.lib.chatcontext.ChatContext.save_context_data",false]],"save_log() (mindroot.lib.buchatlog.chatlog method)":[[31,"mindroot.lib.buchatlog.ChatLog.save_log",false]],"save_log() (mindroot.lib.buchatlog2.chatlog method)":[[31,"mindroot.lib.buchatlog2.ChatLog.save_log",false]],"save_log() (mindroot.lib.chatlog.chatlog method)":[[31,"mindroot.lib.chatlog.ChatLog.save_log",false]],"save_log() (mindroot.lib.chatlog_optimized.chatlog method)":[[31,"mindroot.lib.chatlog_optimized.ChatLog.save_log",false]],"save_plugin_manifest() (in module mindroot.lib.plugins)":[[31,"mindroot.lib.plugins.save_plugin_manifest",false]],"save_plugin_translations() (in module mindroot.coreplugins.l8n.mod)":[[24,"mindroot.coreplugins.l8n.mod.save_plugin_translations",false]],"save_preferences() (mindroot.lib.providers.model_preferences_v2.modelpreferencesv2 method)":[[35,"mindroot.lib.providers.model_preferences_v2.ModelPreferencesV2.save_preferences",false]],"save_session_data() (in module mindroot.lib.session_files)":[[31,"mindroot.lib.session_files.save_session_data",false]],"save_settings() (in module mindroot.coreplugins.admin.settings_router)":[[12,"mindroot.coreplugins.admin.settings_router.save_settings",false]],"save_settings_v2() (in module mindroot.coreplugins.admin.settings_router)":[[12,"mindroot.coreplugins.admin.settings_router.save_settings_v2",false]],"save_token_counts_to_cache() (in module mindroot.lib.buchatlog2)":[[31,"mindroot.lib.buchatlog2.save_token_counts_to_cache",false]],"save_token_counts_to_cache() (in module mindroot.lib.chatlog)":[[31,"mindroot.lib.chatlog.save_token_counts_to_cache",false]],"save_token_counts_to_cache() (in module mindroot.lib.chatlog_optimized)":[[31,"mindroot.lib.chatlog_optimized.save_token_counts_to_cache",false]],"save_token_counts_to_cache() (in module mindroot.lib.token_counter)":[[31,"mindroot.lib.token_counter.save_token_counts_to_cache",false]],"scan_agent_ownership() (in module mindroot.coreplugins.admin.agent_router)":[[12,"mindroot.coreplugins.admin.agent_router.scan_agent_ownership",false]],"scan_and_import_agents() (in module mindroot.coreplugins.admin.agent_importer)":[[12,"mindroot.coreplugins.admin.agent_importer.scan_and_import_agents",false]],"scan_and_import_agents_endpoint() (in module mindroot.coreplugins.admin.agent_router)":[[12,"mindroot.coreplugins.admin.agent_router.scan_and_import_agents_endpoint",false]],"scan_directory() (in module mindroot.coreplugins.admin.plugin_manager)":[[12,"mindroot.coreplugins.admin.plugin_manager.scan_directory",false]],"scan_for_agents() (in module mindroot.coreplugins.admin.agent_importer)":[[12,"mindroot.coreplugins.admin.agent_importer.scan_for_agents",false]],"scandirectoryrequest (class in mindroot.coreplugins.admin.agent_router)":[[12,"mindroot.coreplugins.admin.agent_router.ScanDirectoryRequest",false]],"scope (mindroot.coreplugins.admin.agent_router.githubimportrequest attribute)":[[12,"mindroot.coreplugins.admin.agent_router.GitHubImportRequest.scope",false]],"scope (mindroot.coreplugins.admin.agent_router.scandirectoryrequest attribute)":[[12,"mindroot.coreplugins.admin.agent_router.ScanDirectoryRequest.scope",false]],"scopes (mindroot.coreplugins.admin.mcp_routes.mcpserveraddrequest attribute)":[[12,"mindroot.coreplugins.admin.mcp_routes.McpServerAddRequest.scopes",false]],"scopes (mindroot.coreplugins.mcp_.mcp_manager.mcpserver attribute)":[[25,"mindroot.coreplugins.mcp_.mcp_manager.MCPServer.scopes",false]],"search (mindroot.coreplugins.admin.mcp_registry_routes.registrybrowserequest attribute)":[[12,"mindroot.coreplugins.admin.mcp_registry_routes.RegistryBrowseRequest.search",false]],"search_mcp_catalog() (in module mindroot.coreplugins.admin.mcp_catalog_routes)":[[12,"mindroot.coreplugins.admin.mcp_catalog_routes.search_mcp_catalog",false]],"search_servers() (mindroot.coreplugins.mcp_.catalog_manager.mcpcatalogmanager method)":[[25,"mindroot.coreplugins.mcp_.catalog_manager.MCPCatalogManager.search_servers",false]],"secrets (mindroot.coreplugins.admin.mcp_routes.mcpconnectrequest attribute)":[[12,"mindroot.coreplugins.admin.mcp_routes.McpConnectRequest.secrets",false]],"secrets (mindroot.coreplugins.admin.mcp_routes.mcplocaltestrequest attribute)":[[12,"mindroot.coreplugins.admin.mcp_routes.McpLocalTestRequest.secrets",false]],"secrets (mindroot.coreplugins.mcp_.mcp_manager.mcpserver attribute)":[[25,"mindroot.coreplugins.mcp_.mcp_manager.MCPServer.secrets",false]],"send_email() (in module mindroot.coreplugins.email.mod)":[[18,"mindroot.coreplugins.email.mod.send_email",false]],"send_email() (mindroot.coreplugins.email.email_provider.emailprovider method)":[[18,"mindroot.coreplugins.email.email_provider.EmailProvider.send_email",false]],"send_email() (mindroot.coreplugins.email.smtp_handler.smtphandler method)":[[18,"mindroot.coreplugins.email.smtp_handler.SMTPHandler.send_email",false]],"send_email_helper() (in module mindroot.coreplugins.email.services)":[[18,"mindroot.coreplugins.email.services.send_email_helper",false]],"send_message() (in module mindroot.coreplugins.chat.router)":[[14,"mindroot.coreplugins.chat.router.send_message",false]],"send_message_to_agent() (in module mindroot.coreplugins.chat.services)":[[14,"mindroot.coreplugins.chat.services.send_message_to_agent",false]],"send_to_parent_chat() (in module mindroot.coreplugins.chat.commands)":[[14,"mindroot.coreplugins.chat.commands.send_to_parent_chat",false]],"serve_asset() (in module mindroot.coreplugins.admin.persona_router)":[[12,"mindroot.coreplugins.admin.persona_router.serve_asset",false]],"server_name (mindroot.coreplugins.admin.mcp_publish_routes.mcpcompleteoauthrequest attribute)":[[12,"mindroot.coreplugins.admin.mcp_publish_routes.McpCompleteOAuthRequest.server_name",false]],"server_name (mindroot.coreplugins.admin.mcp_registry_routes.registryserverinstallrequest attribute)":[[12,"mindroot.coreplugins.admin.mcp_registry_routes.RegistryServerInstallRequest.server_name",false]],"server_name (mindroot.coreplugins.admin.mcp_routes.mcpconnectrequest attribute)":[[12,"mindroot.coreplugins.admin.mcp_routes.McpConnectRequest.server_name",false]],"server_name (mindroot.coreplugins.admin.mcp_routes.mcpoauthcallbackrequest attribute)":[[12,"mindroot.coreplugins.admin.mcp_routes.McpOAuthCallbackRequest.server_name",false]],"server_name (mindroot.coreplugins.admin.mcp_routes.mcpserverrequest attribute)":[[12,"mindroot.coreplugins.admin.mcp_routes.McpServerRequest.server_name",false]],"server_type (mindroot.coreplugins.admin.mcp_publish_routes.mcpserverpublishrequest attribute)":[[12,"mindroot.coreplugins.admin.mcp_publish_routes.McpServerPublishRequest.server_type",false]],"service() (in module mindroot.lib.providers.services)":[[35,"mindroot.lib.providers.services.service",false]],"service_or_command_name (mindroot.coreplugins.admin.settings_router.setting attribute)":[[12,"mindroot.coreplugins.admin.settings_router.Setting.service_or_command_name",false]],"services (mindroot.coreplugins.admin.plugin_manager.pluginmetadata attribute)":[[12,"mindroot.coreplugins.admin.plugin_manager.PluginMetadata.services",false]],"set_client_info() (mindroot.coreplugins.mcp_.oauth_storage.mcptokenstorage method)":[[25,"mindroot.coreplugins.mcp_.oauth_storage.MCPTokenStorage.set_client_info",false]],"set_client_info() (mindroot.coreplugins.mcp_.testmcpclient.inmemorytokenstorage method)":[[25,"mindroot.coreplugins.mcp_.testmcpclient.InMemoryTokenStorage.set_client_info",false]],"set_cookie() (mindroot.coreplugins.l8n.test_middleware.mockresponse method)":[[24,"mindroot.coreplugins.l8n.test_middleware.MockResponse.set_cookie",false]],"set_language_for_request() (in module mindroot.coreplugins.l8n.language_detection)":[[24,"mindroot.coreplugins.l8n.language_detection.set_language_for_request",false]],"set_sessions() (mindroot.coreplugins.mcp_.dynamic_commands.mcpdynamiccommands method)":[[25,"mindroot.coreplugins.mcp_.dynamic_commands.MCPDynamicCommands.set_sessions",false]],"set_tokens() (mindroot.coreplugins.mcp_.oauth_storage.mcptokenstorage method)":[[25,"mindroot.coreplugins.mcp_.oauth_storage.MCPTokenStorage.set_tokens",false]],"set_tokens() (mindroot.coreplugins.mcp_.testmcpclient.inmemorytokenstorage method)":[[25,"mindroot.coreplugins.mcp_.testmcpclient.InMemoryTokenStorage.set_tokens",false]],"set_translations() (in module mindroot.coreplugins.l8n.mod)":[[24,"mindroot.coreplugins.l8n.mod.set_translations",false]],"set_translations() (in module mindroot.coreplugins.l8n.test_l8n_standalone)":[[24,"mindroot.coreplugins.l8n.test_l8n_standalone.set_translations",false]],"setting (class in mindroot.coreplugins.admin.settings_router)":[[12,"mindroot.coreplugins.admin.settings_router.Setting",false]],"setup_app_internal() (in module mindroot.server)":[[10,"mindroot.server.setup_app_internal",false]],"setup_app_internal() (in module mindroot.server_missing_normal_args)":[[10,"mindroot.server_missing_normal_args.setup_app_internal",false]],"setup_app_internal() (in module mindroot.server_prev)":[[10,"mindroot.server_prev.setup_app_internal",false]],"setup_template_environment() (in module mindroot.lib.butemplates)":[[31,"mindroot.lib.butemplates.setup_template_environment",false]],"setup_template_environment() (in module mindroot.lib.templates)":[[31,"mindroot.lib.templates.setup_template_environment",false]],"smtphandler (class in mindroot.coreplugins.email.smtp_handler)":[[18,"mindroot.coreplugins.email.smtp_handler.SMTPHandler",false]],"source (mindroot.coreplugins.admin.plugin_manager.streaminstallrequest attribute)":[[12,"mindroot.coreplugins.admin.plugin_manager.StreamInstallRequest.source",false]],"source_path (mindroot.coreplugins.admin.plugin_manager.streaminstallrequest attribute)":[[12,"mindroot.coreplugins.admin.plugin_manager.StreamInstallRequest.source_path",false]],"spawn_restart() (in module mindroot.coreplugins.admin.server_router)":[[12,"mindroot.coreplugins.admin.server_router.spawn_restart",false]],"start_oauth_flow() (mindroot.coreplugins.mcp_.mcp_manager.mcpmanager method)":[[25,"mindroot.coreplugins.mcp_.mcp_manager.MCPManager.start_oauth_flow",false]],"startup() (in module mindroot.coreplugins.chat.mod)":[[14,"mindroot.coreplugins.chat.mod.startup",false]],"startup() (in module mindroot.coreplugins.jwt_auth.mod)":[[23,"mindroot.coreplugins.jwt_auth.mod.startup",false]],"state (mindroot.coreplugins.admin.mcp_publish_routes.mcpcompleteoauthrequest attribute)":[[12,"mindroot.coreplugins.admin.mcp_publish_routes.McpCompleteOAuthRequest.state",false]],"state (mindroot.coreplugins.admin.mcp_routes.mcpoauthcallbackrequest attribute)":[[12,"mindroot.coreplugins.admin.mcp_routes.McpOAuthCallbackRequest.state",false]],"status (mindroot.coreplugins.mcp_.mcp_manager.mcpserver attribute)":[[25,"mindroot.coreplugins.mcp_.mcp_manager.MCPServer.status",false]],"stop_server() (in module mindroot.coreplugins.admin.server_router)":[[12,"mindroot.coreplugins.admin.server_router.stop_server",false]],"store_asset() (mindroot.coreplugins.admin.asset_manager.assetmanager method)":[[12,"mindroot.coreplugins.admin.asset_manager.AssetManager.store_asset",false]],"store_content() (mindroot.coreplugins.admin.asset_manager.assetmanager method)":[[12,"mindroot.coreplugins.admin.asset_manager.AssetManager.store_content",false]],"stream_command_as_events() (in module mindroot.lib.streamcmd)":[[31,"mindroot.lib.streamcmd.stream_command_as_events",false]],"stream_install_plugin() (in module mindroot.coreplugins.admin.plugin_manager)":[[12,"mindroot.coreplugins.admin.plugin_manager.stream_install_plugin",false]],"stream_install_plugin_get() (in module mindroot.coreplugins.admin.plugin_manager)":[[12,"mindroot.coreplugins.admin.plugin_manager.stream_install_plugin_get",false]],"stream_install_recommended_plugins() (in module mindroot.coreplugins.admin.command_router)":[[12,"mindroot.coreplugins.admin.command_router.stream_install_recommended_plugins",false]],"streaminstallrequest (class in mindroot.coreplugins.admin.plugin_manager)":[[12,"mindroot.coreplugins.admin.plugin_manager.StreamInstallRequest",false]],"styling (mindroot.coreplugins.chat.widget_routes.widgettokencreate attribute)":[[14,"mindroot.coreplugins.chat.widget_routes.WidgetTokenCreate.styling",false]],"styling (mindroot.coreplugins.chat.widget_routes.widgettokenresponse attribute)":[[14,"mindroot.coreplugins.chat.widget_routes.WidgetTokenResponse.styling",false]],"subscribe_to_agent_messages() (in module mindroot.coreplugins.chat.services)":[[14,"mindroot.coreplugins.chat.services.subscribe_to_agent_messages",false]],"tag (mindroot.coreplugins.admin.agent_router.githubimportrequest attribute)":[[12,"mindroot.coreplugins.admin.agent_router.GitHubImportRequest.tag",false]],"task_result() (in module mindroot.coreplugins.chat.commands)":[[14,"mindroot.coreplugins.chat.commands.task_result",false]],"taskrequest (class in mindroot.coreplugins.chat.router)":[[14,"mindroot.coreplugins.chat.router.TaskRequest",false]],"tell_and_continue() (in module mindroot.coreplugins.chat.commands)":[[14,"mindroot.coreplugins.chat.commands.tell_and_continue",false]],"test_basic_functionality() (in module mindroot.coreplugins.l8n.test_l8n_standalone)":[[24,"mindroot.coreplugins.l8n.test_l8n_standalone.test_basic_functionality",false]],"test_direct_connection() (in module mindroot.coreplugins.admin.mcp_publish_routes)":[[12,"mindroot.coreplugins.admin.mcp_publish_routes.test_direct_connection",false]],"test_email_service() (in module mindroot.coreplugins.email.test_email_service)":[[18,"mindroot.coreplugins.email.test_email_service.test_email_service",false]],"test_file_integration() (in module mindroot.coreplugins.l8n.test_enhanced)":[[24,"mindroot.coreplugins.l8n.test_enhanced.test_file_integration",false]],"test_integrated_translation() (in module mindroot.coreplugins.l8n.test_enhanced)":[[24,"mindroot.coreplugins.l8n.test_enhanced.test_integrated_translation",false]],"test_integration_with_templates() (in module mindroot.coreplugins.l8n.test_middleware)":[[24,"mindroot.coreplugins.l8n.test_middleware.test_integration_with_templates",false]],"test_language_detection() (in module mindroot.coreplugins.l8n.test_enhanced)":[[24,"mindroot.coreplugins.l8n.test_enhanced.test_language_detection",false]],"test_language_detection() (in module mindroot.coreplugins.l8n.test_middleware)":[[24,"mindroot.coreplugins.l8n.test_middleware.test_language_detection",false]],"test_local_mcp_server() (in module mindroot.coreplugins.admin.mcp_publish_routes)":[[12,"mindroot.coreplugins.admin.mcp_publish_routes.test_local_mcp_server",false]],"test_local_server_capabilities() (mindroot.coreplugins.mcp_.mcp_manager.mcpmanager method)":[[25,"mindroot.coreplugins.mcp_.mcp_manager.MCPManager.test_local_server_capabilities",false]],"test_middleware_functionality() (in module mindroot.coreplugins.l8n.test_middleware)":[[24,"mindroot.coreplugins.l8n.test_middleware.test_middleware_functionality",false]],"test_registry_connection() (in module mindroot.coreplugins.admin.registry_settings_routes)":[[12,"mindroot.coreplugins.admin.registry_settings_routes.test_registry_connection",false]],"test_remote_mcp_server() (in module mindroot.coreplugins.admin.mcp_publish_routes)":[[12,"mindroot.coreplugins.admin.mcp_publish_routes.test_remote_mcp_server",false]],"text (mindroot.coreplugins.chat.models.textmessagepart attribute)":[[14,"mindroot.coreplugins.chat.models.TextMessagePart.text",false]],"textmessagepart (class in mindroot.coreplugins.chat.models)":[[14,"mindroot.coreplugins.chat.models.TextMessagePart",false]],"toggle_plugin() (in module mindroot.coreplugins.admin.plugin_manager)":[[12,"mindroot.coreplugins.admin.plugin_manager.toggle_plugin",false]],"toggle_plugin_state() (in module mindroot.lib.plugins)":[[31,"mindroot.lib.plugins.toggle_plugin_state",false]],"togglepluginrequest (class in mindroot.coreplugins.admin.plugin_manager)":[[12,"mindroot.coreplugins.admin.plugin_manager.TogglePluginRequest",false]],"token (mindroot.coreplugins.chat.widget_routes.widgettokenresponse attribute)":[[14,"mindroot.coreplugins.chat.widget_routes.WidgetTokenResponse.token",false]],"token_expires_at (mindroot.coreplugins.mcp_.mcp_manager.mcpserver attribute)":[[25,"mindroot.coreplugins.mcp_.mcp_manager.MCPServer.token_expires_at",false]],"tools (mindroot.coreplugins.admin.mcp_publish_routes.mcpserverpublishrequest attribute)":[[12,"mindroot.coreplugins.admin.mcp_publish_routes.McpServerPublishRequest.tools",false]],"transport (mindroot.coreplugins.admin.mcp_routes.mcpserveraddrequest attribute)":[[12,"mindroot.coreplugins.admin.mcp_routes.McpServerAddRequest.transport",false]],"transport (mindroot.coreplugins.mcp_.mcp_manager.mcpserver attribute)":[[25,"mindroot.coreplugins.mcp_.mcp_manager.MCPServer.transport",false]],"transport_type (mindroot.coreplugins.admin.mcp_routes.mcpserveraddrequest attribute)":[[12,"mindroot.coreplugins.admin.mcp_routes.McpServerAddRequest.transport_type",false]],"transport_type (mindroot.coreplugins.mcp_.mcp_manager.mcpserver attribute)":[[25,"mindroot.coreplugins.mcp_.mcp_manager.MCPServer.transport_type",false]],"transport_url (mindroot.coreplugins.admin.mcp_routes.mcpserveraddrequest attribute)":[[12,"mindroot.coreplugins.admin.mcp_routes.McpServerAddRequest.transport_url",false]],"transport_url (mindroot.coreplugins.mcp_.mcp_manager.mcpserver attribute)":[[25,"mindroot.coreplugins.mcp_.mcp_manager.MCPServer.transport_url",false]],"type (mindroot.coreplugins.chat.models.imagemessagepart attribute)":[[14,"mindroot.coreplugins.chat.models.ImageMessagePart.type",false]],"type (mindroot.coreplugins.chat.models.textmessagepart attribute)":[[14,"mindroot.coreplugins.chat.models.TextMessagePart.type",false]],"unregister_server_tools() (mindroot.coreplugins.mcp_.dynamic_commands.mcpdynamiccommands method)":[[25,"mindroot.coreplugins.mcp_.dynamic_commands.MCPDynamicCommands.unregister_server_tools",false]],"update_agent() (in module mindroot.coreplugins.admin.agent_router)":[[12,"mindroot.coreplugins.admin.agent_router.update_agent",false]],"update_mindroot() (in module mindroot.coreplugins.admin.router)":[[12,"mindroot.coreplugins.admin.router.update_mindroot",false]],"update_persona() (in module mindroot.coreplugins.admin.persona_router)":[[12,"mindroot.coreplugins.admin.persona_router.update_persona",false]],"update_plugin_manifest() (in module mindroot.lib.plugins)":[[31,"mindroot.lib.plugins.update_plugin_manifest",false]],"update_plugins() (in module mindroot.coreplugins.admin.plugin_router)":[[12,"mindroot.coreplugins.admin.plugin_router.update_plugins",false]],"update_plugins() (in module mindroot.coreplugins.admin.plugin_routes)":[[12,"mindroot.coreplugins.admin.plugin_routes.update_plugins",false]],"update_plugins_json() (in module mindroot.lib.plugins_install)":[[31,"mindroot.lib.plugins_install.update_plugins_json",false]],"update_registry_settings() (in module mindroot.coreplugins.admin.registry_settings_routes)":[[12,"mindroot.coreplugins.admin.registry_settings_routes.update_registry_settings",false]],"update_server_status() (mindroot.coreplugins.mcp_.catalog_manager.mcpcatalogmanager method)":[[25,"mindroot.coreplugins.mcp_.catalog_manager.MCPCatalogManager.update_server_status",false]],"update_setting() (in module mindroot.coreplugins.admin.settings_router)":[[12,"mindroot.coreplugins.admin.settings_router.update_setting",false]],"upload_file() (in module mindroot.coreplugins.chat.router)":[[14,"mindroot.coreplugins.chat.router.upload_file",false]],"url (mindroot.coreplugins.admin.mcp_publish_routes.mcpserverpublishrequest attribute)":[[12,"mindroot.coreplugins.admin.mcp_publish_routes.McpServerPublishRequest.url",false]],"url (mindroot.coreplugins.admin.mcp_publish_routes.mcptestremoterequest attribute)":[[12,"mindroot.coreplugins.admin.mcp_publish_routes.McpTestRemoteRequest.url",false]],"url (mindroot.coreplugins.admin.mcp_routes.mcpserveraddrequest attribute)":[[12,"mindroot.coreplugins.admin.mcp_routes.McpServerAddRequest.url",false]],"url (mindroot.coreplugins.admin.plugin_manager.githubpluginrequest attribute)":[[12,"mindroot.coreplugins.admin.plugin_manager.GitHubPluginRequest.url",false]],"url (mindroot.coreplugins.mcp_.mcp_manager.mcpserver attribute)":[[25,"mindroot.coreplugins.mcp_.mcp_manager.MCPServer.url",false]],"username (mindroot.coreplugins.jwt_auth.router.loginrequest attribute)":[[23,"mindroot.coreplugins.jwt_auth.router.LoginRequest.username",false]],"validate_agent_structure() (in module mindroot.coreplugins.admin.agent_importer)":[[12,"mindroot.coreplugins.admin.agent_importer.validate_agent_structure",false]],"validate_token() (mindroot.coreplugins.chat.widget_manager.widgetmanager method)":[[14,"mindroot.coreplugins.chat.widget_manager.WidgetManager.validate_token",false]],"wait_for_user_reply() (in module mindroot.coreplugins.chat.commands)":[[14,"mindroot.coreplugins.chat.commands.wait_for_user_reply",false]],"widgetmanager (class in mindroot.coreplugins.chat.widget_manager)":[[14,"mindroot.coreplugins.chat.widget_manager.WidgetManager",false]],"widgettokencreate (class in mindroot.coreplugins.chat.widget_routes)":[[14,"mindroot.coreplugins.chat.widget_routes.WidgetTokenCreate",false]],"widgettokenresponse (class in mindroot.coreplugins.chat.widget_routes)":[[14,"mindroot.coreplugins.chat.widget_routes.WidgetTokenResponse",false]],"write_localized_file() (in module mindroot.coreplugins.l8n.mod)":[[24,"mindroot.coreplugins.l8n.mod.write_localized_file",false]],"write_localized_file() (in module mindroot.coreplugins.l8n.test_l8n_standalone)":[[24,"mindroot.coreplugins.l8n.test_l8n_standalone.write_localized_file",false]],"write_settings() (in module mindroot.coreplugins.admin.settings_router)":[[12,"mindroot.coreplugins.admin.settings_router.write_settings",false]]},"objects":{"":[[10,0,0,"-","mindroot"]],"mindroot":[[11,0,0,"-","coreplugins"],[31,0,0,"-","lib"],[10,0,0,"-","migrate"],[37,0,0,"-","registry"],[10,0,0,"-","server"],[10,0,0,"-","server_missing_normal_args"],[10,0,0,"-","server_prev"]],"mindroot.coreplugins":[[12,0,0,"-","admin"],[13,0,0,"-","api_keys"],[14,0,0,"-","chat"],[15,0,0,"-","chat_avatar"],[16,0,0,"-","check_list"],[17,0,0,"-","credits"],[18,0,0,"-","email"],[19,0,0,"-","env_manager"],[20,0,0,"-","events"],[21,0,0,"-","index"],[23,0,0,"-","jwt_auth"],[24,0,0,"-","l8n"],[25,0,0,"-","mcp_"],[26,0,0,"-","persona"],[27,0,0,"-","startup"],[28,0,0,"-","subscriptions"],[29,0,0,"-","usage"],[30,0,0,"-","user_service"]],"mindroot.coreplugins.admin":[[12,0,0,"-","agent_importer"],[12,0,0,"-","agent_router"],[12,0,0,"-","asset_manager"],[12,0,0,"-","command_router"],[12,0,0,"-","mcp_catalog_routes"],[12,0,0,"-","mcp_publish_routes"],[12,0,0,"-","mcp_registry_routes"],[12,0,0,"-","mcp_routes"],[12,0,0,"-","mod"],[12,0,0,"-","oauth_callback_router"],[12,0,0,"-","persona_handler"],[12,0,0,"-","persona_router"],[12,0,0,"-","plugin_manager"],[12,0,0,"-","plugin_router"],[12,0,0,"-","plugin_router_fixed"],[12,0,0,"-","plugin_routes"],[12,0,0,"-","registry_settings_routes"],[12,0,0,"-","router"],[12,0,0,"-","server_router"],[12,0,0,"-","service_models"],[12,0,0,"-","settings_router"]],"mindroot.coreplugins.admin.agent_importer":[[12,1,1,"","download_github_files"],[12,1,1,"","import_agent"],[12,1,1,"","import_github_agent"],[12,1,1,"","import_persona"],[12,1,1,"","scan_and_import_agents"],[12,1,1,"","scan_for_agents"],[12,1,1,"","validate_agent_structure"]],"mindroot.coreplugins.admin.agent_router":[[12,2,1,"","GitHubImportRequest"],[12,2,1,"","ScanDirectoryRequest"],[12,1,1,"","create_agent"],[12,1,1,"","export_agent_zip"],[12,1,1,"","get_agent_ownership_info"],[12,1,1,"","get_command_providers"],[12,1,1,"","get_full_agent_data"],[12,1,1,"","import_agent_zip"],[12,1,1,"","import_github_agent_endpoint"],[12,1,1,"","list_agents"],[12,1,1,"","load_agent_data"],[12,1,1,"","load_persona_data"],[12,1,1,"","read_agent"],[12,1,1,"","refresh_agent_ownership_cache"],[12,1,1,"","scan_agent_ownership"],[12,1,1,"","scan_and_import_agents_endpoint"],[12,1,1,"","update_agent"]],"mindroot.coreplugins.admin.agent_router.GitHubImportRequest":[[12,3,1,"","model_config"],[12,3,1,"","repo_path"],[12,3,1,"","scope"],[12,3,1,"","tag"]],"mindroot.coreplugins.admin.agent_router.ScanDirectoryRequest":[[12,3,1,"","directory"],[12,3,1,"","model_config"],[12,3,1,"","scope"]],"mindroot.coreplugins.admin.asset_manager":[[12,2,1,"","AssetManager"]],"mindroot.coreplugins.admin.asset_manager.AssetManager":[[12,4,1,"","calculate_content_hash"],[12,4,1,"","calculate_file_hash"],[12,4,1,"","decrement_reference_count"],[12,4,1,"","get_asset_metadata"],[12,4,1,"","get_asset_path"],[12,4,1,"","get_stats"],[12,4,1,"","store_asset"],[12,4,1,"","store_content"]],"mindroot.coreplugins.admin.command_router":[[12,1,1,"","check_recommended_plugins"],[12,1,1,"","command_plugin_mapping"],[12,1,1,"","install_agent_recommended_plugins"],[12,1,1,"","install_queued_plugins"],[12,1,1,"","missing_commands"],[12,1,1,"","queue_plugin_install"],[12,1,1,"","stream_install_recommended_plugins"]],"mindroot.coreplugins.admin.mcp_catalog_routes":[[12,1,1,"","get_catalog_server_info"],[12,1,1,"","get_mcp_catalog"],[12,1,1,"","get_mcp_categories"],[12,1,1,"","install_from_catalog"],[12,1,1,"","refresh_catalog_status"],[12,1,1,"","search_mcp_catalog"]],"mindroot.coreplugins.admin.mcp_publish_routes":[[12,2,1,"","McpCompleteOAuthRequest"],[12,2,1,"","McpServerPublishRequest"],[12,2,1,"","McpTestLocalRequest"],[12,2,1,"","McpTestRemoteRequest"],[12,1,1,"","complete_oauth_flow"],[12,1,1,"","get_oauth_status"],[12,1,1,"","publish_mcp_server"],[12,1,1,"","test_direct_connection"],[12,1,1,"","test_local_mcp_server"],[12,1,1,"","test_remote_mcp_server"]],"mindroot.coreplugins.admin.mcp_publish_routes.McpCompleteOAuthRequest":[[12,3,1,"","code"],[12,3,1,"","model_config"],[12,3,1,"","server_name"],[12,3,1,"","state"]],"mindroot.coreplugins.admin.mcp_publish_routes.McpServerPublishRequest":[[12,3,1,"","args"],[12,3,1,"","command"],[12,3,1,"","description"],[12,3,1,"","env"],[12,3,1,"","model_config"],[12,3,1,"","name"],[12,3,1,"","server_type"],[12,3,1,"","tools"],[12,3,1,"","url"]],"mindroot.coreplugins.admin.mcp_publish_routes.McpTestLocalRequest":[[12,3,1,"","args"],[12,3,1,"","command"],[12,3,1,"","env"],[12,3,1,"","model_config"],[12,3,1,"","name"]],"mindroot.coreplugins.admin.mcp_publish_routes.McpTestRemoteRequest":[[12,3,1,"","model_config"],[12,3,1,"","name"],[12,3,1,"","url"]],"mindroot.coreplugins.admin.mcp_registry_routes":[[12,2,1,"","RegistryBrowseRequest"],[12,2,1,"","RegistryServerInstallRequest"],[12,1,1,"","browse_registry_servers"],[12,1,1,"","complete_registry_oauth"],[12,1,1,"","get_installation_status"],[12,1,1,"","get_registry_categories"],[12,1,1,"","get_registry_server_details"],[12,1,1,"","install_registry_server"],[12,1,1,"","mark_server_installed"]],"mindroot.coreplugins.admin.mcp_registry_routes.RegistryBrowseRequest":[[12,3,1,"","category"],[12,3,1,"","limit"],[12,3,1,"","model_config"],[12,3,1,"","page"],[12,3,1,"","search"]],"mindroot.coreplugins.admin.mcp_registry_routes.RegistryServerInstallRequest":[[12,3,1,"","model_config"],[12,3,1,"","registry_id"],[12,3,1,"","server_name"]],"mindroot.coreplugins.admin.mcp_routes":[[12,2,1,"","McpConnectRequest"],[12,2,1,"","McpLocalTestRequest"],[12,2,1,"","McpOAuthCallbackRequest"],[12,2,1,"","McpServerAddRequest"],[12,2,1,"","McpServerRequest"],[12,1,1,"","add_mcp_server"],[12,1,1,"","connect_mcp_server"],[12,1,1,"","disconnect_mcp_server"],[12,1,1,"","list_mcp_servers"],[12,1,1,"","remove_mcp_server"]],"mindroot.coreplugins.admin.mcp_routes.McpConnectRequest":[[12,3,1,"","model_config"],[12,3,1,"","secrets"],[12,3,1,"","server_name"]],"mindroot.coreplugins.admin.mcp_routes.McpLocalTestRequest":[[12,3,1,"","args"],[12,3,1,"","command"],[12,3,1,"","env"],[12,3,1,"","model_config"],[12,3,1,"","name"],[12,3,1,"","secrets"]],"mindroot.coreplugins.admin.mcp_routes.McpOAuthCallbackRequest":[[12,3,1,"","code"],[12,3,1,"","model_config"],[12,3,1,"","server_name"],[12,3,1,"","state"]],"mindroot.coreplugins.admin.mcp_routes.McpServerAddRequest":[[12,3,1,"","args"],[12,3,1,"","auth_headers"],[12,3,1,"","auth_type"],[12,3,1,"","authorization_server_url"],[12,3,1,"","client_id"],[12,3,1,"","client_secret"],[12,3,1,"","command"],[12,3,1,"","description"],[12,3,1,"","env"],[12,3,1,"","model_config"],[12,3,1,"","name"],[12,3,1,"","provider_url"],[12,3,1,"","redirect_uri"],[12,3,1,"","scopes"],[12,3,1,"","transport"],[12,3,1,"","transport_type"],[12,3,1,"","transport_url"],[12,3,1,"","url"]],"mindroot.coreplugins.admin.mcp_routes.McpServerRequest":[[12,3,1,"","model_config"],[12,3,1,"","server_name"]],"mindroot.coreplugins.admin.mod":[[12,1,1,"","get_git_version_info"]],"mindroot.coreplugins.admin.oauth_callback_router":[[12,1,1,"","mcp_oauth_callback"]],"mindroot.coreplugins.admin.persona_handler":[[12,1,1,"","handle_persona_import"],[12,1,1,"","import_persona_from_index"]],"mindroot.coreplugins.admin.persona_router":[[12,1,1,"","create_persona"],[12,1,1,"","create_registry_persona"],[12,1,1,"","create_registry_persona_with_assets"],[12,1,1,"","list_personas"],[12,1,1,"","read_persona"],[12,1,1,"","read_persona_by_path"],[12,1,1,"","serve_asset"],[12,1,1,"","update_persona"]],"mindroot.coreplugins.admin.plugin_manager":[[12,2,1,"","DirectoryRequest"],[12,2,1,"","GitHubPluginRequest"],[12,2,1,"","InstallFromIndexRequest"],[12,2,1,"","PluginMetadata"],[12,2,1,"","PluginRequest"],[12,2,1,"","StreamInstallRequest"],[12,2,1,"","TogglePluginRequest"],[12,1,1,"","discover_plugins"],[12,1,1,"","get_all_plugins"],[12,1,1,"","install_from_index"],[12,1,1,"","install_github_plugin"],[12,1,1,"","install_local_plugin"],[12,1,1,"","publish_plugin_from_github"],[12,1,1,"","scan_directory"],[12,1,1,"","stream_install_plugin"],[12,1,1,"","stream_install_plugin_get"],[12,1,1,"","toggle_plugin"]],"mindroot.coreplugins.admin.plugin_manager.DirectoryRequest":[[12,3,1,"","directory"],[12,3,1,"","model_config"]],"mindroot.coreplugins.admin.plugin_manager.GitHubPluginRequest":[[12,3,1,"","github_url"],[12,3,1,"","model_config"],[12,3,1,"","plugin"],[12,3,1,"","url"]],"mindroot.coreplugins.admin.plugin_manager.InstallFromIndexRequest":[[12,3,1,"","index_name"],[12,3,1,"","model_config"],[12,3,1,"","plugin"]],"mindroot.coreplugins.admin.plugin_manager.PluginMetadata":[[12,3,1,"","commands"],[12,3,1,"","dependencies"],[12,3,1,"","description"],[12,3,1,"","model_config"],[12,3,1,"","services"]],"mindroot.coreplugins.admin.plugin_manager.PluginRequest":[[12,3,1,"","model_config"],[12,3,1,"","plugin"]],"mindroot.coreplugins.admin.plugin_manager.StreamInstallRequest":[[12,3,1,"","model_config"],[12,3,1,"","plugin"],[12,3,1,"","source"],[12,3,1,"","source_path"]],"mindroot.coreplugins.admin.plugin_manager.TogglePluginRequest":[[12,3,1,"","enabled"],[12,3,1,"","model_config"],[12,3,1,"","plugin"]],"mindroot.coreplugins.admin.plugin_router":[[12,2,1,"","PluginUpdateRequest"],[12,1,1,"","get_plugins"],[12,1,1,"","update_plugins"]],"mindroot.coreplugins.admin.plugin_router.PluginUpdateRequest":[[12,3,1,"","model_config"],[12,3,1,"","plugins"]],"mindroot.coreplugins.admin.plugin_routes":[[12,2,1,"","GithubPublishRequest"],[12,2,1,"","PluginUpdateRequest"],[12,1,1,"","get_plugins"],[12,1,1,"","publish_plugin_from_github"],[12,1,1,"","update_plugins"]],"mindroot.coreplugins.admin.plugin_routes.GithubPublishRequest":[[12,3,1,"","model_config"],[12,3,1,"","registry_url"],[12,3,1,"","repo"]],"mindroot.coreplugins.admin.plugin_routes.PluginUpdateRequest":[[12,3,1,"","model_config"],[12,3,1,"","plugins"]],"mindroot.coreplugins.admin.registry_settings_routes":[[12,1,1,"","clear_registry_token"],[12,1,1,"","get_registry_settings"],[12,1,1,"","test_registry_connection"],[12,1,1,"","update_registry_settings"]],"mindroot.coreplugins.admin.router":[[12,1,1,"","get_admin_html"],[12,1,1,"","get_model_preferences_v2_html"],[12,1,1,"","get_version_info"],[12,1,1,"","update_mindroot"]],"mindroot.coreplugins.admin.server_router":[[12,1,1,"","delayed_exit"],[12,1,1,"","get_start_method"],[12,1,1,"","ping"],[12,1,1,"","restart_server"],[12,1,1,"","spawn_restart"],[12,1,1,"","stop_server"]],"mindroot.coreplugins.admin.service_models":[[12,1,1,"","cached_get_service_models"],[12,1,1,"","get_service_models_from_providers"]],"mindroot.coreplugins.admin.settings_router":[[12,2,1,"","Setting"],[12,1,1,"","delete_setting"],[12,1,1,"","get_commands"],[12,1,1,"","get_equivalent_flags"],[12,1,1,"","get_models"],[12,1,1,"","get_organized_models"],[12,1,1,"","get_providers"],[12,1,1,"","get_service_models"],[12,1,1,"","get_services"],[12,1,1,"","get_settings"],[12,1,1,"","get_settings_v2"],[12,1,1,"","migrate_settings"],[12,1,1,"","read_equivalent_flags"],[12,1,1,"","read_models"],[12,1,1,"","read_providers"],[12,1,1,"","read_settings"],[12,1,1,"","save_settings"],[12,1,1,"","save_settings_v2"],[12,1,1,"","update_setting"],[12,1,1,"","write_settings"]],"mindroot.coreplugins.admin.settings_router.Setting":[[12,3,1,"","flag"],[12,3,1,"","model"],[12,3,1,"","model_config"],[12,3,1,"","service_or_command_name"]],"mindroot.coreplugins.api_keys":[[13,0,0,"-","api_key_manager"],[13,0,0,"-","cli"],[13,0,0,"-","mod"],[13,0,0,"-","router"]],"mindroot.coreplugins.api_keys.api_key_manager":[[13,2,1,"","APIKeyManager"]],"mindroot.coreplugins.api_keys.api_key_manager.APIKeyManager":[[13,4,1,"","create_key"],[13,4,1,"","delete_key"],[13,4,1,"","list_keys"],[13,4,1,"","validate_key"]],"mindroot.coreplugins.api_keys.mod":[[13,1,1,"","startup"]],"mindroot.coreplugins.api_keys.router":[[13,2,1,"","APIKeyCreate"],[13,2,1,"","APIKeyList"],[13,2,1,"","APIKeyResponse"],[13,1,1,"","create_api_key"],[13,1,1,"","delete_api_key"],[13,1,1,"","list_api_keys"]],"mindroot.coreplugins.api_keys.router.APIKeyCreate":[[13,3,1,"","description"],[13,3,1,"","model_config"],[13,3,1,"","username"]],"mindroot.coreplugins.api_keys.router.APIKeyList":[[13,3,1,"","data"],[13,3,1,"","model_config"],[13,3,1,"","success"]],"mindroot.coreplugins.api_keys.router.APIKeyResponse":[[13,3,1,"","created_at"],[13,3,1,"","description"],[13,3,1,"","key"],[13,3,1,"","model_config"],[13,3,1,"","username"]],"mindroot.coreplugins.chat":[[14,0,0,"-","commands"],[14,0,0,"-","format_result_msgs"],[14,0,0,"-","mod"],[14,0,0,"-","models"],[14,0,0,"-","router"],[14,0,0,"-","services"],[14,0,0,"-","utils"],[14,0,0,"-","widget_manager"],[14,0,0,"-","widget_routes"]],"mindroot.coreplugins.chat.commands":[[14,1,1,"","converse_with_agent"],[14,1,1,"","delegate_task"],[14,1,1,"","exit_conversation"],[14,1,1,"","initiate_agent_session"],[14,1,1,"","insert_image"],[14,1,1,"","markdown_await_user"],[14,1,1,"","send_to_parent_chat"],[14,1,1,"","task_result"],[14,1,1,"","tell_and_continue"],[14,1,1,"","wait_for_user_reply"]],"mindroot.coreplugins.chat.mod":[[14,1,1,"","startup"]],"mindroot.coreplugins.chat.models":[[14,2,1,"","ImageMessagePart"],[14,2,1,"","TextMessagePart"]],"mindroot.coreplugins.chat.models.ImageMessagePart":[[14,3,1,"","data"],[14,3,1,"","model_config"],[14,3,1,"","type"]],"mindroot.coreplugins.chat.models.TextMessagePart":[[14,3,1,"","model_config"],[14,3,1,"","text"],[14,3,1,"","type"]],"mindroot.coreplugins.chat.router":[[14,2,1,"","TaskRequest"],[14,1,1,"","cancel_chat"],[14,1,1,"","chat_events"],[14,1,1,"","chat_history"],[14,1,1,"","chat_session"],[14,1,1,"","context1"],[14,1,1,"","delete_chat_session"],[14,1,1,"","get_chat_html"],[14,1,1,"","get_persona_avatar"],[14,1,1,"","get_persona_faceref"],[14,1,1,"","get_token_count"],[14,1,1,"","get_token_count_alt"],[14,1,1,"","make_session"],[14,1,1,"","run_task_route"],[14,1,1,"","send_message"],[14,1,1,"","upload_file"]],"mindroot.coreplugins.chat.router.TaskRequest":[[14,3,1,"","instructions"],[14,3,1,"","model_config"]],"mindroot.coreplugins.chat.services":[[14,1,1,"","add_current_time"],[14,1,1,"","agent_output"],[14,1,1,"","append_message"],[14,1,1,"","close_chat_session"],[14,1,1,"","command_result"],[14,1,1,"","finished_chat"],[14,1,1,"","get_chat_history"],[14,1,1,"","init_chat_session"],[14,1,1,"","partial_command"],[14,1,1,"","process_result"],[14,1,1,"","prompt"],[14,1,1,"","quit"],[14,1,1,"","results_output"],[14,1,1,"","results_text"],[14,1,1,"","results_text_output"],[14,1,1,"","run_task"],[14,1,1,"","running_command"],[14,1,1,"","send_message_to_agent"],[14,1,1,"","subscribe_to_agent_messages"]],"mindroot.coreplugins.chat.widget_manager":[[14,2,1,"","WidgetManager"]],"mindroot.coreplugins.chat.widget_manager.WidgetManager":[[14,4,1,"","create_widget_token"],[14,4,1,"","delete_widget_token"],[14,4,1,"","get_widget_config"],[14,4,1,"","list_widget_tokens"],[14,4,1,"","validate_token"]],"mindroot.coreplugins.chat.widget_routes":[[14,2,1,"","WidgetTokenCreate"],[14,2,1,"","WidgetTokenResponse"],[14,1,1,"","create_widget_session"],[14,1,1,"","create_widget_token"],[14,1,1,"","delete_widget_token"],[14,1,1,"","get_embed_script"],[14,1,1,"","list_widget_tokens"]],"mindroot.coreplugins.chat.widget_routes.WidgetTokenCreate":[[14,3,1,"","agent_name"],[14,3,1,"","api_key"],[14,3,1,"","base_url"],[14,3,1,"","description"],[14,3,1,"","model_config"],[14,3,1,"","styling"]],"mindroot.coreplugins.chat.widget_routes.WidgetTokenResponse":[[14,3,1,"","agent_name"],[14,3,1,"","base_url"],[14,3,1,"","created_at"],[14,3,1,"","created_by"],[14,3,1,"","description"],[14,3,1,"","model_config"],[14,3,1,"","styling"],[14,3,1,"","token"]],"mindroot.coreplugins.check_list":[[16,0,0,"-","mod"]],"mindroot.coreplugins.check_list.mod":[[16,1,1,"","clear_subtask"],[16,1,1,"","complete_subtask"],[16,1,1,"","extract_checklist_section"],[16,1,1,"","get_checklist_status"],[16,1,1,"","goto_subtask"],[16,1,1,"","load_checklist"],[16,1,1,"","load_checklist_from_instructions"]],"mindroot.coreplugins.credits":[[17,0,0,"-","conversion"],[17,0,0,"-","ledger"],[17,0,0,"-","mod"],[17,0,0,"-","models"],[17,0,0,"-","router"],[17,0,0,"-","storage"]],"mindroot.coreplugins.credits.conversion":[[17,2,1,"","CreditPolicy"],[17,2,1,"","CreditUsageHandler"]],"mindroot.coreplugins.credits.conversion.CreditPolicy":[[17,4,1,"","check_operation_allowed"],[17,4,1,"","estimate_credits_needed"],[17,4,1,"","get_user_limits"]],"mindroot.coreplugins.credits.conversion.CreditUsageHandler":[[17,4,1,"","handle_usage"]],"mindroot.coreplugins.credits.ledger":[[17,2,1,"","CreditLedger"],[17,5,1,"","InsufficientCreditsError"]],"mindroot.coreplugins.credits.ledger.CreditLedger":[[17,4,1,"","check_credits_available"],[17,4,1,"","get_balance"],[17,4,1,"","get_balance_at"],[17,4,1,"","get_transactions"],[17,4,1,"","get_usage_summary"],[17,4,1,"","record_allocation"],[17,4,1,"","record_refund"],[17,4,1,"","record_usage"]],"mindroot.coreplugins.credits.mod":[[17,2,1,"","CreditsPlugin"],[17,1,1,"","allocate_credits"],[17,1,1,"","check_credits_available"],[17,1,1,"","estimate_credits"],[17,1,1,"","get_base_path"],[17,1,1,"","get_credit_balance"],[17,1,1,"","get_credit_ratios"],[17,1,1,"","get_credit_report"],[17,1,1,"","handle_usage"],[17,1,1,"","set_credit_ratio"],[17,1,1,"","startup"]],"mindroot.coreplugins.credits.mod.CreditsPlugin":[[17,4,1,"","create_components"]],"mindroot.coreplugins.credits.models":[[17,2,1,"","CreditRatioConfig"],[17,2,1,"","CreditTransaction"]],"mindroot.coreplugins.credits.models.CreditRatioConfig":[[17,4,1,"","get_config"],[17,4,1,"","get_ratio"],[17,4,1,"","set_config"],[17,4,1,"","set_ratio"]],"mindroot.coreplugins.credits.models.CreditTransaction":[[17,3,1,"","amount"],[17,3,1,"","balance"],[17,4,1,"","from_dict"],[17,3,1,"","metadata"],[17,3,1,"","reference_id"],[17,3,1,"","source"],[17,3,1,"","timestamp"],[17,4,1,"","to_dict"],[17,3,1,"","transaction_id"],[17,3,1,"","type"],[17,3,1,"","username"]],"mindroot.coreplugins.credits.router":[[17,1,1,"","api_allocate_credits"],[17,1,1,"","api_credit_report"],[17,1,1,"","api_estimate_credits"],[17,1,1,"","api_update_ratio"],[17,1,1,"","credits_admin"],[17,1,1,"","credits_ratio_admin"]],"mindroot.coreplugins.credits.storage":[[17,2,1,"","CreditStorage"]],"mindroot.coreplugins.credits.storage.CreditStorage":[[17,4,1,"","get_balance_at"],[17,4,1,"","get_latest_balance"],[17,4,1,"","get_transactions"],[17,4,1,"","store_transaction"]],"mindroot.coreplugins.email":[[18,0,0,"-","email_provider"],[18,0,0,"-","imap_handler"],[18,0,0,"-","mod"],[18,0,0,"-","services"],[18,0,0,"-","smtp_handler"],[18,0,0,"-","test_email_service"]],"mindroot.coreplugins.email.email_provider":[[18,2,1,"","EmailProvider"]],"mindroot.coreplugins.email.email_provider.EmailProvider":[[18,4,1,"","check_emails"],[18,4,1,"","mark_as_processed"],[18,4,1,"","send_email"]],"mindroot.coreplugins.email.imap_handler":[[18,2,1,"","IMAPHandler"]],"mindroot.coreplugins.email.imap_handler.IMAPHandler":[[18,4,1,"","build_search_criteria"],[18,4,1,"","check_emails"],[18,4,1,"","connect"],[18,4,1,"","decode_text"],[18,4,1,"","get_email_body"],[18,4,1,"","mark_as_processed"]],"mindroot.coreplugins.email.mod":[[18,1,1,"","check_emails"],[18,1,1,"","init_email_provider"],[18,1,1,"","send_email"]],"mindroot.coreplugins.email.services":[[18,1,1,"","check_emails"],[18,1,1,"","get_provider"],[18,1,1,"","init_provider"],[18,1,1,"","mark_as_processed"],[18,1,1,"","send_email_helper"]],"mindroot.coreplugins.email.smtp_handler":[[18,2,1,"","SMTPHandler"]],"mindroot.coreplugins.email.smtp_handler.SMTPHandler":[[18,4,1,"","connect"],[18,4,1,"","send_email"]],"mindroot.coreplugins.email.test_email_service":[[18,1,1,"","test_email_service"]],"mindroot.coreplugins.env_manager":[[19,0,0,"-","mod"],[19,0,0,"-","router"]],"mindroot.coreplugins.env_manager.mod":[[19,1,1,"","load_env_file"],[19,1,1,"","save_env_file"],[19,1,1,"","scan_directory_for_env_vars"],[19,1,1,"","scan_env_vars"],[19,1,1,"","should_skip_directory"],[19,1,1,"","update_env_var"]],"mindroot.coreplugins.env_manager.router":[[19,1,1,"","get_env_vars"],[19,1,1,"","update_environment_var"]],"mindroot.coreplugins.events":[[20,0,0,"-","mod"],[20,0,0,"-","router"]],"mindroot.coreplugins.events.router":[[20,1,1,"","create_sse_client"],[20,1,1,"","multiplexed_events"]],"mindroot.coreplugins.index":[[22,0,0,"-","handlers"],[21,0,0,"-","mod"],[21,0,0,"-","models"],[21,0,0,"-","router"],[21,0,0,"-","utils"]],"mindroot.coreplugins.index.handlers":[[22,1,1,"","add_agent"],[22,1,1,"","add_plugin"],[22,0,0,"-","agent_ops"],[22,1,1,"","create_index"],[22,0,0,"-","index_ops"],[22,1,1,"","install_index_from_zip"],[22,1,1,"","list_indices"],[22,0,0,"-","plugin_ops"],[22,0,0,"-","publish"],[22,1,1,"","publish_index"],[22,1,1,"","remove_agent"],[22,1,1,"","remove_plugin"],[22,1,1,"","update_index"]],"mindroot.coreplugins.index.handlers.agent_ops":[[22,1,1,"","add_agent"],[22,1,1,"","remove_agent"]],"mindroot.coreplugins.index.handlers.index_ops":[[22,1,1,"","create_index"],[22,1,1,"","list_indices"],[22,1,1,"","update_index"]],"mindroot.coreplugins.index.handlers.plugin_ops":[[22,1,1,"","add_plugin"],[22,1,1,"","create_distributable_entry"],[22,1,1,"","get_installed_plugin_metadata"],[22,1,1,"","remove_plugin"]],"mindroot.coreplugins.index.handlers.publish":[[22,1,1,"","install_index_from_zip"],[22,1,1,"","publish_index"]],"mindroot.coreplugins.index.mod":[[21,1,1,"","startup"]],"mindroot.coreplugins.index.models":[[21,2,1,"","AgentEntry"],[21,2,1,"","IndexMetadata"],[21,2,1,"","PluginEntry"],[21,2,1,"","PluginManifest"]],"mindroot.coreplugins.index.models.AgentEntry":[[21,3,1,"","description"],[21,3,1,"","model_config"],[21,3,1,"","name"],[21,3,1,"","required_commands"],[21,3,1,"","required_services"],[21,3,1,"","version"]],"mindroot.coreplugins.index.models.IndexMetadata":[[21,3,1,"","description"],[21,3,1,"","model_config"],[21,3,1,"","name"],[21,3,1,"","trusted"],[21,3,1,"","url"],[21,3,1,"","version"]],"mindroot.coreplugins.index.models.PluginEntry":[[21,3,1,"","commands"],[21,3,1,"","dependencies"],[21,3,1,"","description"],[21,3,1,"","github_url"],[21,3,1,"","model_config"],[21,3,1,"","name"],[21,3,1,"","remote_source"],[21,3,1,"","services"],[21,3,1,"","source"],[21,3,1,"","source_path"],[21,3,1,"","version"]],"mindroot.coreplugins.index.models.PluginManifest":[[21,3,1,"","commands"],[21,3,1,"","dependencies"],[21,3,1,"","description"],[21,3,1,"","model_config"],[21,3,1,"","name"],[21,3,1,"","services"],[21,3,1,"","version"]],"mindroot.coreplugins.index.router":[[21,1,1,"","add_agent_route"],[21,1,1,"","add_plugin_route"],[21,1,1,"","create_index_route"],[21,1,1,"","install_index_route"],[21,1,1,"","list_indices_route"],[21,1,1,"","publish_index_route"],[21,1,1,"","remove_agent_route"],[21,1,1,"","remove_plugin_route"],[21,1,1,"","update_index_route"]],"mindroot.coreplugins.index.utils":[[21,1,1,"","ensure_index_structure"],[21,1,1,"","install_persona"],[21,1,1,"","load_agent_data"],[21,1,1,"","load_persona_data"]],"mindroot.coreplugins.jwt_auth":[[23,0,0,"-","middleware"],[23,0,0,"-","mod"],[23,0,0,"-","router"]],"mindroot.coreplugins.jwt_auth.middleware":[[23,1,1,"","create_access_token"],[23,1,1,"","decode_token"],[23,1,1,"","get_or_create_jwt_secret"],[23,1,1,"","is_public_route"],[23,1,1,"","middleware"],[23,1,1,"","path_matches_pattern"]],"mindroot.coreplugins.jwt_auth.mod":[[23,1,1,"","startup"]],"mindroot.coreplugins.jwt_auth.router":[[23,2,1,"","LoginRequest"],[23,1,1,"","protected_route"]],"mindroot.coreplugins.jwt_auth.router.LoginRequest":[[23,3,1,"","model_config"],[23,3,1,"","password"],[23,3,1,"","username"]],"mindroot.coreplugins.l8n":[[24,0,0,"-","debug_loader"],[24,0,0,"-","debug_middleware"],[24,0,0,"-","l8n_constants"],[24,0,0,"-","language_detection"],[24,0,0,"-","middleware"],[24,0,0,"-","mod"],[24,0,0,"-","test_enhanced"],[24,0,0,"-","test_l8n_standalone"],[24,0,0,"-","test_middleware"],[24,0,0,"-","utils"]],"mindroot.coreplugins.l8n.language_detection":[[24,1,1,"","get_current_language_from_request"],[24,1,1,"","get_fallback_language"],[24,1,1,"","get_supported_languages"],[24,1,1,"","is_language_supported"],[24,1,1,"","set_language_for_request"]],"mindroot.coreplugins.l8n.middleware":[[24,1,1,"","detect_language_from_request"],[24,1,1,"","get_request_language"],[24,1,1,"","middleware"]],"mindroot.coreplugins.l8n.mod":[[24,1,1,"","append_localized_file"],[24,1,1,"","get_translations"],[24,1,1,"","list_localized_files"],[24,1,1,"","save_plugin_translations"],[24,1,1,"","set_translations"],[24,1,1,"","write_localized_file"]],"mindroot.coreplugins.l8n.test_enhanced":[[24,1,1,"","main"],[24,1,1,"","test_file_integration"],[24,1,1,"","test_integrated_translation"],[24,1,1,"","test_language_detection"]],"mindroot.coreplugins.l8n.test_l8n_standalone":[[24,1,1,"","append_localized_file"],[24,1,1,"","command"],[24,1,1,"","extract_plugin_root"],[24,1,1,"","get_localized_file_path"],[24,1,1,"","get_translations"],[24,1,1,"","list_localized_files"],[24,1,1,"","replace_placeholders"],[24,1,1,"","set_translations"],[24,1,1,"","test_basic_functionality"],[24,1,1,"","write_localized_file"]],"mindroot.coreplugins.l8n.test_middleware":[[24,2,1,"","MockRequest"],[24,2,1,"","MockResponse"],[24,1,1,"","main"],[24,1,1,"","mock_call_next"],[24,1,1,"","test_integration_with_templates"],[24,1,1,"","test_language_detection"],[24,1,1,"","test_middleware_functionality"]],"mindroot.coreplugins.l8n.test_middleware.MockResponse":[[24,4,1,"","set_cookie"]],"mindroot.coreplugins.l8n.utils":[[24,1,1,"","extract_plugin_root"],[24,1,1,"","extract_translation_keys"],[24,1,1,"","get_localized_file_path"],[24,1,1,"","get_plugin_translations_path"],[24,1,1,"","load_plugin_translations"],[24,1,1,"","replace_placeholders"]],"mindroot.coreplugins.mcp_":[[25,0,0,"-","catalog_commands"],[25,0,0,"-","catalog_manager"],[25,0,0,"-","dynamic_commands"],[25,0,0,"-","mcp_manager"],[25,0,0,"-","mod"],[25,0,0,"-","oauth_storage"],[25,0,0,"-","server_installer"],[25,0,0,"-","testmcpclient"]],"mindroot.coreplugins.mcp_.catalog_commands":[[25,1,1,"","mcp_catalog_add_custom"],[25,1,1,"","mcp_catalog_categories"],[25,1,1,"","mcp_catalog_info"],[25,1,1,"","mcp_catalog_install"],[25,1,1,"","mcp_catalog_install_and_run"],[25,1,1,"","mcp_catalog_list"],[25,1,1,"","mcp_catalog_refresh"],[25,1,1,"","mcp_catalog_search"],[25,1,1,"","mcp_catalog_status"],[25,1,1,"","mcp_catalog_stop"]],"mindroot.coreplugins.mcp_.catalog_manager":[[25,2,1,"","MCPCatalogManager"]],"mindroot.coreplugins.mcp_.catalog_manager.MCPCatalogManager":[[25,4,1,"","add_custom_server"],[25,4,1,"","create_empty_catalog"],[25,4,1,"","detect_running_servers"],[25,4,1,"","ensure_catalog_exists"],[25,4,1,"","get_categories"],[25,4,1,"","get_running_processes"],[25,4,1,"","get_server_info"],[25,4,1,"","get_servers_by_category"],[25,4,1,"","init_catalog_from_default"],[25,4,1,"","load_catalog"],[25,4,1,"","mark_server_installed"],[25,4,1,"","remove_server"],[25,4,1,"","save_catalog"],[25,4,1,"","search_servers"],[25,4,1,"","update_server_status"]],"mindroot.coreplugins.mcp_.dynamic_commands":[[25,2,1,"","MCPDynamicCommands"]],"mindroot.coreplugins.mcp_.dynamic_commands.MCPDynamicCommands":[[25,4,1,"","get_registered_commands"],[25,4,1,"","register_tools"],[25,4,1,"","set_sessions"],[25,4,1,"","unregister_server_tools"]],"mindroot.coreplugins.mcp_.mcp_manager":[[25,2,1,"","MCPManager"],[25,2,1,"","MCPServer"]],"mindroot.coreplugins.mcp_.mcp_manager.MCPManager":[[25,4,1,"","add_server"],[25,4,1,"","call_tool"],[25,4,1,"","complete_oauth_flow"],[25,4,1,"","connect_oauth_server"],[25,4,1,"","connect_remote_server"],[25,4,1,"","connect_server"],[25,4,1,"","disconnect_server"],[25,4,1,"","get_oauth_status"],[25,4,1,"","install_server"],[25,4,1,"","load_config"],[25,4,1,"","mark_server_as_installed"],[25,4,1,"","read_resource"],[25,4,1,"","remove_server"],[25,4,1,"","sanity_test"],[25,4,1,"","save_config"],[25,4,1,"","start_oauth_flow"],[25,4,1,"","test_local_server_capabilities"]],"mindroot.coreplugins.mcp_.mcp_manager.MCPServer":[[25,3,1,"","access_token"],[25,3,1,"","args"],[25,3,1,"","auth_headers"],[25,3,1,"","auth_type"],[25,3,1,"","authorization_server_url"],[25,3,1,"","auto_install"],[25,3,1,"","capabilities"],[25,3,1,"","client_id"],[25,3,1,"","client_secret"],[25,3,1,"","command"],[25,3,1,"","description"],[25,3,1,"","env"],[25,3,1,"","install_method"],[25,3,1,"","install_package"],[25,3,1,"","installed"],[25,3,1,"","model_config"],[25,3,1,"","name"],[25,3,1,"","provider_url"],[25,3,1,"","redirect_uri"],[25,3,1,"","refresh_token"],[25,3,1,"","scopes"],[25,3,1,"","secrets"],[25,3,1,"","status"],[25,3,1,"","token_expires_at"],[25,3,1,"","transport"],[25,3,1,"","transport_type"],[25,3,1,"","transport_url"],[25,3,1,"","url"]],"mindroot.coreplugins.mcp_.mod":[[25,1,1,"","enhanced_mcp_manager_service"],[25,1,1,"","handle_callback"],[25,1,1,"","handle_redirect"],[25,1,1,"","mcp_check_tools"],[25,1,1,"","mcp_connect"],[25,1,1,"","mcp_debug_connection"],[25,1,1,"","mcp_disconnect"],[25,1,1,"","mcp_enhanced_connect"],[25,1,1,"","mcp_enhanced_disconnect"],[25,1,1,"","mcp_install_npx_server"],[25,1,1,"","mcp_install_uvx_server"],[25,1,1,"","mcp_list_dynamic_commands"],[25,1,1,"","mcp_list_servers"],[25,1,1,"","mcp_manager_service"],[25,1,1,"","mcp_refresh_dynamic_commands"]],"mindroot.coreplugins.mcp_.oauth_storage":[[25,2,1,"","MCPTokenStorage"]],"mindroot.coreplugins.mcp_.oauth_storage.MCPTokenStorage":[[25,4,1,"","clear_tokens"],[25,4,1,"","get_client_info"],[25,4,1,"","get_tokens"],[25,4,1,"","set_client_info"],[25,4,1,"","set_tokens"]],"mindroot.coreplugins.mcp_.server_installer":[[25,2,1,"","MCPServerInstaller"]],"mindroot.coreplugins.mcp_.server_installer.MCPServerInstaller":[[25,4,1,"","check_tools"],[25,4,1,"","install_with_npm"],[25,4,1,"","install_with_npx"],[25,4,1,"","install_with_pip"],[25,4,1,"","install_with_uvx"]],"mindroot.coreplugins.mcp_.testmcpclient":[[25,2,1,"","InMemoryTokenStorage"],[25,1,1,"","handle_callback"],[25,1,1,"","handle_redirect"],[25,1,1,"","main"],[25,1,1,"","run"]],"mindroot.coreplugins.mcp_.testmcpclient.InMemoryTokenStorage":[[25,4,1,"","get_client_info"],[25,4,1,"","get_tokens"],[25,4,1,"","set_client_info"],[25,4,1,"","set_tokens"]],"mindroot.coreplugins.persona":[[26,0,0,"-","init_persona"],[26,0,0,"-","mod"]],"mindroot.coreplugins.persona.init_persona":[[26,1,1,"","init_persona"]],"mindroot.coreplugins.persona.mod":[[26,1,1,"","get_persona_data"],[26,1,1,"","pic_of_me"],[26,1,1,"","video_of_me"]],"mindroot.coreplugins.startup":[[27,0,0,"-","mod"]],"mindroot.coreplugins.startup.mod":[[27,1,1,"","on_load"]],"mindroot.coreplugins.subscriptions":[[28,0,0,"-","credit_integration"],[28,0,0,"-","default_templates"],[28,0,0,"-","mod"],[28,0,0,"-","models"],[28,0,0,"-","router"],[28,0,0,"-","storage"],[28,0,0,"-","stripe_integration"],[28,0,0,"-","subscription_manager"],[28,0,0,"-","webhook_handler"]],"mindroot.coreplugins.subscriptions.credit_integration":[[28,2,1,"","CreditIntegration"]],"mindroot.coreplugins.subscriptions.credit_integration.CreditIntegration":[[28,4,1,"","allocate_subscription_credits"],[28,4,1,"","check_credit_balance"]],"mindroot.coreplugins.subscriptions.mod":[[28,2,1,"","SubscriptionsPlugin"],[28,1,1,"","activate_plan_feature"],[28,1,1,"","activate_subscription_plan"],[28,1,1,"","cancel_subscription"],[28,1,1,"","create_page_template"],[28,1,1,"","create_plan_feature"],[28,1,1,"","create_subscription_plan"],[28,1,1,"","deactivate_plan_feature"],[28,1,1,"","deactivate_subscription_plan"],[28,1,1,"","get_available_features"],[28,1,1,"","get_base_path"],[28,1,1,"","get_my_subscriptions"],[28,1,1,"","get_page_templates"],[28,1,1,"","get_subscription_by_provider_id"],[28,1,1,"","get_subscription_plan"],[28,1,1,"","get_subscription_plans"],[28,1,1,"","get_user_subscriptions"],[28,1,1,"","initialize_default_features"],[28,1,1,"","initialize_default_template"],[28,1,1,"","list_subscription_plans"],[28,1,1,"","process_subscription_event"],[28,1,1,"","set_default_template"],[28,1,1,"","startup"],[28,1,1,"","update_page_template"],[28,1,1,"","update_plan_feature"],[28,1,1,"","update_subscription_plan"],[28,1,1,"","update_subscription_status"]],"mindroot.coreplugins.subscriptions.mod.SubscriptionsPlugin":[[28,4,1,"","create_components"]],"mindroot.coreplugins.subscriptions.models":[[28,2,1,"","PageTemplate"],[28,2,1,"","PlanFeature"],[28,2,1,"","SubscriptionPlan"],[28,2,1,"","UserSubscription"]],"mindroot.coreplugins.subscriptions.models.PageTemplate":[[28,3,1,"","css_template"],[28,3,1,"","description"],[28,4,1,"","from_dict"],[28,3,1,"","html_template"],[28,3,1,"","is_default"],[28,3,1,"","js_template"],[28,3,1,"","name"],[28,3,1,"","template_id"],[28,4,1,"","to_dict"]],"mindroot.coreplugins.subscriptions.models.PlanFeature":[[28,3,1,"","active"],[28,3,1,"","default_value"],[28,3,1,"","description"],[28,3,1,"","display_order"],[28,3,1,"","feature_id"],[28,4,1,"","from_dict"],[28,3,1,"","name"],[28,3,1,"","options"],[28,4,1,"","to_dict"],[28,3,1,"","type"]],"mindroot.coreplugins.subscriptions.models.SubscriptionPlan":[[28,3,1,"","active"],[28,3,1,"","credits_per_cycle"],[28,3,1,"","currency"],[28,3,1,"","description"],[28,3,1,"","features"],[28,4,1,"","from_dict"],[28,3,1,"","interval"],[28,3,1,"","metadata"],[28,3,1,"","name"],[28,3,1,"","plan_id"],[28,3,1,"","price"],[28,4,1,"","to_dict"]],"mindroot.coreplugins.subscriptions.models.UserSubscription":[[28,3,1,"","cancel_at_period_end"],[28,3,1,"","created_at"],[28,3,1,"","current_period_end"],[28,3,1,"","current_period_start"],[28,4,1,"","from_dict"],[28,3,1,"","metadata"],[28,3,1,"","payment_provider"],[28,3,1,"","plan_id"],[28,3,1,"","provider_subscription_id"],[28,3,1,"","status"],[28,3,1,"","subscription_id"],[28,4,1,"","to_dict"],[28,3,1,"","updated_at"],[28,3,1,"","username"]],"mindroot.coreplugins.subscriptions.router":[[28,1,1,"","api_activate_feature"],[28,1,1,"","api_activate_plan"],[28,1,1,"","api_cancel_subscription"],[28,1,1,"","api_create_checkout"],[28,1,1,"","api_create_feature"],[28,1,1,"","api_create_plan"],[28,1,1,"","api_create_template"],[28,1,1,"","api_deactivate_feature"],[28,1,1,"","api_deactivate_plan"],[28,1,1,"","api_get_all_plans"],[28,1,1,"","api_get_features"],[28,1,1,"","api_get_my_subscriptions"],[28,1,1,"","api_get_plans"],[28,1,1,"","api_get_templates"],[28,1,1,"","api_set_default_template"],[28,1,1,"","api_update_feature"],[28,1,1,"","api_update_plan"],[28,1,1,"","api_update_template"],[28,1,1,"","subscription_page"]],"mindroot.coreplugins.subscriptions.storage":[[28,2,1,"","SubscriptionStorage"]],"mindroot.coreplugins.subscriptions.storage.SubscriptionStorage":[[28,4,1,"","get_all_features"],[28,4,1,"","get_all_plans"],[28,4,1,"","get_all_templates"],[28,4,1,"","get_default_template"],[28,4,1,"","get_feature"],[28,4,1,"","get_plan"],[28,4,1,"","get_subscription"],[28,4,1,"","get_subscriptions_by_provider_id"],[28,4,1,"","get_template"],[28,4,1,"","get_user_subscriptions"],[28,4,1,"","set_default_template"],[28,4,1,"","store_feature"],[28,4,1,"","store_plan"],[28,4,1,"","store_subscription"],[28,4,1,"","store_template"],[28,4,1,"","update_feature"],[28,4,1,"","update_plan"],[28,4,1,"","update_subscription"]],"mindroot.coreplugins.subscriptions.stripe_integration":[[28,2,1,"","StripeIntegration"]],"mindroot.coreplugins.subscriptions.stripe_integration.StripeIntegration":[[28,4,1,"","cancel_subscription"],[28,4,1,"","create_checkout_session"]],"mindroot.coreplugins.subscriptions.subscription_manager":[[28,2,1,"","SubscriptionManager"]],"mindroot.coreplugins.subscriptions.subscription_manager.SubscriptionManager":[[28,4,1,"","cancel_subscription"],[28,4,1,"","create_plan"],[28,4,1,"","create_subscription"],[28,4,1,"","deactivate_plan"],[28,4,1,"","get_plan"],[28,4,1,"","get_subscriptions_by_provider_id"],[28,4,1,"","get_user_subscriptions"],[28,4,1,"","list_plans"],[28,4,1,"","update_plan"],[28,4,1,"","update_subscription_period"],[28,4,1,"","update_subscription_status"]],"mindroot.coreplugins.subscriptions.webhook_handler":[[28,2,1,"","WebhookHandler"]],"mindroot.coreplugins.subscriptions.webhook_handler.WebhookHandler":[[28,4,1,"","handle_stripe_event"]],"mindroot.coreplugins.usage":[[29,0,0,"-","handlers"],[29,0,0,"-","mod"],[29,0,0,"-","models"],[29,0,0,"-","reporting"],[29,0,0,"-","router"],[29,0,0,"-","storage"]],"mindroot.coreplugins.usage.handlers":[[29,2,1,"","UsageTracker"]],"mindroot.coreplugins.usage.handlers.UsageTracker":[[29,4,1,"","get_cost"],[29,4,1,"","get_total_cost"],[29,4,1,"","get_usage"],[29,4,1,"","track_usage"]],"mindroot.coreplugins.usage.mod":[[29,1,1,"","get_base_path"],[29,1,1,"","get_cost"],[29,1,1,"","get_cost_summary"],[29,1,1,"","get_cost_types"],[29,1,1,"","get_daily_costs"],[29,1,1,"","get_usage_report"],[29,1,1,"","register_cost_type"],[29,1,1,"","set_cost"],[29,1,1,"","track_usage"]],"mindroot.coreplugins.usage.models":[[29,2,1,"","CostTypeInfo"],[29,2,1,"","UsageEvent"]],"mindroot.coreplugins.usage.models.CostTypeInfo":[[29,3,1,"","description"],[29,3,1,"","name"],[29,3,1,"","unit"]],"mindroot.coreplugins.usage.models.UsageEvent":[[29,3,1,"","cost_type_id"],[29,3,1,"","metadata"],[29,3,1,"","model_id"],[29,3,1,"","plugin_id"],[29,3,1,"","quantity"],[29,3,1,"","request_id"],[29,3,1,"","session_id"],[29,3,1,"","timestamp"],[29,4,1,"","to_dict"],[29,3,1,"","username"]],"mindroot.coreplugins.usage.reporting":[[29,2,1,"","UsageReport"]],"mindroot.coreplugins.usage.reporting.UsageReport":[[29,4,1,"","get_cost_summary"],[29,4,1,"","get_daily_costs"],[29,4,1,"","get_user_report"]],"mindroot.coreplugins.usage.router":[[29,1,1,"","get_base_path"],[29,1,1,"","get_user_daily"],[29,1,1,"","get_user_report"],[29,1,1,"","get_user_summary"],[29,1,1,"","update_costs"],[29,1,1,"","usage_admin"]],"mindroot.coreplugins.usage.storage":[[29,2,1,"","UsageStorage"]],"mindroot.coreplugins.usage.storage.UsageStorage":[[29,4,1,"","get_total_cost"],[29,4,1,"","get_usage"],[29,4,1,"","load_cost_types"],[29,4,1,"","load_costs"],[29,4,1,"","save_cost"],[29,4,1,"","save_cost_type"],[29,4,1,"","store_event"]],"mindroot.coreplugins.user_service":[[30,0,0,"-","admin_init"],[30,0,0,"-","email_service"],[30,0,0,"-","mod"],[30,0,0,"-","models"],[30,0,0,"-","password_reset_service"],[30,0,0,"-","role_service"],[30,0,0,"-","router"]],"mindroot.coreplugins.user_service.admin_init":[[30,1,1,"","check_for_admin"],[30,1,1,"","generate_random_credentials"],[30,1,1,"","initialize_admin"],[30,1,1,"","startup"]],"mindroot.coreplugins.user_service.email_service":[[30,1,1,"","send_password_reset_email"],[30,1,1,"","send_verification_email"],[30,1,1,"","setup_verification"]],"mindroot.coreplugins.user_service.mod":[[30,1,1,"","create_user"],[30,1,1,"","get_user_data"],[30,1,1,"","list_users"],[30,1,1,"","verify_email"],[30,1,1,"","verify_user"]],"mindroot.coreplugins.user_service.models":[[30,2,1,"","PasswordResetToken"],[30,2,1,"","UserAuth"],[30,2,1,"","UserBase"],[30,2,1,"","UserCreate"],[30,2,1,"","UserInRequest"]],"mindroot.coreplugins.user_service.models.PasswordResetToken":[[30,3,1,"","expires_at"],[30,3,1,"","is_admin_reset"],[30,3,1,"","model_config"],[30,3,1,"","token"]],"mindroot.coreplugins.user_service.models.UserAuth":[[30,3,1,"","model_config"],[30,3,1,"","password_hash"],[30,3,1,"","verification_expires"],[30,3,1,"","verification_token"]],"mindroot.coreplugins.user_service.models.UserBase":[[30,3,1,"","created_at"],[30,3,1,"","email"],[30,3,1,"","email_verified"],[30,3,1,"","last_login"],[30,3,1,"","model_config"],[30,3,1,"","roles"],[30,3,1,"","username"]],"mindroot.coreplugins.user_service.models.UserCreate":[[30,3,1,"","email"],[30,3,1,"","model_config"],[30,3,1,"","password"],[30,3,1,"","username"]],"mindroot.coreplugins.user_service.models.UserInRequest":[[30,3,1,"","model_config"],[30,3,1,"","token_data"]],"mindroot.coreplugins.user_service.password_reset_service":[[30,1,1,"","initiate_password_reset"],[30,1,1,"","reset_password_with_token"]],"mindroot.coreplugins.user_service.role_service":[[30,1,1,"","add_role"],[30,1,1,"","get_user_roles"],[30,1,1,"","has_role"],[30,1,1,"","remove_role"]],"mindroot.coreplugins.user_service.router":[[30,1,1,"","get_reset_password_form_by_file"],[30,1,1,"","handle_reset_password_by_file"]],"mindroot.lib":[[32,0,0,"-","auth"],[31,0,0,"-","buchatlog"],[31,0,0,"-","buchatlog2"],[31,0,0,"-","butemplates"],[31,0,0,"-","chatcontext"],[31,0,0,"-","chatlog"],[31,0,0,"-","chatlog_optimized"],[31,0,0,"-","json_escape"],[33,0,0,"-","json_str_block"],[31,0,0,"-","parent_templates"],[31,0,0,"-","plugins"],[31,0,0,"-","plugins_install"],[35,0,0,"-","providers"],[31,0,0,"-","route_decorators"],[31,0,0,"-","session_files"],[31,0,0,"-","streamcmd"],[31,0,0,"-","templates"],[31,0,0,"-","token_counter"]],"mindroot.lib.auth":[[32,0,0,"-","api_key"],[32,0,0,"-","auth"]],"mindroot.lib.auth.api_key":[[32,1,1,"","verify_api_key"]],"mindroot.lib.auth.auth":[[32,1,1,"","get_current_user"],[32,1,1,"","require_admin"],[32,1,1,"","require_user"]],"mindroot.lib.buchatlog":[[31,2,1,"","ChatLog"]],"mindroot.lib.buchatlog.ChatLog":[[31,4,1,"","add_message"],[31,4,1,"","delete_log"],[31,4,1,"","get_history"],[31,4,1,"","get_recent"],[31,4,1,"","load_log"],[31,4,1,"","save_log"]],"mindroot.lib.buchatlog2":[[31,2,1,"","ChatLog"],[31,1,1,"","count_tokens_for_log_id"],[31,1,1,"","extract_delegate_task_log_ids"],[31,1,1,"","find_chatlog_file"],[31,1,1,"","get_cache_dir"],[31,1,1,"","get_cache_path"],[31,1,1,"","get_cached_token_counts"],[31,1,1,"","save_token_counts_to_cache"]],"mindroot.lib.buchatlog2.ChatLog":[[31,4,1,"","add_message"],[31,4,1,"","count_tokens"],[31,4,1,"","delete_log"],[31,4,1,"","get_history"],[31,4,1,"","get_recent"],[31,4,1,"","load_log"],[31,4,1,"","save_log"]],"mindroot.lib.butemplates":[[31,1,1,"","collect_content"],[31,1,1,"","find_parent_template"],[31,1,1,"","load_plugin_templates"],[31,1,1,"","render"],[31,1,1,"","render_combined_template"],[31,1,1,"","setup_template_environment"]],"mindroot.lib.chatcontext":[[31,2,1,"","BaseCommandSet"],[31,2,1,"","BaseService"],[31,2,1,"","ChatContext"],[31,1,1,"","get_context"]],"mindroot.lib.chatcontext.ChatContext":[[31,4,1,"","cmds"],[31,4,1,"","delete"],[31,4,1,"","delete_session_by_id"],[31,4,1,"","load_context"],[31,4,1,"","proto"],[31,4,1,"","save_context"],[31,4,1,"","save_context_data"]],"mindroot.lib.chatlog":[[31,2,1,"","ChatLog"],[31,1,1,"","count_tokens_for_log_id"],[31,1,1,"","extract_delegate_task_log_ids"],[31,1,1,"","find_chatlog_file"],[31,1,1,"","find_child_logs_by_parent_id"],[31,1,1,"","get_cache_dir"],[31,1,1,"","get_cache_path"],[31,1,1,"","get_cached_token_counts"],[31,1,1,"","save_token_counts_to_cache"]],"mindroot.lib.chatlog.ChatLog":[[31,4,1,"","add_message"],[31,4,1,"","add_message_async"],[31,4,1,"","count_tokens"],[31,4,1,"","get_history"],[31,4,1,"","get_recent"],[31,4,1,"","load_log"],[31,4,1,"","save_log"]],"mindroot.lib.chatlog_optimized":[[31,2,1,"","ChatLog"],[31,1,1,"","count_tokens_for_log_id"],[31,1,1,"","count_tokens_for_log_id_optimized"],[31,1,1,"","extract_delegate_task_log_ids"],[31,1,1,"","find_chatlog_file"],[31,1,1,"","find_child_logs_by_parent_id"],[31,1,1,"","get_cache_dir"],[31,1,1,"","get_cache_path"],[31,1,1,"","get_cached_token_counts"],[31,1,1,"","save_token_counts_to_cache"]],"mindroot.lib.chatlog_optimized.ChatLog":[[31,4,1,"","add_message"],[31,4,1,"","count_tokens"],[31,4,1,"","get_history"],[31,4,1,"","get_recent"],[31,4,1,"","load_log"],[31,4,1,"","save_log"]],"mindroot.lib.json_escape":[[31,1,1,"","escape_for_json"]],"mindroot.lib.json_str_block":[[33,0,0,"-","json_str_block"]],"mindroot.lib.json_str_block.json_str_block":[[33,1,1,"","replace_raw_blocks"]],"mindroot.lib.parent_templates":[[31,2,1,"","FirstMatchLoader"],[31,1,1,"","get_parent_templates_env"]],"mindroot.lib.parent_templates.FirstMatchLoader":[[31,4,1,"","get_source"]],"mindroot.lib.plugins":[[31,1,1,"","check_plugin_dependencies"],[31,1,1,"","get_plugin_import_path"],[31,1,1,"","get_plugin_path"],[31,1,1,"","install_plugin_dependencies"],[34,0,0,"-","installation"],[34,0,0,"-","l8n_static_handler"],[31,1,1,"","list_enabled"],[31,1,1,"","load"],[31,1,1,"","load_plugin_manifest"],[34,0,0,"-","loader"],[34,0,0,"-","loader_with_l8n"],[34,0,0,"-","manifest"],[34,0,0,"-","mapping"],[34,0,0,"-","paths"],[31,1,1,"","plugin_install"],[31,1,1,"","plugin_update"],[31,1,1,"","pre_load"],[31,1,1,"","save_plugin_manifest"],[31,1,1,"","toggle_plugin_state"],[31,1,1,"","update_plugin_manifest"]],"mindroot.lib.plugins.installation":[[34,1,1,"","check_plugin_dependencies"],[34,1,1,"","download_github_files"],[34,1,1,"","install_plugin_dependencies"],[34,1,1,"","install_recommended_plugins"],[34,1,1,"","plugin_install"],[34,1,1,"","plugin_update"]],"mindroot.lib.plugins.l8n_static_handler":[[34,2,1,"","TranslatedStaticFiles"],[34,1,1,"","create_js_translation_object"],[34,1,1,"","inject_translations_into_js"],[34,1,1,"","mount_translated_static_files"]],"mindroot.lib.plugins.l8n_static_handler.TranslatedStaticFiles":[[34,4,1,"","apply_translations_to_js"],[34,4,1,"","get_current_language"],[34,4,1,"","get_response"],[34,4,1,"","should_translate_file"]],"mindroot.lib.plugins.loader":[[34,1,1,"","load"],[34,1,1,"","load_middleware"],[34,1,1,"","mount_static_files"],[34,1,1,"","pre_load"]],"mindroot.lib.plugins.loader_with_l8n":[[34,1,1,"","load"],[34,1,1,"","load_middleware"],[34,1,1,"","mount_static_files"],[34,1,1,"","pre_load"]],"mindroot.lib.plugins.manifest":[[34,1,1,"","create_default_plugin_manifest"],[34,1,1,"","list_enabled"],[34,1,1,"","load_plugin_manifest"],[34,1,1,"","save_plugin_manifest"],[34,1,1,"","toggle_plugin_state"],[34,1,1,"","update_plugin_manifest"]],"mindroot.lib.plugins.mapping":[[34,1,1,"","get_command_plugin_mapping"]],"mindroot.lib.plugins.paths":[[34,1,1,"","get_plugin_import_path"],[34,1,1,"","get_plugin_path"]],"mindroot.lib.plugins_install":[[31,1,1,"","install_plugins"],[31,1,1,"","main"],[31,1,1,"","update_plugins_json"]],"mindroot.lib.providers":[[35,2,1,"","HookManager"],[35,2,1,"","ProviderManager"],[35,0,0,"-","commands"],[35,0,0,"-","hooks"],[35,0,0,"-","missing"],[35,0,0,"-","model_preferences_v2"],[35,0,0,"-","services"]],"mindroot.lib.providers.HookManager":[[35,4,1,"","execute_hooks"],[35,4,1,"","get_docstring"],[35,4,1,"","get_docstrings"],[35,4,1,"","get_hooks"],[35,4,1,"","register_hook"]],"mindroot.lib.providers.ProviderManager":[[35,4,1,"","exec_with_provider"],[35,4,1,"","execute"],[35,4,1,"","get_detailed_functions"],[35,4,1,"","get_docstring"],[35,4,1,"","get_docstrings"],[35,4,1,"","get_functions"],[35,4,1,"","get_some_docstrings"],[35,4,1,"","register_function"]],"mindroot.lib.providers.commands":[[35,1,1,"","command"]],"mindroot.lib.providers.hooks":[[35,1,1,"","hook"]],"mindroot.lib.providers.missing":[[35,1,1,"","get_missing_commands"]],"mindroot.lib.providers.model_preferences_v2":[[35,2,1,"","ModelPreferencesV2"]],"mindroot.lib.providers.model_preferences_v2.ModelPreferencesV2":[[35,4,1,"","add_preference"],[35,4,1,"","ensure_preferences_exist"],[35,4,1,"","get_ordered_providers_for_service"],[35,4,1,"","get_preferences"],[35,4,1,"","migrate_from_old_format"],[35,4,1,"","remove_preference"],[35,4,1,"","reorder_preferences"],[35,4,1,"","save_preferences"]],"mindroot.lib.providers.services":[[35,1,1,"","service"]],"mindroot.lib.route_decorators":[[31,1,1,"","add_public_static"],[31,1,1,"","public_route"],[31,1,1,"","requires_all_roles"],[31,1,1,"","requires_any_role"],[31,1,1,"","requires_role"]],"mindroot.lib.session_files":[[31,1,1,"","load_session_data"],[31,1,1,"","save_session_data"]],"mindroot.lib.streamcmd":[[31,1,1,"","read_stream"],[31,1,1,"","run_command_with_streaming"],[31,1,1,"","stream_command_as_events"]],"mindroot.lib.templates":[[31,1,1,"","apply_translations_to_content"],[31,1,1,"","check_for_localized_template"],[31,1,1,"","collect_content"],[31,1,1,"","find_parent_template"],[31,1,1,"","find_plugin_template"],[31,1,1,"","get_current_language"],[31,1,1,"","load_plugin_templates"],[31,1,1,"","load_template_with_translation"],[31,1,1,"","render"],[31,1,1,"","render_combined_template"],[31,1,1,"","render_direct_template"],[31,1,1,"","setup_template_environment"]],"mindroot.lib.token_counter":[[31,1,1,"","count_tokens_for_log_id"],[31,1,1,"","extract_delegate_task_log_ids"],[31,1,1,"","find_chatlog_file"],[31,1,1,"","get_cache_dir"],[31,1,1,"","get_cache_path"],[31,1,1,"","get_cached_token_counts"],[31,1,1,"","save_token_counts_to_cache"]],"mindroot.migrate":[[10,1,1,"","migrate_plugin_manifest"],[10,1,1,"","run_migrations"]],"mindroot.registry":[[37,0,0,"-","component_manager"],[37,0,0,"-","data_access"]],"mindroot.registry.component_manager":[[37,2,1,"","ComponentManager"]],"mindroot.registry.component_manager.ComponentManager":[[37,4,1,"","get_component_metadata"],[37,4,1,"","is_component_activated"],[37,4,1,"","is_component_installed"],[37,4,1,"","list_components"],[37,4,1,"","register_component"]],"mindroot.registry.data_access":[[37,2,1,"","DataAccess"]],"mindroot.registry.data_access.DataAccess":[[37,4,1,"","add_plugin"],[37,4,1,"","add_provider"],[37,4,1,"","get_model"],[37,4,1,"","get_provider"],[37,4,1,"","read_equivalent_flags"],[37,4,1,"","read_json"],[37,4,1,"","read_models"],[37,4,1,"","read_plugins"],[37,4,1,"","read_preferred_models"],[37,4,1,"","read_providers"],[37,4,1,"","remove_plugin"],[37,4,1,"","remove_provider"],[37,4,1,"","update_model"],[37,4,1,"","update_plugin"],[37,4,1,"","update_provider"],[37,4,1,"","write_equivalent_flags"],[37,4,1,"","write_json"],[37,4,1,"","write_models"],[37,4,1,"","write_plugins"],[37,4,1,"","write_preferred_models"],[37,4,1,"","write_providers"]],"mindroot.server":[[10,2,1,"","HeaderMiddleware"],[10,1,1,"","create_directories"],[10,1,1,"","find_available_port"],[10,1,1,"","get_project_root"],[10,1,1,"","is_port_in_use"],[10,1,1,"","main"],[10,1,1,"","parse_args"],[10,1,1,"","setup_app_internal"]],"mindroot.server.HeaderMiddleware":[[10,4,1,"","dispatch"]],"mindroot.server_missing_normal_args":[[10,2,1,"","HeaderMiddleware"],[10,1,1,"","create_directories"],[10,1,1,"","find_available_port"],[10,1,1,"","get_project_root"],[10,1,1,"","is_port_in_use"],[10,1,1,"","main"],[10,1,1,"","parse_args"],[10,1,1,"","setup_app_internal"]],"mindroot.server_missing_normal_args.HeaderMiddleware":[[10,4,1,"","dispatch"]],"mindroot.server_prev":[[10,2,1,"","HeaderMiddleware"],[10,1,1,"","create_directories"],[10,1,1,"","find_available_port"],[10,1,1,"","get_project_root"],[10,1,1,"","is_port_in_use"],[10,1,1,"","main"],[10,1,1,"","parse_args"],[10,1,1,"","setup_app_internal"]],"mindroot.server_prev.HeaderMiddleware":[[10,4,1,"","dispatch"]]},"objnames":{"0":["py","module","Python module"],"1":["py","function","Python function"],"2":["py","class","Python class"],"3":["py","attribute","Python attribute"],"4":["py","method","Python method"],"5":["py","exception","Python exception"]},"objtypes":{"0":"py:module","1":"py:function","2":"py:class","3":"py:attribute","4":"py:method","5":"py:exception"},"terms":{"":[3,14,16,17,24,26,28,30,31,34],"0":[2,12,14,17,21,28,29,31,34,40],"01":17,"03_22_2024":14,"1":[0,2,8,12,14,21,24,29,31,34],"100":[10,17],"1000":17,"1106":17,"1nline":31,"2":[12,14,24,29,31],"20":12,"3":[0,2,8,12,14,24,30,35],"32":30,"35":14,"4":[17,24],"400":14,"401":32,"403":32,"4096":31,"42":14,"4pm":14,"5":[24,35],"500":12,"6":24,"78001":14,"78573":14,"8":30,"8010":[2,10,40],"90":17,"90210":14,"9_":30,"A":[0,2,7,14,25],"And":[2,5],"Be":14,"But":14,"For":[2,3,6,24],"If":[2,5,7,14,24,25,31,32,34],"In":[14,25],"It":[12,14,25],"NO":24,"NOT":14,"No":[14,16],"OR":14,"On":[0,2,8],"One":[12,14],"Such":14,"The":[2,12,13,14,16,26,30,31,32,34,40],"Then":[2,5,24],"To":25,"_":[],"__":24,"___":14,"__translate_":24,"__translate_buttons_send__":24,"__translate_chat_title__":24,"__translate_dashboard_welcome__":24,"__translate_key__":[24,31,34],"__translate_key_name__":24,"__translate_main_heading__":24,"__translate_page_title__":24,"_pydanticgeneralmetadata":30,"abbrevi":14,"abc123":23,"abl":[12,14],"about":[2,8,12,14,17,25,26,28],"absolut":[24,31,34],"absolute_path":[14,24],"accept":24,"access":[12,25],"access_token":[11,20,25],"accueil":24,"across":31,"activ":[0,2,5,11,28],"activate_plan_featur":[11,28],"activate_subscription_plan":[11,28],"active_onli":28,"actual":[24,31],"ad":19,"add":[12,14,22,25,30,31,34,35],"add_ag":[21,22],"add_agent_rout":[11,21],"add_current_tim":[11,14],"add_custom_serv":[11,25],"add_mcp_serv":[11,12],"add_messag":[10,31],"add_message_async":[10,31],"add_plugin":[10,21,22,37],"add_plugin_rout":[11,21],"add_prefer":[31,35],"add_provid":[10,37],"add_public_stat":[10,31],"add_rol":[11,30],"add_serv":[11,25],"addit":[17,28],"address":[14,18],"address1":14,"address2":14,"admin":[2,4,6,7,11,17,24,29,30,32,40],"admin_gr":17,"admin_init":11,"advanc":[2,6,7,16],"after":[14,17,24],"again":14,"agent":[12,14,16,21,22,31,34,35],"agent_data":12,"agent_import":11,"agent_info":12,"agent_nam":[11,12,14,21,22,34,35],"agent_op":[11,21],"agent_output":[11,14],"agent_rout":11,"agententri":[11,21,22],"ah_anthrop":35,"ah_fil":[2,4],"ah_openrout":[2,6,7],"ah_shel":[2,4],"ai":[],"alia":29,"align":14,"all":[10,12,13,14,16,17,19,22,24,25,28,29,30,31,34],"all_cach":24,"alloc":[17,28],"allocate_credit":[11,17],"allocate_subscription_credit":[11,28],"allow":[12,14,17,33],"allow_neg":17,"alreadi":[2,4,5,14],"also":[14,26,40],"altern":14,"alwai":[14,24,26],"amount":[11,17,28],"an":[2,6,12,13,14,16,17,18,19,22,24,25,26,28,31,32,34],"analysi":[14,16],"angl":26,"ani":[10,12,14,17,23,24,25,28,29,30,31,32,34],"anim":26,"annot":30,"annotated_typ":30,"anoth":14,"answer":14,"anyth":26,"api":[3,5,13,14,32,41],"api_activate_featur":[11,28],"api_activate_plan":[11,28],"api_allocate_credit":[11,17],"api_cancel_subscript":[11,28],"api_create_checkout":[11,28],"api_create_featur":[11,28],"api_create_plan":[11,28],"api_create_templ":[11,28],"api_credit_report":[11,17],"api_deactivate_featur":[11,28],"api_deactivate_plan":[11,28],"api_estimate_credit":[11,17],"api_get_all_plan":[11,28],"api_get_featur":[11,28],"api_get_my_subscript":[11,28],"api_get_plan":[11,28],"api_get_templ":[11,28],"api_kei":[10,11,14,31],"api_key_manag":11,"api_set_default_templ":[11,28],"api_update_featur":[11,28],"api_update_plan":[11,28],"api_update_ratio":[11,17],"api_update_templ":[11,28],"apikei":13,"apikeycr":[11,13],"apikeylist":[11,13],"apikeymanag":[11,13],"apikeyrespons":[11,13],"app":[10,13,14,17,21,23,27,28,30,31,34],"app_":10,"appear":26,"append":24,"append_localized_fil":[11,24],"append_messag":[11,14],"appli":[31,34],"applic":[31,34],"apply_translations_to_cont":[10,31],"apply_translations_to_j":[31,34],"appropri":17,"ar":[2,4,12,14,24,25,26,31,34,35],"arbitrari":16,"architectur":3,"aren":14,"arg":[11,12,14,25,31,35],"argument":[14,25],"arrai":14,"ask":14,"aspect":26,"asset":12,"asset_hash":12,"asset_manag":11,"asset_typ":12,"assetmanag":[11,12],"assign":14,"assist":[3,31,41],"associ":13,"assum":[2,6,14],"async":[10,12,13,14,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,34,35],"asyncgener":31,"asynchron":31,"at_dat":17,"at_period_end":28,"attach":30,"attempt":34,"au":24,"auth":[10,12,25,30,31],"auth_head":[11,12,25],"auth_typ":[11,12,25],"auth_url":25,"authent":[12,14,31,32],"author":[12,25],"authorization_server_url":[11,12,25],"auto":18,"auto_instal":[11,25],"automat":14,"avail":[12,22,24,25,28,31,34,35],"avatar":12,"avoid":31,"await":[10,17,24,31,34],"back":[12,14,31],"background":26,"backup":[31,35],"backward":31,"balanc":[11,17,28],"base":[10,12,13,14,17,18,21,23,24,25,26,28,29,30,31,34,35,37],"base_dir":12,"base_path":[17,28,29],"base_url":[11,14],"basecommandset":[10,31],"basehttpmiddlewar":10,"basemodel":[12,13,14,21,23,25,30],"baseservic":[10,31],"basic":[14,24],"batch":31,"batch_siz":18,"bearer":12,"beauti":[2,8],"been":24,"befor":[14,25],"begin":24,"behavior":24,"being":14,"better":18,"bienvenu":24,"bill":28,"bin":[2,5],"block":[14,31,33],"bodi":[16,17,18,19,24],"bool":[12,13,14,17,18,19,21,23,24,25,28,30,31,32,34,35],"bord":24,"both":31,"breakdown":29,"brief":14,"brows":[3,12],"browse_registry_serv":[11,12],"browser":12,"buchatlog":[10,38],"buchatlog2":[10,38],"build":[12,18],"build_search_criteria":[11,18],"built":24,"busi":17,"butempl":[10,38],"button":[0,2,8,24],"buttons_sav":24,"buttons_send":24,"byte":[12,18],"ca":14,"cach":[12,24,31],"cached_get_service_model":[11,12],"calcul":[12,25,29],"calculate_content_hash":[11,12],"calculate_file_hash":[11,12],"call":[14,16,17,24,25,30,31],"call_next":[10,23,24],"call_tool":[11,25],"callabl":[10,31],"callback":[12,31],"camera":26,"can":[2,7,12,14,16,18,31,34,40],"cancel":28,"cancel_at_period_end":[11,28],"cancel_chat":[11,14],"cancel_subscript":[11,28],"capabl":[11,12,25],"care":14,"cascad":31,"case":14,"catalog":[12,25],"catalog_command":11,"catalog_manag":11,"categori":[11,12,25,31,34],"caution":14,"cd":[5,25],"chain":24,"chang":[16,17],"charact":24,"chat":[3,8,11,23,24,31,41],"chat_avatar":11,"chat_ev":[11,14],"chat_histori":[11,14],"chat_sess":[11,14],"chat_titl":24,"chatcontext":[10,38],"chatlog":[10,38],"chatlog_optim":[10,38],"check":[12,14,17,18,19,23,24,25,30,31,34,35],"check_credit_bal":[11,28],"check_credits_avail":[11,17],"check_email":[11,18],"check_for_admin":[11,30],"check_for_localized_templ":[10,31],"check_list":[11,24],"check_operation_allow":[11,17],"check_plugin_depend":[10,31,34],"check_recommended_plugin":[11,12],"check_tool":[11,25],"checklist":16,"checkout":28,"child":[14,31],"choiceload":31,"chunk":14,"class":[10,12,13,14,17,18,21,23,24,25,28,29,30,31,34,35,37],"classmethod":[17,28,31],"classvar":[12,13,14,21,23,25,30],"claud":35,"clean":25,"clear":[12,16,25],"clear_registry_token":[11,12],"clear_subtask":[11,16],"clear_token":[11,25],"cli":11,"click":[0,2,4,6,7,8],"clickabl":[2,8],"client":[20,25,34],"client_id":[11,12,25],"client_info":25,"client_secret":[11,12,25],"close_chat_sess":[11,14],"cmd":[10,31],"code":[11,12,14,24,25,31,34],"collect":31,"collect_cont":[10,31],"combin":31,"come":[2,7,14],"command":[2,4,10,11,12,16,21,24,25,26,31,34],"command_manager_":31,"command_plugin_map":[11,12],"command_result":[11,14],"command_rout":11,"command_set":31,"commandsett":31,"commit":12,"compat":31,"complet":[12,16,24,25,29,31,35],"complete_oauth_flow":[11,12,25],"complete_registry_oauth":[11,12],"complete_subtask":[11,16],"compon":[17,24,28],"component_manag":[10,38],"component_typ":37,"componentmanag":[10,37],"composit":26,"concis":14,"conexi\u00f3n":24,"config":[12,13,14,17,18,21,23,25,30],"configdict":[12,13,14,21,23,25,30],"configur":[2,3,5,12,13,14,17,18,21,23,25,29,30,31],"confirm_password":30,"conform":[12,13,14,21,23,25,30],"connect":[11,12,18,25],"connect_mcp_serv":[11,12],"connect_oauth_serv":[11,25],"connect_remote_serv":[11,25],"connect_serv":[11,25],"consist":17,"consolid":10,"contain":[1,12,13,14,17,22,25,32,34],"content":38,"context":[12,13,14,16,17,18,19,21,23,24,25,26,28,29,30,31,34,35],"context1":[11,14],"context_length":31,"contextual_info":14,"continu":[14,33],"contribut":3,"control":[2,4,6,7],"conv_id":20,"convers":[11,14,20],"conversation_id":20,"converse_with_ag":[11,14],"convert":[17,24,26,35],"cooki":24,"copi":35,"core":[24,31,34],"correct":21,"cost":[17,29],"cost_type_id":[11,17,29],"costtypeinfo":[11,29],"count":[12,14,31],"count_token":[10,31],"count_tokens_for_log_id":[10,31],"count_tokens_for_log_id_optim":[10,31],"cover":41,"creat":[0,2,5,8,12,13,14,17,20,22,24,25,26,28,30,31,34],"create_access_token":[11,23],"create_ag":[11,12],"create_api_kei":[11,13],"create_checkout_sess":[11,28],"create_compon":[11,17,28],"create_default_plugin_manifest":[31,34],"create_directori":[10,38],"create_distributable_entri":[21,22],"create_empty_catalog":[11,25],"create_index":[21,22],"create_index_rout":[11,21],"create_js_translation_object":[31,34],"create_kei":[11,13],"create_page_templ":[11,28],"create_persona":[11,12],"create_plan":[11,28],"create_plan_featur":[11,28],"create_registry_persona":[11,12],"create_registry_persona_with_asset":[11,12],"create_sse_cli":[11,20],"create_subscript":[11,28],"create_subscription_plan":[11,28],"create_us":[11,30],"create_widget_sess":[11,14],"create_widget_token":[11,14],"created_at":[11,13,14,28,30],"created_bi":[11,14],"creator":14,"credenti":30,"credit":[11,28],"credit_integr":11,"creditintegr":[11,28],"creditledg":[11,17],"creditpolici":[11,17],"creditratioconfig":[11,17],"credits_admin":[11,17],"credits_per_cycl":[11,28],"credits_ratio_admin":[11,17],"creditsplugin":[11,17],"creditstorag":[11,17],"credittransact":[11,17],"creditusagehandl":[11,17],"criteria":[14,18],"critic":26,"css_templat":[11,28],"ctx":16,"cumul":31,"currenc":[11,17,28],"current":[14,16,17,18,24,25,28,31,32,34],"current_bal":17,"current_period_end":[11,28],"current_period_start":[11,28],"cursor":16,"custom":[25,31,34],"cwd":31,"dai":[0,2],"daili":[0,2,29],"dashboard":24,"dashboard_welcom":24,"data":[10,11,12,13,14,16,17,21,23,28,30,31,32,34,35,37],"data_access":[10,38],"dataaccess":[10,37],"databas":[24,25],"date":[12,17,29],"datetim":[17,28,29],"dd":17,"de":24,"deactiv":28,"deactivate_plan":[11,28],"deactivate_plan_featur":[11,28],"deactivate_subscription_plan":[11,28],"debug":[19,24,25],"debug_load":11,"debug_middlewar":11,"decod":18,"decode_text":[11,18],"decode_token":[11,23],"decor":31,"decrement":12,"decrement_reference_count":[11,12],"dedupl":12,"deepseek":[0,2,8],"def":33,"default":[2,17,18,24,25,28,31,34,35,40],"default_templ":11,"default_valu":[11,28],"defin":[14,34],"definit":[29,34],"delayed_exit":[11,12],"deleg":[10,14,31],"delegate_task":[11,14,31],"delet":[10,12,13,14,31],"delete_api_kei":[11,13],"delete_chat_sess":[11,14],"delete_kei":[11,13],"delete_log":[10,31],"delete_session_by_id":[10,31],"delete_set":[11,12],"delete_widget_token":[11,14],"deliver":14,"demo":25,"dep":16,"depend":[11,12,14,21,23,24,30,31,32,34],"descript":[11,12,13,14,21,24,25,26,28,29],"detail":[12,13,14,17,25,26,28,29],"detect":[18,24,25],"detect_language_from_request":[11,24],"detect_running_serv":[11,25],"determin":24,"dialog":[2,7],"dict":[12,13,14,17,18,19,21,22,23,24,25,28,29,30,31,32,34,35],"dictionari":[12,13,14,19,21,23,24,25,30,31,34],"differ":25,"dir":14,"direct":12,"directli":31,"directori":[5,10,11,12,14,19,21,22,25,30,31,34,35],"directoryrequest":[11,12],"disabl":12,"disconnect":[12,25],"disconnect_mcp_serv":[11,12],"disconnect_serv":[11,25],"discover_plugin":[11,12],"discuss":14,"disk":24,"dispatch":[10,38],"displai":25,"display_nam":25,"display_ord":[11,28],"distinguish":26,"distribut":22,"div":24,"divid":3,"do":[12,14,26],"docstr":35,"document":[14,16],"doesn":[14,31,35],"done":16,"download":[12,34],"download_github_fil":[11,12,31,34],"dure":[19,30],"dynam":25,"dynamic_command":11,"e":[2,4,14,17,24,28,31,33,34],"each":[0,2,12,16,31],"earli":24,"edit":[2,6],"email":[11,30],"email_messag":18,"email_provid":11,"email_servic":11,"email_verifi":[11,30],"emailprovid":[11,18],"emailstr":30,"emb":[14,23],"embed":[12,14,16,33],"emoji":[0,2],"empti":25,"en":24,"enabl":[11,12,14,19,31,34],"encapsul":17,"encod":[14,18],"end":[3,12,14,16,17,24,28,35],"end_dat":[17,29],"end_raw":[14,33],"endpoint":[12,14],"enhanc":[24,25],"enhanced_mcp_manager_servic":[11,25],"enregistr":24,"ensur":[17,21,25,30],"ensure_catalog_exist":[11,25],"ensure_index_structur":[11,21],"ensure_preferences_exist":[31,35],"enter":[2,4,5,6],"entri":[21,22,31,34],"env":[11,12,19,25,31],"env_manag":11,"env_var":19,"enviar":24,"environ":[2,5,6,12,18,19,24,25,31],"err":14,"error":[14,18,24,25],"error_connection_fail":24,"escap":31,"escape_for_json":[10,31],"establish":18,"estim":17,"estimate_credit":[11,17],"estimate_credits_need":[11,17],"estimated_cost":17,"etc":[14,16,26,28],"event":[11,14,17,28,29,31],"event_data":28,"everi":14,"everyth":[24,41],"exact":[16,24],"exampl":[0,2,6,12,14,16,17,23,24,25,26,28,31],"except":[17,25,31,34],"exclud":30,"exec_with_provid":[31,35],"execut":[2,4,14,31,35],"execute_hook":[31,35],"exist":[14,24,25,28,30,31,34,35],"exit":[14,31],"exit_convers":[11,14],"exit_criteria":14,"expand":[2,7],"expires_at":[11,30],"expiri":30,"export":12,"export_agent_zip":[11,12],"expos":30,"express":26,"extend":3,"extern":[12,17,24],"external_plugin":24,"extract":[16,18,24,25,31],"extract_checklist_sect":[11,16],"extract_delegate_task_log_id":[10,31],"extract_plugin_root":[11,24],"extract_translation_kei":[11,24],"faceref":12,"factori":[17,28,29,30],"fail":25,"fall":[12,31],"fallback":[24,35],"fals":[13,14,17,19,21,24,25,28,30,31,32,34],"fastapi":[24,31,32,34],"featur":[11,25,28],"feature_data":28,"feature_id":[11,28],"fetch":12,"few":14,"field":[2,6,29,30],"file":[2,4,12,14,19,21,22,24,25,30,31,34,35],"file_hash":12,"file_path":[12,34,37],"filenam":[12,14,30,31,33],"filesystem":[25,31,34],"filter":[13,14,25],"final":[2,6,14],"find":[2,6,31],"find_available_port":[10,38],"find_chatlog_fil":[10,31],"find_child_logs_by_parent_id":[10,31],"find_parent_templ":[10,31],"find_plugin_templ":[10,31],"finish":[12,14],"finished_chat":[11,14],"first":[2,12,14,16,24,26,31,34,40],"first_messag":14,"firstmatchload":[10,31],"fix":12,"flag":[11,12,35,37],"float":[12,17,28,29],"flow":[12,25],"focu":26,"folder":18,"follow":[14,17,24,25,31],"foo":33,"forc":12,"form":[12,14,30],"format":[12,14,17,22,24,35],"format_result_msg":11,"formatted_result":14,"forward":20,"found":[13,14,16,19,24,28,31,34],"fr":24,"fresh":[17,28],"from":[0,2,6,8,10,12,14,16,19,21,22,24,25,26,28,30,31,32,34],"from_dict":[11,17,28],"front":26,"full":[12,14,16,17,26,31],"function":[10,18,24,31,34],"g":[2,4,14,17,24,28,31,33,34],"gather":12,"gener":[14,26,29,30],"generate_random_credenti":[11,30],"get":[12,14,17,18,22,24,25,28,29,30,31,32,34,35,41],"get_admin_html":[11,12],"get_agent_ownership_info":[11,12],"get_all_featur":[11,28],"get_all_plan":[11,28],"get_all_plugin":[11,12],"get_all_templ":[11,28],"get_asset_metadata":[11,12],"get_asset_path":[11,12],"get_available_featur":[11,28],"get_bal":[11,17],"get_balance_at":[11,17],"get_base_path":[11,17,28,29],"get_cache_dir":[10,31],"get_cache_path":[10,31],"get_cached_token_count":[10,31],"get_catalog_server_info":[11,12],"get_categori":[11,25],"get_chat_histori":[11,14],"get_chat_html":[11,14],"get_checklist_statu":[11,16],"get_client_info":[11,25],"get_command":[11,12],"get_command_plugin_map":[31,34],"get_command_provid":[11,12],"get_component_metadata":[10,37],"get_config":[11,17],"get_context":[10,31],"get_cost":[11,29],"get_cost_summari":[11,29],"get_cost_typ":[11,29],"get_credit_bal":[11,17],"get_credit_ratio":[11,17],"get_credit_report":[11,17],"get_current_languag":[10,31,34],"get_current_language_from_request":[11,24],"get_current_us":[31,32],"get_daily_cost":[11,29],"get_default_templ":[11,28],"get_detailed_funct":[31,35],"get_docstr":[31,35],"get_email_bodi":[11,18],"get_embed_script":[11,14],"get_env_var":[11,19],"get_equivalent_flag":[11,12],"get_fallback_languag":[11,24],"get_featur":[11,28],"get_full_agent_data":[11,12],"get_funct":[31,35],"get_git_version_info":[11,12],"get_histori":[10,31],"get_hook":[31,35],"get_installation_statu":[11,12],"get_installed_plugin_metadata":[21,22],"get_latest_bal":[11,17],"get_localized_file_path":[11,24],"get_mcp_catalog":[11,12],"get_mcp_categori":[11,12],"get_missing_command":[31,35],"get_model":[10,11,12,37],"get_model_preferences_v2_html":[11,12],"get_my_subscript":[11,28],"get_oauth_statu":[11,12,25],"get_or_create_jwt_secret":[11,23],"get_ordered_providers_for_servic":[31,35],"get_organized_model":[11,12],"get_page_templ":[11,28],"get_parent_templates_env":[10,31],"get_persona_avatar":[11,14],"get_persona_data":[11,26],"get_persona_faceref":[11,14],"get_plan":[11,28],"get_plugin":[11,12],"get_plugin_import_path":[10,31,34],"get_plugin_path":[10,31,34],"get_plugin_translations_path":[11,24],"get_prefer":[31,35],"get_project_root":[10,38],"get_provid":[10,11,12,18,37],"get_ratio":[11,17],"get_rec":[10,31],"get_registered_command":[11,25],"get_registry_categori":[11,12],"get_registry_server_detail":[11,12],"get_registry_set":[11,12],"get_request_languag":[11,24],"get_reset_password_form_by_fil":[11,30],"get_respons":[31,34],"get_running_process":[11,25],"get_server_info":[11,25],"get_servers_by_categori":[11,25],"get_servic":[11,12],"get_service_model":[11,12],"get_service_models_from_provid":[11,12],"get_set":[11,12],"get_settings_v2":[11,12],"get_some_docstr":[31,35],"get_sourc":[10,31],"get_start_method":[11,12],"get_stat":[11,12],"get_subscript":[11,28],"get_subscription_by_provider_id":[11,28],"get_subscription_plan":[11,28],"get_subscriptions_by_provider_id":[11,28],"get_supported_languag":[11,24],"get_templ":[11,28],"get_token":[11,25],"get_token_count":[11,14],"get_token_count_alt":[11,14],"get_total_cost":[11,29],"get_transact":[11,17],"get_transl":[11,24],"get_usag":[11,29],"get_usage_report":[11,29],"get_usage_summari":[11,17],"get_user_daili":[11,29],"get_user_data":[11,30],"get_user_limit":[11,17],"get_user_report":[11,29],"get_user_rol":[11,30],"get_user_subscript":[11,28],"get_user_summari":[11,29],"get_version_info":[11,12],"get_widget_config":[11,14],"git":12,"github":[12,25,31,34],"github_url":[11,12,21],"githubimportrequest":[11,12],"githubpluginrequest":[11,12],"githubpublishrequest":[11,12],"give":[3,41],"given":[14,24,26,31],"global":[17,24,25],"go":[2,4,6,7,16],"goto_subtask":[11,16],"gpt":17,"gpt4":17,"greet":14,"grep":19,"guid":26,"h1":24,"ha":[17,21,30,32],"handl":[10,12,17,18,25,28,30],"handle_callback":[11,25],"handle_persona_import":[11,12],"handle_redirect":[11,25],"handle_reset_password_by_fil":[11,30],"handle_stripe_ev":[11,28],"handle_usag":[11,17],"handler":[11,21,24,34],"has_rol":[11,30],"has_suffici":17,"hash":12,"have":[14,24,30,31],"head":[16,24],"header":[12,18,24],"headermiddlewar":[10,38],"hello":[14,31,33],"help":19,"helper":[16,18],"here":14,"hidden":14,"hierarch":[17,24],"high":17,"histori":17,"home":[0,2,6,7,8],"hook":[10,31],"hookmanag":[31,35],"host":[2,4,5],"how":14,"html":[2,8,14,18,24,31],"html_templat":[11,28],"http":[2,24,25,40],"httpauthorizationcredenti":23,"httpbearer":23,"httpexcept":32,"httponli":24,"hyphen":24,"i":[0,2,3,5,7,8,12,14,16,17,24,25,31,32,34],"i18n":24,"id":[14,17,20,28,31],"identifi":[14,17,24,31,35],"imag":[12,14,26],"image_url":14,"imagemessagepart":[11,14],"imap":18,"imap4":18,"imap_handl":11,"imaphandl":[11,18],"img":[2,8],"immedi":28,"implement":[25,35],"import":[12,14,24,31,34],"import_ag":[11,12],"import_agent_zip":[11,12],"import_github_ag":[11,12],"import_github_agent_endpoint":[11,12],"import_persona":[11,12],"import_persona_from_index":[11,12],"inbox":18,"includ":[12,14,26,28,30,31,34],"include_categori":[31,34],"include_email":30,"incomplet":[16,24,31],"increment":24,"index":[3,11,12,31],"index_dir":[21,22],"index_nam":[11,12,21,22],"index_op":[11,21],"indexmetadata":[11,21,22],"indic":[14,22,24],"info":[14,18,19,25,29,30,31],"inform":[12,14,17,25,28],"inicio":24,"init_catalog_from_default":[11,25],"init_chat_sess":[11,14],"init_email_provid":[11,18],"init_persona":11,"init_provid":[11,18],"initi":[14,18,25,28,30,31,34],"initialize_admin":[11,30],"initialize_default_featur":[11,28],"initialize_default_templ":[11,28],"initiate_agent_sess":[11,14],"initiate_password_reset":[11,30],"inject":[24,31,34],"inject_translations_into_j":[31,34],"inmemorytokenstorag":[11,25],"input":[2,4,31],"input_token":17,"input_tokens_sequ":31,"input_tokens_tot":31,"insert":14,"insert_imag":[11,14],"instal":[3,10,11,12,14,21,22,25,31,41],"install_agent_recommended_plugin":[11,12],"install_from_catalog":[11,12],"install_from_index":[11,12],"install_github_plugin":[11,12],"install_index_from_zip":[21,22],"install_index_rout":[11,21],"install_local_plugin":[11,12],"install_method":[11,25],"install_packag":[11,25],"install_persona":[11,21],"install_plugin":[10,31],"install_plugin_depend":[10,31,34],"install_queued_plugin":[11,12],"install_recommended_plugin":[31,34],"install_registry_serv":[11,12],"install_serv":[11,25],"install_with_npm":[11,25],"install_with_npx":[11,25],"install_with_pip":[11,25],"install_with_uvx":[11,25],"installed_plugin":31,"installfromindexrequest":[11,12],"instanc":[5,14,17,18,28,31,34],"instead":[14,26,34],"instruct":[11,12,14,16,35],"insufficientcreditserror":[11,17],"int":[12,18,28,30,31,35],"integr":[12,24,28],"interact":14,"interfac":[17,29,31,34],"interfaz":24,"intermediari":14,"intern":[20,28],"interv":[11,28],"involv":14,"is_admin_reset":[11,30],"is_component_activ":[10,37],"is_component_instal":[10,37],"is_default":[11,28],"is_language_support":[11,24],"is_port_in_us":[10,38],"is_public_rout":[11,23],"issu":14,"item":14,"its":[12,14,16,24,25,29,31,34],"j":34,"javascript":34,"jinja2":[24,31],"js_templat":[11,28],"json":[10,12,14,22,24,31,33],"json_escap":[10,38],"json_path":31,"json_str_block":[10,31],"jsonish":33,"just":[2,5],"jwt_auth":11,"katex":14,"kei":[3,5,11,13,14,17,19,24,31,32,34,41],"keys_dir":13,"kwarg":[31,34,35],"l8n":[11,31,34],"l8n_constant":11,"l8n_static_handl":[10,31],"label":16,"lack":32,"lambda":30,"lang":24,"languag":[24,31,34],"language_detect":11,"larg":24,"large_templ":24,"larger":16,"last":[12,30],"last_login":[11,30],"last_uid":18,"latest":17,"latex":14,"least":30,"ledger":11,"length":30,"let":14,"letter":24,"level":[16,17],"lib":[10,30,38],"light":26,"like":[14,16,24,26],"limit":[11,12,14,17],"line":[12,16,31],"link":[2,6,7,8,30],"list":[12,13,14,16,17,18,20,21,22,24,25,28,29,30,31,34,35],"list_ag":[11,12],"list_api_kei":[11,13],"list_compon":[10,37],"list_en":[10,31,34],"list_indic":[21,22],"list_indices_rout":[11,21],"list_kei":[11,13],"list_localized_fil":[11,24],"list_mcp_serv":[11,12],"list_persona":[11,12],"list_plan":[11,28],"list_subscription_plan":[11,28],"list_us":[11,30],"list_widget_token":[11,14],"liter":[12,14],"live":16,"llm":[3,5,14,16,31,41],"load":[10,12,16,19,21,24,25,29,31,34],"load_agent_data":[11,12,21],"load_catalog":[11,25],"load_checklist":[11,16],"load_checklist_from_instruct":[11,16],"load_config":[11,25],"load_context":[10,31],"load_cost":[11,29],"load_cost_typ":[11,29],"load_env_fil":[11,19],"load_log":[10,31],"load_middlewar":[31,34],"load_persona_data":[11,12,21],"load_plugin_manifest":[10,31,34],"load_plugin_templ":[10,31],"load_plugin_transl":[11,24],"load_session_data":[10,31],"load_template_with_transl":[10,31],"loader":[10,24,31],"loader_with_l8n":[10,31],"local":[12,21,24,25,31,34],"localized_fil":24,"locat":21,"log":[2,7,14,19,24,31,40],"log_id":[14,31],"log_path":31,"logic":10,"login":[23,30,32],"loginrequest":[11,23],"long":14,"longer":14,"look":[16,26,34],"lose":14,"loud":14,"lower":16,"lowercas":24,"m":[2,5,25],"macro":14,"mai":14,"main":[3,10,11,14,22,24,25,31,34,38],"make":[2,7,14,31],"make_sess":[11,14],"manag":[12,14,17,25,31,34],"manifest":[10,21,22,31],"manual":[12,25],"map":[10,12,24,31,35],"mark":[12,16,18,25,31],"mark_as_process":[11,18],"mark_server_as_instal":[11,25],"mark_server_instal":[11,12,25],"markdown":[14,16],"markdown_await_us":[11,14],"match":[23,31],"math":14,"max_ag":24,"max_attempt":10,"max_iter":14,"max_length":30,"max_messag":18,"max_token":[14,31],"maximum":12,"maxlen":30,"mcp":[12,25],"mcp_":11,"mcp_catalog_add_custom":[11,25],"mcp_catalog_categori":[11,25],"mcp_catalog_info":[11,25],"mcp_catalog_instal":[11,25],"mcp_catalog_install_and_run":[11,25],"mcp_catalog_list":[11,25],"mcp_catalog_refresh":[11,25],"mcp_catalog_rout":11,"mcp_catalog_search":[11,25],"mcp_catalog_statu":[11,25],"mcp_catalog_stop":[11,25],"mcp_check_tool":[11,25],"mcp_connect":[11,25],"mcp_debug_connect":[11,25],"mcp_disconnect":[11,25],"mcp_enhanced_connect":[11,25],"mcp_enhanced_disconnect":[11,25],"mcp_install_npx_serv":[11,25],"mcp_install_uvx_serv":[11,25],"mcp_list_dynamic_command":[11,25],"mcp_list_serv":[11,25],"mcp_manag":11,"mcp_manager_servic":[11,25],"mcp_oauth_callback":[11,12],"mcp_publish_rout":11,"mcp_refresh_dynamic_command":[11,25],"mcp_registry_rout":11,"mcp_rout":11,"mcpcatalogmanag":[11,25],"mcpcompleteoauthrequest":[11,12],"mcpconnectrequest":[11,12],"mcpdynamiccommand":[11,25],"mcplocaltestrequest":[11,12],"mcpmanag":[11,25],"mcpoauthcallbackrequest":[11,12],"mcpserver":[11,25],"mcpserveraddrequest":[11,12],"mcpserverinstal":[11,25],"mcpserverpublishrequest":[11,12],"mcpserverrequest":[11,12],"mcptestlocalrequest":[11,12],"mcptestremoterequest":[11,12],"mcptokenstorag":[11,25],"md":[16,25],"memori":25,"mensaj":24,"mention":12,"messag":[14,16,18,25,31],"message_id":18,"message_part":14,"met":[14,31,34],"metadata":[11,12,17,21,22,28,29,31,34,37],"method":[12,25],"middl":14,"middlewar":[11,34],"migrat":[12,34,38],"migrate_from_old_format":[31,35],"migrate_plugin_manifest":[10,38],"migrate_set":[11,12],"min_length":30,"mindroot":[1,4,5,6,38,41],"mindroot_languag":24,"minlen":30,"miss":[10,24,31,34],"missing_command":[11,12],"mkdir":[5,14],"mm":17,"mock":24,"mock_call_next":[11,24],"mockrequest":[11,24],"mockrespons":[11,24],"mod":11,"mode":14,"model":[11,12,13,23,25,35,37],"model1":12,"model2":12,"model_config":[11,12,13,14,21,23,25,30],"model_id":[11,17,29],"model_nam":37,"model_preferences_v2":[10,31],"model_selector":[10,38],"modelcontextprotocol":25,"modelpreferencesv2":[31,35],"modul":[3,38],"monkei":24,"monkey_patch_to_delet":11,"month":28,"mood":[0,2],"moon":[2,8,14],"more":[14,24],"most":26,"mount":34,"mount_static_fil":[31,34],"mount_translated_static_fil":[31,34],"move":16,"movement":26,"much":14,"multipl":[14,18,24,31],"multiplexed_ev":[11,20],"must":[12,14,24],"mutablemap":[10,34],"my":[25,31,34],"my_mcp_serv":25,"my_plugin":24,"my_serv":25,"mymindroot":5,"name":[11,12,14,19,21,24,25,28,29,31,34,35,37],"namedtupl":29,"namespac":12,"nav_hom":24,"navig":16,"necessari":10,"necessarili":14,"need":[2,5,6,10,12,14,17,18,24,25,30,31,34,40,41],"neg":17,"network":30,"new":[0,2,8,12,13,14,17,18,22,25,28,29,30,31,34,35],"new_bal":17,"new_password":30,"next":[2,7,16,24],"non":31,"none":[10,12,13,14,16,17,18,19,20,21,24,25,26,28,29,30,31,32,34,35],"normal":28,"note":[0,2,4,8,14],"now":[2,6,10,24,25],"npm":25,"npx":25,"number":[24,29],"oauth":[12,25],"oauth_callback_rout":11,"oauth_storag":11,"oauthclientinformationful":25,"oauthtoken":25,"object":[12,13,14,17,18,24,25,28,29,31,32,34,35,37],"occur":14,"old":[12,35],"old_prefer":35,"omit":16,"on_load":[11,27],"onc":14,"one":[14,30],"onli":[14,16,24,25,28,30,31],"open":[0,2,8],"openrout":[2,6,7],"openrouter_api_kei":[],"openrouter_kei":[2,6],"oper":[17,19,25,28,31],"optim":31,"option":[11,13,14,16,17,18,24,28,29,31,33,34,35],"order":[17,24,35],"ordered_pair":35,"origin":[16,24,31,34],"original_path":24,"original_transaction_id":17,"other":[14,16,24],"otherwis":[13,14,19,24,31,32],"out":14,"output":[0,2,8,14,31],"output_tokens_sequ":31,"overrid":[31,34],"owner":12,"ownership":12,"p":40,"packag":38,"page":[0,2,3,6,7,8,11,12,14,24,28,31],"page_nam":31,"pagetempl":[11,28],"pagin":18,"pair":[34,35],"paragraph":14,"param":[12,14,19,28],"paramet":[12,13,14,16,17,18,19,23,24,25,28,31,32,34,35],"parent":[14,31],"parent_log_id":[14,31],"parent_templ":[10,38],"pars":16,"parse_arg":[10,38],"parti":16,"partial_command":[11,14],"particular":14,"password":[2,11,23,30,40],"password_hash":[11,30],"password_reset_servic":11,"passwordresettoken":[11,30],"patch":24,"path":[10,12,14,17,19,21,22,23,24,28,31],"path_matches_pattern":[11,23],"path_start":31,"pattern":[23,25,30],"payment":[17,28],"payment_123":17,"payment_method":17,"payment_provid":[11,28],"per":[14,17,24,31],"period":28,"period_end":28,"period_start":28,"person":26,"persona":[11,12,21,22],"persona_data":12,"persona_handl":11,"persona_nam":[12,21,26],"persona_path":[12,14],"persona_rout":11,"phase":[2,8],"pic_of_m":[11,26],"pictur":26,"ping":[11,12],"pip":[2,5,12,25],"pipelin":24,"placehold":[24,25,31,34],"plain":18,"plan":28,"plan_data":28,"plan_id":[11,28],"planfeatur":[11,28],"pleas":14,"plugin":[3,5,10,11,12,17,19,21,22,24,28,29,35,37,38,41],"plugin_data":37,"plugin_dir":[25,34],"plugin_id":[11,17,29],"plugin_info":[12,34],"plugin_instal":[10,31,34],"plugin_list":31,"plugin_manag":11,"plugin_manifest":10,"plugin_nam":[12,21,22,24,31,34,37],"plugin_op":[11,21],"plugin_path":[24,31,34],"plugin_root":34,"plugin_rout":11,"plugin_router_fix":11,"plugin_router_new_not_work":11,"plugin_upd":[10,31,34],"pluginentri":[11,21,22],"pluginmanifest":[11,21],"pluginmetadata":[11,12],"pluginrequest":[11,12],"plugins_instal":[10,38],"pluginupdaterequest":[11,12],"poem":14,"poet":14,"polici":17,"port":[10,40],"pose":26,"posit":[17,35],"post":12,"potenti":[14,35],"pre":[2,5],"pre_load":[10,31,34],"prefer":[12,24,35],"prefix":[30,31],"prepend":34,"press":[2,6],"preview":17,"price":[11,28],"print":33,"prioriti":24,"privileg":32,"process":[12,14,18,25,28],"process_result":[11,14],"process_subscription_ev":[11,28],"program":[3,41],"programmat":14,"project":[],"prompt":[11,14,25,26],"properti":[31,33],"protect":25,"protected_rout":[11,23],"proto":[10,31],"protocol":31,"protocol_typ":31,"provid":[2,6,8,10,12,14,17,18,24,26,28,30,31,34,37],"provider_data":[28,37],"provider_nam":[12,37],"provider_subscription_id":[11,28],"provider_url":[11,12,25],"providermanag":[30,31,35],"public":[12,23,28,31],"public_rout":[10,31],"publicli":12,"publish":[11,12,21],"publish_index":[21,22],"publish_index_rout":[11,21],"publish_mcp_serv":[11,12],"publish_plugin_from_github":[11,12],"published_dir":22,"purchas":17,"purpos":16,"put":26,"pw":[2,40],"py":33,"pydant":[12,13,14,21,23,25,30],"pydanticundefin":[12,14,19,21,30],"pypi":[31,34],"python":[2,5,16,25,31,34],"quantiti":[11,17,29],"queri":[12,14,17,20,25,28],"query_param":24,"queu":12,"queue":[12,20],"queue_plugin_instal":[11,12],"quit":[11,14],"r":25,"rais":[25,31,32,34],"random":30,"rang":[17,29],"rate":[0,2],"rather":14,"ratio":17,"ratio_config":17,"raw":[14,33],"re":16,"read":[12,14,18,21,25,31],"read_ag":[11,12],"read_equivalent_flag":[10,11,12,37],"read_json":[10,37],"read_model":[10,11,12,37],"read_persona":[11,12],"read_persona_by_path":[11,12],"read_plugin":[10,37],"read_preferred_model":[10,37],"read_provid":[10,11,12,37],"read_resourc":[11,25],"read_set":[11,12],"read_stream":[10,31],"readm":25,"recipi":18,"recommend":[12,34],"record":[17,29],"record_alloc":[11,17],"record_refund":[11,17],"record_usag":[11,17],"redirect":[12,14,32],"redirect_to_login":32,"redirect_uri":[11,12,25],"redirectrespons":32,"refer":[3,12,14,17,19,25,28,31,34],"reference_id":[11,17],"refresh":[12,25],"refresh_agent_ownership_cach":[11,12],"refresh_catalog_statu":[11,12],"refresh_token":[11,25],"refund":17,"regist":[23,25,29],"register_compon":[10,37],"register_cost_typ":[11,29],"register_funct":[31,35],"register_hook":[31,35],"register_tool":[11,25],"registr":25,"registri":[2,4,7,10,12,38],"registry_asset":12,"registry_id":[11,12,25],"registry_set":12,"registry_settings_rout":11,"registry_token":12,"registry_url":[11,12],"registrybrowserequest":[11,12],"registryserverinstallrequest":[11,12],"relat":[17,28],"relev":[14,26],"rememb":14,"remot":[12,25,31,34],"remote_sourc":[11,12,21,31,34],"remov":[12,22,25,30,35],"remove_ag":[21,22],"remove_agent_rout":[11,21],"remove_mcp_serv":[11,12],"remove_plugin":[10,21,22,37],"remove_plugin_rout":[11,21],"remove_prefer":[31,35],"remove_provid":[10,37],"remove_rol":[11,30],"remove_serv":[11,25],"render":[10,14,31],"render_combined_templ":[10,31],"render_direct_templ":[10,31],"reorder_prefer":[31,35],"repeat":[2,4,14],"replac":[24,34],"replace_placehold":[11,24],"replace_raw_block":[31,33],"repli":14,"reply_to_messag":18,"repo":[11,12,31,34],"repo_path":[11,12,34],"report":[11,14,17],"repositori":[12,31,34],"request":[0,2,10,12,13,14,17,19,20,23,24,28,29,30,31,32,34],"request_id":[11,29],"request_path":23,"requir":[12,16,21,24,30,31,32,34],"require_admin":[31,32],"require_us":[14,31,32],"required_amount":17,"required_command":[11,21],"required_plugin":34,"required_servic":[11,21],"requires_all_rol":[10,31],"requires_any_rol":[10,31],"requires_rol":[10,31],"reset":[16,30],"reset_password_with_token":[11,30],"reset_token":30,"resolut":[17,19,31,34],"resourc":25,"respons":[10,12,24,34],"restart":[2,4,6,7],"restart_serv":[11,12],"restructuredtext":[],"result":[2,7,14,28,31,34],"results_output":[11,14],"results_text":[11,14],"results_text_output":[11,14],"retri":14,"retriev":[12,14,28],"return":[12,13,14,16,17,18,19,24,25,28,30,31,32,34,35],"revers":17,"review":16,"role":[11,14,30,31,32],"role_check":11,"role_servic":11,"room":14,"root":[10,24],"rout":[12,23,24,31,32],"route_decor":[10,38],"route_pattern":23,"router":11,"router_dedup_patch":11,"rule":[17,24],"run":[2,5,10,11,12,14,18,24,25,31],"run_command_with_stream":[10,31],"run_migr":[10,38],"run_task":[11,14],"run_task_rout":[11,14],"running_command":[11,14],"runtim":16,"runvnc":[2,4],"safe":[18,30,31],"sai":14,"same":[16,24,25],"samesit":24,"sanity_test":[11,25],"save":[2,6,8,12,19,24,25,29,31,34,35],"save_catalog":[11,25],"save_config":[11,25],"save_context":[10,31],"save_context_data":[10,31],"save_cost":[11,29],"save_cost_typ":[11,29],"save_env_fil":[11,19],"save_log":[10,31],"save_plugin_manifest":[10,31,34],"save_plugin_transl":[11,24],"save_prefer":[31,35],"save_session_data":[10,31],"save_set":[11,12],"save_settings_v2":[11,12],"save_token_counts_to_cach":[10,31],"scan":[12,19,24],"scan_agent_ownership":[11,12],"scan_and_import_ag":[11,12],"scan_and_import_agents_endpoint":[11,12],"scan_directori":[11,12],"scan_directory_for_env_var":[11,19],"scan_env_var":[11,19],"scan_for_ag":[11,12],"scandirectoryrequest":[11,12],"scene":26,"schema":14,"scope":[11,12,25,34],"score":[0,2],"script":[14,18,24],"sdk":25,"search":[2,3,4,7,11,12,18,25,31],"search_mcp_catalog":[11,12],"search_serv":[11,25],"second":[12,14],"secondari":14,"secret":[11,12,25],"section":[1,2,3,6,7,14,16,24,26,41],"section_el":24,"secur":14,"see":25,"select":35,"send":[12,14,18,30],"send_email":[11,18],"send_email_help":[11,18],"send_messag":[11,14],"send_message_to_ag":[11,14],"send_password_reset_email":[11,30],"send_to_parent_chat":[11,14],"send_verification_email":[11,30],"sensit":30,"sent":31,"sentenc":14,"sequenc":31,"serv":[12,31,34],"serve_asset":[11,12],"server":[2,4,6,7,12,25,38,40],"server_info":25,"server_instal":11,"server_missing_normal_arg":38,"server_nam":[11,12,25],"server_prev":38,"server_request":12,"server_rout":11,"server_typ":[11,12],"servic":[10,11,12,17,21,25,30,31,34],"service_manager_":31,"service_model":11,"service_nam":[12,35],"service_or_command_nam":[11,12,35],"servicet":31,"session":[14,23,24,25,28],"session_fil":[10,38],"session_id":[11,14,29,31],"set":[2,4,6,7,11,12,17,19,24,25,26,28,29,31,35,40],"set_client_info":[11,25],"set_config":[11,17],"set_cooki":[11,24],"set_cost":[11,29],"set_credit_ratio":[11,17],"set_default_templ":[11,28],"set_language_for_request":[11,24],"set_ratio":[11,17],"set_sess":[11,25],"set_token":[11,25],"set_transl":[11,24],"setting_id":12,"settings_data":12,"settings_rout":11,"setup":[11,30],"setup_app_intern":[10,38],"setup_template_environ":[10,31],"setup_verif":[11,30],"sha256":12,"share":[12,21],"shell":[2,4],"shop":14,"should":[2,7,12,13,14,17,19,21,23,24,25,26,30,34],"should_skip_directori":[11,19],"should_translate_fil":[31,34],"show":[0,2,7,16,30,31],"shown":[0,2,8],"side":[14,26,34],"signal":34,"signatur":35,"similar":[16,25],"simpl":[2,8,12,25],"simpli":12,"simplifi":29,"simul":24,"singl":31,"skip":[2,5,19],"skip_verif":30,"smtp":18,"smtp_handler":11,"smtphandler":[11,18],"snippet":25,"so":[14,16],"softwar":14,"some":[14,24],"someth":[0,2,14],"somewhat":14,"sonnet":35,"sourc":[2,5,10,11,12,13,14,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34,35,37],"source_dir":[12,21],"source_path":[11,12,21,31,34],"space":24,"spanish":24,"spawn_restart":[11,12],"special":[14,24],"specif":[12,13,14,16,17,24,25,26,29,31,34],"specifi":[2,14,16,17,18,24,25,30,35,40],"spin":25,"spoken":14,"src":24,"sse":[12,20,25],"st":14,"standalon":24,"star":[0,2],"starlett":30,"start":[3,14,16,17,24,25,41],"start_dat":[17,29],"start_id":18,"start_oauth_flow":[11,25],"start_port":10,"start_raw":[14,33],"startup":[11,13,14,17,21,23,28,30],"state":[11,12,14,16,24,25,30,31,32,34],"static":[24,25,31,34],"staticfil":34,"statist":12,"statu":[11,12,14,16,18,19,25,28,30,32],"stderr":[12,31],"stderr_callback":31,"stdio":[12,25],"stdout":[12,31],"stdout_callback":31,"step":14,"stop":[14,25],"stop_serv":[11,12],"storag":[11,12,25],"store":[12,14,16,17,24,25,28,29,30],"store_asset":[11,12],"store_cont":[11,12],"store_ev":[11,29],"store_featur":[11,28],"store_plan":[11,28],"store_subscript":[11,28],"store_templ":[11,28],"store_transact":[11,17],"str":[10,12,13,14,16,17,18,19,20,21,22,23,24,25,28,29,30,31,32,34,35],"stream":[12,31],"stream_chat":35,"stream_command_as_ev":[10,31],"stream_install_plugin":[11,12],"stream_install_plugin_get":[11,12],"stream_install_recommended_plugin":[11,12],"streamcmd":[10,38],"streaminstallrequest":[11,12],"streamread":31,"string":[12,14,18,31,34],"stripe":[17,28],"stripe_integr":11,"stripeintegr":[11,28],"strong":24,"structur":[14,21,25,31,34],"style":[11,14],"sub_log_id":14,"subcontext":14,"subconvers":14,"subject":18,"submodul":[11,38],"subpackag":38,"subscribe_to_agent_messag":[11,14],"subscript":11,"subscription_id":[11,28],"subscription_manag":11,"subscription_pag":[11,28],"subscriptionmanag":[11,28],"subscriptionplan":[11,28],"subscriptionsplugin":[11,28],"subscriptionstorag":[11,28],"substitut":25,"subtask":16,"subtask_id":16,"success":[11,13,14,18,19,25,28,31,34],"successfulli":14,"suffici":17,"summari":[12,14,17,29],"support":[12,18,24,31,34,35],"sure":[2,7,14],"synchron":31,"syntax":[],"system":[14,16,17,24,25,28,30,31,34,35],"t":[14,31,35],"tab":[0,2,7],"tabl":[0,2,14],"tableau":24,"tag":[11,12,25,34],"takeawai":14,"taken":26,"task":[3,14,16,17,28,31,41],"task_complet":14,"task_id":14,"task_request":14,"task_result":[11,14],"taskrequest":[11,14],"tell_and_continu":[11,14],"temp":[12,34],"temperatur":14,"templat":[10,24,28,34,35,38],"template_data":28,"template_id":[11,28],"template_obj":31,"template_path":31,"template_typ":31,"temporari":25,"test":[12,18,24,25,33],"test_basic_function":[11,24],"test_batch":11,"test_direct_connect":[11,12],"test_dynamic_command":11,"test_email":11,"test_email_servic":11,"test_enhanc":11,"test_file_integr":[11,24],"test_integrated_transl":[11,24],"test_integration_with_templ":[11,24],"test_l8n":11,"test_l8n_standalon":11,"test_language_detect":[11,24],"test_local_mcp_serv":[11,12],"test_local_server_cap":[11,25],"test_middlewar":11,"test_middleware_function":[11,24],"test_registry_connect":[11,12],"test_remote_mcp_serv":[11,12],"testmcpclient":11,"text":[11,14,16,18,24,26,33],"text_byt":18,"textmessagepart":[11,14],"than":14,"thei":[14,26],"them":[12,14,16,34,35],"therefor":14,"thi":[1,2,3,6,10,12,14,17,18,24,25,26,30,31,34,41],"thing":14,"third":[16,26],"those":14,"time":[2,12,40],"timeout":12,"timestamp":[11,17,29,30],"titl":24,"to_dict":[11,17,28,29],"toggl":[31,34],"toggle_plugin":[11,12],"toggle_plugin_st":[10,31,34],"togglepluginrequest":[11,12],"token":[11,12,14,23,25,30,31],"token_count":[10,14,38],"token_data":[11,30],"token_expires_at":[11,25],"tokenstorag":25,"tool":[3,11,12,16,25,41],"tool_nam":25,"top":[2,7],"total":[29,31],"track":[14,17,29],"track_usag":[11,29],"tracker":[0,2],"transact":17,"transaction_id":[11,17],"transform":22,"translat":[24,31,34],"translatedstaticfil":[31,34],"transport":[11,12,25],"transport_typ":[11,12,25],"transport_url":[11,12,25],"tri":31,"trigger":30,"troubleshoot":19,"true":[12,13,14,19,23,24,25,28,31,32,34,35],"trust":[11,21],"try":[0,2,12,14,18],"tupl":[12,17,25,30,31,34,35],"two":3,"tx":14,"txt":[31,34],"type":[11,12,13,14,17,19,28,29,30,31,34,35],"typic":[0,2,8,14,31,34],"u":[2,40],"ui":[0,2],"uid":18,"uncheck":16,"underscor":24,"understand":3,"uniqu":[14,26],"unit":[11,17,29],"unit_cost":29,"univers":14,"unless":14,"unregist":25,"unregister_server_tool":[11,25],"until":16,"up":[2,7,14,25,26,31],"updat":[12,14,17,19,22,25,28,29,30,31,34,37],"update_ag":[11,12],"update_cost":[11,29],"update_env_var":[11,19],"update_environment_var":[11,19],"update_featur":[11,28],"update_index":[21,22],"update_index_rout":[11,21],"update_mindroot":[11,12],"update_model":[10,37],"update_page_templ":[11,28],"update_persona":[11,12],"update_plan":[11,28],"update_plan_featur":[11,28],"update_plugin":[10,11,12,37],"update_plugin_manifest":[10,31,34],"update_plugins_json":[10,31],"update_provid":[10,37],"update_registry_set":[11,12],"update_server_statu":[11,25],"update_set":[11,12],"update_subscript":[11,28],"update_subscription_period":[11,28],"update_subscription_plan":[11,28],"update_subscription_statu":[11,28],"updated_at":[11,28],"updated_set":12,"upgrad":12,"upload":14,"upload_fil":[11,14],"uploadfil":[12,14,21,22],"uri":25,"url":[11,12,14,20,21,24,25,28],"us":[2,3,4,5,12,14,18,19,24,26,30,31,35],"usag":[11,17,31,34],"usage_admin":[11,29],"usageev":[11,29],"usagereport":[11,29],"usagestorag":[11,29],"usagetrack":[11,29],"usd":28,"user":[2,13,14,17,24,28,29,30,31,32,34,40],"user123":17,"user_data":30,"user_data_root":30,"user_servic":11,"userauth":[11,30],"userbas":[11,30],"usercr":[11,30],"userinrequest":[11,30],"usernam":[11,12,13,14,17,23,28,29,30],"usersubscript":[11,28],"usual":[2,5,26],"util":[11,25],"uv":25,"uvx":25,"v2":12,"valid":[13,14,24,30,31,32],"validate_agent_structur":[11,12],"validate_kei":[11,13],"validate_token":[11,14],"valu":[14,19,24,31,34],"var_nam":19,"var_valu":19,"variabl":[2,6,12,19,24,25,31],"variou":[24,31,34],"venv":[2,5],"verbatim":14,"veri":26,"verif":30,"verifi":[18,30,32],"verification_expir":[11,30],"verification_token":[11,30],"verify_api_kei":[31,32],"verify_email":[11,30],"verify_us":[11,30],"version":[11,12,21,24,31,34],"via":[12,25],"video":[14,26],"video_of_m":[11,26],"view":26,"viewcod":3,"virtual":[2,5],"visited_log_id":31,"wa":[13,14,24],"wai":14,"wait":[12,14],"wait_for_user_repli":[11,14],"want":[2,3,7,14,26],"warn":24,"was_new":12,"we":[2,6,14],"wear":26,"web":[2,8],"webhook":28,"webhook_handl":11,"webhookhandl":[11,28],"week":[0,2],"welcom":3,"well":26,"what":[14,26],"when":[14,24,26,32],"where":[16,24,26],"whether":[14,28,31,34],"which":[12,24,25],"whie":14,"while":14,"who":3,"widget":[14,23],"widget_manag":11,"widget_request":14,"widget_rout":11,"widgetmanag":[11,14],"widgets_dir":14,"widgettokencr":[11,14],"widgettokenrespons":[11,14],"within":[14,17,29],"without":[12,14,16,24,25,31],"word":14,"work":[0,1,2,14,18,25,31],"working_dir":25,"world":[31,33],"would":[14,24],"write":[14,24,33],"write_equivalent_flag":[10,37],"write_json":[10,37],"write_localized_fil":[11,24],"write_model":[10,37],"write_plugin":[10,37],"write_preferred_model":[10,37],"write_provid":[10,37],"write_set":[11,12],"written":16,"xyz":23,"yield":31,"you":[2,4,5,6,7,14,26,40,41],"your":[2,5,6,14,18],"youtub":14,"yyyi":17,"z0":30,"za":30,"zero":12,"zip":[12,14,22]},"titles":["Chat with Assistant","Developer Documentation","Getting Started","MindRoot Documentation","Install Plugins with Tools","Installation","LLM API Key","LLM Plugin Installation","Give Assistant a Programming Task","ahp module","mindroot package","mindroot.coreplugins package","mindroot.coreplugins.admin package","mindroot.coreplugins.api_keys package","mindroot.coreplugins.chat package","mindroot.coreplugins.chat_avatar package","mindroot.coreplugins.check_list package","mindroot.coreplugins.credits package","mindroot.coreplugins.email package","mindroot.coreplugins.env_manager package","mindroot.coreplugins.events package","mindroot.coreplugins.index package","mindroot.coreplugins.index.handlers package","mindroot.coreplugins.jwt_auth package","mindroot.coreplugins.l8n package","mindroot.coreplugins.mcp_ package","mindroot.coreplugins.persona package","mindroot.coreplugins.startup package","mindroot.coreplugins.subscriptions package","mindroot.coreplugins.usage package","mindroot.coreplugins.user_service package","mindroot.lib package","mindroot.lib.auth package","mindroot.lib.json_str_block package","mindroot.lib.plugins package","mindroot.lib.providers package","mindroot.lib.providers.backup package","mindroot.registry package","src","mr_agent_expert_instr module","Starting MindRoot","User Documentation"],"titleterms":{"admin":12,"admin_init":30,"agent_import":12,"agent_op":22,"agent_rout":12,"ahp":9,"api":[1,2,6],"api_kei":[13,32],"api_key_manag":13,"architectur":1,"asset_manag":12,"assist":[0,2,8],"auth":32,"backup":36,"basic":[],"buchatlog":31,"buchatlog2":31,"butempl":31,"catalog_command":25,"catalog_manag":25,"chat":[0,2,14],"chat_avatar":15,"chatcontext":31,"chatlog":31,"chatlog_optim":31,"check_list":16,"cli":13,"code":3,"command":[14,35],"command_rout":12,"component_manag":37,"content":[10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34,35,36,37,41],"contribut":1,"convers":17,"coreplugin":[11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30],"credit":17,"credit_integr":28,"data_access":37,"debug_load":24,"debug_middlewar":24,"default_templ":28,"develop":[1,3],"document":[1,3,41],"dynamic_command":25,"email":18,"email_provid":18,"email_servic":30,"env_manag":19,"event":20,"format_result_msg":14,"get":2,"give":[2,8],"handler":[22,29],"hook":35,"imap_handl":18,"index":[21,22],"index_op":22,"indic":3,"init_persona":26,"instal":[2,4,5,7,34],"json_escap":31,"json_str_block":33,"jwt_auth":23,"kei":[2,6],"l8n":24,"l8n_constant":24,"l8n_static_handl":34,"language_detect":24,"ledger":17,"lib":[31,32,33,34,35,36],"llm":[2,6,7],"loader":34,"loader_with_l8n":34,"manifest":34,"map":34,"mcp_":25,"mcp_catalog_rout":12,"mcp_manag":25,"mcp_publish_rout":12,"mcp_registry_rout":12,"mcp_rout":12,"middlewar":[23,24],"migrat":10,"mindroot":[2,3,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34,35,36,37,40],"miss":35,"mod":[12,13,14,16,17,18,19,20,21,23,24,25,26,27,28,29,30],"model":[14,17,21,28,29,30],"model_preferences_v2":35,"model_selector":31,"modul":[9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34,35,36,37,39],"monkey_patch_to_delet":24,"mr_agent_expert_instr":39,"oauth_callback_rout":12,"oauth_storag":25,"packag":[10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34,35,36,37],"parent_templ":31,"password_reset_servic":30,"path":34,"persona":26,"persona_handl":12,"persona_rout":12,"plugin":[1,2,4,7,31,34],"plugin_manag":12,"plugin_op":22,"plugin_rout":12,"plugin_router_fix":12,"plugin_router_new_not_work":12,"plugins_instal":31,"program":[2,8],"provid":[35,36],"publish":22,"refer":1,"registri":37,"registry_settings_rout":12,"report":29,"role_check":23,"role_servic":30,"route_decor":31,"router":[12,13,14,17,19,20,21,23,28,29,30],"router_dedup_patch":14,"server":10,"server_instal":25,"server_missing_normal_arg":10,"server_prev":10,"server_rout":12,"servic":[14,18,35],"service_model":12,"session_fil":31,"settings_rout":12,"setup":25,"smtp_handler":18,"sourc":3,"src":38,"start":[2,40],"startup":27,"storag":[17,28,29],"streamcmd":31,"stripe_integr":28,"submodul":[10,12,13,14,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34,35,37],"subpackag":[10,11,21,31,35],"subscript":28,"subscription_manag":28,"tabl":3,"task":[2,8],"templat":31,"test_batch":18,"test_dynamic_command":25,"test_email":18,"test_email_servic":18,"test_enhanc":24,"test_l8n":24,"test_l8n_standalon":24,"test_middlewar":24,"testmcpclient":25,"token_count":31,"tool":[2,4],"usag":29,"user":[3,41],"user_servic":30,"util":[14,21,24],"view":3,"webhook_handl":28,"widget_manag":14,"widget_rout":14}})
1
+ Search.setIndex({"alltitles":{"API Reference":[[1,"api-reference"]],"Architecture":[[1,"architecture"]],"Chat with Assistant":[[0,null],[2,"chat-with-assistant"]],"Contents:":[[41,null]],"Contributing":[[1,"contributing"]],"Developer Documentation":[[1,null]],"Developer Documentation:":[[3,null]],"Example Plugins":[[1,"id2"]],"Getting Started":[[2,null]],"Give Assistant a Programming Task":[[2,"give-assistant-a-programming-task"],[8,null]],"Indices and tables":[[3,"indices-and-tables"]],"Install Plugins with Tools":[[2,"install-plugins-with-tools"],[4,null]],"Installation":[[2,"installation"],[5,null]],"LLM API Key":[[2,"llm-api-key"],[6,null]],"LLM Plugin Installation":[[2,"llm-plugin-installation"],[7,null]],"MindRoot Documentation":[[3,null]],"Module contents":[[10,"module-mindroot"],[11,"module-mindroot.coreplugins"],[12,"module-mindroot.coreplugins.admin"],[13,"module-mindroot.coreplugins.api_keys"],[14,"module-mindroot.coreplugins.chat"],[15,"module-mindroot.coreplugins.chat_avatar"],[16,"module-mindroot.coreplugins.check_list"],[17,"module-mindroot.coreplugins.credits"],[18,"module-mindroot.coreplugins.email"],[19,"module-mindroot.coreplugins.env_manager"],[20,"module-mindroot.coreplugins.events"],[21,"module-mindroot.coreplugins.index"],[22,"module-mindroot.coreplugins.index.handlers"],[23,"module-mindroot.coreplugins.jwt_auth"],[24,"module-mindroot.coreplugins.l8n"],[25,"module-mindroot.coreplugins.mcp_"],[26,"module-mindroot.coreplugins.persona"],[27,"module-mindroot.coreplugins.startup"],[28,"module-mindroot.coreplugins.subscriptions"],[29,"module-mindroot.coreplugins.usage"],[30,"module-mindroot.coreplugins.user_service"],[31,"module-mindroot.lib"],[32,"module-mindroot.lib.auth"],[33,"module-mindroot.lib.json_str_block"],[34,"module-mindroot.lib.plugins"],[35,"module-mindroot.lib.providers"],[36,"module-contents"],[37,"module-mindroot.registry"]],"Plugin Development":[[1,"plugin-development"]],"Plugin Examples":[[1,"plugin-examples"]],"Starting MindRoot":[[2,"starting-mindroot"],[40,null]],"Submodules":[[10,"submodules"],[12,"submodules"],[13,"submodules"],[14,"submodules"],[16,"submodules"],[17,"submodules"],[18,"submodules"],[19,"submodules"],[20,"submodules"],[21,"submodules"],[22,"submodules"],[23,"submodules"],[24,"submodules"],[25,"submodules"],[26,"submodules"],[27,"submodules"],[28,"submodules"],[29,"submodules"],[30,"submodules"],[31,"submodules"],[32,"submodules"],[33,"submodules"],[34,"submodules"],[35,"submodules"],[37,"submodules"]],"Subpackages":[[10,"subpackages"],[11,"subpackages"],[21,"subpackages"],[31,"subpackages"],[35,"subpackages"]],"User Documentation":[[41,null]],"User Documentation:":[[3,null]],"View Source Code":[[3,"view-source-code"]],"ahp module":[[9,null]],"mindroot package":[[10,null]],"mindroot.coreplugins package":[[11,null]],"mindroot.coreplugins.admin package":[[12,null]],"mindroot.coreplugins.admin.agent_importer module":[[12,"module-mindroot.coreplugins.admin.agent_importer"]],"mindroot.coreplugins.admin.agent_router module":[[12,"module-mindroot.coreplugins.admin.agent_router"]],"mindroot.coreplugins.admin.asset_manager module":[[12,"module-mindroot.coreplugins.admin.asset_manager"]],"mindroot.coreplugins.admin.command_router module":[[12,"module-mindroot.coreplugins.admin.command_router"]],"mindroot.coreplugins.admin.mcp_catalog_routes module":[[12,"module-mindroot.coreplugins.admin.mcp_catalog_routes"]],"mindroot.coreplugins.admin.mcp_publish_routes module":[[12,"module-mindroot.coreplugins.admin.mcp_publish_routes"]],"mindroot.coreplugins.admin.mcp_registry_routes module":[[12,"module-mindroot.coreplugins.admin.mcp_registry_routes"]],"mindroot.coreplugins.admin.mcp_routes module":[[12,"module-mindroot.coreplugins.admin.mcp_routes"]],"mindroot.coreplugins.admin.mod module":[[12,"module-mindroot.coreplugins.admin.mod"]],"mindroot.coreplugins.admin.oauth_callback_router module":[[12,"module-mindroot.coreplugins.admin.oauth_callback_router"]],"mindroot.coreplugins.admin.persona_handler module":[[12,"module-mindroot.coreplugins.admin.persona_handler"]],"mindroot.coreplugins.admin.persona_router module":[[12,"module-mindroot.coreplugins.admin.persona_router"]],"mindroot.coreplugins.admin.plugin_manager module":[[12,"module-mindroot.coreplugins.admin.plugin_manager"]],"mindroot.coreplugins.admin.plugin_router module":[[12,"module-mindroot.coreplugins.admin.plugin_router"]],"mindroot.coreplugins.admin.plugin_router_fixed module":[[12,"module-mindroot.coreplugins.admin.plugin_router_fixed"]],"mindroot.coreplugins.admin.plugin_router_new_not_working module":[[12,"mindroot-coreplugins-admin-plugin-router-new-not-working-module"]],"mindroot.coreplugins.admin.plugin_routes module":[[12,"module-mindroot.coreplugins.admin.plugin_routes"]],"mindroot.coreplugins.admin.registry_settings_routes module":[[12,"module-mindroot.coreplugins.admin.registry_settings_routes"]],"mindroot.coreplugins.admin.router module":[[12,"module-mindroot.coreplugins.admin.router"]],"mindroot.coreplugins.admin.server_router module":[[12,"module-mindroot.coreplugins.admin.server_router"]],"mindroot.coreplugins.admin.service_models module":[[12,"module-mindroot.coreplugins.admin.service_models"]],"mindroot.coreplugins.admin.settings_router module":[[12,"module-mindroot.coreplugins.admin.settings_router"]],"mindroot.coreplugins.api_keys package":[[13,null]],"mindroot.coreplugins.api_keys.api_key_manager module":[[13,"module-mindroot.coreplugins.api_keys.api_key_manager"]],"mindroot.coreplugins.api_keys.cli module":[[13,"module-mindroot.coreplugins.api_keys.cli"]],"mindroot.coreplugins.api_keys.mod module":[[13,"module-mindroot.coreplugins.api_keys.mod"]],"mindroot.coreplugins.api_keys.router module":[[13,"module-mindroot.coreplugins.api_keys.router"]],"mindroot.coreplugins.chat package":[[14,null]],"mindroot.coreplugins.chat.commands module":[[14,"module-mindroot.coreplugins.chat.commands"]],"mindroot.coreplugins.chat.format_result_msgs module":[[14,"module-mindroot.coreplugins.chat.format_result_msgs"]],"mindroot.coreplugins.chat.mod module":[[14,"module-mindroot.coreplugins.chat.mod"]],"mindroot.coreplugins.chat.models module":[[14,"module-mindroot.coreplugins.chat.models"]],"mindroot.coreplugins.chat.router module":[[14,"module-mindroot.coreplugins.chat.router"]],"mindroot.coreplugins.chat.router_dedup_patch module":[[14,"mindroot-coreplugins-chat-router-dedup-patch-module"]],"mindroot.coreplugins.chat.services module":[[14,"module-mindroot.coreplugins.chat.services"]],"mindroot.coreplugins.chat.utils module":[[14,"module-mindroot.coreplugins.chat.utils"]],"mindroot.coreplugins.chat.widget_manager module":[[14,"module-mindroot.coreplugins.chat.widget_manager"]],"mindroot.coreplugins.chat.widget_routes module":[[14,"module-mindroot.coreplugins.chat.widget_routes"]],"mindroot.coreplugins.chat_avatar package":[[15,null]],"mindroot.coreplugins.check_list package":[[16,null]],"mindroot.coreplugins.check_list.mod module":[[16,"module-mindroot.coreplugins.check_list.mod"]],"mindroot.coreplugins.credits package":[[17,null]],"mindroot.coreplugins.credits.conversion module":[[17,"module-mindroot.coreplugins.credits.conversion"]],"mindroot.coreplugins.credits.ledger module":[[17,"module-mindroot.coreplugins.credits.ledger"]],"mindroot.coreplugins.credits.mod module":[[17,"module-mindroot.coreplugins.credits.mod"]],"mindroot.coreplugins.credits.models module":[[17,"module-mindroot.coreplugins.credits.models"]],"mindroot.coreplugins.credits.router module":[[17,"module-mindroot.coreplugins.credits.router"]],"mindroot.coreplugins.credits.storage module":[[17,"module-mindroot.coreplugins.credits.storage"]],"mindroot.coreplugins.email package":[[18,null]],"mindroot.coreplugins.email.email_provider module":[[18,"module-mindroot.coreplugins.email.email_provider"]],"mindroot.coreplugins.email.imap_handler module":[[18,"module-mindroot.coreplugins.email.imap_handler"]],"mindroot.coreplugins.email.mod module":[[18,"module-mindroot.coreplugins.email.mod"]],"mindroot.coreplugins.email.services module":[[18,"module-mindroot.coreplugins.email.services"]],"mindroot.coreplugins.email.smtp_handler module":[[18,"module-mindroot.coreplugins.email.smtp_handler"]],"mindroot.coreplugins.email.test_batch module":[[18,"mindroot-coreplugins-email-test-batch-module"]],"mindroot.coreplugins.email.test_email module":[[18,"mindroot-coreplugins-email-test-email-module"]],"mindroot.coreplugins.email.test_email_service module":[[18,"module-mindroot.coreplugins.email.test_email_service"]],"mindroot.coreplugins.env_manager package":[[19,null]],"mindroot.coreplugins.env_manager.mod module":[[19,"module-mindroot.coreplugins.env_manager.mod"]],"mindroot.coreplugins.env_manager.router module":[[19,"module-mindroot.coreplugins.env_manager.router"]],"mindroot.coreplugins.events package":[[20,null]],"mindroot.coreplugins.events.mod module":[[20,"module-mindroot.coreplugins.events.mod"]],"mindroot.coreplugins.events.router module":[[20,"module-mindroot.coreplugins.events.router"]],"mindroot.coreplugins.index package":[[21,null]],"mindroot.coreplugins.index.handlers package":[[22,null]],"mindroot.coreplugins.index.handlers.agent_ops module":[[22,"module-mindroot.coreplugins.index.handlers.agent_ops"]],"mindroot.coreplugins.index.handlers.index_ops module":[[22,"module-mindroot.coreplugins.index.handlers.index_ops"]],"mindroot.coreplugins.index.handlers.plugin_ops module":[[22,"module-mindroot.coreplugins.index.handlers.plugin_ops"]],"mindroot.coreplugins.index.handlers.publish module":[[22,"module-mindroot.coreplugins.index.handlers.publish"]],"mindroot.coreplugins.index.mod module":[[21,"module-mindroot.coreplugins.index.mod"]],"mindroot.coreplugins.index.models module":[[21,"module-mindroot.coreplugins.index.models"]],"mindroot.coreplugins.index.router module":[[21,"module-mindroot.coreplugins.index.router"]],"mindroot.coreplugins.index.utils module":[[21,"module-mindroot.coreplugins.index.utils"]],"mindroot.coreplugins.jwt_auth package":[[23,null]],"mindroot.coreplugins.jwt_auth.middleware module":[[23,"module-mindroot.coreplugins.jwt_auth.middleware"]],"mindroot.coreplugins.jwt_auth.mod module":[[23,"module-mindroot.coreplugins.jwt_auth.mod"]],"mindroot.coreplugins.jwt_auth.role_checks module":[[23,"mindroot-coreplugins-jwt-auth-role-checks-module"]],"mindroot.coreplugins.jwt_auth.router module":[[23,"module-mindroot.coreplugins.jwt_auth.router"]],"mindroot.coreplugins.l8n package":[[24,null]],"mindroot.coreplugins.l8n.debug_loader module":[[24,"module-mindroot.coreplugins.l8n.debug_loader"]],"mindroot.coreplugins.l8n.debug_middleware module":[[24,"module-mindroot.coreplugins.l8n.debug_middleware"]],"mindroot.coreplugins.l8n.l8n_constants module":[[24,"module-mindroot.coreplugins.l8n.l8n_constants"]],"mindroot.coreplugins.l8n.language_detection module":[[24,"module-mindroot.coreplugins.l8n.language_detection"]],"mindroot.coreplugins.l8n.middleware module":[[24,"module-mindroot.coreplugins.l8n.middleware"]],"mindroot.coreplugins.l8n.mod module":[[24,"module-mindroot.coreplugins.l8n.mod"]],"mindroot.coreplugins.l8n.monkey_patch_to_delete module":[[24,"mindroot-coreplugins-l8n-monkey-patch-to-delete-module"]],"mindroot.coreplugins.l8n.test_enhanced module":[[24,"module-mindroot.coreplugins.l8n.test_enhanced"]],"mindroot.coreplugins.l8n.test_l8n module":[[24,"mindroot-coreplugins-l8n-test-l8n-module"]],"mindroot.coreplugins.l8n.test_l8n_standalone module":[[24,"module-mindroot.coreplugins.l8n.test_l8n_standalone"]],"mindroot.coreplugins.l8n.test_middleware module":[[24,"module-mindroot.coreplugins.l8n.test_middleware"]],"mindroot.coreplugins.l8n.utils module":[[24,"module-mindroot.coreplugins.l8n.utils"]],"mindroot.coreplugins.mcp_ package":[[25,null]],"mindroot.coreplugins.mcp_.catalog_commands module":[[25,"module-mindroot.coreplugins.mcp_.catalog_commands"]],"mindroot.coreplugins.mcp_.catalog_manager module":[[25,"module-mindroot.coreplugins.mcp_.catalog_manager"]],"mindroot.coreplugins.mcp_.dynamic_commands module":[[25,"module-mindroot.coreplugins.mcp_.dynamic_commands"]],"mindroot.coreplugins.mcp_.mcp_manager module":[[25,"module-mindroot.coreplugins.mcp_.mcp_manager"]],"mindroot.coreplugins.mcp_.mod module":[[25,"module-mindroot.coreplugins.mcp_.mod"]],"mindroot.coreplugins.mcp_.oauth_storage module":[[25,"module-mindroot.coreplugins.mcp_.oauth_storage"]],"mindroot.coreplugins.mcp_.server_installer module":[[25,"module-mindroot.coreplugins.mcp_.server_installer"]],"mindroot.coreplugins.mcp_.setup module":[[25,"mindroot-coreplugins-mcp-setup-module"]],"mindroot.coreplugins.mcp_.test_dynamic_commands module":[[25,"mindroot-coreplugins-mcp-test-dynamic-commands-module"]],"mindroot.coreplugins.mcp_.testmcpclient module":[[25,"module-mindroot.coreplugins.mcp_.testmcpclient"]],"mindroot.coreplugins.persona package":[[26,null]],"mindroot.coreplugins.persona.init_persona module":[[26,"module-mindroot.coreplugins.persona.init_persona"]],"mindroot.coreplugins.persona.mod module":[[26,"module-mindroot.coreplugins.persona.mod"]],"mindroot.coreplugins.startup package":[[27,null]],"mindroot.coreplugins.startup.mod module":[[27,"module-mindroot.coreplugins.startup.mod"]],"mindroot.coreplugins.subscriptions package":[[28,null]],"mindroot.coreplugins.subscriptions.credit_integration module":[[28,"module-mindroot.coreplugins.subscriptions.credit_integration"]],"mindroot.coreplugins.subscriptions.default_templates module":[[28,"module-mindroot.coreplugins.subscriptions.default_templates"]],"mindroot.coreplugins.subscriptions.mod module":[[28,"module-mindroot.coreplugins.subscriptions.mod"]],"mindroot.coreplugins.subscriptions.models module":[[28,"module-mindroot.coreplugins.subscriptions.models"]],"mindroot.coreplugins.subscriptions.router module":[[28,"module-mindroot.coreplugins.subscriptions.router"]],"mindroot.coreplugins.subscriptions.storage module":[[28,"module-mindroot.coreplugins.subscriptions.storage"]],"mindroot.coreplugins.subscriptions.stripe_integration module":[[28,"module-mindroot.coreplugins.subscriptions.stripe_integration"]],"mindroot.coreplugins.subscriptions.subscription_manager module":[[28,"module-mindroot.coreplugins.subscriptions.subscription_manager"]],"mindroot.coreplugins.subscriptions.webhook_handler module":[[28,"module-mindroot.coreplugins.subscriptions.webhook_handler"]],"mindroot.coreplugins.usage package":[[29,null]],"mindroot.coreplugins.usage.handlers module":[[29,"module-mindroot.coreplugins.usage.handlers"]],"mindroot.coreplugins.usage.mod module":[[29,"module-mindroot.coreplugins.usage.mod"]],"mindroot.coreplugins.usage.models module":[[29,"module-mindroot.coreplugins.usage.models"]],"mindroot.coreplugins.usage.reporting module":[[29,"module-mindroot.coreplugins.usage.reporting"]],"mindroot.coreplugins.usage.router module":[[29,"module-mindroot.coreplugins.usage.router"]],"mindroot.coreplugins.usage.storage module":[[29,"module-mindroot.coreplugins.usage.storage"]],"mindroot.coreplugins.user_service package":[[30,null]],"mindroot.coreplugins.user_service.admin_init module":[[30,"module-mindroot.coreplugins.user_service.admin_init"]],"mindroot.coreplugins.user_service.email_service module":[[30,"module-mindroot.coreplugins.user_service.email_service"]],"mindroot.coreplugins.user_service.mod module":[[30,"module-mindroot.coreplugins.user_service.mod"]],"mindroot.coreplugins.user_service.models module":[[30,"module-mindroot.coreplugins.user_service.models"]],"mindroot.coreplugins.user_service.password_reset_service module":[[30,"module-mindroot.coreplugins.user_service.password_reset_service"]],"mindroot.coreplugins.user_service.role_service module":[[30,"module-mindroot.coreplugins.user_service.role_service"]],"mindroot.coreplugins.user_service.router module":[[30,"module-mindroot.coreplugins.user_service.router"]],"mindroot.lib package":[[31,null]],"mindroot.lib.auth package":[[32,null]],"mindroot.lib.auth.api_key module":[[32,"module-mindroot.lib.auth.api_key"]],"mindroot.lib.auth.auth module":[[32,"module-mindroot.lib.auth.auth"]],"mindroot.lib.buchatlog module":[[31,"module-mindroot.lib.buchatlog"]],"mindroot.lib.buchatlog2 module":[[31,"module-mindroot.lib.buchatlog2"]],"mindroot.lib.butemplates module":[[31,"module-mindroot.lib.butemplates"]],"mindroot.lib.chatcontext module":[[31,"module-mindroot.lib.chatcontext"]],"mindroot.lib.chatlog module":[[31,"module-mindroot.lib.chatlog"]],"mindroot.lib.chatlog_optimized module":[[31,"module-mindroot.lib.chatlog_optimized"]],"mindroot.lib.json_escape module":[[31,"module-mindroot.lib.json_escape"]],"mindroot.lib.json_str_block package":[[33,null]],"mindroot.lib.json_str_block.json_str_block module":[[33,"module-mindroot.lib.json_str_block.json_str_block"]],"mindroot.lib.model_selector module":[[31,"mindroot-lib-model-selector-module"]],"mindroot.lib.parent_templates module":[[31,"module-mindroot.lib.parent_templates"]],"mindroot.lib.plugins module":[[31,"module-mindroot.lib.plugins"]],"mindroot.lib.plugins package":[[34,null]],"mindroot.lib.plugins.installation module":[[34,"module-mindroot.lib.plugins.installation"]],"mindroot.lib.plugins.l8n_static_handler module":[[34,"module-mindroot.lib.plugins.l8n_static_handler"]],"mindroot.lib.plugins.loader module":[[34,"module-mindroot.lib.plugins.loader"]],"mindroot.lib.plugins.loader_with_l8n module":[[34,"module-mindroot.lib.plugins.loader_with_l8n"]],"mindroot.lib.plugins.manifest module":[[34,"module-mindroot.lib.plugins.manifest"]],"mindroot.lib.plugins.mapping module":[[34,"module-mindroot.lib.plugins.mapping"]],"mindroot.lib.plugins.paths module":[[34,"module-mindroot.lib.plugins.paths"]],"mindroot.lib.plugins_install module":[[31,"module-mindroot.lib.plugins_install"]],"mindroot.lib.providers package":[[35,null]],"mindroot.lib.providers.backup package":[[36,null]],"mindroot.lib.providers.commands module":[[35,"module-mindroot.lib.providers.commands"]],"mindroot.lib.providers.hooks module":[[35,"module-mindroot.lib.providers.hooks"]],"mindroot.lib.providers.missing module":[[35,"module-mindroot.lib.providers.missing"]],"mindroot.lib.providers.model_preferences_v2 module":[[35,"module-mindroot.lib.providers.model_preferences_v2"]],"mindroot.lib.providers.services module":[[35,"module-mindroot.lib.providers.services"]],"mindroot.lib.route_decorators module":[[31,"module-mindroot.lib.route_decorators"]],"mindroot.lib.session_files module":[[31,"module-mindroot.lib.session_files"]],"mindroot.lib.streamcmd module":[[31,"module-mindroot.lib.streamcmd"]],"mindroot.lib.templates module":[[31,"module-mindroot.lib.templates"]],"mindroot.lib.token_counter module":[[31,"module-mindroot.lib.token_counter"]],"mindroot.migrate module":[[10,"module-mindroot.migrate"]],"mindroot.registry package":[[37,null]],"mindroot.registry.component_manager module":[[37,"module-mindroot.registry.component_manager"]],"mindroot.registry.data_access module":[[37,"module-mindroot.registry.data_access"]],"mindroot.server module":[[10,"module-mindroot.server"]],"mindroot.server_missing_normal_args module":[[10,"module-mindroot.server_missing_normal_args"]],"mindroot.server_prev module":[[10,"module-mindroot.server_prev"]],"mr_agent_expert_instr module":[[39,null]],"src":[[38,null]]},"docnames":["chat_with_assistant","developer_documentation","getting_started","index","install_plugins_with_tools","installation","llm_api_key","llm_plugin_installation","programming_task","source/ahp","source/mindroot","source/mindroot.coreplugins","source/mindroot.coreplugins.admin","source/mindroot.coreplugins.api_keys","source/mindroot.coreplugins.chat","source/mindroot.coreplugins.chat_avatar","source/mindroot.coreplugins.check_list","source/mindroot.coreplugins.credits","source/mindroot.coreplugins.email","source/mindroot.coreplugins.env_manager","source/mindroot.coreplugins.events","source/mindroot.coreplugins.index","source/mindroot.coreplugins.index.handlers","source/mindroot.coreplugins.jwt_auth","source/mindroot.coreplugins.l8n","source/mindroot.coreplugins.mcp_","source/mindroot.coreplugins.persona","source/mindroot.coreplugins.startup","source/mindroot.coreplugins.subscriptions","source/mindroot.coreplugins.usage","source/mindroot.coreplugins.user_service","source/mindroot.lib","source/mindroot.lib.auth","source/mindroot.lib.json_str_block","source/mindroot.lib.plugins","source/mindroot.lib.providers","source/mindroot.lib.providers.backup","source/mindroot.registry","source/modules","source/mr_agent_expert_instr","starting_mindroot","user_documentation"],"envversion":{"sphinx":65,"sphinx.domains.c":3,"sphinx.domains.changeset":1,"sphinx.domains.citation":1,"sphinx.domains.cpp":9,"sphinx.domains.index":1,"sphinx.domains.javascript":3,"sphinx.domains.math":2,"sphinx.domains.python":4,"sphinx.domains.rst":2,"sphinx.domains.std":2,"sphinx.ext.viewcode":1},"filenames":["chat_with_assistant.rst","developer_documentation.rst","getting_started.rst","index.rst","install_plugins_with_tools.rst","installation.rst","llm_api_key.rst","llm_plugin_installation.rst","programming_task.rst","source/ahp.rst","source/mindroot.rst","source/mindroot.coreplugins.rst","source/mindroot.coreplugins.admin.rst","source/mindroot.coreplugins.api_keys.rst","source/mindroot.coreplugins.chat.rst","source/mindroot.coreplugins.chat_avatar.rst","source/mindroot.coreplugins.check_list.rst","source/mindroot.coreplugins.credits.rst","source/mindroot.coreplugins.email.rst","source/mindroot.coreplugins.env_manager.rst","source/mindroot.coreplugins.events.rst","source/mindroot.coreplugins.index.rst","source/mindroot.coreplugins.index.handlers.rst","source/mindroot.coreplugins.jwt_auth.rst","source/mindroot.coreplugins.l8n.rst","source/mindroot.coreplugins.mcp_.rst","source/mindroot.coreplugins.persona.rst","source/mindroot.coreplugins.startup.rst","source/mindroot.coreplugins.subscriptions.rst","source/mindroot.coreplugins.usage.rst","source/mindroot.coreplugins.user_service.rst","source/mindroot.lib.rst","source/mindroot.lib.auth.rst","source/mindroot.lib.json_str_block.rst","source/mindroot.lib.plugins.rst","source/mindroot.lib.providers.rst","source/mindroot.lib.providers.backup.rst","source/mindroot.registry.rst","source/modules.rst","source/mr_agent_expert_instr.rst","starting_mindroot.rst","user_documentation.rst"],"indexentries":{"access_token (mindroot.coreplugins.mcp_.mcp_manager.mcpserver attribute)":[[25,"mindroot.coreplugins.mcp_.mcp_manager.MCPServer.access_token",false]],"add_current_time() (in module mindroot.coreplugins.chat.services)":[[14,"mindroot.coreplugins.chat.services.add_current_time",false]],"add_custom_server() (mindroot.coreplugins.mcp_.catalog_manager.mcpcatalogmanager method)":[[25,"mindroot.coreplugins.mcp_.catalog_manager.MCPCatalogManager.add_custom_server",false]],"add_mcp_server() (in module mindroot.coreplugins.admin.mcp_routes)":[[12,"mindroot.coreplugins.admin.mcp_routes.add_mcp_server",false]],"add_message() (mindroot.lib.buchatlog.chatlog method)":[[31,"mindroot.lib.buchatlog.ChatLog.add_message",false]],"add_message() (mindroot.lib.buchatlog2.chatlog method)":[[31,"mindroot.lib.buchatlog2.ChatLog.add_message",false]],"add_message() (mindroot.lib.chatlog.chatlog method)":[[31,"mindroot.lib.chatlog.ChatLog.add_message",false]],"add_message() (mindroot.lib.chatlog_optimized.chatlog method)":[[31,"mindroot.lib.chatlog_optimized.ChatLog.add_message",false]],"add_message_async() (mindroot.lib.chatlog.chatlog method)":[[31,"mindroot.lib.chatlog.ChatLog.add_message_async",false]],"add_preference() (mindroot.lib.providers.model_preferences_v2.modelpreferencesv2 method)":[[35,"mindroot.lib.providers.model_preferences_v2.ModelPreferencesV2.add_preference",false]],"add_public_static() (in module mindroot.lib.route_decorators)":[[31,"mindroot.lib.route_decorators.add_public_static",false]],"add_server() (mindroot.coreplugins.mcp_.mcp_manager.mcpmanager method)":[[25,"mindroot.coreplugins.mcp_.mcp_manager.MCPManager.add_server",false]],"agent_name (mindroot.coreplugins.chat.widget_routes.widgettokencreate attribute)":[[14,"mindroot.coreplugins.chat.widget_routes.WidgetTokenCreate.agent_name",false]],"agent_name (mindroot.coreplugins.chat.widget_routes.widgettokenresponse attribute)":[[14,"mindroot.coreplugins.chat.widget_routes.WidgetTokenResponse.agent_name",false]],"agent_output() (in module mindroot.coreplugins.chat.services)":[[14,"mindroot.coreplugins.chat.services.agent_output",false]],"api_key (mindroot.coreplugins.chat.widget_routes.widgettokencreate attribute)":[[14,"mindroot.coreplugins.chat.widget_routes.WidgetTokenCreate.api_key",false]],"append_localized_file() (in module mindroot.coreplugins.l8n.mod)":[[24,"mindroot.coreplugins.l8n.mod.append_localized_file",false]],"append_localized_file() (in module mindroot.coreplugins.l8n.test_l8n_standalone)":[[24,"mindroot.coreplugins.l8n.test_l8n_standalone.append_localized_file",false]],"append_message() (in module mindroot.coreplugins.chat.services)":[[14,"mindroot.coreplugins.chat.services.append_message",false]],"apply_translations_to_content() (in module mindroot.lib.templates)":[[31,"mindroot.lib.templates.apply_translations_to_content",false]],"args (mindroot.coreplugins.admin.mcp_publish_routes.mcpserverpublishrequest attribute)":[[12,"mindroot.coreplugins.admin.mcp_publish_routes.McpServerPublishRequest.args",false]],"args (mindroot.coreplugins.admin.mcp_publish_routes.mcptestlocalrequest attribute)":[[12,"mindroot.coreplugins.admin.mcp_publish_routes.McpTestLocalRequest.args",false]],"args (mindroot.coreplugins.admin.mcp_routes.mcplocaltestrequest attribute)":[[12,"mindroot.coreplugins.admin.mcp_routes.McpLocalTestRequest.args",false]],"args (mindroot.coreplugins.admin.mcp_routes.mcpserveraddrequest attribute)":[[12,"mindroot.coreplugins.admin.mcp_routes.McpServerAddRequest.args",false]],"args (mindroot.coreplugins.mcp_.mcp_manager.mcpserver attribute)":[[25,"mindroot.coreplugins.mcp_.mcp_manager.MCPServer.args",false]],"assetmanager (class in mindroot.coreplugins.admin.asset_manager)":[[12,"mindroot.coreplugins.admin.asset_manager.AssetManager",false]],"auth_headers (mindroot.coreplugins.admin.mcp_routes.mcpserveraddrequest attribute)":[[12,"mindroot.coreplugins.admin.mcp_routes.McpServerAddRequest.auth_headers",false]],"auth_headers (mindroot.coreplugins.mcp_.mcp_manager.mcpserver attribute)":[[25,"mindroot.coreplugins.mcp_.mcp_manager.MCPServer.auth_headers",false]],"auth_type (mindroot.coreplugins.admin.mcp_routes.mcpserveraddrequest attribute)":[[12,"mindroot.coreplugins.admin.mcp_routes.McpServerAddRequest.auth_type",false]],"auth_type (mindroot.coreplugins.mcp_.mcp_manager.mcpserver attribute)":[[25,"mindroot.coreplugins.mcp_.mcp_manager.MCPServer.auth_type",false]],"authorization_server_url (mindroot.coreplugins.admin.mcp_routes.mcpserveraddrequest attribute)":[[12,"mindroot.coreplugins.admin.mcp_routes.McpServerAddRequest.authorization_server_url",false]],"authorization_server_url (mindroot.coreplugins.mcp_.mcp_manager.mcpserver attribute)":[[25,"mindroot.coreplugins.mcp_.mcp_manager.MCPServer.authorization_server_url",false]],"auto_install (mindroot.coreplugins.mcp_.mcp_manager.mcpserver attribute)":[[25,"mindroot.coreplugins.mcp_.mcp_manager.MCPServer.auto_install",false]],"base_url (mindroot.coreplugins.chat.widget_routes.widgettokencreate attribute)":[[14,"mindroot.coreplugins.chat.widget_routes.WidgetTokenCreate.base_url",false]],"base_url (mindroot.coreplugins.chat.widget_routes.widgettokenresponse attribute)":[[14,"mindroot.coreplugins.chat.widget_routes.WidgetTokenResponse.base_url",false]],"basecommandset (class in mindroot.lib.chatcontext)":[[31,"mindroot.lib.chatcontext.BaseCommandSet",false]],"baseservice (class in mindroot.lib.chatcontext)":[[31,"mindroot.lib.chatcontext.BaseService",false]],"browse_registry_servers() (in module mindroot.coreplugins.admin.mcp_registry_routes)":[[12,"mindroot.coreplugins.admin.mcp_registry_routes.browse_registry_servers",false]],"build_search_criteria() (mindroot.coreplugins.email.imap_handler.imaphandler method)":[[18,"mindroot.coreplugins.email.imap_handler.IMAPHandler.build_search_criteria",false]],"cached_get_service_models() (in module mindroot.coreplugins.admin.service_models)":[[12,"mindroot.coreplugins.admin.service_models.cached_get_service_models",false]],"calculate_content_hash() (mindroot.coreplugins.admin.asset_manager.assetmanager method)":[[12,"mindroot.coreplugins.admin.asset_manager.AssetManager.calculate_content_hash",false]],"calculate_file_hash() (mindroot.coreplugins.admin.asset_manager.assetmanager method)":[[12,"mindroot.coreplugins.admin.asset_manager.AssetManager.calculate_file_hash",false]],"call_tool() (mindroot.coreplugins.mcp_.mcp_manager.mcpmanager method)":[[25,"mindroot.coreplugins.mcp_.mcp_manager.MCPManager.call_tool",false]],"cancel_chat() (in module mindroot.coreplugins.chat.router)":[[14,"mindroot.coreplugins.chat.router.cancel_chat",false]],"capabilities (mindroot.coreplugins.mcp_.mcp_manager.mcpserver attribute)":[[25,"mindroot.coreplugins.mcp_.mcp_manager.MCPServer.capabilities",false]],"category (mindroot.coreplugins.admin.mcp_registry_routes.registrybrowserequest attribute)":[[12,"mindroot.coreplugins.admin.mcp_registry_routes.RegistryBrowseRequest.category",false]],"chat_events() (in module mindroot.coreplugins.chat.router)":[[14,"mindroot.coreplugins.chat.router.chat_events",false]],"chat_history() (in module mindroot.coreplugins.chat.router)":[[14,"mindroot.coreplugins.chat.router.chat_history",false]],"chat_session() (in module mindroot.coreplugins.chat.router)":[[14,"mindroot.coreplugins.chat.router.chat_session",false]],"chatcontext (class in mindroot.lib.chatcontext)":[[31,"mindroot.lib.chatcontext.ChatContext",false]],"chatlog (class in mindroot.lib.buchatlog)":[[31,"mindroot.lib.buchatlog.ChatLog",false]],"chatlog (class in mindroot.lib.buchatlog2)":[[31,"mindroot.lib.buchatlog2.ChatLog",false]],"chatlog (class in mindroot.lib.chatlog)":[[31,"mindroot.lib.chatlog.ChatLog",false]],"chatlog (class in mindroot.lib.chatlog_optimized)":[[31,"mindroot.lib.chatlog_optimized.ChatLog",false]],"check_emails() (in module mindroot.coreplugins.email.mod)":[[18,"mindroot.coreplugins.email.mod.check_emails",false]],"check_emails() (in module mindroot.coreplugins.email.services)":[[18,"mindroot.coreplugins.email.services.check_emails",false]],"check_emails() (mindroot.coreplugins.email.email_provider.emailprovider method)":[[18,"mindroot.coreplugins.email.email_provider.EmailProvider.check_emails",false]],"check_emails() (mindroot.coreplugins.email.imap_handler.imaphandler method)":[[18,"mindroot.coreplugins.email.imap_handler.IMAPHandler.check_emails",false]],"check_for_localized_template() (in module mindroot.lib.templates)":[[31,"mindroot.lib.templates.check_for_localized_template",false]],"check_plugin_dependencies() (in module mindroot.lib.plugins)":[[31,"mindroot.lib.plugins.check_plugin_dependencies",false]],"check_recommended_plugins() (in module mindroot.coreplugins.admin.command_router)":[[12,"mindroot.coreplugins.admin.command_router.check_recommended_plugins",false]],"check_tools() (mindroot.coreplugins.mcp_.server_installer.mcpserverinstaller static method)":[[25,"mindroot.coreplugins.mcp_.server_installer.MCPServerInstaller.check_tools",false]],"clear_registry_token() (in module mindroot.coreplugins.admin.registry_settings_routes)":[[12,"mindroot.coreplugins.admin.registry_settings_routes.clear_registry_token",false]],"clear_tokens() (mindroot.coreplugins.mcp_.oauth_storage.mcptokenstorage method)":[[25,"mindroot.coreplugins.mcp_.oauth_storage.MCPTokenStorage.clear_tokens",false]],"client_id (mindroot.coreplugins.admin.mcp_routes.mcpserveraddrequest attribute)":[[12,"mindroot.coreplugins.admin.mcp_routes.McpServerAddRequest.client_id",false]],"client_id (mindroot.coreplugins.mcp_.mcp_manager.mcpserver attribute)":[[25,"mindroot.coreplugins.mcp_.mcp_manager.MCPServer.client_id",false]],"client_secret (mindroot.coreplugins.admin.mcp_routes.mcpserveraddrequest attribute)":[[12,"mindroot.coreplugins.admin.mcp_routes.McpServerAddRequest.client_secret",false]],"client_secret (mindroot.coreplugins.mcp_.mcp_manager.mcpserver attribute)":[[25,"mindroot.coreplugins.mcp_.mcp_manager.MCPServer.client_secret",false]],"close_chat_session() (in module mindroot.coreplugins.chat.services)":[[14,"mindroot.coreplugins.chat.services.close_chat_session",false]],"cmds() (mindroot.lib.chatcontext.chatcontext method)":[[31,"mindroot.lib.chatcontext.ChatContext.cmds",false]],"code (mindroot.coreplugins.admin.mcp_publish_routes.mcpcompleteoauthrequest attribute)":[[12,"mindroot.coreplugins.admin.mcp_publish_routes.McpCompleteOAuthRequest.code",false]],"code (mindroot.coreplugins.admin.mcp_routes.mcpoauthcallbackrequest attribute)":[[12,"mindroot.coreplugins.admin.mcp_routes.McpOAuthCallbackRequest.code",false]],"collect_content() (in module mindroot.lib.butemplates)":[[31,"mindroot.lib.butemplates.collect_content",false]],"collect_content() (in module mindroot.lib.templates)":[[31,"mindroot.lib.templates.collect_content",false]],"command (mindroot.coreplugins.admin.mcp_publish_routes.mcpserverpublishrequest attribute)":[[12,"mindroot.coreplugins.admin.mcp_publish_routes.McpServerPublishRequest.command",false]],"command (mindroot.coreplugins.admin.mcp_publish_routes.mcptestlocalrequest attribute)":[[12,"mindroot.coreplugins.admin.mcp_publish_routes.McpTestLocalRequest.command",false]],"command (mindroot.coreplugins.admin.mcp_routes.mcplocaltestrequest attribute)":[[12,"mindroot.coreplugins.admin.mcp_routes.McpLocalTestRequest.command",false]],"command (mindroot.coreplugins.admin.mcp_routes.mcpserveraddrequest attribute)":[[12,"mindroot.coreplugins.admin.mcp_routes.McpServerAddRequest.command",false]],"command (mindroot.coreplugins.mcp_.mcp_manager.mcpserver attribute)":[[25,"mindroot.coreplugins.mcp_.mcp_manager.MCPServer.command",false]],"command() (in module mindroot.coreplugins.l8n.test_l8n_standalone)":[[24,"mindroot.coreplugins.l8n.test_l8n_standalone.command",false]],"command() (in module mindroot.lib.providers.commands)":[[35,"mindroot.lib.providers.commands.command",false]],"command_plugin_mapping() (in module mindroot.coreplugins.admin.command_router)":[[12,"mindroot.coreplugins.admin.command_router.command_plugin_mapping",false]],"command_result() (in module mindroot.coreplugins.chat.services)":[[14,"mindroot.coreplugins.chat.services.command_result",false]],"commands (mindroot.coreplugins.admin.plugin_manager.pluginmetadata attribute)":[[12,"mindroot.coreplugins.admin.plugin_manager.PluginMetadata.commands",false]],"complete_oauth_flow() (in module mindroot.coreplugins.admin.mcp_publish_routes)":[[12,"mindroot.coreplugins.admin.mcp_publish_routes.complete_oauth_flow",false]],"complete_oauth_flow() (mindroot.coreplugins.mcp_.mcp_manager.mcpmanager method)":[[25,"mindroot.coreplugins.mcp_.mcp_manager.MCPManager.complete_oauth_flow",false]],"complete_registry_oauth() (in module mindroot.coreplugins.admin.mcp_registry_routes)":[[12,"mindroot.coreplugins.admin.mcp_registry_routes.complete_registry_oauth",false]],"connect() (mindroot.coreplugins.email.imap_handler.imaphandler method)":[[18,"mindroot.coreplugins.email.imap_handler.IMAPHandler.connect",false]],"connect() (mindroot.coreplugins.email.smtp_handler.smtphandler method)":[[18,"mindroot.coreplugins.email.smtp_handler.SMTPHandler.connect",false]],"connect_mcp_server() (in module mindroot.coreplugins.admin.mcp_routes)":[[12,"mindroot.coreplugins.admin.mcp_routes.connect_mcp_server",false]],"connect_oauth_server() (mindroot.coreplugins.mcp_.mcp_manager.mcpmanager method)":[[25,"mindroot.coreplugins.mcp_.mcp_manager.MCPManager.connect_oauth_server",false]],"connect_remote_server() (mindroot.coreplugins.mcp_.mcp_manager.mcpmanager method)":[[25,"mindroot.coreplugins.mcp_.mcp_manager.MCPManager.connect_remote_server",false]],"connect_server() (mindroot.coreplugins.mcp_.mcp_manager.mcpmanager method)":[[25,"mindroot.coreplugins.mcp_.mcp_manager.MCPManager.connect_server",false]],"context1() (in module mindroot.coreplugins.chat.router)":[[14,"mindroot.coreplugins.chat.router.context1",false]],"converse_with_agent() (in module mindroot.coreplugins.chat.commands)":[[14,"mindroot.coreplugins.chat.commands.converse_with_agent",false]],"count_tokens() (mindroot.lib.buchatlog2.chatlog method)":[[31,"mindroot.lib.buchatlog2.ChatLog.count_tokens",false]],"count_tokens() (mindroot.lib.chatlog.chatlog method)":[[31,"mindroot.lib.chatlog.ChatLog.count_tokens",false]],"count_tokens() (mindroot.lib.chatlog_optimized.chatlog method)":[[31,"mindroot.lib.chatlog_optimized.ChatLog.count_tokens",false]],"count_tokens_for_log_id() (in module mindroot.lib.buchatlog2)":[[31,"mindroot.lib.buchatlog2.count_tokens_for_log_id",false]],"count_tokens_for_log_id() (in module mindroot.lib.chatlog)":[[31,"mindroot.lib.chatlog.count_tokens_for_log_id",false]],"count_tokens_for_log_id() (in module mindroot.lib.chatlog_optimized)":[[31,"mindroot.lib.chatlog_optimized.count_tokens_for_log_id",false]],"count_tokens_for_log_id() (in module mindroot.lib.token_counter)":[[31,"mindroot.lib.token_counter.count_tokens_for_log_id",false]],"count_tokens_for_log_id_optimized() (in module mindroot.lib.chatlog_optimized)":[[31,"mindroot.lib.chatlog_optimized.count_tokens_for_log_id_optimized",false]],"create_access_token() (in module mindroot.coreplugins.jwt_auth.middleware)":[[23,"mindroot.coreplugins.jwt_auth.middleware.create_access_token",false]],"create_agent() (in module mindroot.coreplugins.admin.agent_router)":[[12,"mindroot.coreplugins.admin.agent_router.create_agent",false]],"create_directories() (in module mindroot.server)":[[10,"mindroot.server.create_directories",false]],"create_directories() (in module mindroot.server_missing_normal_args)":[[10,"mindroot.server_missing_normal_args.create_directories",false]],"create_directories() (in module mindroot.server_prev)":[[10,"mindroot.server_prev.create_directories",false]],"create_empty_catalog() (mindroot.coreplugins.mcp_.catalog_manager.mcpcatalogmanager method)":[[25,"mindroot.coreplugins.mcp_.catalog_manager.MCPCatalogManager.create_empty_catalog",false]],"create_persona() (in module mindroot.coreplugins.admin.persona_router)":[[12,"mindroot.coreplugins.admin.persona_router.create_persona",false]],"create_registry_persona() (in module mindroot.coreplugins.admin.persona_router)":[[12,"mindroot.coreplugins.admin.persona_router.create_registry_persona",false]],"create_registry_persona_with_assets() (in module mindroot.coreplugins.admin.persona_router)":[[12,"mindroot.coreplugins.admin.persona_router.create_registry_persona_with_assets",false]],"create_widget_session() (in module mindroot.coreplugins.chat.widget_routes)":[[14,"mindroot.coreplugins.chat.widget_routes.create_widget_session",false]],"create_widget_token() (in module mindroot.coreplugins.chat.widget_routes)":[[14,"mindroot.coreplugins.chat.widget_routes.create_widget_token",false]],"create_widget_token() (mindroot.coreplugins.chat.widget_manager.widgetmanager method)":[[14,"mindroot.coreplugins.chat.widget_manager.WidgetManager.create_widget_token",false]],"created_at (mindroot.coreplugins.chat.widget_routes.widgettokenresponse attribute)":[[14,"mindroot.coreplugins.chat.widget_routes.WidgetTokenResponse.created_at",false]],"created_by (mindroot.coreplugins.chat.widget_routes.widgettokenresponse attribute)":[[14,"mindroot.coreplugins.chat.widget_routes.WidgetTokenResponse.created_by",false]],"data (mindroot.coreplugins.chat.models.imagemessagepart attribute)":[[14,"mindroot.coreplugins.chat.models.ImageMessagePart.data",false]],"decode_text() (mindroot.coreplugins.email.imap_handler.imaphandler method)":[[18,"mindroot.coreplugins.email.imap_handler.IMAPHandler.decode_text",false]],"decode_token() (in module mindroot.coreplugins.jwt_auth.middleware)":[[23,"mindroot.coreplugins.jwt_auth.middleware.decode_token",false]],"decrement_reference_count() (mindroot.coreplugins.admin.asset_manager.assetmanager method)":[[12,"mindroot.coreplugins.admin.asset_manager.AssetManager.decrement_reference_count",false]],"delayed_exit() (in module mindroot.coreplugins.admin.server_router)":[[12,"mindroot.coreplugins.admin.server_router.delayed_exit",false]],"delegate_task() (in module mindroot.coreplugins.chat.commands)":[[14,"mindroot.coreplugins.chat.commands.delegate_task",false]],"delete() (mindroot.lib.chatcontext.chatcontext method)":[[31,"mindroot.lib.chatcontext.ChatContext.delete",false]],"delete_chat_session() (in module mindroot.coreplugins.chat.router)":[[14,"mindroot.coreplugins.chat.router.delete_chat_session",false]],"delete_log() (mindroot.lib.buchatlog.chatlog method)":[[31,"mindroot.lib.buchatlog.ChatLog.delete_log",false]],"delete_log() (mindroot.lib.buchatlog2.chatlog method)":[[31,"mindroot.lib.buchatlog2.ChatLog.delete_log",false]],"delete_session_by_id() (mindroot.lib.chatcontext.chatcontext class method)":[[31,"mindroot.lib.chatcontext.ChatContext.delete_session_by_id",false]],"delete_setting() (in module mindroot.coreplugins.admin.settings_router)":[[12,"mindroot.coreplugins.admin.settings_router.delete_setting",false]],"delete_widget_token() (in module mindroot.coreplugins.chat.widget_routes)":[[14,"mindroot.coreplugins.chat.widget_routes.delete_widget_token",false]],"delete_widget_token() (mindroot.coreplugins.chat.widget_manager.widgetmanager method)":[[14,"mindroot.coreplugins.chat.widget_manager.WidgetManager.delete_widget_token",false]],"dependencies (mindroot.coreplugins.admin.plugin_manager.pluginmetadata attribute)":[[12,"mindroot.coreplugins.admin.plugin_manager.PluginMetadata.dependencies",false]],"description (mindroot.coreplugins.admin.mcp_publish_routes.mcpserverpublishrequest attribute)":[[12,"mindroot.coreplugins.admin.mcp_publish_routes.McpServerPublishRequest.description",false]],"description (mindroot.coreplugins.admin.mcp_routes.mcpserveraddrequest attribute)":[[12,"mindroot.coreplugins.admin.mcp_routes.McpServerAddRequest.description",false]],"description (mindroot.coreplugins.admin.plugin_manager.pluginmetadata attribute)":[[12,"mindroot.coreplugins.admin.plugin_manager.PluginMetadata.description",false]],"description (mindroot.coreplugins.chat.widget_routes.widgettokencreate attribute)":[[14,"mindroot.coreplugins.chat.widget_routes.WidgetTokenCreate.description",false]],"description (mindroot.coreplugins.chat.widget_routes.widgettokenresponse attribute)":[[14,"mindroot.coreplugins.chat.widget_routes.WidgetTokenResponse.description",false]],"description (mindroot.coreplugins.mcp_.mcp_manager.mcpserver attribute)":[[25,"mindroot.coreplugins.mcp_.mcp_manager.MCPServer.description",false]],"detect_language_from_request() (in module mindroot.coreplugins.l8n.middleware)":[[24,"mindroot.coreplugins.l8n.middleware.detect_language_from_request",false]],"detect_running_servers() (mindroot.coreplugins.mcp_.catalog_manager.mcpcatalogmanager method)":[[25,"mindroot.coreplugins.mcp_.catalog_manager.MCPCatalogManager.detect_running_servers",false]],"directory (mindroot.coreplugins.admin.agent_router.scandirectoryrequest attribute)":[[12,"mindroot.coreplugins.admin.agent_router.ScanDirectoryRequest.directory",false]],"directory (mindroot.coreplugins.admin.plugin_manager.directoryrequest attribute)":[[12,"mindroot.coreplugins.admin.plugin_manager.DirectoryRequest.directory",false]],"directoryrequest (class in mindroot.coreplugins.admin.plugin_manager)":[[12,"mindroot.coreplugins.admin.plugin_manager.DirectoryRequest",false]],"disconnect_mcp_server() (in module mindroot.coreplugins.admin.mcp_routes)":[[12,"mindroot.coreplugins.admin.mcp_routes.disconnect_mcp_server",false]],"disconnect_server() (mindroot.coreplugins.mcp_.mcp_manager.mcpmanager method)":[[25,"mindroot.coreplugins.mcp_.mcp_manager.MCPManager.disconnect_server",false]],"discover_plugins() (in module mindroot.coreplugins.admin.plugin_manager)":[[12,"mindroot.coreplugins.admin.plugin_manager.discover_plugins",false]],"dispatch() (mindroot.server.headermiddleware method)":[[10,"mindroot.server.HeaderMiddleware.dispatch",false]],"dispatch() (mindroot.server_missing_normal_args.headermiddleware method)":[[10,"mindroot.server_missing_normal_args.HeaderMiddleware.dispatch",false]],"dispatch() (mindroot.server_prev.headermiddleware method)":[[10,"mindroot.server_prev.HeaderMiddleware.dispatch",false]],"download_github_files() (in module mindroot.coreplugins.admin.agent_importer)":[[12,"mindroot.coreplugins.admin.agent_importer.download_github_files",false]],"emailprovider (class in mindroot.coreplugins.email.email_provider)":[[18,"mindroot.coreplugins.email.email_provider.EmailProvider",false]],"enabled (mindroot.coreplugins.admin.plugin_manager.togglepluginrequest attribute)":[[12,"mindroot.coreplugins.admin.plugin_manager.TogglePluginRequest.enabled",false]],"enhanced_mcp_manager_service() (in module mindroot.coreplugins.mcp_.mod)":[[25,"mindroot.coreplugins.mcp_.mod.enhanced_mcp_manager_service",false]],"ensure_catalog_exists() (mindroot.coreplugins.mcp_.catalog_manager.mcpcatalogmanager method)":[[25,"mindroot.coreplugins.mcp_.catalog_manager.MCPCatalogManager.ensure_catalog_exists",false]],"ensure_preferences_exist() (mindroot.lib.providers.model_preferences_v2.modelpreferencesv2 method)":[[35,"mindroot.lib.providers.model_preferences_v2.ModelPreferencesV2.ensure_preferences_exist",false]],"env (mindroot.coreplugins.admin.mcp_publish_routes.mcpserverpublishrequest attribute)":[[12,"mindroot.coreplugins.admin.mcp_publish_routes.McpServerPublishRequest.env",false]],"env (mindroot.coreplugins.admin.mcp_publish_routes.mcptestlocalrequest attribute)":[[12,"mindroot.coreplugins.admin.mcp_publish_routes.McpTestLocalRequest.env",false]],"env (mindroot.coreplugins.admin.mcp_routes.mcplocaltestrequest attribute)":[[12,"mindroot.coreplugins.admin.mcp_routes.McpLocalTestRequest.env",false]],"env (mindroot.coreplugins.admin.mcp_routes.mcpserveraddrequest attribute)":[[12,"mindroot.coreplugins.admin.mcp_routes.McpServerAddRequest.env",false]],"env (mindroot.coreplugins.mcp_.mcp_manager.mcpserver attribute)":[[25,"mindroot.coreplugins.mcp_.mcp_manager.MCPServer.env",false]],"escape_for_json() (in module mindroot.lib.json_escape)":[[31,"mindroot.lib.json_escape.escape_for_json",false]],"exec_with_provider() (mindroot.lib.providers.providermanager method)":[[35,"mindroot.lib.providers.ProviderManager.exec_with_provider",false]],"execute() (mindroot.lib.providers.providermanager method)":[[35,"mindroot.lib.providers.ProviderManager.execute",false]],"execute_hooks() (mindroot.lib.providers.hookmanager method)":[[35,"mindroot.lib.providers.HookManager.execute_hooks",false]],"exit_conversation() (in module mindroot.coreplugins.chat.commands)":[[14,"mindroot.coreplugins.chat.commands.exit_conversation",false]],"export_agent_zip() (in module mindroot.coreplugins.admin.agent_router)":[[12,"mindroot.coreplugins.admin.agent_router.export_agent_zip",false]],"extract_delegate_task_log_ids() (in module mindroot.lib.buchatlog2)":[[31,"mindroot.lib.buchatlog2.extract_delegate_task_log_ids",false]],"extract_delegate_task_log_ids() (in module mindroot.lib.chatlog)":[[31,"mindroot.lib.chatlog.extract_delegate_task_log_ids",false]],"extract_delegate_task_log_ids() (in module mindroot.lib.chatlog_optimized)":[[31,"mindroot.lib.chatlog_optimized.extract_delegate_task_log_ids",false]],"extract_delegate_task_log_ids() (in module mindroot.lib.token_counter)":[[31,"mindroot.lib.token_counter.extract_delegate_task_log_ids",false]],"extract_plugin_root() (in module mindroot.coreplugins.l8n.test_l8n_standalone)":[[24,"mindroot.coreplugins.l8n.test_l8n_standalone.extract_plugin_root",false]],"extract_plugin_root() (in module mindroot.coreplugins.l8n.utils)":[[24,"mindroot.coreplugins.l8n.utils.extract_plugin_root",false]],"extract_translation_keys() (in module mindroot.coreplugins.l8n.utils)":[[24,"mindroot.coreplugins.l8n.utils.extract_translation_keys",false]],"find_available_port() (in module mindroot.server)":[[10,"mindroot.server.find_available_port",false]],"find_available_port() (in module mindroot.server_missing_normal_args)":[[10,"mindroot.server_missing_normal_args.find_available_port",false]],"find_available_port() (in module mindroot.server_prev)":[[10,"mindroot.server_prev.find_available_port",false]],"find_chatlog_file() (in module mindroot.lib.buchatlog2)":[[31,"mindroot.lib.buchatlog2.find_chatlog_file",false]],"find_chatlog_file() (in module mindroot.lib.chatlog)":[[31,"mindroot.lib.chatlog.find_chatlog_file",false]],"find_chatlog_file() (in module mindroot.lib.chatlog_optimized)":[[31,"mindroot.lib.chatlog_optimized.find_chatlog_file",false]],"find_chatlog_file() (in module mindroot.lib.token_counter)":[[31,"mindroot.lib.token_counter.find_chatlog_file",false]],"find_child_logs_by_parent_id() (in module mindroot.lib.chatlog)":[[31,"mindroot.lib.chatlog.find_child_logs_by_parent_id",false]],"find_child_logs_by_parent_id() (in module mindroot.lib.chatlog_optimized)":[[31,"mindroot.lib.chatlog_optimized.find_child_logs_by_parent_id",false]],"find_parent_template() (in module mindroot.lib.butemplates)":[[31,"mindroot.lib.butemplates.find_parent_template",false]],"find_parent_template() (in module mindroot.lib.templates)":[[31,"mindroot.lib.templates.find_parent_template",false]],"find_plugin_template() (in module mindroot.lib.templates)":[[31,"mindroot.lib.templates.find_plugin_template",false]],"finished_chat() (in module mindroot.coreplugins.chat.services)":[[14,"mindroot.coreplugins.chat.services.finished_chat",false]],"firstmatchloader (class in mindroot.lib.parent_templates)":[[31,"mindroot.lib.parent_templates.FirstMatchLoader",false]],"flag (mindroot.coreplugins.admin.settings_router.setting attribute)":[[12,"mindroot.coreplugins.admin.settings_router.Setting.flag",false]],"get_admin_html() (in module mindroot.coreplugins.admin.router)":[[12,"mindroot.coreplugins.admin.router.get_admin_html",false]],"get_agent_ownership_info() (in module mindroot.coreplugins.admin.agent_router)":[[12,"mindroot.coreplugins.admin.agent_router.get_agent_ownership_info",false]],"get_all_plugins() (in module mindroot.coreplugins.admin.plugin_manager)":[[12,"mindroot.coreplugins.admin.plugin_manager.get_all_plugins",false]],"get_asset_metadata() (mindroot.coreplugins.admin.asset_manager.assetmanager method)":[[12,"mindroot.coreplugins.admin.asset_manager.AssetManager.get_asset_metadata",false]],"get_asset_path() (mindroot.coreplugins.admin.asset_manager.assetmanager method)":[[12,"mindroot.coreplugins.admin.asset_manager.AssetManager.get_asset_path",false]],"get_cache_dir() (in module mindroot.lib.buchatlog2)":[[31,"mindroot.lib.buchatlog2.get_cache_dir",false]],"get_cache_dir() (in module mindroot.lib.chatlog)":[[31,"mindroot.lib.chatlog.get_cache_dir",false]],"get_cache_dir() (in module mindroot.lib.chatlog_optimized)":[[31,"mindroot.lib.chatlog_optimized.get_cache_dir",false]],"get_cache_dir() (in module mindroot.lib.token_counter)":[[31,"mindroot.lib.token_counter.get_cache_dir",false]],"get_cache_path() (in module mindroot.lib.buchatlog2)":[[31,"mindroot.lib.buchatlog2.get_cache_path",false]],"get_cache_path() (in module mindroot.lib.chatlog)":[[31,"mindroot.lib.chatlog.get_cache_path",false]],"get_cache_path() (in module mindroot.lib.chatlog_optimized)":[[31,"mindroot.lib.chatlog_optimized.get_cache_path",false]],"get_cache_path() (in module mindroot.lib.token_counter)":[[31,"mindroot.lib.token_counter.get_cache_path",false]],"get_cached_token_counts() (in module mindroot.lib.buchatlog2)":[[31,"mindroot.lib.buchatlog2.get_cached_token_counts",false]],"get_cached_token_counts() (in module mindroot.lib.chatlog)":[[31,"mindroot.lib.chatlog.get_cached_token_counts",false]],"get_cached_token_counts() (in module mindroot.lib.chatlog_optimized)":[[31,"mindroot.lib.chatlog_optimized.get_cached_token_counts",false]],"get_cached_token_counts() (in module mindroot.lib.token_counter)":[[31,"mindroot.lib.token_counter.get_cached_token_counts",false]],"get_catalog_server_info() (in module mindroot.coreplugins.admin.mcp_catalog_routes)":[[12,"mindroot.coreplugins.admin.mcp_catalog_routes.get_catalog_server_info",false]],"get_categories() (mindroot.coreplugins.mcp_.catalog_manager.mcpcatalogmanager method)":[[25,"mindroot.coreplugins.mcp_.catalog_manager.MCPCatalogManager.get_categories",false]],"get_chat_history() (in module mindroot.coreplugins.chat.services)":[[14,"mindroot.coreplugins.chat.services.get_chat_history",false]],"get_chat_html() (in module mindroot.coreplugins.chat.router)":[[14,"mindroot.coreplugins.chat.router.get_chat_html",false]],"get_client_info() (mindroot.coreplugins.mcp_.oauth_storage.mcptokenstorage method)":[[25,"mindroot.coreplugins.mcp_.oauth_storage.MCPTokenStorage.get_client_info",false]],"get_client_info() (mindroot.coreplugins.mcp_.testmcpclient.inmemorytokenstorage method)":[[25,"mindroot.coreplugins.mcp_.testmcpclient.InMemoryTokenStorage.get_client_info",false]],"get_command_providers() (in module mindroot.coreplugins.admin.agent_router)":[[12,"mindroot.coreplugins.admin.agent_router.get_command_providers",false]],"get_commands() (in module mindroot.coreplugins.admin.settings_router)":[[12,"mindroot.coreplugins.admin.settings_router.get_commands",false]],"get_context() (in module mindroot.lib.chatcontext)":[[31,"mindroot.lib.chatcontext.get_context",false]],"get_current_language() (in module mindroot.lib.templates)":[[31,"mindroot.lib.templates.get_current_language",false]],"get_current_language_from_request() (in module mindroot.coreplugins.l8n.language_detection)":[[24,"mindroot.coreplugins.l8n.language_detection.get_current_language_from_request",false]],"get_detailed_functions() (mindroot.lib.providers.providermanager method)":[[35,"mindroot.lib.providers.ProviderManager.get_detailed_functions",false]],"get_docstring() (mindroot.lib.providers.hookmanager method)":[[35,"mindroot.lib.providers.HookManager.get_docstring",false]],"get_docstring() (mindroot.lib.providers.providermanager method)":[[35,"mindroot.lib.providers.ProviderManager.get_docstring",false]],"get_docstrings() (mindroot.lib.providers.hookmanager method)":[[35,"mindroot.lib.providers.HookManager.get_docstrings",false]],"get_docstrings() (mindroot.lib.providers.providermanager method)":[[35,"mindroot.lib.providers.ProviderManager.get_docstrings",false]],"get_email_body() (mindroot.coreplugins.email.imap_handler.imaphandler method)":[[18,"mindroot.coreplugins.email.imap_handler.IMAPHandler.get_email_body",false]],"get_embed_script() (in module mindroot.coreplugins.chat.widget_routes)":[[14,"mindroot.coreplugins.chat.widget_routes.get_embed_script",false]],"get_equivalent_flags() (in module mindroot.coreplugins.admin.settings_router)":[[12,"mindroot.coreplugins.admin.settings_router.get_equivalent_flags",false]],"get_fallback_language() (in module mindroot.coreplugins.l8n.language_detection)":[[24,"mindroot.coreplugins.l8n.language_detection.get_fallback_language",false]],"get_full_agent_data() (in module mindroot.coreplugins.admin.agent_router)":[[12,"mindroot.coreplugins.admin.agent_router.get_full_agent_data",false]],"get_functions() (mindroot.lib.providers.providermanager method)":[[35,"mindroot.lib.providers.ProviderManager.get_functions",false]],"get_git_version_info() (in module mindroot.coreplugins.admin.mod)":[[12,"mindroot.coreplugins.admin.mod.get_git_version_info",false]],"get_history() (mindroot.lib.buchatlog.chatlog method)":[[31,"mindroot.lib.buchatlog.ChatLog.get_history",false]],"get_history() (mindroot.lib.buchatlog2.chatlog method)":[[31,"mindroot.lib.buchatlog2.ChatLog.get_history",false]],"get_history() (mindroot.lib.chatlog.chatlog method)":[[31,"mindroot.lib.chatlog.ChatLog.get_history",false]],"get_history() (mindroot.lib.chatlog_optimized.chatlog method)":[[31,"mindroot.lib.chatlog_optimized.ChatLog.get_history",false]],"get_hooks() (mindroot.lib.providers.hookmanager method)":[[35,"mindroot.lib.providers.HookManager.get_hooks",false]],"get_installation_status() (in module mindroot.coreplugins.admin.mcp_registry_routes)":[[12,"mindroot.coreplugins.admin.mcp_registry_routes.get_installation_status",false]],"get_localized_file_path() (in module mindroot.coreplugins.l8n.test_l8n_standalone)":[[24,"mindroot.coreplugins.l8n.test_l8n_standalone.get_localized_file_path",false]],"get_localized_file_path() (in module mindroot.coreplugins.l8n.utils)":[[24,"mindroot.coreplugins.l8n.utils.get_localized_file_path",false]],"get_mcp_catalog() (in module mindroot.coreplugins.admin.mcp_catalog_routes)":[[12,"mindroot.coreplugins.admin.mcp_catalog_routes.get_mcp_catalog",false]],"get_mcp_categories() (in module mindroot.coreplugins.admin.mcp_catalog_routes)":[[12,"mindroot.coreplugins.admin.mcp_catalog_routes.get_mcp_categories",false]],"get_missing_commands() (in module mindroot.lib.providers.missing)":[[35,"mindroot.lib.providers.missing.get_missing_commands",false]],"get_model_preferences_v2_html() (in module mindroot.coreplugins.admin.router)":[[12,"mindroot.coreplugins.admin.router.get_model_preferences_v2_html",false]],"get_models() (in module mindroot.coreplugins.admin.settings_router)":[[12,"mindroot.coreplugins.admin.settings_router.get_models",false]],"get_oauth_status() (in module mindroot.coreplugins.admin.mcp_publish_routes)":[[12,"mindroot.coreplugins.admin.mcp_publish_routes.get_oauth_status",false]],"get_oauth_status() (mindroot.coreplugins.mcp_.mcp_manager.mcpmanager method)":[[25,"mindroot.coreplugins.mcp_.mcp_manager.MCPManager.get_oauth_status",false]],"get_or_create_jwt_secret() (in module mindroot.coreplugins.jwt_auth.middleware)":[[23,"mindroot.coreplugins.jwt_auth.middleware.get_or_create_jwt_secret",false]],"get_ordered_providers_for_service() (mindroot.lib.providers.model_preferences_v2.modelpreferencesv2 method)":[[35,"mindroot.lib.providers.model_preferences_v2.ModelPreferencesV2.get_ordered_providers_for_service",false]],"get_organized_models() (in module mindroot.coreplugins.admin.settings_router)":[[12,"mindroot.coreplugins.admin.settings_router.get_organized_models",false]],"get_parent_templates_env() (in module mindroot.lib.parent_templates)":[[31,"mindroot.lib.parent_templates.get_parent_templates_env",false]],"get_persona_avatar() (in module mindroot.coreplugins.chat.router)":[[14,"mindroot.coreplugins.chat.router.get_persona_avatar",false]],"get_persona_faceref() (in module mindroot.coreplugins.chat.router)":[[14,"mindroot.coreplugins.chat.router.get_persona_faceref",false]],"get_plugin_import_path() (in module mindroot.lib.plugins)":[[31,"mindroot.lib.plugins.get_plugin_import_path",false]],"get_plugin_path() (in module mindroot.lib.plugins)":[[31,"mindroot.lib.plugins.get_plugin_path",false]],"get_plugin_translations_path() (in module mindroot.coreplugins.l8n.utils)":[[24,"mindroot.coreplugins.l8n.utils.get_plugin_translations_path",false]],"get_plugins() (in module mindroot.coreplugins.admin.plugin_router)":[[12,"mindroot.coreplugins.admin.plugin_router.get_plugins",false]],"get_plugins() (in module mindroot.coreplugins.admin.plugin_routes)":[[12,"mindroot.coreplugins.admin.plugin_routes.get_plugins",false]],"get_preferences() (mindroot.lib.providers.model_preferences_v2.modelpreferencesv2 method)":[[35,"mindroot.lib.providers.model_preferences_v2.ModelPreferencesV2.get_preferences",false]],"get_project_root() (in module mindroot.server)":[[10,"mindroot.server.get_project_root",false]],"get_project_root() (in module mindroot.server_missing_normal_args)":[[10,"mindroot.server_missing_normal_args.get_project_root",false]],"get_project_root() (in module mindroot.server_prev)":[[10,"mindroot.server_prev.get_project_root",false]],"get_provider() (in module mindroot.coreplugins.email.services)":[[18,"mindroot.coreplugins.email.services.get_provider",false]],"get_providers() (in module mindroot.coreplugins.admin.settings_router)":[[12,"mindroot.coreplugins.admin.settings_router.get_providers",false]],"get_recent() (mindroot.lib.buchatlog.chatlog method)":[[31,"mindroot.lib.buchatlog.ChatLog.get_recent",false]],"get_recent() (mindroot.lib.buchatlog2.chatlog method)":[[31,"mindroot.lib.buchatlog2.ChatLog.get_recent",false]],"get_recent() (mindroot.lib.chatlog.chatlog method)":[[31,"mindroot.lib.chatlog.ChatLog.get_recent",false]],"get_recent() (mindroot.lib.chatlog_optimized.chatlog method)":[[31,"mindroot.lib.chatlog_optimized.ChatLog.get_recent",false]],"get_registered_commands() (mindroot.coreplugins.mcp_.dynamic_commands.mcpdynamiccommands method)":[[25,"mindroot.coreplugins.mcp_.dynamic_commands.MCPDynamicCommands.get_registered_commands",false]],"get_registry_categories() (in module mindroot.coreplugins.admin.mcp_registry_routes)":[[12,"mindroot.coreplugins.admin.mcp_registry_routes.get_registry_categories",false]],"get_registry_server_details() (in module mindroot.coreplugins.admin.mcp_registry_routes)":[[12,"mindroot.coreplugins.admin.mcp_registry_routes.get_registry_server_details",false]],"get_registry_settings() (in module mindroot.coreplugins.admin.registry_settings_routes)":[[12,"mindroot.coreplugins.admin.registry_settings_routes.get_registry_settings",false]],"get_request_language() (in module mindroot.coreplugins.l8n.middleware)":[[24,"mindroot.coreplugins.l8n.middleware.get_request_language",false]],"get_running_processes() (mindroot.coreplugins.mcp_.catalog_manager.mcpcatalogmanager method)":[[25,"mindroot.coreplugins.mcp_.catalog_manager.MCPCatalogManager.get_running_processes",false]],"get_server_info() (mindroot.coreplugins.mcp_.catalog_manager.mcpcatalogmanager method)":[[25,"mindroot.coreplugins.mcp_.catalog_manager.MCPCatalogManager.get_server_info",false]],"get_servers_by_category() (mindroot.coreplugins.mcp_.catalog_manager.mcpcatalogmanager method)":[[25,"mindroot.coreplugins.mcp_.catalog_manager.MCPCatalogManager.get_servers_by_category",false]],"get_service_models() (in module mindroot.coreplugins.admin.settings_router)":[[12,"mindroot.coreplugins.admin.settings_router.get_service_models",false]],"get_service_models_from_providers() (in module mindroot.coreplugins.admin.service_models)":[[12,"mindroot.coreplugins.admin.service_models.get_service_models_from_providers",false]],"get_services() (in module mindroot.coreplugins.admin.settings_router)":[[12,"mindroot.coreplugins.admin.settings_router.get_services",false]],"get_settings() (in module mindroot.coreplugins.admin.settings_router)":[[12,"mindroot.coreplugins.admin.settings_router.get_settings",false]],"get_settings_v2() (in module mindroot.coreplugins.admin.settings_router)":[[12,"mindroot.coreplugins.admin.settings_router.get_settings_v2",false]],"get_some_docstrings() (mindroot.lib.providers.providermanager method)":[[35,"mindroot.lib.providers.ProviderManager.get_some_docstrings",false]],"get_source() (mindroot.lib.parent_templates.firstmatchloader method)":[[31,"mindroot.lib.parent_templates.FirstMatchLoader.get_source",false]],"get_start_method() (in module mindroot.coreplugins.admin.server_router)":[[12,"mindroot.coreplugins.admin.server_router.get_start_method",false]],"get_stats() (mindroot.coreplugins.admin.asset_manager.assetmanager method)":[[12,"mindroot.coreplugins.admin.asset_manager.AssetManager.get_stats",false]],"get_supported_languages() (in module mindroot.coreplugins.l8n.language_detection)":[[24,"mindroot.coreplugins.l8n.language_detection.get_supported_languages",false]],"get_token_count() (in module mindroot.coreplugins.chat.router)":[[14,"mindroot.coreplugins.chat.router.get_token_count",false]],"get_token_count_alt() (in module mindroot.coreplugins.chat.router)":[[14,"mindroot.coreplugins.chat.router.get_token_count_alt",false]],"get_tokens() (mindroot.coreplugins.mcp_.oauth_storage.mcptokenstorage method)":[[25,"mindroot.coreplugins.mcp_.oauth_storage.MCPTokenStorage.get_tokens",false]],"get_tokens() (mindroot.coreplugins.mcp_.testmcpclient.inmemorytokenstorage method)":[[25,"mindroot.coreplugins.mcp_.testmcpclient.InMemoryTokenStorage.get_tokens",false]],"get_translations() (in module mindroot.coreplugins.l8n.mod)":[[24,"mindroot.coreplugins.l8n.mod.get_translations",false]],"get_translations() (in module mindroot.coreplugins.l8n.test_l8n_standalone)":[[24,"mindroot.coreplugins.l8n.test_l8n_standalone.get_translations",false]],"get_version_info() (in module mindroot.coreplugins.admin.router)":[[12,"mindroot.coreplugins.admin.router.get_version_info",false]],"get_widget_config() (mindroot.coreplugins.chat.widget_manager.widgetmanager method)":[[14,"mindroot.coreplugins.chat.widget_manager.WidgetManager.get_widget_config",false]],"github_url (mindroot.coreplugins.admin.plugin_manager.githubpluginrequest attribute)":[[12,"mindroot.coreplugins.admin.plugin_manager.GitHubPluginRequest.github_url",false]],"githubimportrequest (class in mindroot.coreplugins.admin.agent_router)":[[12,"mindroot.coreplugins.admin.agent_router.GitHubImportRequest",false]],"githubpluginrequest (class in mindroot.coreplugins.admin.plugin_manager)":[[12,"mindroot.coreplugins.admin.plugin_manager.GitHubPluginRequest",false]],"githubpublishrequest (class in mindroot.coreplugins.admin.plugin_routes)":[[12,"mindroot.coreplugins.admin.plugin_routes.GithubPublishRequest",false]],"handle_callback() (in module mindroot.coreplugins.mcp_.mod)":[[25,"mindroot.coreplugins.mcp_.mod.handle_callback",false]],"handle_callback() (in module mindroot.coreplugins.mcp_.testmcpclient)":[[25,"mindroot.coreplugins.mcp_.testmcpclient.handle_callback",false]],"handle_persona_import() (in module mindroot.coreplugins.admin.persona_handler)":[[12,"mindroot.coreplugins.admin.persona_handler.handle_persona_import",false]],"handle_redirect() (in module mindroot.coreplugins.mcp_.mod)":[[25,"mindroot.coreplugins.mcp_.mod.handle_redirect",false]],"handle_redirect() (in module mindroot.coreplugins.mcp_.testmcpclient)":[[25,"mindroot.coreplugins.mcp_.testmcpclient.handle_redirect",false]],"headermiddleware (class in mindroot.server)":[[10,"mindroot.server.HeaderMiddleware",false]],"headermiddleware (class in mindroot.server_missing_normal_args)":[[10,"mindroot.server_missing_normal_args.HeaderMiddleware",false]],"headermiddleware (class in mindroot.server_prev)":[[10,"mindroot.server_prev.HeaderMiddleware",false]],"hook() (in module mindroot.lib.providers.hooks)":[[35,"mindroot.lib.providers.hooks.hook",false]],"hookmanager (class in mindroot.lib.providers)":[[35,"mindroot.lib.providers.HookManager",false]],"imagemessagepart (class in mindroot.coreplugins.chat.models)":[[14,"mindroot.coreplugins.chat.models.ImageMessagePart",false]],"imaphandler (class in mindroot.coreplugins.email.imap_handler)":[[18,"mindroot.coreplugins.email.imap_handler.IMAPHandler",false]],"import_agent() (in module mindroot.coreplugins.admin.agent_importer)":[[12,"mindroot.coreplugins.admin.agent_importer.import_agent",false]],"import_agent_zip() (in module mindroot.coreplugins.admin.agent_router)":[[12,"mindroot.coreplugins.admin.agent_router.import_agent_zip",false]],"import_github_agent() (in module mindroot.coreplugins.admin.agent_importer)":[[12,"mindroot.coreplugins.admin.agent_importer.import_github_agent",false]],"import_github_agent_endpoint() (in module mindroot.coreplugins.admin.agent_router)":[[12,"mindroot.coreplugins.admin.agent_router.import_github_agent_endpoint",false]],"import_persona() (in module mindroot.coreplugins.admin.agent_importer)":[[12,"mindroot.coreplugins.admin.agent_importer.import_persona",false]],"import_persona_from_index() (in module mindroot.coreplugins.admin.persona_handler)":[[12,"mindroot.coreplugins.admin.persona_handler.import_persona_from_index",false]],"index_name (mindroot.coreplugins.admin.plugin_manager.installfromindexrequest attribute)":[[12,"mindroot.coreplugins.admin.plugin_manager.InstallFromIndexRequest.index_name",false]],"init_catalog_from_default() (mindroot.coreplugins.mcp_.catalog_manager.mcpcatalogmanager method)":[[25,"mindroot.coreplugins.mcp_.catalog_manager.MCPCatalogManager.init_catalog_from_default",false]],"init_chat_session() (in module mindroot.coreplugins.chat.services)":[[14,"mindroot.coreplugins.chat.services.init_chat_session",false]],"init_email_provider() (in module mindroot.coreplugins.email.mod)":[[18,"mindroot.coreplugins.email.mod.init_email_provider",false]],"init_provider() (in module mindroot.coreplugins.email.services)":[[18,"mindroot.coreplugins.email.services.init_provider",false]],"initiate_agent_session() (in module mindroot.coreplugins.chat.commands)":[[14,"mindroot.coreplugins.chat.commands.initiate_agent_session",false]],"inmemorytokenstorage (class in mindroot.coreplugins.mcp_.testmcpclient)":[[25,"mindroot.coreplugins.mcp_.testmcpclient.InMemoryTokenStorage",false]],"insert_image() (in module mindroot.coreplugins.chat.commands)":[[14,"mindroot.coreplugins.chat.commands.insert_image",false]],"install_agent_recommended_plugins() (in module mindroot.coreplugins.admin.command_router)":[[12,"mindroot.coreplugins.admin.command_router.install_agent_recommended_plugins",false]],"install_from_catalog() (in module mindroot.coreplugins.admin.mcp_catalog_routes)":[[12,"mindroot.coreplugins.admin.mcp_catalog_routes.install_from_catalog",false]],"install_from_index() (in module mindroot.coreplugins.admin.plugin_manager)":[[12,"mindroot.coreplugins.admin.plugin_manager.install_from_index",false]],"install_github_plugin() (in module mindroot.coreplugins.admin.plugin_manager)":[[12,"mindroot.coreplugins.admin.plugin_manager.install_github_plugin",false]],"install_local_plugin() (in module mindroot.coreplugins.admin.plugin_manager)":[[12,"mindroot.coreplugins.admin.plugin_manager.install_local_plugin",false]],"install_method (mindroot.coreplugins.mcp_.mcp_manager.mcpserver attribute)":[[25,"mindroot.coreplugins.mcp_.mcp_manager.MCPServer.install_method",false]],"install_package (mindroot.coreplugins.mcp_.mcp_manager.mcpserver attribute)":[[25,"mindroot.coreplugins.mcp_.mcp_manager.MCPServer.install_package",false]],"install_plugin_dependencies() (in module mindroot.lib.plugins)":[[31,"mindroot.lib.plugins.install_plugin_dependencies",false]],"install_plugins() (in module mindroot.lib.plugins_install)":[[31,"mindroot.lib.plugins_install.install_plugins",false]],"install_queued_plugins() (in module mindroot.coreplugins.admin.command_router)":[[12,"mindroot.coreplugins.admin.command_router.install_queued_plugins",false]],"install_registry_server() (in module mindroot.coreplugins.admin.mcp_registry_routes)":[[12,"mindroot.coreplugins.admin.mcp_registry_routes.install_registry_server",false]],"install_server() (mindroot.coreplugins.mcp_.mcp_manager.mcpmanager method)":[[25,"mindroot.coreplugins.mcp_.mcp_manager.MCPManager.install_server",false]],"install_with_npm() (mindroot.coreplugins.mcp_.server_installer.mcpserverinstaller static method)":[[25,"mindroot.coreplugins.mcp_.server_installer.MCPServerInstaller.install_with_npm",false]],"install_with_npx() (mindroot.coreplugins.mcp_.server_installer.mcpserverinstaller static method)":[[25,"mindroot.coreplugins.mcp_.server_installer.MCPServerInstaller.install_with_npx",false]],"install_with_pip() (mindroot.coreplugins.mcp_.server_installer.mcpserverinstaller static method)":[[25,"mindroot.coreplugins.mcp_.server_installer.MCPServerInstaller.install_with_pip",false]],"install_with_uvx() (mindroot.coreplugins.mcp_.server_installer.mcpserverinstaller static method)":[[25,"mindroot.coreplugins.mcp_.server_installer.MCPServerInstaller.install_with_uvx",false]],"installed (mindroot.coreplugins.mcp_.mcp_manager.mcpserver attribute)":[[25,"mindroot.coreplugins.mcp_.mcp_manager.MCPServer.installed",false]],"installfromindexrequest (class in mindroot.coreplugins.admin.plugin_manager)":[[12,"mindroot.coreplugins.admin.plugin_manager.InstallFromIndexRequest",false]],"instructions (mindroot.coreplugins.chat.router.taskrequest attribute)":[[14,"mindroot.coreplugins.chat.router.TaskRequest.instructions",false]],"is_language_supported() (in module mindroot.coreplugins.l8n.language_detection)":[[24,"mindroot.coreplugins.l8n.language_detection.is_language_supported",false]],"is_port_in_use() (in module mindroot.server)":[[10,"mindroot.server.is_port_in_use",false]],"is_port_in_use() (in module mindroot.server_missing_normal_args)":[[10,"mindroot.server_missing_normal_args.is_port_in_use",false]],"is_port_in_use() (in module mindroot.server_prev)":[[10,"mindroot.server_prev.is_port_in_use",false]],"is_public_route() (in module mindroot.coreplugins.jwt_auth.middleware)":[[23,"mindroot.coreplugins.jwt_auth.middleware.is_public_route",false]],"limit (mindroot.coreplugins.admin.mcp_registry_routes.registrybrowserequest attribute)":[[12,"mindroot.coreplugins.admin.mcp_registry_routes.RegistryBrowseRequest.limit",false]],"list_agents() (in module mindroot.coreplugins.admin.agent_router)":[[12,"mindroot.coreplugins.admin.agent_router.list_agents",false]],"list_enabled() (in module mindroot.lib.plugins)":[[31,"mindroot.lib.plugins.list_enabled",false]],"list_localized_files() (in module mindroot.coreplugins.l8n.mod)":[[24,"mindroot.coreplugins.l8n.mod.list_localized_files",false]],"list_localized_files() (in module mindroot.coreplugins.l8n.test_l8n_standalone)":[[24,"mindroot.coreplugins.l8n.test_l8n_standalone.list_localized_files",false]],"list_mcp_servers() (in module mindroot.coreplugins.admin.mcp_routes)":[[12,"mindroot.coreplugins.admin.mcp_routes.list_mcp_servers",false]],"list_personas() (in module mindroot.coreplugins.admin.persona_router)":[[12,"mindroot.coreplugins.admin.persona_router.list_personas",false]],"list_widget_tokens() (in module mindroot.coreplugins.chat.widget_routes)":[[14,"mindroot.coreplugins.chat.widget_routes.list_widget_tokens",false]],"list_widget_tokens() (mindroot.coreplugins.chat.widget_manager.widgetmanager method)":[[14,"mindroot.coreplugins.chat.widget_manager.WidgetManager.list_widget_tokens",false]],"load() (in module mindroot.lib.plugins)":[[31,"mindroot.lib.plugins.load",false]],"load_agent_data() (in module mindroot.coreplugins.admin.agent_router)":[[12,"mindroot.coreplugins.admin.agent_router.load_agent_data",false]],"load_catalog() (mindroot.coreplugins.mcp_.catalog_manager.mcpcatalogmanager method)":[[25,"mindroot.coreplugins.mcp_.catalog_manager.MCPCatalogManager.load_catalog",false]],"load_config() (mindroot.coreplugins.mcp_.mcp_manager.mcpmanager method)":[[25,"mindroot.coreplugins.mcp_.mcp_manager.MCPManager.load_config",false]],"load_context() (mindroot.lib.chatcontext.chatcontext method)":[[31,"mindroot.lib.chatcontext.ChatContext.load_context",false]],"load_log() (mindroot.lib.buchatlog.chatlog method)":[[31,"mindroot.lib.buchatlog.ChatLog.load_log",false]],"load_log() (mindroot.lib.buchatlog2.chatlog method)":[[31,"mindroot.lib.buchatlog2.ChatLog.load_log",false]],"load_log() (mindroot.lib.chatlog.chatlog method)":[[31,"mindroot.lib.chatlog.ChatLog.load_log",false]],"load_log() (mindroot.lib.chatlog_optimized.chatlog method)":[[31,"mindroot.lib.chatlog_optimized.ChatLog.load_log",false]],"load_persona_data() (in module mindroot.coreplugins.admin.agent_router)":[[12,"mindroot.coreplugins.admin.agent_router.load_persona_data",false]],"load_plugin_manifest() (in module mindroot.lib.plugins)":[[31,"mindroot.lib.plugins.load_plugin_manifest",false]],"load_plugin_templates() (in module mindroot.lib.butemplates)":[[31,"mindroot.lib.butemplates.load_plugin_templates",false]],"load_plugin_templates() (in module mindroot.lib.templates)":[[31,"mindroot.lib.templates.load_plugin_templates",false]],"load_plugin_translations() (in module mindroot.coreplugins.l8n.utils)":[[24,"mindroot.coreplugins.l8n.utils.load_plugin_translations",false]],"load_session_data() (in module mindroot.lib.session_files)":[[31,"mindroot.lib.session_files.load_session_data",false]],"load_template_with_translation() (in module mindroot.lib.templates)":[[31,"mindroot.lib.templates.load_template_with_translation",false]],"loginrequest (class in mindroot.coreplugins.jwt_auth.router)":[[23,"mindroot.coreplugins.jwt_auth.router.LoginRequest",false]],"main() (in module mindroot.coreplugins.l8n.test_enhanced)":[[24,"mindroot.coreplugins.l8n.test_enhanced.main",false]],"main() (in module mindroot.coreplugins.l8n.test_middleware)":[[24,"mindroot.coreplugins.l8n.test_middleware.main",false]],"main() (in module mindroot.coreplugins.mcp_.testmcpclient)":[[25,"mindroot.coreplugins.mcp_.testmcpclient.main",false]],"main() (in module mindroot.lib.plugins_install)":[[31,"mindroot.lib.plugins_install.main",false]],"main() (in module mindroot.server)":[[10,"mindroot.server.main",false]],"main() (in module mindroot.server_missing_normal_args)":[[10,"mindroot.server_missing_normal_args.main",false]],"main() (in module mindroot.server_prev)":[[10,"mindroot.server_prev.main",false]],"make_session() (in module mindroot.coreplugins.chat.router)":[[14,"mindroot.coreplugins.chat.router.make_session",false]],"mark_as_processed() (in module mindroot.coreplugins.email.services)":[[18,"mindroot.coreplugins.email.services.mark_as_processed",false]],"mark_as_processed() (mindroot.coreplugins.email.email_provider.emailprovider method)":[[18,"mindroot.coreplugins.email.email_provider.EmailProvider.mark_as_processed",false]],"mark_as_processed() (mindroot.coreplugins.email.imap_handler.imaphandler method)":[[18,"mindroot.coreplugins.email.imap_handler.IMAPHandler.mark_as_processed",false]],"mark_server_as_installed() (mindroot.coreplugins.mcp_.mcp_manager.mcpmanager method)":[[25,"mindroot.coreplugins.mcp_.mcp_manager.MCPManager.mark_server_as_installed",false]],"mark_server_installed() (in module mindroot.coreplugins.admin.mcp_registry_routes)":[[12,"mindroot.coreplugins.admin.mcp_registry_routes.mark_server_installed",false]],"mark_server_installed() (mindroot.coreplugins.mcp_.catalog_manager.mcpcatalogmanager method)":[[25,"mindroot.coreplugins.mcp_.catalog_manager.MCPCatalogManager.mark_server_installed",false]],"markdown_await_user() (in module mindroot.coreplugins.chat.commands)":[[14,"mindroot.coreplugins.chat.commands.markdown_await_user",false]],"mcp_catalog_add_custom() (in module mindroot.coreplugins.mcp_.catalog_commands)":[[25,"mindroot.coreplugins.mcp_.catalog_commands.mcp_catalog_add_custom",false]],"mcp_catalog_categories() (in module mindroot.coreplugins.mcp_.catalog_commands)":[[25,"mindroot.coreplugins.mcp_.catalog_commands.mcp_catalog_categories",false]],"mcp_catalog_info() (in module mindroot.coreplugins.mcp_.catalog_commands)":[[25,"mindroot.coreplugins.mcp_.catalog_commands.mcp_catalog_info",false]],"mcp_catalog_install() (in module mindroot.coreplugins.mcp_.catalog_commands)":[[25,"mindroot.coreplugins.mcp_.catalog_commands.mcp_catalog_install",false]],"mcp_catalog_install_and_run() (in module mindroot.coreplugins.mcp_.catalog_commands)":[[25,"mindroot.coreplugins.mcp_.catalog_commands.mcp_catalog_install_and_run",false]],"mcp_catalog_list() (in module mindroot.coreplugins.mcp_.catalog_commands)":[[25,"mindroot.coreplugins.mcp_.catalog_commands.mcp_catalog_list",false]],"mcp_catalog_refresh() (in module mindroot.coreplugins.mcp_.catalog_commands)":[[25,"mindroot.coreplugins.mcp_.catalog_commands.mcp_catalog_refresh",false]],"mcp_catalog_search() (in module mindroot.coreplugins.mcp_.catalog_commands)":[[25,"mindroot.coreplugins.mcp_.catalog_commands.mcp_catalog_search",false]],"mcp_catalog_status() (in module mindroot.coreplugins.mcp_.catalog_commands)":[[25,"mindroot.coreplugins.mcp_.catalog_commands.mcp_catalog_status",false]],"mcp_catalog_stop() (in module mindroot.coreplugins.mcp_.catalog_commands)":[[25,"mindroot.coreplugins.mcp_.catalog_commands.mcp_catalog_stop",false]],"mcp_check_tools() (in module mindroot.coreplugins.mcp_.mod)":[[25,"mindroot.coreplugins.mcp_.mod.mcp_check_tools",false]],"mcp_connect() (in module mindroot.coreplugins.mcp_.mod)":[[25,"mindroot.coreplugins.mcp_.mod.mcp_connect",false]],"mcp_debug_connection() (in module mindroot.coreplugins.mcp_.mod)":[[25,"mindroot.coreplugins.mcp_.mod.mcp_debug_connection",false]],"mcp_disconnect() (in module mindroot.coreplugins.mcp_.mod)":[[25,"mindroot.coreplugins.mcp_.mod.mcp_disconnect",false]],"mcp_enhanced_connect() (in module mindroot.coreplugins.mcp_.mod)":[[25,"mindroot.coreplugins.mcp_.mod.mcp_enhanced_connect",false]],"mcp_enhanced_disconnect() (in module mindroot.coreplugins.mcp_.mod)":[[25,"mindroot.coreplugins.mcp_.mod.mcp_enhanced_disconnect",false]],"mcp_install_npx_server() (in module mindroot.coreplugins.mcp_.mod)":[[25,"mindroot.coreplugins.mcp_.mod.mcp_install_npx_server",false]],"mcp_install_uvx_server() (in module mindroot.coreplugins.mcp_.mod)":[[25,"mindroot.coreplugins.mcp_.mod.mcp_install_uvx_server",false]],"mcp_list_dynamic_commands() (in module mindroot.coreplugins.mcp_.mod)":[[25,"mindroot.coreplugins.mcp_.mod.mcp_list_dynamic_commands",false]],"mcp_list_servers() (in module mindroot.coreplugins.mcp_.mod)":[[25,"mindroot.coreplugins.mcp_.mod.mcp_list_servers",false]],"mcp_manager_service() (in module mindroot.coreplugins.mcp_.mod)":[[25,"mindroot.coreplugins.mcp_.mod.mcp_manager_service",false]],"mcp_oauth_callback() (in module mindroot.coreplugins.admin.oauth_callback_router)":[[12,"mindroot.coreplugins.admin.oauth_callback_router.mcp_oauth_callback",false]],"mcp_refresh_dynamic_commands() (in module mindroot.coreplugins.mcp_.mod)":[[25,"mindroot.coreplugins.mcp_.mod.mcp_refresh_dynamic_commands",false]],"mcpcatalogmanager (class in mindroot.coreplugins.mcp_.catalog_manager)":[[25,"mindroot.coreplugins.mcp_.catalog_manager.MCPCatalogManager",false]],"mcpcompleteoauthrequest (class in mindroot.coreplugins.admin.mcp_publish_routes)":[[12,"mindroot.coreplugins.admin.mcp_publish_routes.McpCompleteOAuthRequest",false]],"mcpconnectrequest (class in mindroot.coreplugins.admin.mcp_routes)":[[12,"mindroot.coreplugins.admin.mcp_routes.McpConnectRequest",false]],"mcpdynamiccommands (class in mindroot.coreplugins.mcp_.dynamic_commands)":[[25,"mindroot.coreplugins.mcp_.dynamic_commands.MCPDynamicCommands",false]],"mcplocaltestrequest (class in mindroot.coreplugins.admin.mcp_routes)":[[12,"mindroot.coreplugins.admin.mcp_routes.McpLocalTestRequest",false]],"mcpmanager (class in mindroot.coreplugins.mcp_.mcp_manager)":[[25,"mindroot.coreplugins.mcp_.mcp_manager.MCPManager",false]],"mcpoauthcallbackrequest (class in mindroot.coreplugins.admin.mcp_routes)":[[12,"mindroot.coreplugins.admin.mcp_routes.McpOAuthCallbackRequest",false]],"mcpserver (class in mindroot.coreplugins.mcp_.mcp_manager)":[[25,"mindroot.coreplugins.mcp_.mcp_manager.MCPServer",false]],"mcpserveraddrequest (class in mindroot.coreplugins.admin.mcp_routes)":[[12,"mindroot.coreplugins.admin.mcp_routes.McpServerAddRequest",false]],"mcpserverinstaller (class in mindroot.coreplugins.mcp_.server_installer)":[[25,"mindroot.coreplugins.mcp_.server_installer.MCPServerInstaller",false]],"mcpserverpublishrequest (class in mindroot.coreplugins.admin.mcp_publish_routes)":[[12,"mindroot.coreplugins.admin.mcp_publish_routes.McpServerPublishRequest",false]],"mcpserverrequest (class in mindroot.coreplugins.admin.mcp_routes)":[[12,"mindroot.coreplugins.admin.mcp_routes.McpServerRequest",false]],"mcptestlocalrequest (class in mindroot.coreplugins.admin.mcp_publish_routes)":[[12,"mindroot.coreplugins.admin.mcp_publish_routes.McpTestLocalRequest",false]],"mcptestremoterequest (class in mindroot.coreplugins.admin.mcp_publish_routes)":[[12,"mindroot.coreplugins.admin.mcp_publish_routes.McpTestRemoteRequest",false]],"mcptokenstorage (class in mindroot.coreplugins.mcp_.oauth_storage)":[[25,"mindroot.coreplugins.mcp_.oauth_storage.MCPTokenStorage",false]],"middleware() (in module mindroot.coreplugins.jwt_auth.middleware)":[[23,"mindroot.coreplugins.jwt_auth.middleware.middleware",false]],"middleware() (in module mindroot.coreplugins.l8n.middleware)":[[24,"mindroot.coreplugins.l8n.middleware.middleware",false]],"migrate_from_old_format() (mindroot.lib.providers.model_preferences_v2.modelpreferencesv2 method)":[[35,"mindroot.lib.providers.model_preferences_v2.ModelPreferencesV2.migrate_from_old_format",false]],"migrate_plugin_manifest() (in module mindroot.migrate)":[[10,"mindroot.migrate.migrate_plugin_manifest",false]],"migrate_settings() (in module mindroot.coreplugins.admin.settings_router)":[[12,"mindroot.coreplugins.admin.settings_router.migrate_settings",false]],"mindroot":[[10,"module-mindroot",false]],"mindroot.coreplugins":[[11,"module-mindroot.coreplugins",false]],"mindroot.coreplugins.admin":[[12,"module-mindroot.coreplugins.admin",false]],"mindroot.coreplugins.admin.agent_importer":[[12,"module-mindroot.coreplugins.admin.agent_importer",false]],"mindroot.coreplugins.admin.agent_router":[[12,"module-mindroot.coreplugins.admin.agent_router",false]],"mindroot.coreplugins.admin.asset_manager":[[12,"module-mindroot.coreplugins.admin.asset_manager",false]],"mindroot.coreplugins.admin.command_router":[[12,"module-mindroot.coreplugins.admin.command_router",false]],"mindroot.coreplugins.admin.mcp_catalog_routes":[[12,"module-mindroot.coreplugins.admin.mcp_catalog_routes",false]],"mindroot.coreplugins.admin.mcp_publish_routes":[[12,"module-mindroot.coreplugins.admin.mcp_publish_routes",false]],"mindroot.coreplugins.admin.mcp_registry_routes":[[12,"module-mindroot.coreplugins.admin.mcp_registry_routes",false]],"mindroot.coreplugins.admin.mcp_routes":[[12,"module-mindroot.coreplugins.admin.mcp_routes",false]],"mindroot.coreplugins.admin.mod":[[12,"module-mindroot.coreplugins.admin.mod",false]],"mindroot.coreplugins.admin.oauth_callback_router":[[12,"module-mindroot.coreplugins.admin.oauth_callback_router",false]],"mindroot.coreplugins.admin.persona_handler":[[12,"module-mindroot.coreplugins.admin.persona_handler",false]],"mindroot.coreplugins.admin.persona_router":[[12,"module-mindroot.coreplugins.admin.persona_router",false]],"mindroot.coreplugins.admin.plugin_manager":[[12,"module-mindroot.coreplugins.admin.plugin_manager",false]],"mindroot.coreplugins.admin.plugin_router":[[12,"module-mindroot.coreplugins.admin.plugin_router",false]],"mindroot.coreplugins.admin.plugin_router_fixed":[[12,"module-mindroot.coreplugins.admin.plugin_router_fixed",false]],"mindroot.coreplugins.admin.plugin_routes":[[12,"module-mindroot.coreplugins.admin.plugin_routes",false]],"mindroot.coreplugins.admin.registry_settings_routes":[[12,"module-mindroot.coreplugins.admin.registry_settings_routes",false]],"mindroot.coreplugins.admin.router":[[12,"module-mindroot.coreplugins.admin.router",false]],"mindroot.coreplugins.admin.server_router":[[12,"module-mindroot.coreplugins.admin.server_router",false]],"mindroot.coreplugins.admin.service_models":[[12,"module-mindroot.coreplugins.admin.service_models",false]],"mindroot.coreplugins.admin.settings_router":[[12,"module-mindroot.coreplugins.admin.settings_router",false]],"mindroot.coreplugins.chat":[[14,"module-mindroot.coreplugins.chat",false]],"mindroot.coreplugins.chat.commands":[[14,"module-mindroot.coreplugins.chat.commands",false]],"mindroot.coreplugins.chat.format_result_msgs":[[14,"module-mindroot.coreplugins.chat.format_result_msgs",false]],"mindroot.coreplugins.chat.mod":[[14,"module-mindroot.coreplugins.chat.mod",false]],"mindroot.coreplugins.chat.models":[[14,"module-mindroot.coreplugins.chat.models",false]],"mindroot.coreplugins.chat.router":[[14,"module-mindroot.coreplugins.chat.router",false]],"mindroot.coreplugins.chat.services":[[14,"module-mindroot.coreplugins.chat.services",false]],"mindroot.coreplugins.chat.utils":[[14,"module-mindroot.coreplugins.chat.utils",false]],"mindroot.coreplugins.chat.widget_manager":[[14,"module-mindroot.coreplugins.chat.widget_manager",false]],"mindroot.coreplugins.chat.widget_routes":[[14,"module-mindroot.coreplugins.chat.widget_routes",false]],"mindroot.coreplugins.email":[[18,"module-mindroot.coreplugins.email",false]],"mindroot.coreplugins.email.email_provider":[[18,"module-mindroot.coreplugins.email.email_provider",false]],"mindroot.coreplugins.email.imap_handler":[[18,"module-mindroot.coreplugins.email.imap_handler",false]],"mindroot.coreplugins.email.mod":[[18,"module-mindroot.coreplugins.email.mod",false]],"mindroot.coreplugins.email.services":[[18,"module-mindroot.coreplugins.email.services",false]],"mindroot.coreplugins.email.smtp_handler":[[18,"module-mindroot.coreplugins.email.smtp_handler",false]],"mindroot.coreplugins.email.test_email_service":[[18,"module-mindroot.coreplugins.email.test_email_service",false]],"mindroot.coreplugins.jwt_auth":[[23,"module-mindroot.coreplugins.jwt_auth",false]],"mindroot.coreplugins.jwt_auth.middleware":[[23,"module-mindroot.coreplugins.jwt_auth.middleware",false]],"mindroot.coreplugins.jwt_auth.mod":[[23,"module-mindroot.coreplugins.jwt_auth.mod",false]],"mindroot.coreplugins.jwt_auth.router":[[23,"module-mindroot.coreplugins.jwt_auth.router",false]],"mindroot.coreplugins.l8n":[[24,"module-mindroot.coreplugins.l8n",false]],"mindroot.coreplugins.l8n.debug_loader":[[24,"module-mindroot.coreplugins.l8n.debug_loader",false]],"mindroot.coreplugins.l8n.debug_middleware":[[24,"module-mindroot.coreplugins.l8n.debug_middleware",false]],"mindroot.coreplugins.l8n.l8n_constants":[[24,"module-mindroot.coreplugins.l8n.l8n_constants",false]],"mindroot.coreplugins.l8n.language_detection":[[24,"module-mindroot.coreplugins.l8n.language_detection",false]],"mindroot.coreplugins.l8n.middleware":[[24,"module-mindroot.coreplugins.l8n.middleware",false]],"mindroot.coreplugins.l8n.mod":[[24,"module-mindroot.coreplugins.l8n.mod",false]],"mindroot.coreplugins.l8n.test_enhanced":[[24,"module-mindroot.coreplugins.l8n.test_enhanced",false]],"mindroot.coreplugins.l8n.test_l8n_standalone":[[24,"module-mindroot.coreplugins.l8n.test_l8n_standalone",false]],"mindroot.coreplugins.l8n.test_middleware":[[24,"module-mindroot.coreplugins.l8n.test_middleware",false]],"mindroot.coreplugins.l8n.utils":[[24,"module-mindroot.coreplugins.l8n.utils",false]],"mindroot.coreplugins.mcp_":[[25,"module-mindroot.coreplugins.mcp_",false]],"mindroot.coreplugins.mcp_.catalog_commands":[[25,"module-mindroot.coreplugins.mcp_.catalog_commands",false]],"mindroot.coreplugins.mcp_.catalog_manager":[[25,"module-mindroot.coreplugins.mcp_.catalog_manager",false]],"mindroot.coreplugins.mcp_.dynamic_commands":[[25,"module-mindroot.coreplugins.mcp_.dynamic_commands",false]],"mindroot.coreplugins.mcp_.mcp_manager":[[25,"module-mindroot.coreplugins.mcp_.mcp_manager",false]],"mindroot.coreplugins.mcp_.mod":[[25,"module-mindroot.coreplugins.mcp_.mod",false]],"mindroot.coreplugins.mcp_.oauth_storage":[[25,"module-mindroot.coreplugins.mcp_.oauth_storage",false]],"mindroot.coreplugins.mcp_.server_installer":[[25,"module-mindroot.coreplugins.mcp_.server_installer",false]],"mindroot.coreplugins.mcp_.testmcpclient":[[25,"module-mindroot.coreplugins.mcp_.testmcpclient",false]],"mindroot.lib":[[31,"module-mindroot.lib",false]],"mindroot.lib.buchatlog":[[31,"module-mindroot.lib.buchatlog",false]],"mindroot.lib.buchatlog2":[[31,"module-mindroot.lib.buchatlog2",false]],"mindroot.lib.butemplates":[[31,"module-mindroot.lib.butemplates",false]],"mindroot.lib.chatcontext":[[31,"module-mindroot.lib.chatcontext",false]],"mindroot.lib.chatlog":[[31,"module-mindroot.lib.chatlog",false]],"mindroot.lib.chatlog_optimized":[[31,"module-mindroot.lib.chatlog_optimized",false]],"mindroot.lib.json_escape":[[31,"module-mindroot.lib.json_escape",false]],"mindroot.lib.parent_templates":[[31,"module-mindroot.lib.parent_templates",false]],"mindroot.lib.plugins":[[31,"module-mindroot.lib.plugins",false]],"mindroot.lib.plugins_install":[[31,"module-mindroot.lib.plugins_install",false]],"mindroot.lib.providers":[[35,"module-mindroot.lib.providers",false]],"mindroot.lib.providers.commands":[[35,"module-mindroot.lib.providers.commands",false]],"mindroot.lib.providers.hooks":[[35,"module-mindroot.lib.providers.hooks",false]],"mindroot.lib.providers.missing":[[35,"module-mindroot.lib.providers.missing",false]],"mindroot.lib.providers.model_preferences_v2":[[35,"module-mindroot.lib.providers.model_preferences_v2",false]],"mindroot.lib.providers.services":[[35,"module-mindroot.lib.providers.services",false]],"mindroot.lib.route_decorators":[[31,"module-mindroot.lib.route_decorators",false]],"mindroot.lib.session_files":[[31,"module-mindroot.lib.session_files",false]],"mindroot.lib.streamcmd":[[31,"module-mindroot.lib.streamcmd",false]],"mindroot.lib.templates":[[31,"module-mindroot.lib.templates",false]],"mindroot.lib.token_counter":[[31,"module-mindroot.lib.token_counter",false]],"mindroot.migrate":[[10,"module-mindroot.migrate",false]],"mindroot.server":[[10,"module-mindroot.server",false]],"mindroot.server_missing_normal_args":[[10,"module-mindroot.server_missing_normal_args",false]],"mindroot.server_prev":[[10,"module-mindroot.server_prev",false]],"missing_commands() (in module mindroot.coreplugins.admin.command_router)":[[12,"mindroot.coreplugins.admin.command_router.missing_commands",false]],"mock_call_next() (in module mindroot.coreplugins.l8n.test_middleware)":[[24,"mindroot.coreplugins.l8n.test_middleware.mock_call_next",false]],"mockrequest (class in mindroot.coreplugins.l8n.test_middleware)":[[24,"mindroot.coreplugins.l8n.test_middleware.MockRequest",false]],"mockresponse (class in mindroot.coreplugins.l8n.test_middleware)":[[24,"mindroot.coreplugins.l8n.test_middleware.MockResponse",false]],"model (mindroot.coreplugins.admin.settings_router.setting attribute)":[[12,"mindroot.coreplugins.admin.settings_router.Setting.model",false]],"model_config (mindroot.coreplugins.admin.agent_router.githubimportrequest attribute)":[[12,"mindroot.coreplugins.admin.agent_router.GitHubImportRequest.model_config",false]],"model_config (mindroot.coreplugins.admin.agent_router.scandirectoryrequest attribute)":[[12,"mindroot.coreplugins.admin.agent_router.ScanDirectoryRequest.model_config",false]],"model_config (mindroot.coreplugins.admin.mcp_publish_routes.mcpcompleteoauthrequest attribute)":[[12,"mindroot.coreplugins.admin.mcp_publish_routes.McpCompleteOAuthRequest.model_config",false]],"model_config (mindroot.coreplugins.admin.mcp_publish_routes.mcpserverpublishrequest attribute)":[[12,"mindroot.coreplugins.admin.mcp_publish_routes.McpServerPublishRequest.model_config",false]],"model_config (mindroot.coreplugins.admin.mcp_publish_routes.mcptestlocalrequest attribute)":[[12,"mindroot.coreplugins.admin.mcp_publish_routes.McpTestLocalRequest.model_config",false]],"model_config (mindroot.coreplugins.admin.mcp_publish_routes.mcptestremoterequest attribute)":[[12,"mindroot.coreplugins.admin.mcp_publish_routes.McpTestRemoteRequest.model_config",false]],"model_config (mindroot.coreplugins.admin.mcp_registry_routes.registrybrowserequest attribute)":[[12,"mindroot.coreplugins.admin.mcp_registry_routes.RegistryBrowseRequest.model_config",false]],"model_config (mindroot.coreplugins.admin.mcp_registry_routes.registryserverinstallrequest attribute)":[[12,"mindroot.coreplugins.admin.mcp_registry_routes.RegistryServerInstallRequest.model_config",false]],"model_config (mindroot.coreplugins.admin.mcp_routes.mcpconnectrequest attribute)":[[12,"mindroot.coreplugins.admin.mcp_routes.McpConnectRequest.model_config",false]],"model_config (mindroot.coreplugins.admin.mcp_routes.mcplocaltestrequest attribute)":[[12,"mindroot.coreplugins.admin.mcp_routes.McpLocalTestRequest.model_config",false]],"model_config (mindroot.coreplugins.admin.mcp_routes.mcpoauthcallbackrequest attribute)":[[12,"mindroot.coreplugins.admin.mcp_routes.McpOAuthCallbackRequest.model_config",false]],"model_config (mindroot.coreplugins.admin.mcp_routes.mcpserveraddrequest attribute)":[[12,"mindroot.coreplugins.admin.mcp_routes.McpServerAddRequest.model_config",false]],"model_config (mindroot.coreplugins.admin.mcp_routes.mcpserverrequest attribute)":[[12,"mindroot.coreplugins.admin.mcp_routes.McpServerRequest.model_config",false]],"model_config (mindroot.coreplugins.admin.plugin_manager.directoryrequest attribute)":[[12,"mindroot.coreplugins.admin.plugin_manager.DirectoryRequest.model_config",false]],"model_config (mindroot.coreplugins.admin.plugin_manager.githubpluginrequest attribute)":[[12,"mindroot.coreplugins.admin.plugin_manager.GitHubPluginRequest.model_config",false]],"model_config (mindroot.coreplugins.admin.plugin_manager.installfromindexrequest attribute)":[[12,"mindroot.coreplugins.admin.plugin_manager.InstallFromIndexRequest.model_config",false]],"model_config (mindroot.coreplugins.admin.plugin_manager.pluginmetadata attribute)":[[12,"mindroot.coreplugins.admin.plugin_manager.PluginMetadata.model_config",false]],"model_config (mindroot.coreplugins.admin.plugin_manager.pluginrequest attribute)":[[12,"mindroot.coreplugins.admin.plugin_manager.PluginRequest.model_config",false]],"model_config (mindroot.coreplugins.admin.plugin_manager.streaminstallrequest attribute)":[[12,"mindroot.coreplugins.admin.plugin_manager.StreamInstallRequest.model_config",false]],"model_config (mindroot.coreplugins.admin.plugin_manager.togglepluginrequest attribute)":[[12,"mindroot.coreplugins.admin.plugin_manager.TogglePluginRequest.model_config",false]],"model_config (mindroot.coreplugins.admin.plugin_router.pluginupdaterequest attribute)":[[12,"mindroot.coreplugins.admin.plugin_router.PluginUpdateRequest.model_config",false]],"model_config (mindroot.coreplugins.admin.plugin_routes.githubpublishrequest attribute)":[[12,"mindroot.coreplugins.admin.plugin_routes.GithubPublishRequest.model_config",false]],"model_config (mindroot.coreplugins.admin.plugin_routes.pluginupdaterequest attribute)":[[12,"mindroot.coreplugins.admin.plugin_routes.PluginUpdateRequest.model_config",false]],"model_config (mindroot.coreplugins.admin.settings_router.setting attribute)":[[12,"mindroot.coreplugins.admin.settings_router.Setting.model_config",false]],"model_config (mindroot.coreplugins.chat.models.imagemessagepart attribute)":[[14,"mindroot.coreplugins.chat.models.ImageMessagePart.model_config",false]],"model_config (mindroot.coreplugins.chat.models.textmessagepart attribute)":[[14,"mindroot.coreplugins.chat.models.TextMessagePart.model_config",false]],"model_config (mindroot.coreplugins.chat.router.taskrequest attribute)":[[14,"mindroot.coreplugins.chat.router.TaskRequest.model_config",false]],"model_config (mindroot.coreplugins.chat.widget_routes.widgettokencreate attribute)":[[14,"mindroot.coreplugins.chat.widget_routes.WidgetTokenCreate.model_config",false]],"model_config (mindroot.coreplugins.chat.widget_routes.widgettokenresponse attribute)":[[14,"mindroot.coreplugins.chat.widget_routes.WidgetTokenResponse.model_config",false]],"model_config (mindroot.coreplugins.jwt_auth.router.loginrequest attribute)":[[23,"mindroot.coreplugins.jwt_auth.router.LoginRequest.model_config",false]],"model_config (mindroot.coreplugins.mcp_.mcp_manager.mcpserver attribute)":[[25,"mindroot.coreplugins.mcp_.mcp_manager.MCPServer.model_config",false]],"modelpreferencesv2 (class in mindroot.lib.providers.model_preferences_v2)":[[35,"mindroot.lib.providers.model_preferences_v2.ModelPreferencesV2",false]],"module":[[10,"module-mindroot",false],[10,"module-mindroot.migrate",false],[10,"module-mindroot.server",false],[10,"module-mindroot.server_missing_normal_args",false],[10,"module-mindroot.server_prev",false],[11,"module-mindroot.coreplugins",false],[12,"module-mindroot.coreplugins.admin",false],[12,"module-mindroot.coreplugins.admin.agent_importer",false],[12,"module-mindroot.coreplugins.admin.agent_router",false],[12,"module-mindroot.coreplugins.admin.asset_manager",false],[12,"module-mindroot.coreplugins.admin.command_router",false],[12,"module-mindroot.coreplugins.admin.mcp_catalog_routes",false],[12,"module-mindroot.coreplugins.admin.mcp_publish_routes",false],[12,"module-mindroot.coreplugins.admin.mcp_registry_routes",false],[12,"module-mindroot.coreplugins.admin.mcp_routes",false],[12,"module-mindroot.coreplugins.admin.mod",false],[12,"module-mindroot.coreplugins.admin.oauth_callback_router",false],[12,"module-mindroot.coreplugins.admin.persona_handler",false],[12,"module-mindroot.coreplugins.admin.persona_router",false],[12,"module-mindroot.coreplugins.admin.plugin_manager",false],[12,"module-mindroot.coreplugins.admin.plugin_router",false],[12,"module-mindroot.coreplugins.admin.plugin_router_fixed",false],[12,"module-mindroot.coreplugins.admin.plugin_routes",false],[12,"module-mindroot.coreplugins.admin.registry_settings_routes",false],[12,"module-mindroot.coreplugins.admin.router",false],[12,"module-mindroot.coreplugins.admin.server_router",false],[12,"module-mindroot.coreplugins.admin.service_models",false],[12,"module-mindroot.coreplugins.admin.settings_router",false],[14,"module-mindroot.coreplugins.chat",false],[14,"module-mindroot.coreplugins.chat.commands",false],[14,"module-mindroot.coreplugins.chat.format_result_msgs",false],[14,"module-mindroot.coreplugins.chat.mod",false],[14,"module-mindroot.coreplugins.chat.models",false],[14,"module-mindroot.coreplugins.chat.router",false],[14,"module-mindroot.coreplugins.chat.services",false],[14,"module-mindroot.coreplugins.chat.utils",false],[14,"module-mindroot.coreplugins.chat.widget_manager",false],[14,"module-mindroot.coreplugins.chat.widget_routes",false],[18,"module-mindroot.coreplugins.email",false],[18,"module-mindroot.coreplugins.email.email_provider",false],[18,"module-mindroot.coreplugins.email.imap_handler",false],[18,"module-mindroot.coreplugins.email.mod",false],[18,"module-mindroot.coreplugins.email.services",false],[18,"module-mindroot.coreplugins.email.smtp_handler",false],[18,"module-mindroot.coreplugins.email.test_email_service",false],[23,"module-mindroot.coreplugins.jwt_auth",false],[23,"module-mindroot.coreplugins.jwt_auth.middleware",false],[23,"module-mindroot.coreplugins.jwt_auth.mod",false],[23,"module-mindroot.coreplugins.jwt_auth.router",false],[24,"module-mindroot.coreplugins.l8n",false],[24,"module-mindroot.coreplugins.l8n.debug_loader",false],[24,"module-mindroot.coreplugins.l8n.debug_middleware",false],[24,"module-mindroot.coreplugins.l8n.l8n_constants",false],[24,"module-mindroot.coreplugins.l8n.language_detection",false],[24,"module-mindroot.coreplugins.l8n.middleware",false],[24,"module-mindroot.coreplugins.l8n.mod",false],[24,"module-mindroot.coreplugins.l8n.test_enhanced",false],[24,"module-mindroot.coreplugins.l8n.test_l8n_standalone",false],[24,"module-mindroot.coreplugins.l8n.test_middleware",false],[24,"module-mindroot.coreplugins.l8n.utils",false],[25,"module-mindroot.coreplugins.mcp_",false],[25,"module-mindroot.coreplugins.mcp_.catalog_commands",false],[25,"module-mindroot.coreplugins.mcp_.catalog_manager",false],[25,"module-mindroot.coreplugins.mcp_.dynamic_commands",false],[25,"module-mindroot.coreplugins.mcp_.mcp_manager",false],[25,"module-mindroot.coreplugins.mcp_.mod",false],[25,"module-mindroot.coreplugins.mcp_.oauth_storage",false],[25,"module-mindroot.coreplugins.mcp_.server_installer",false],[25,"module-mindroot.coreplugins.mcp_.testmcpclient",false],[31,"module-mindroot.lib",false],[31,"module-mindroot.lib.buchatlog",false],[31,"module-mindroot.lib.buchatlog2",false],[31,"module-mindroot.lib.butemplates",false],[31,"module-mindroot.lib.chatcontext",false],[31,"module-mindroot.lib.chatlog",false],[31,"module-mindroot.lib.chatlog_optimized",false],[31,"module-mindroot.lib.json_escape",false],[31,"module-mindroot.lib.parent_templates",false],[31,"module-mindroot.lib.plugins",false],[31,"module-mindroot.lib.plugins_install",false],[31,"module-mindroot.lib.route_decorators",false],[31,"module-mindroot.lib.session_files",false],[31,"module-mindroot.lib.streamcmd",false],[31,"module-mindroot.lib.templates",false],[31,"module-mindroot.lib.token_counter",false],[35,"module-mindroot.lib.providers",false],[35,"module-mindroot.lib.providers.commands",false],[35,"module-mindroot.lib.providers.hooks",false],[35,"module-mindroot.lib.providers.missing",false],[35,"module-mindroot.lib.providers.model_preferences_v2",false],[35,"module-mindroot.lib.providers.services",false]],"name (mindroot.coreplugins.admin.mcp_publish_routes.mcpserverpublishrequest attribute)":[[12,"mindroot.coreplugins.admin.mcp_publish_routes.McpServerPublishRequest.name",false]],"name (mindroot.coreplugins.admin.mcp_publish_routes.mcptestlocalrequest attribute)":[[12,"mindroot.coreplugins.admin.mcp_publish_routes.McpTestLocalRequest.name",false]],"name (mindroot.coreplugins.admin.mcp_publish_routes.mcptestremoterequest attribute)":[[12,"mindroot.coreplugins.admin.mcp_publish_routes.McpTestRemoteRequest.name",false]],"name (mindroot.coreplugins.admin.mcp_routes.mcplocaltestrequest attribute)":[[12,"mindroot.coreplugins.admin.mcp_routes.McpLocalTestRequest.name",false]],"name (mindroot.coreplugins.admin.mcp_routes.mcpserveraddrequest attribute)":[[12,"mindroot.coreplugins.admin.mcp_routes.McpServerAddRequest.name",false]],"name (mindroot.coreplugins.mcp_.mcp_manager.mcpserver attribute)":[[25,"mindroot.coreplugins.mcp_.mcp_manager.MCPServer.name",false]],"page (mindroot.coreplugins.admin.mcp_registry_routes.registrybrowserequest attribute)":[[12,"mindroot.coreplugins.admin.mcp_registry_routes.RegistryBrowseRequest.page",false]],"parse_args() (in module mindroot.server)":[[10,"mindroot.server.parse_args",false]],"parse_args() (in module mindroot.server_missing_normal_args)":[[10,"mindroot.server_missing_normal_args.parse_args",false]],"parse_args() (in module mindroot.server_prev)":[[10,"mindroot.server_prev.parse_args",false]],"partial_command() (in module mindroot.coreplugins.chat.services)":[[14,"mindroot.coreplugins.chat.services.partial_command",false]],"password (mindroot.coreplugins.jwt_auth.router.loginrequest attribute)":[[23,"mindroot.coreplugins.jwt_auth.router.LoginRequest.password",false]],"path_matches_pattern() (in module mindroot.coreplugins.jwt_auth.middleware)":[[23,"mindroot.coreplugins.jwt_auth.middleware.path_matches_pattern",false]],"ping() (in module mindroot.coreplugins.admin.server_router)":[[12,"mindroot.coreplugins.admin.server_router.ping",false]],"plugin (mindroot.coreplugins.admin.plugin_manager.githubpluginrequest attribute)":[[12,"mindroot.coreplugins.admin.plugin_manager.GitHubPluginRequest.plugin",false]],"plugin (mindroot.coreplugins.admin.plugin_manager.installfromindexrequest attribute)":[[12,"mindroot.coreplugins.admin.plugin_manager.InstallFromIndexRequest.plugin",false]],"plugin (mindroot.coreplugins.admin.plugin_manager.pluginrequest attribute)":[[12,"mindroot.coreplugins.admin.plugin_manager.PluginRequest.plugin",false]],"plugin (mindroot.coreplugins.admin.plugin_manager.streaminstallrequest attribute)":[[12,"mindroot.coreplugins.admin.plugin_manager.StreamInstallRequest.plugin",false]],"plugin (mindroot.coreplugins.admin.plugin_manager.togglepluginrequest attribute)":[[12,"mindroot.coreplugins.admin.plugin_manager.TogglePluginRequest.plugin",false]],"plugin_install() (in module mindroot.lib.plugins)":[[31,"mindroot.lib.plugins.plugin_install",false]],"plugin_update() (in module mindroot.lib.plugins)":[[31,"mindroot.lib.plugins.plugin_update",false]],"pluginmetadata (class in mindroot.coreplugins.admin.plugin_manager)":[[12,"mindroot.coreplugins.admin.plugin_manager.PluginMetadata",false]],"pluginrequest (class in mindroot.coreplugins.admin.plugin_manager)":[[12,"mindroot.coreplugins.admin.plugin_manager.PluginRequest",false]],"plugins (mindroot.coreplugins.admin.plugin_router.pluginupdaterequest attribute)":[[12,"mindroot.coreplugins.admin.plugin_router.PluginUpdateRequest.plugins",false]],"plugins (mindroot.coreplugins.admin.plugin_routes.pluginupdaterequest attribute)":[[12,"mindroot.coreplugins.admin.plugin_routes.PluginUpdateRequest.plugins",false]],"pluginupdaterequest (class in mindroot.coreplugins.admin.plugin_router)":[[12,"mindroot.coreplugins.admin.plugin_router.PluginUpdateRequest",false]],"pluginupdaterequest (class in mindroot.coreplugins.admin.plugin_routes)":[[12,"mindroot.coreplugins.admin.plugin_routes.PluginUpdateRequest",false]],"pre_load() (in module mindroot.lib.plugins)":[[31,"mindroot.lib.plugins.pre_load",false]],"process_result() (in module mindroot.coreplugins.chat.services)":[[14,"mindroot.coreplugins.chat.services.process_result",false]],"prompt() (in module mindroot.coreplugins.chat.services)":[[14,"mindroot.coreplugins.chat.services.prompt",false]],"protected_route() (in module mindroot.coreplugins.jwt_auth.router)":[[23,"mindroot.coreplugins.jwt_auth.router.protected_route",false]],"proto() (mindroot.lib.chatcontext.chatcontext method)":[[31,"mindroot.lib.chatcontext.ChatContext.proto",false]],"provider_url (mindroot.coreplugins.admin.mcp_routes.mcpserveraddrequest attribute)":[[12,"mindroot.coreplugins.admin.mcp_routes.McpServerAddRequest.provider_url",false]],"provider_url (mindroot.coreplugins.mcp_.mcp_manager.mcpserver attribute)":[[25,"mindroot.coreplugins.mcp_.mcp_manager.MCPServer.provider_url",false]],"providermanager (class in mindroot.lib.providers)":[[35,"mindroot.lib.providers.ProviderManager",false]],"public_route() (in module mindroot.lib.route_decorators)":[[31,"mindroot.lib.route_decorators.public_route",false]],"publish_mcp_server() (in module mindroot.coreplugins.admin.mcp_publish_routes)":[[12,"mindroot.coreplugins.admin.mcp_publish_routes.publish_mcp_server",false]],"publish_plugin_from_github() (in module mindroot.coreplugins.admin.plugin_manager)":[[12,"mindroot.coreplugins.admin.plugin_manager.publish_plugin_from_github",false]],"publish_plugin_from_github() (in module mindroot.coreplugins.admin.plugin_routes)":[[12,"mindroot.coreplugins.admin.plugin_routes.publish_plugin_from_github",false]],"queue_plugin_install() (in module mindroot.coreplugins.admin.command_router)":[[12,"mindroot.coreplugins.admin.command_router.queue_plugin_install",false]],"quit() (in module mindroot.coreplugins.chat.services)":[[14,"mindroot.coreplugins.chat.services.quit",false]],"read_agent() (in module mindroot.coreplugins.admin.agent_router)":[[12,"mindroot.coreplugins.admin.agent_router.read_agent",false]],"read_equivalent_flags() (in module mindroot.coreplugins.admin.settings_router)":[[12,"mindroot.coreplugins.admin.settings_router.read_equivalent_flags",false]],"read_models() (in module mindroot.coreplugins.admin.settings_router)":[[12,"mindroot.coreplugins.admin.settings_router.read_models",false]],"read_persona() (in module mindroot.coreplugins.admin.persona_router)":[[12,"mindroot.coreplugins.admin.persona_router.read_persona",false]],"read_persona_by_path() (in module mindroot.coreplugins.admin.persona_router)":[[12,"mindroot.coreplugins.admin.persona_router.read_persona_by_path",false]],"read_providers() (in module mindroot.coreplugins.admin.settings_router)":[[12,"mindroot.coreplugins.admin.settings_router.read_providers",false]],"read_resource() (mindroot.coreplugins.mcp_.mcp_manager.mcpmanager method)":[[25,"mindroot.coreplugins.mcp_.mcp_manager.MCPManager.read_resource",false]],"read_settings() (in module mindroot.coreplugins.admin.settings_router)":[[12,"mindroot.coreplugins.admin.settings_router.read_settings",false]],"read_stream() (in module mindroot.lib.streamcmd)":[[31,"mindroot.lib.streamcmd.read_stream",false]],"redirect_uri (mindroot.coreplugins.admin.mcp_routes.mcpserveraddrequest attribute)":[[12,"mindroot.coreplugins.admin.mcp_routes.McpServerAddRequest.redirect_uri",false]],"redirect_uri (mindroot.coreplugins.mcp_.mcp_manager.mcpserver attribute)":[[25,"mindroot.coreplugins.mcp_.mcp_manager.MCPServer.redirect_uri",false]],"refresh_agent_ownership_cache() (in module mindroot.coreplugins.admin.agent_router)":[[12,"mindroot.coreplugins.admin.agent_router.refresh_agent_ownership_cache",false]],"refresh_catalog_status() (in module mindroot.coreplugins.admin.mcp_catalog_routes)":[[12,"mindroot.coreplugins.admin.mcp_catalog_routes.refresh_catalog_status",false]],"refresh_token (mindroot.coreplugins.mcp_.mcp_manager.mcpserver attribute)":[[25,"mindroot.coreplugins.mcp_.mcp_manager.MCPServer.refresh_token",false]],"register_function() (mindroot.lib.providers.providermanager method)":[[35,"mindroot.lib.providers.ProviderManager.register_function",false]],"register_hook() (mindroot.lib.providers.hookmanager method)":[[35,"mindroot.lib.providers.HookManager.register_hook",false]],"register_tools() (mindroot.coreplugins.mcp_.dynamic_commands.mcpdynamiccommands method)":[[25,"mindroot.coreplugins.mcp_.dynamic_commands.MCPDynamicCommands.register_tools",false]],"registry_id (mindroot.coreplugins.admin.mcp_registry_routes.registryserverinstallrequest attribute)":[[12,"mindroot.coreplugins.admin.mcp_registry_routes.RegistryServerInstallRequest.registry_id",false]],"registry_url (mindroot.coreplugins.admin.plugin_routes.githubpublishrequest attribute)":[[12,"mindroot.coreplugins.admin.plugin_routes.GithubPublishRequest.registry_url",false]],"registrybrowserequest (class in mindroot.coreplugins.admin.mcp_registry_routes)":[[12,"mindroot.coreplugins.admin.mcp_registry_routes.RegistryBrowseRequest",false]],"registryserverinstallrequest (class in mindroot.coreplugins.admin.mcp_registry_routes)":[[12,"mindroot.coreplugins.admin.mcp_registry_routes.RegistryServerInstallRequest",false]],"remove_mcp_server() (in module mindroot.coreplugins.admin.mcp_routes)":[[12,"mindroot.coreplugins.admin.mcp_routes.remove_mcp_server",false]],"remove_preference() (mindroot.lib.providers.model_preferences_v2.modelpreferencesv2 method)":[[35,"mindroot.lib.providers.model_preferences_v2.ModelPreferencesV2.remove_preference",false]],"remove_server() (mindroot.coreplugins.mcp_.catalog_manager.mcpcatalogmanager method)":[[25,"mindroot.coreplugins.mcp_.catalog_manager.MCPCatalogManager.remove_server",false]],"remove_server() (mindroot.coreplugins.mcp_.mcp_manager.mcpmanager method)":[[25,"mindroot.coreplugins.mcp_.mcp_manager.MCPManager.remove_server",false]],"render() (in module mindroot.lib.butemplates)":[[31,"mindroot.lib.butemplates.render",false]],"render() (in module mindroot.lib.templates)":[[31,"mindroot.lib.templates.render",false]],"render_combined_template() (in module mindroot.lib.butemplates)":[[31,"mindroot.lib.butemplates.render_combined_template",false]],"render_combined_template() (in module mindroot.lib.templates)":[[31,"mindroot.lib.templates.render_combined_template",false]],"render_direct_template() (in module mindroot.lib.templates)":[[31,"mindroot.lib.templates.render_direct_template",false]],"reorder_preferences() (mindroot.lib.providers.model_preferences_v2.modelpreferencesv2 method)":[[35,"mindroot.lib.providers.model_preferences_v2.ModelPreferencesV2.reorder_preferences",false]],"replace_placeholders() (in module mindroot.coreplugins.l8n.test_l8n_standalone)":[[24,"mindroot.coreplugins.l8n.test_l8n_standalone.replace_placeholders",false]],"replace_placeholders() (in module mindroot.coreplugins.l8n.utils)":[[24,"mindroot.coreplugins.l8n.utils.replace_placeholders",false]],"repo (mindroot.coreplugins.admin.plugin_routes.githubpublishrequest attribute)":[[12,"mindroot.coreplugins.admin.plugin_routes.GithubPublishRequest.repo",false]],"repo_path (mindroot.coreplugins.admin.agent_router.githubimportrequest attribute)":[[12,"mindroot.coreplugins.admin.agent_router.GitHubImportRequest.repo_path",false]],"requires_all_roles() (in module mindroot.lib.route_decorators)":[[31,"mindroot.lib.route_decorators.requires_all_roles",false]],"requires_any_role() (in module mindroot.lib.route_decorators)":[[31,"mindroot.lib.route_decorators.requires_any_role",false]],"requires_role() (in module mindroot.lib.route_decorators)":[[31,"mindroot.lib.route_decorators.requires_role",false]],"restart_server() (in module mindroot.coreplugins.admin.server_router)":[[12,"mindroot.coreplugins.admin.server_router.restart_server",false]],"results_output() (in module mindroot.coreplugins.chat.services)":[[14,"mindroot.coreplugins.chat.services.results_output",false]],"results_text() (in module mindroot.coreplugins.chat.services)":[[14,"mindroot.coreplugins.chat.services.results_text",false]],"results_text_output() (in module mindroot.coreplugins.chat.services)":[[14,"mindroot.coreplugins.chat.services.results_text_output",false]],"run() (in module mindroot.coreplugins.mcp_.testmcpclient)":[[25,"mindroot.coreplugins.mcp_.testmcpclient.run",false]],"run_command_with_streaming() (in module mindroot.lib.streamcmd)":[[31,"mindroot.lib.streamcmd.run_command_with_streaming",false]],"run_migrations() (in module mindroot.migrate)":[[10,"mindroot.migrate.run_migrations",false]],"run_task() (in module mindroot.coreplugins.chat.services)":[[14,"mindroot.coreplugins.chat.services.run_task",false]],"run_task_route() (in module mindroot.coreplugins.chat.router)":[[14,"mindroot.coreplugins.chat.router.run_task_route",false]],"running_command() (in module mindroot.coreplugins.chat.services)":[[14,"mindroot.coreplugins.chat.services.running_command",false]],"sanity_test() (mindroot.coreplugins.mcp_.mcp_manager.mcpmanager method)":[[25,"mindroot.coreplugins.mcp_.mcp_manager.MCPManager.sanity_test",false]],"save_catalog() (mindroot.coreplugins.mcp_.catalog_manager.mcpcatalogmanager method)":[[25,"mindroot.coreplugins.mcp_.catalog_manager.MCPCatalogManager.save_catalog",false]],"save_config() (mindroot.coreplugins.mcp_.mcp_manager.mcpmanager method)":[[25,"mindroot.coreplugins.mcp_.mcp_manager.MCPManager.save_config",false]],"save_context() (mindroot.lib.chatcontext.chatcontext method)":[[31,"mindroot.lib.chatcontext.ChatContext.save_context",false]],"save_context_data() (mindroot.lib.chatcontext.chatcontext method)":[[31,"mindroot.lib.chatcontext.ChatContext.save_context_data",false]],"save_log() (mindroot.lib.buchatlog.chatlog method)":[[31,"mindroot.lib.buchatlog.ChatLog.save_log",false]],"save_log() (mindroot.lib.buchatlog2.chatlog method)":[[31,"mindroot.lib.buchatlog2.ChatLog.save_log",false]],"save_log() (mindroot.lib.chatlog.chatlog method)":[[31,"mindroot.lib.chatlog.ChatLog.save_log",false]],"save_log() (mindroot.lib.chatlog_optimized.chatlog method)":[[31,"mindroot.lib.chatlog_optimized.ChatLog.save_log",false]],"save_plugin_manifest() (in module mindroot.lib.plugins)":[[31,"mindroot.lib.plugins.save_plugin_manifest",false]],"save_plugin_translations() (in module mindroot.coreplugins.l8n.mod)":[[24,"mindroot.coreplugins.l8n.mod.save_plugin_translations",false]],"save_preferences() (mindroot.lib.providers.model_preferences_v2.modelpreferencesv2 method)":[[35,"mindroot.lib.providers.model_preferences_v2.ModelPreferencesV2.save_preferences",false]],"save_session_data() (in module mindroot.lib.session_files)":[[31,"mindroot.lib.session_files.save_session_data",false]],"save_settings() (in module mindroot.coreplugins.admin.settings_router)":[[12,"mindroot.coreplugins.admin.settings_router.save_settings",false]],"save_settings_v2() (in module mindroot.coreplugins.admin.settings_router)":[[12,"mindroot.coreplugins.admin.settings_router.save_settings_v2",false]],"save_token_counts_to_cache() (in module mindroot.lib.buchatlog2)":[[31,"mindroot.lib.buchatlog2.save_token_counts_to_cache",false]],"save_token_counts_to_cache() (in module mindroot.lib.chatlog)":[[31,"mindroot.lib.chatlog.save_token_counts_to_cache",false]],"save_token_counts_to_cache() (in module mindroot.lib.chatlog_optimized)":[[31,"mindroot.lib.chatlog_optimized.save_token_counts_to_cache",false]],"save_token_counts_to_cache() (in module mindroot.lib.token_counter)":[[31,"mindroot.lib.token_counter.save_token_counts_to_cache",false]],"scan_agent_ownership() (in module mindroot.coreplugins.admin.agent_router)":[[12,"mindroot.coreplugins.admin.agent_router.scan_agent_ownership",false]],"scan_and_import_agents() (in module mindroot.coreplugins.admin.agent_importer)":[[12,"mindroot.coreplugins.admin.agent_importer.scan_and_import_agents",false]],"scan_and_import_agents_endpoint() (in module mindroot.coreplugins.admin.agent_router)":[[12,"mindroot.coreplugins.admin.agent_router.scan_and_import_agents_endpoint",false]],"scan_directory() (in module mindroot.coreplugins.admin.plugin_manager)":[[12,"mindroot.coreplugins.admin.plugin_manager.scan_directory",false]],"scan_for_agents() (in module mindroot.coreplugins.admin.agent_importer)":[[12,"mindroot.coreplugins.admin.agent_importer.scan_for_agents",false]],"scandirectoryrequest (class in mindroot.coreplugins.admin.agent_router)":[[12,"mindroot.coreplugins.admin.agent_router.ScanDirectoryRequest",false]],"scope (mindroot.coreplugins.admin.agent_router.githubimportrequest attribute)":[[12,"mindroot.coreplugins.admin.agent_router.GitHubImportRequest.scope",false]],"scope (mindroot.coreplugins.admin.agent_router.scandirectoryrequest attribute)":[[12,"mindroot.coreplugins.admin.agent_router.ScanDirectoryRequest.scope",false]],"scopes (mindroot.coreplugins.admin.mcp_routes.mcpserveraddrequest attribute)":[[12,"mindroot.coreplugins.admin.mcp_routes.McpServerAddRequest.scopes",false]],"scopes (mindroot.coreplugins.mcp_.mcp_manager.mcpserver attribute)":[[25,"mindroot.coreplugins.mcp_.mcp_manager.MCPServer.scopes",false]],"search (mindroot.coreplugins.admin.mcp_registry_routes.registrybrowserequest attribute)":[[12,"mindroot.coreplugins.admin.mcp_registry_routes.RegistryBrowseRequest.search",false]],"search_mcp_catalog() (in module mindroot.coreplugins.admin.mcp_catalog_routes)":[[12,"mindroot.coreplugins.admin.mcp_catalog_routes.search_mcp_catalog",false]],"search_servers() (mindroot.coreplugins.mcp_.catalog_manager.mcpcatalogmanager method)":[[25,"mindroot.coreplugins.mcp_.catalog_manager.MCPCatalogManager.search_servers",false]],"secrets (mindroot.coreplugins.admin.mcp_routes.mcpconnectrequest attribute)":[[12,"mindroot.coreplugins.admin.mcp_routes.McpConnectRequest.secrets",false]],"secrets (mindroot.coreplugins.admin.mcp_routes.mcplocaltestrequest attribute)":[[12,"mindroot.coreplugins.admin.mcp_routes.McpLocalTestRequest.secrets",false]],"secrets (mindroot.coreplugins.mcp_.mcp_manager.mcpserver attribute)":[[25,"mindroot.coreplugins.mcp_.mcp_manager.MCPServer.secrets",false]],"send_email() (in module mindroot.coreplugins.email.mod)":[[18,"mindroot.coreplugins.email.mod.send_email",false]],"send_email() (mindroot.coreplugins.email.email_provider.emailprovider method)":[[18,"mindroot.coreplugins.email.email_provider.EmailProvider.send_email",false]],"send_email() (mindroot.coreplugins.email.smtp_handler.smtphandler method)":[[18,"mindroot.coreplugins.email.smtp_handler.SMTPHandler.send_email",false]],"send_email_helper() (in module mindroot.coreplugins.email.services)":[[18,"mindroot.coreplugins.email.services.send_email_helper",false]],"send_message() (in module mindroot.coreplugins.chat.router)":[[14,"mindroot.coreplugins.chat.router.send_message",false]],"send_message_to_agent() (in module mindroot.coreplugins.chat.services)":[[14,"mindroot.coreplugins.chat.services.send_message_to_agent",false]],"send_to_parent_chat() (in module mindroot.coreplugins.chat.commands)":[[14,"mindroot.coreplugins.chat.commands.send_to_parent_chat",false]],"serve_asset() (in module mindroot.coreplugins.admin.persona_router)":[[12,"mindroot.coreplugins.admin.persona_router.serve_asset",false]],"server_name (mindroot.coreplugins.admin.mcp_publish_routes.mcpcompleteoauthrequest attribute)":[[12,"mindroot.coreplugins.admin.mcp_publish_routes.McpCompleteOAuthRequest.server_name",false]],"server_name (mindroot.coreplugins.admin.mcp_registry_routes.registryserverinstallrequest attribute)":[[12,"mindroot.coreplugins.admin.mcp_registry_routes.RegistryServerInstallRequest.server_name",false]],"server_name (mindroot.coreplugins.admin.mcp_routes.mcpconnectrequest attribute)":[[12,"mindroot.coreplugins.admin.mcp_routes.McpConnectRequest.server_name",false]],"server_name (mindroot.coreplugins.admin.mcp_routes.mcpoauthcallbackrequest attribute)":[[12,"mindroot.coreplugins.admin.mcp_routes.McpOAuthCallbackRequest.server_name",false]],"server_name (mindroot.coreplugins.admin.mcp_routes.mcpserverrequest attribute)":[[12,"mindroot.coreplugins.admin.mcp_routes.McpServerRequest.server_name",false]],"server_type (mindroot.coreplugins.admin.mcp_publish_routes.mcpserverpublishrequest attribute)":[[12,"mindroot.coreplugins.admin.mcp_publish_routes.McpServerPublishRequest.server_type",false]],"service() (in module mindroot.lib.providers.services)":[[35,"mindroot.lib.providers.services.service",false]],"service_or_command_name (mindroot.coreplugins.admin.settings_router.setting attribute)":[[12,"mindroot.coreplugins.admin.settings_router.Setting.service_or_command_name",false]],"services (mindroot.coreplugins.admin.plugin_manager.pluginmetadata attribute)":[[12,"mindroot.coreplugins.admin.plugin_manager.PluginMetadata.services",false]],"set_client_info() (mindroot.coreplugins.mcp_.oauth_storage.mcptokenstorage method)":[[25,"mindroot.coreplugins.mcp_.oauth_storage.MCPTokenStorage.set_client_info",false]],"set_client_info() (mindroot.coreplugins.mcp_.testmcpclient.inmemorytokenstorage method)":[[25,"mindroot.coreplugins.mcp_.testmcpclient.InMemoryTokenStorage.set_client_info",false]],"set_cookie() (mindroot.coreplugins.l8n.test_middleware.mockresponse method)":[[24,"mindroot.coreplugins.l8n.test_middleware.MockResponse.set_cookie",false]],"set_language_for_request() (in module mindroot.coreplugins.l8n.language_detection)":[[24,"mindroot.coreplugins.l8n.language_detection.set_language_for_request",false]],"set_sessions() (mindroot.coreplugins.mcp_.dynamic_commands.mcpdynamiccommands method)":[[25,"mindroot.coreplugins.mcp_.dynamic_commands.MCPDynamicCommands.set_sessions",false]],"set_tokens() (mindroot.coreplugins.mcp_.oauth_storage.mcptokenstorage method)":[[25,"mindroot.coreplugins.mcp_.oauth_storage.MCPTokenStorage.set_tokens",false]],"set_tokens() (mindroot.coreplugins.mcp_.testmcpclient.inmemorytokenstorage method)":[[25,"mindroot.coreplugins.mcp_.testmcpclient.InMemoryTokenStorage.set_tokens",false]],"set_translations() (in module mindroot.coreplugins.l8n.mod)":[[24,"mindroot.coreplugins.l8n.mod.set_translations",false]],"set_translations() (in module mindroot.coreplugins.l8n.test_l8n_standalone)":[[24,"mindroot.coreplugins.l8n.test_l8n_standalone.set_translations",false]],"setting (class in mindroot.coreplugins.admin.settings_router)":[[12,"mindroot.coreplugins.admin.settings_router.Setting",false]],"setup_app_internal() (in module mindroot.server)":[[10,"mindroot.server.setup_app_internal",false]],"setup_app_internal() (in module mindroot.server_missing_normal_args)":[[10,"mindroot.server_missing_normal_args.setup_app_internal",false]],"setup_app_internal() (in module mindroot.server_prev)":[[10,"mindroot.server_prev.setup_app_internal",false]],"setup_template_environment() (in module mindroot.lib.butemplates)":[[31,"mindroot.lib.butemplates.setup_template_environment",false]],"setup_template_environment() (in module mindroot.lib.templates)":[[31,"mindroot.lib.templates.setup_template_environment",false]],"smtphandler (class in mindroot.coreplugins.email.smtp_handler)":[[18,"mindroot.coreplugins.email.smtp_handler.SMTPHandler",false]],"source (mindroot.coreplugins.admin.plugin_manager.streaminstallrequest attribute)":[[12,"mindroot.coreplugins.admin.plugin_manager.StreamInstallRequest.source",false]],"source_path (mindroot.coreplugins.admin.plugin_manager.streaminstallrequest attribute)":[[12,"mindroot.coreplugins.admin.plugin_manager.StreamInstallRequest.source_path",false]],"spawn_restart() (in module mindroot.coreplugins.admin.server_router)":[[12,"mindroot.coreplugins.admin.server_router.spawn_restart",false]],"start_oauth_flow() (mindroot.coreplugins.mcp_.mcp_manager.mcpmanager method)":[[25,"mindroot.coreplugins.mcp_.mcp_manager.MCPManager.start_oauth_flow",false]],"startup() (in module mindroot.coreplugins.chat.mod)":[[14,"mindroot.coreplugins.chat.mod.startup",false]],"startup() (in module mindroot.coreplugins.jwt_auth.mod)":[[23,"mindroot.coreplugins.jwt_auth.mod.startup",false]],"state (mindroot.coreplugins.admin.mcp_publish_routes.mcpcompleteoauthrequest attribute)":[[12,"mindroot.coreplugins.admin.mcp_publish_routes.McpCompleteOAuthRequest.state",false]],"state (mindroot.coreplugins.admin.mcp_routes.mcpoauthcallbackrequest attribute)":[[12,"mindroot.coreplugins.admin.mcp_routes.McpOAuthCallbackRequest.state",false]],"status (mindroot.coreplugins.mcp_.mcp_manager.mcpserver attribute)":[[25,"mindroot.coreplugins.mcp_.mcp_manager.MCPServer.status",false]],"stop_server() (in module mindroot.coreplugins.admin.server_router)":[[12,"mindroot.coreplugins.admin.server_router.stop_server",false]],"store_asset() (mindroot.coreplugins.admin.asset_manager.assetmanager method)":[[12,"mindroot.coreplugins.admin.asset_manager.AssetManager.store_asset",false]],"store_content() (mindroot.coreplugins.admin.asset_manager.assetmanager method)":[[12,"mindroot.coreplugins.admin.asset_manager.AssetManager.store_content",false]],"stream_command_as_events() (in module mindroot.lib.streamcmd)":[[31,"mindroot.lib.streamcmd.stream_command_as_events",false]],"stream_install_plugin() (in module mindroot.coreplugins.admin.plugin_manager)":[[12,"mindroot.coreplugins.admin.plugin_manager.stream_install_plugin",false]],"stream_install_plugin_get() (in module mindroot.coreplugins.admin.plugin_manager)":[[12,"mindroot.coreplugins.admin.plugin_manager.stream_install_plugin_get",false]],"stream_install_recommended_plugins() (in module mindroot.coreplugins.admin.command_router)":[[12,"mindroot.coreplugins.admin.command_router.stream_install_recommended_plugins",false]],"streaminstallrequest (class in mindroot.coreplugins.admin.plugin_manager)":[[12,"mindroot.coreplugins.admin.plugin_manager.StreamInstallRequest",false]],"styling (mindroot.coreplugins.chat.widget_routes.widgettokencreate attribute)":[[14,"mindroot.coreplugins.chat.widget_routes.WidgetTokenCreate.styling",false]],"styling (mindroot.coreplugins.chat.widget_routes.widgettokenresponse attribute)":[[14,"mindroot.coreplugins.chat.widget_routes.WidgetTokenResponse.styling",false]],"subscribe_to_agent_messages() (in module mindroot.coreplugins.chat.services)":[[14,"mindroot.coreplugins.chat.services.subscribe_to_agent_messages",false]],"tag (mindroot.coreplugins.admin.agent_router.githubimportrequest attribute)":[[12,"mindroot.coreplugins.admin.agent_router.GitHubImportRequest.tag",false]],"task_result() (in module mindroot.coreplugins.chat.commands)":[[14,"mindroot.coreplugins.chat.commands.task_result",false]],"taskrequest (class in mindroot.coreplugins.chat.router)":[[14,"mindroot.coreplugins.chat.router.TaskRequest",false]],"tell_and_continue() (in module mindroot.coreplugins.chat.commands)":[[14,"mindroot.coreplugins.chat.commands.tell_and_continue",false]],"test_basic_functionality() (in module mindroot.coreplugins.l8n.test_l8n_standalone)":[[24,"mindroot.coreplugins.l8n.test_l8n_standalone.test_basic_functionality",false]],"test_direct_connection() (in module mindroot.coreplugins.admin.mcp_publish_routes)":[[12,"mindroot.coreplugins.admin.mcp_publish_routes.test_direct_connection",false]],"test_email_service() (in module mindroot.coreplugins.email.test_email_service)":[[18,"mindroot.coreplugins.email.test_email_service.test_email_service",false]],"test_file_integration() (in module mindroot.coreplugins.l8n.test_enhanced)":[[24,"mindroot.coreplugins.l8n.test_enhanced.test_file_integration",false]],"test_integrated_translation() (in module mindroot.coreplugins.l8n.test_enhanced)":[[24,"mindroot.coreplugins.l8n.test_enhanced.test_integrated_translation",false]],"test_integration_with_templates() (in module mindroot.coreplugins.l8n.test_middleware)":[[24,"mindroot.coreplugins.l8n.test_middleware.test_integration_with_templates",false]],"test_language_detection() (in module mindroot.coreplugins.l8n.test_enhanced)":[[24,"mindroot.coreplugins.l8n.test_enhanced.test_language_detection",false]],"test_language_detection() (in module mindroot.coreplugins.l8n.test_middleware)":[[24,"mindroot.coreplugins.l8n.test_middleware.test_language_detection",false]],"test_local_mcp_server() (in module mindroot.coreplugins.admin.mcp_publish_routes)":[[12,"mindroot.coreplugins.admin.mcp_publish_routes.test_local_mcp_server",false]],"test_local_server_capabilities() (mindroot.coreplugins.mcp_.mcp_manager.mcpmanager method)":[[25,"mindroot.coreplugins.mcp_.mcp_manager.MCPManager.test_local_server_capabilities",false]],"test_middleware_functionality() (in module mindroot.coreplugins.l8n.test_middleware)":[[24,"mindroot.coreplugins.l8n.test_middleware.test_middleware_functionality",false]],"test_registry_connection() (in module mindroot.coreplugins.admin.registry_settings_routes)":[[12,"mindroot.coreplugins.admin.registry_settings_routes.test_registry_connection",false]],"test_remote_mcp_server() (in module mindroot.coreplugins.admin.mcp_publish_routes)":[[12,"mindroot.coreplugins.admin.mcp_publish_routes.test_remote_mcp_server",false]],"text (mindroot.coreplugins.chat.models.textmessagepart attribute)":[[14,"mindroot.coreplugins.chat.models.TextMessagePart.text",false]],"textmessagepart (class in mindroot.coreplugins.chat.models)":[[14,"mindroot.coreplugins.chat.models.TextMessagePart",false]],"toggle_plugin() (in module mindroot.coreplugins.admin.plugin_manager)":[[12,"mindroot.coreplugins.admin.plugin_manager.toggle_plugin",false]],"toggle_plugin_state() (in module mindroot.lib.plugins)":[[31,"mindroot.lib.plugins.toggle_plugin_state",false]],"togglepluginrequest (class in mindroot.coreplugins.admin.plugin_manager)":[[12,"mindroot.coreplugins.admin.plugin_manager.TogglePluginRequest",false]],"token (mindroot.coreplugins.chat.widget_routes.widgettokenresponse attribute)":[[14,"mindroot.coreplugins.chat.widget_routes.WidgetTokenResponse.token",false]],"token_expires_at (mindroot.coreplugins.mcp_.mcp_manager.mcpserver attribute)":[[25,"mindroot.coreplugins.mcp_.mcp_manager.MCPServer.token_expires_at",false]],"tools (mindroot.coreplugins.admin.mcp_publish_routes.mcpserverpublishrequest attribute)":[[12,"mindroot.coreplugins.admin.mcp_publish_routes.McpServerPublishRequest.tools",false]],"transport (mindroot.coreplugins.admin.mcp_routes.mcpserveraddrequest attribute)":[[12,"mindroot.coreplugins.admin.mcp_routes.McpServerAddRequest.transport",false]],"transport (mindroot.coreplugins.mcp_.mcp_manager.mcpserver attribute)":[[25,"mindroot.coreplugins.mcp_.mcp_manager.MCPServer.transport",false]],"transport_type (mindroot.coreplugins.admin.mcp_routes.mcpserveraddrequest attribute)":[[12,"mindroot.coreplugins.admin.mcp_routes.McpServerAddRequest.transport_type",false]],"transport_type (mindroot.coreplugins.mcp_.mcp_manager.mcpserver attribute)":[[25,"mindroot.coreplugins.mcp_.mcp_manager.MCPServer.transport_type",false]],"transport_url (mindroot.coreplugins.admin.mcp_routes.mcpserveraddrequest attribute)":[[12,"mindroot.coreplugins.admin.mcp_routes.McpServerAddRequest.transport_url",false]],"transport_url (mindroot.coreplugins.mcp_.mcp_manager.mcpserver attribute)":[[25,"mindroot.coreplugins.mcp_.mcp_manager.MCPServer.transport_url",false]],"type (mindroot.coreplugins.chat.models.imagemessagepart attribute)":[[14,"mindroot.coreplugins.chat.models.ImageMessagePart.type",false]],"type (mindroot.coreplugins.chat.models.textmessagepart attribute)":[[14,"mindroot.coreplugins.chat.models.TextMessagePart.type",false]],"unregister_server_tools() (mindroot.coreplugins.mcp_.dynamic_commands.mcpdynamiccommands method)":[[25,"mindroot.coreplugins.mcp_.dynamic_commands.MCPDynamicCommands.unregister_server_tools",false]],"update_agent() (in module mindroot.coreplugins.admin.agent_router)":[[12,"mindroot.coreplugins.admin.agent_router.update_agent",false]],"update_mindroot() (in module mindroot.coreplugins.admin.router)":[[12,"mindroot.coreplugins.admin.router.update_mindroot",false]],"update_persona() (in module mindroot.coreplugins.admin.persona_router)":[[12,"mindroot.coreplugins.admin.persona_router.update_persona",false]],"update_plugin_manifest() (in module mindroot.lib.plugins)":[[31,"mindroot.lib.plugins.update_plugin_manifest",false]],"update_plugins() (in module mindroot.coreplugins.admin.plugin_router)":[[12,"mindroot.coreplugins.admin.plugin_router.update_plugins",false]],"update_plugins() (in module mindroot.coreplugins.admin.plugin_routes)":[[12,"mindroot.coreplugins.admin.plugin_routes.update_plugins",false]],"update_plugins_json() (in module mindroot.lib.plugins_install)":[[31,"mindroot.lib.plugins_install.update_plugins_json",false]],"update_registry_settings() (in module mindroot.coreplugins.admin.registry_settings_routes)":[[12,"mindroot.coreplugins.admin.registry_settings_routes.update_registry_settings",false]],"update_server_status() (mindroot.coreplugins.mcp_.catalog_manager.mcpcatalogmanager method)":[[25,"mindroot.coreplugins.mcp_.catalog_manager.MCPCatalogManager.update_server_status",false]],"update_setting() (in module mindroot.coreplugins.admin.settings_router)":[[12,"mindroot.coreplugins.admin.settings_router.update_setting",false]],"upload_file() (in module mindroot.coreplugins.chat.router)":[[14,"mindroot.coreplugins.chat.router.upload_file",false]],"url (mindroot.coreplugins.admin.mcp_publish_routes.mcpserverpublishrequest attribute)":[[12,"mindroot.coreplugins.admin.mcp_publish_routes.McpServerPublishRequest.url",false]],"url (mindroot.coreplugins.admin.mcp_publish_routes.mcptestremoterequest attribute)":[[12,"mindroot.coreplugins.admin.mcp_publish_routes.McpTestRemoteRequest.url",false]],"url (mindroot.coreplugins.admin.mcp_routes.mcpserveraddrequest attribute)":[[12,"mindroot.coreplugins.admin.mcp_routes.McpServerAddRequest.url",false]],"url (mindroot.coreplugins.admin.plugin_manager.githubpluginrequest attribute)":[[12,"mindroot.coreplugins.admin.plugin_manager.GitHubPluginRequest.url",false]],"url (mindroot.coreplugins.mcp_.mcp_manager.mcpserver attribute)":[[25,"mindroot.coreplugins.mcp_.mcp_manager.MCPServer.url",false]],"username (mindroot.coreplugins.jwt_auth.router.loginrequest attribute)":[[23,"mindroot.coreplugins.jwt_auth.router.LoginRequest.username",false]],"validate_agent_structure() (in module mindroot.coreplugins.admin.agent_importer)":[[12,"mindroot.coreplugins.admin.agent_importer.validate_agent_structure",false]],"validate_token() (mindroot.coreplugins.chat.widget_manager.widgetmanager method)":[[14,"mindroot.coreplugins.chat.widget_manager.WidgetManager.validate_token",false]],"wait_for_user_reply() (in module mindroot.coreplugins.chat.commands)":[[14,"mindroot.coreplugins.chat.commands.wait_for_user_reply",false]],"widgetmanager (class in mindroot.coreplugins.chat.widget_manager)":[[14,"mindroot.coreplugins.chat.widget_manager.WidgetManager",false]],"widgettokencreate (class in mindroot.coreplugins.chat.widget_routes)":[[14,"mindroot.coreplugins.chat.widget_routes.WidgetTokenCreate",false]],"widgettokenresponse (class in mindroot.coreplugins.chat.widget_routes)":[[14,"mindroot.coreplugins.chat.widget_routes.WidgetTokenResponse",false]],"write_localized_file() (in module mindroot.coreplugins.l8n.mod)":[[24,"mindroot.coreplugins.l8n.mod.write_localized_file",false]],"write_localized_file() (in module mindroot.coreplugins.l8n.test_l8n_standalone)":[[24,"mindroot.coreplugins.l8n.test_l8n_standalone.write_localized_file",false]],"write_settings() (in module mindroot.coreplugins.admin.settings_router)":[[12,"mindroot.coreplugins.admin.settings_router.write_settings",false]]},"objects":{"":[[10,0,0,"-","mindroot"]],"mindroot":[[11,0,0,"-","coreplugins"],[31,0,0,"-","lib"],[10,0,0,"-","migrate"],[37,0,0,"-","registry"],[10,0,0,"-","server"],[10,0,0,"-","server_missing_normal_args"],[10,0,0,"-","server_prev"]],"mindroot.coreplugins":[[12,0,0,"-","admin"],[13,0,0,"-","api_keys"],[14,0,0,"-","chat"],[15,0,0,"-","chat_avatar"],[16,0,0,"-","check_list"],[17,0,0,"-","credits"],[18,0,0,"-","email"],[19,0,0,"-","env_manager"],[20,0,0,"-","events"],[21,0,0,"-","index"],[23,0,0,"-","jwt_auth"],[24,0,0,"-","l8n"],[25,0,0,"-","mcp_"],[26,0,0,"-","persona"],[27,0,0,"-","startup"],[28,0,0,"-","subscriptions"],[29,0,0,"-","usage"],[30,0,0,"-","user_service"]],"mindroot.coreplugins.admin":[[12,0,0,"-","agent_importer"],[12,0,0,"-","agent_router"],[12,0,0,"-","asset_manager"],[12,0,0,"-","command_router"],[12,0,0,"-","mcp_catalog_routes"],[12,0,0,"-","mcp_publish_routes"],[12,0,0,"-","mcp_registry_routes"],[12,0,0,"-","mcp_routes"],[12,0,0,"-","mod"],[12,0,0,"-","oauth_callback_router"],[12,0,0,"-","persona_handler"],[12,0,0,"-","persona_router"],[12,0,0,"-","plugin_manager"],[12,0,0,"-","plugin_router"],[12,0,0,"-","plugin_router_fixed"],[12,0,0,"-","plugin_routes"],[12,0,0,"-","registry_settings_routes"],[12,0,0,"-","router"],[12,0,0,"-","server_router"],[12,0,0,"-","service_models"],[12,0,0,"-","settings_router"]],"mindroot.coreplugins.admin.agent_importer":[[12,1,1,"","download_github_files"],[12,1,1,"","import_agent"],[12,1,1,"","import_github_agent"],[12,1,1,"","import_persona"],[12,1,1,"","scan_and_import_agents"],[12,1,1,"","scan_for_agents"],[12,1,1,"","validate_agent_structure"]],"mindroot.coreplugins.admin.agent_router":[[12,2,1,"","GitHubImportRequest"],[12,2,1,"","ScanDirectoryRequest"],[12,1,1,"","create_agent"],[12,1,1,"","export_agent_zip"],[12,1,1,"","get_agent_ownership_info"],[12,1,1,"","get_command_providers"],[12,1,1,"","get_full_agent_data"],[12,1,1,"","import_agent_zip"],[12,1,1,"","import_github_agent_endpoint"],[12,1,1,"","list_agents"],[12,1,1,"","load_agent_data"],[12,1,1,"","load_persona_data"],[12,1,1,"","read_agent"],[12,1,1,"","refresh_agent_ownership_cache"],[12,1,1,"","scan_agent_ownership"],[12,1,1,"","scan_and_import_agents_endpoint"],[12,1,1,"","update_agent"]],"mindroot.coreplugins.admin.agent_router.GitHubImportRequest":[[12,3,1,"","model_config"],[12,3,1,"","repo_path"],[12,3,1,"","scope"],[12,3,1,"","tag"]],"mindroot.coreplugins.admin.agent_router.ScanDirectoryRequest":[[12,3,1,"","directory"],[12,3,1,"","model_config"],[12,3,1,"","scope"]],"mindroot.coreplugins.admin.asset_manager":[[12,2,1,"","AssetManager"]],"mindroot.coreplugins.admin.asset_manager.AssetManager":[[12,4,1,"","calculate_content_hash"],[12,4,1,"","calculate_file_hash"],[12,4,1,"","decrement_reference_count"],[12,4,1,"","get_asset_metadata"],[12,4,1,"","get_asset_path"],[12,4,1,"","get_stats"],[12,4,1,"","store_asset"],[12,4,1,"","store_content"]],"mindroot.coreplugins.admin.command_router":[[12,1,1,"","check_recommended_plugins"],[12,1,1,"","command_plugin_mapping"],[12,1,1,"","install_agent_recommended_plugins"],[12,1,1,"","install_queued_plugins"],[12,1,1,"","missing_commands"],[12,1,1,"","queue_plugin_install"],[12,1,1,"","stream_install_recommended_plugins"]],"mindroot.coreplugins.admin.mcp_catalog_routes":[[12,1,1,"","get_catalog_server_info"],[12,1,1,"","get_mcp_catalog"],[12,1,1,"","get_mcp_categories"],[12,1,1,"","install_from_catalog"],[12,1,1,"","refresh_catalog_status"],[12,1,1,"","search_mcp_catalog"]],"mindroot.coreplugins.admin.mcp_publish_routes":[[12,2,1,"","McpCompleteOAuthRequest"],[12,2,1,"","McpServerPublishRequest"],[12,2,1,"","McpTestLocalRequest"],[12,2,1,"","McpTestRemoteRequest"],[12,1,1,"","complete_oauth_flow"],[12,1,1,"","get_oauth_status"],[12,1,1,"","publish_mcp_server"],[12,1,1,"","test_direct_connection"],[12,1,1,"","test_local_mcp_server"],[12,1,1,"","test_remote_mcp_server"]],"mindroot.coreplugins.admin.mcp_publish_routes.McpCompleteOAuthRequest":[[12,3,1,"","code"],[12,3,1,"","model_config"],[12,3,1,"","server_name"],[12,3,1,"","state"]],"mindroot.coreplugins.admin.mcp_publish_routes.McpServerPublishRequest":[[12,3,1,"","args"],[12,3,1,"","command"],[12,3,1,"","description"],[12,3,1,"","env"],[12,3,1,"","model_config"],[12,3,1,"","name"],[12,3,1,"","server_type"],[12,3,1,"","tools"],[12,3,1,"","url"]],"mindroot.coreplugins.admin.mcp_publish_routes.McpTestLocalRequest":[[12,3,1,"","args"],[12,3,1,"","command"],[12,3,1,"","env"],[12,3,1,"","model_config"],[12,3,1,"","name"]],"mindroot.coreplugins.admin.mcp_publish_routes.McpTestRemoteRequest":[[12,3,1,"","model_config"],[12,3,1,"","name"],[12,3,1,"","url"]],"mindroot.coreplugins.admin.mcp_registry_routes":[[12,2,1,"","RegistryBrowseRequest"],[12,2,1,"","RegistryServerInstallRequest"],[12,1,1,"","browse_registry_servers"],[12,1,1,"","complete_registry_oauth"],[12,1,1,"","get_installation_status"],[12,1,1,"","get_registry_categories"],[12,1,1,"","get_registry_server_details"],[12,1,1,"","install_registry_server"],[12,1,1,"","mark_server_installed"]],"mindroot.coreplugins.admin.mcp_registry_routes.RegistryBrowseRequest":[[12,3,1,"","category"],[12,3,1,"","limit"],[12,3,1,"","model_config"],[12,3,1,"","page"],[12,3,1,"","search"]],"mindroot.coreplugins.admin.mcp_registry_routes.RegistryServerInstallRequest":[[12,3,1,"","model_config"],[12,3,1,"","registry_id"],[12,3,1,"","server_name"]],"mindroot.coreplugins.admin.mcp_routes":[[12,2,1,"","McpConnectRequest"],[12,2,1,"","McpLocalTestRequest"],[12,2,1,"","McpOAuthCallbackRequest"],[12,2,1,"","McpServerAddRequest"],[12,2,1,"","McpServerRequest"],[12,1,1,"","add_mcp_server"],[12,1,1,"","connect_mcp_server"],[12,1,1,"","disconnect_mcp_server"],[12,1,1,"","list_mcp_servers"],[12,1,1,"","remove_mcp_server"]],"mindroot.coreplugins.admin.mcp_routes.McpConnectRequest":[[12,3,1,"","model_config"],[12,3,1,"","secrets"],[12,3,1,"","server_name"]],"mindroot.coreplugins.admin.mcp_routes.McpLocalTestRequest":[[12,3,1,"","args"],[12,3,1,"","command"],[12,3,1,"","env"],[12,3,1,"","model_config"],[12,3,1,"","name"],[12,3,1,"","secrets"]],"mindroot.coreplugins.admin.mcp_routes.McpOAuthCallbackRequest":[[12,3,1,"","code"],[12,3,1,"","model_config"],[12,3,1,"","server_name"],[12,3,1,"","state"]],"mindroot.coreplugins.admin.mcp_routes.McpServerAddRequest":[[12,3,1,"","args"],[12,3,1,"","auth_headers"],[12,3,1,"","auth_type"],[12,3,1,"","authorization_server_url"],[12,3,1,"","client_id"],[12,3,1,"","client_secret"],[12,3,1,"","command"],[12,3,1,"","description"],[12,3,1,"","env"],[12,3,1,"","model_config"],[12,3,1,"","name"],[12,3,1,"","provider_url"],[12,3,1,"","redirect_uri"],[12,3,1,"","scopes"],[12,3,1,"","transport"],[12,3,1,"","transport_type"],[12,3,1,"","transport_url"],[12,3,1,"","url"]],"mindroot.coreplugins.admin.mcp_routes.McpServerRequest":[[12,3,1,"","model_config"],[12,3,1,"","server_name"]],"mindroot.coreplugins.admin.mod":[[12,1,1,"","get_git_version_info"]],"mindroot.coreplugins.admin.oauth_callback_router":[[12,1,1,"","mcp_oauth_callback"]],"mindroot.coreplugins.admin.persona_handler":[[12,1,1,"","handle_persona_import"],[12,1,1,"","import_persona_from_index"]],"mindroot.coreplugins.admin.persona_router":[[12,1,1,"","create_persona"],[12,1,1,"","create_registry_persona"],[12,1,1,"","create_registry_persona_with_assets"],[12,1,1,"","list_personas"],[12,1,1,"","read_persona"],[12,1,1,"","read_persona_by_path"],[12,1,1,"","serve_asset"],[12,1,1,"","update_persona"]],"mindroot.coreplugins.admin.plugin_manager":[[12,2,1,"","DirectoryRequest"],[12,2,1,"","GitHubPluginRequest"],[12,2,1,"","InstallFromIndexRequest"],[12,2,1,"","PluginMetadata"],[12,2,1,"","PluginRequest"],[12,2,1,"","StreamInstallRequest"],[12,2,1,"","TogglePluginRequest"],[12,1,1,"","discover_plugins"],[12,1,1,"","get_all_plugins"],[12,1,1,"","install_from_index"],[12,1,1,"","install_github_plugin"],[12,1,1,"","install_local_plugin"],[12,1,1,"","publish_plugin_from_github"],[12,1,1,"","scan_directory"],[12,1,1,"","stream_install_plugin"],[12,1,1,"","stream_install_plugin_get"],[12,1,1,"","toggle_plugin"]],"mindroot.coreplugins.admin.plugin_manager.DirectoryRequest":[[12,3,1,"","directory"],[12,3,1,"","model_config"]],"mindroot.coreplugins.admin.plugin_manager.GitHubPluginRequest":[[12,3,1,"","github_url"],[12,3,1,"","model_config"],[12,3,1,"","plugin"],[12,3,1,"","url"]],"mindroot.coreplugins.admin.plugin_manager.InstallFromIndexRequest":[[12,3,1,"","index_name"],[12,3,1,"","model_config"],[12,3,1,"","plugin"]],"mindroot.coreplugins.admin.plugin_manager.PluginMetadata":[[12,3,1,"","commands"],[12,3,1,"","dependencies"],[12,3,1,"","description"],[12,3,1,"","model_config"],[12,3,1,"","services"]],"mindroot.coreplugins.admin.plugin_manager.PluginRequest":[[12,3,1,"","model_config"],[12,3,1,"","plugin"]],"mindroot.coreplugins.admin.plugin_manager.StreamInstallRequest":[[12,3,1,"","model_config"],[12,3,1,"","plugin"],[12,3,1,"","source"],[12,3,1,"","source_path"]],"mindroot.coreplugins.admin.plugin_manager.TogglePluginRequest":[[12,3,1,"","enabled"],[12,3,1,"","model_config"],[12,3,1,"","plugin"]],"mindroot.coreplugins.admin.plugin_router":[[12,2,1,"","PluginUpdateRequest"],[12,1,1,"","get_plugins"],[12,1,1,"","update_plugins"]],"mindroot.coreplugins.admin.plugin_router.PluginUpdateRequest":[[12,3,1,"","model_config"],[12,3,1,"","plugins"]],"mindroot.coreplugins.admin.plugin_routes":[[12,2,1,"","GithubPublishRequest"],[12,2,1,"","PluginUpdateRequest"],[12,1,1,"","get_plugins"],[12,1,1,"","publish_plugin_from_github"],[12,1,1,"","update_plugins"]],"mindroot.coreplugins.admin.plugin_routes.GithubPublishRequest":[[12,3,1,"","model_config"],[12,3,1,"","registry_url"],[12,3,1,"","repo"]],"mindroot.coreplugins.admin.plugin_routes.PluginUpdateRequest":[[12,3,1,"","model_config"],[12,3,1,"","plugins"]],"mindroot.coreplugins.admin.registry_settings_routes":[[12,1,1,"","clear_registry_token"],[12,1,1,"","get_registry_settings"],[12,1,1,"","test_registry_connection"],[12,1,1,"","update_registry_settings"]],"mindroot.coreplugins.admin.router":[[12,1,1,"","get_admin_html"],[12,1,1,"","get_model_preferences_v2_html"],[12,1,1,"","get_version_info"],[12,1,1,"","update_mindroot"]],"mindroot.coreplugins.admin.server_router":[[12,1,1,"","delayed_exit"],[12,1,1,"","get_start_method"],[12,1,1,"","ping"],[12,1,1,"","restart_server"],[12,1,1,"","spawn_restart"],[12,1,1,"","stop_server"]],"mindroot.coreplugins.admin.service_models":[[12,1,1,"","cached_get_service_models"],[12,1,1,"","get_service_models_from_providers"]],"mindroot.coreplugins.admin.settings_router":[[12,2,1,"","Setting"],[12,1,1,"","delete_setting"],[12,1,1,"","get_commands"],[12,1,1,"","get_equivalent_flags"],[12,1,1,"","get_models"],[12,1,1,"","get_organized_models"],[12,1,1,"","get_providers"],[12,1,1,"","get_service_models"],[12,1,1,"","get_services"],[12,1,1,"","get_settings"],[12,1,1,"","get_settings_v2"],[12,1,1,"","migrate_settings"],[12,1,1,"","read_equivalent_flags"],[12,1,1,"","read_models"],[12,1,1,"","read_providers"],[12,1,1,"","read_settings"],[12,1,1,"","save_settings"],[12,1,1,"","save_settings_v2"],[12,1,1,"","update_setting"],[12,1,1,"","write_settings"]],"mindroot.coreplugins.admin.settings_router.Setting":[[12,3,1,"","flag"],[12,3,1,"","model"],[12,3,1,"","model_config"],[12,3,1,"","service_or_command_name"]],"mindroot.coreplugins.api_keys":[[13,0,0,"-","api_key_manager"],[13,0,0,"-","cli"],[13,0,0,"-","mod"],[13,0,0,"-","router"]],"mindroot.coreplugins.api_keys.api_key_manager":[[13,2,1,"","APIKeyManager"]],"mindroot.coreplugins.api_keys.api_key_manager.APIKeyManager":[[13,4,1,"","create_key"],[13,4,1,"","delete_key"],[13,4,1,"","list_keys"],[13,4,1,"","validate_key"]],"mindroot.coreplugins.api_keys.mod":[[13,1,1,"","startup"]],"mindroot.coreplugins.api_keys.router":[[13,2,1,"","APIKeyCreate"],[13,2,1,"","APIKeyList"],[13,2,1,"","APIKeyResponse"],[13,1,1,"","create_api_key"],[13,1,1,"","delete_api_key"],[13,1,1,"","list_api_keys"]],"mindroot.coreplugins.api_keys.router.APIKeyCreate":[[13,3,1,"","description"],[13,3,1,"","model_config"],[13,3,1,"","username"]],"mindroot.coreplugins.api_keys.router.APIKeyList":[[13,3,1,"","data"],[13,3,1,"","model_config"],[13,3,1,"","success"]],"mindroot.coreplugins.api_keys.router.APIKeyResponse":[[13,3,1,"","created_at"],[13,3,1,"","description"],[13,3,1,"","key"],[13,3,1,"","model_config"],[13,3,1,"","username"]],"mindroot.coreplugins.chat":[[14,0,0,"-","commands"],[14,0,0,"-","format_result_msgs"],[14,0,0,"-","mod"],[14,0,0,"-","models"],[14,0,0,"-","router"],[14,0,0,"-","services"],[14,0,0,"-","utils"],[14,0,0,"-","widget_manager"],[14,0,0,"-","widget_routes"]],"mindroot.coreplugins.chat.commands":[[14,1,1,"","converse_with_agent"],[14,1,1,"","delegate_task"],[14,1,1,"","exit_conversation"],[14,1,1,"","initiate_agent_session"],[14,1,1,"","insert_image"],[14,1,1,"","markdown_await_user"],[14,1,1,"","send_to_parent_chat"],[14,1,1,"","task_result"],[14,1,1,"","tell_and_continue"],[14,1,1,"","wait_for_user_reply"]],"mindroot.coreplugins.chat.mod":[[14,1,1,"","startup"]],"mindroot.coreplugins.chat.models":[[14,2,1,"","ImageMessagePart"],[14,2,1,"","TextMessagePart"]],"mindroot.coreplugins.chat.models.ImageMessagePart":[[14,3,1,"","data"],[14,3,1,"","model_config"],[14,3,1,"","type"]],"mindroot.coreplugins.chat.models.TextMessagePart":[[14,3,1,"","model_config"],[14,3,1,"","text"],[14,3,1,"","type"]],"mindroot.coreplugins.chat.router":[[14,2,1,"","TaskRequest"],[14,1,1,"","cancel_chat"],[14,1,1,"","chat_events"],[14,1,1,"","chat_history"],[14,1,1,"","chat_session"],[14,1,1,"","context1"],[14,1,1,"","delete_chat_session"],[14,1,1,"","get_chat_html"],[14,1,1,"","get_persona_avatar"],[14,1,1,"","get_persona_faceref"],[14,1,1,"","get_token_count"],[14,1,1,"","get_token_count_alt"],[14,1,1,"","make_session"],[14,1,1,"","run_task_route"],[14,1,1,"","send_message"],[14,1,1,"","upload_file"]],"mindroot.coreplugins.chat.router.TaskRequest":[[14,3,1,"","instructions"],[14,3,1,"","model_config"]],"mindroot.coreplugins.chat.services":[[14,1,1,"","add_current_time"],[14,1,1,"","agent_output"],[14,1,1,"","append_message"],[14,1,1,"","close_chat_session"],[14,1,1,"","command_result"],[14,1,1,"","finished_chat"],[14,1,1,"","get_chat_history"],[14,1,1,"","init_chat_session"],[14,1,1,"","partial_command"],[14,1,1,"","process_result"],[14,1,1,"","prompt"],[14,1,1,"","quit"],[14,1,1,"","results_output"],[14,1,1,"","results_text"],[14,1,1,"","results_text_output"],[14,1,1,"","run_task"],[14,1,1,"","running_command"],[14,1,1,"","send_message_to_agent"],[14,1,1,"","subscribe_to_agent_messages"]],"mindroot.coreplugins.chat.widget_manager":[[14,2,1,"","WidgetManager"]],"mindroot.coreplugins.chat.widget_manager.WidgetManager":[[14,4,1,"","create_widget_token"],[14,4,1,"","delete_widget_token"],[14,4,1,"","get_widget_config"],[14,4,1,"","list_widget_tokens"],[14,4,1,"","validate_token"]],"mindroot.coreplugins.chat.widget_routes":[[14,2,1,"","WidgetTokenCreate"],[14,2,1,"","WidgetTokenResponse"],[14,1,1,"","create_widget_session"],[14,1,1,"","create_widget_token"],[14,1,1,"","delete_widget_token"],[14,1,1,"","get_embed_script"],[14,1,1,"","list_widget_tokens"]],"mindroot.coreplugins.chat.widget_routes.WidgetTokenCreate":[[14,3,1,"","agent_name"],[14,3,1,"","api_key"],[14,3,1,"","base_url"],[14,3,1,"","description"],[14,3,1,"","model_config"],[14,3,1,"","styling"]],"mindroot.coreplugins.chat.widget_routes.WidgetTokenResponse":[[14,3,1,"","agent_name"],[14,3,1,"","base_url"],[14,3,1,"","created_at"],[14,3,1,"","created_by"],[14,3,1,"","description"],[14,3,1,"","model_config"],[14,3,1,"","styling"],[14,3,1,"","token"]],"mindroot.coreplugins.check_list":[[16,0,0,"-","mod"]],"mindroot.coreplugins.check_list.mod":[[16,1,1,"","clear_subtask"],[16,1,1,"","complete_subtask"],[16,1,1,"","extract_checklist_section"],[16,1,1,"","get_checklist_status"],[16,1,1,"","goto_subtask"],[16,1,1,"","load_checklist"],[16,1,1,"","load_checklist_from_instructions"]],"mindroot.coreplugins.credits":[[17,0,0,"-","conversion"],[17,0,0,"-","ledger"],[17,0,0,"-","mod"],[17,0,0,"-","models"],[17,0,0,"-","router"],[17,0,0,"-","storage"]],"mindroot.coreplugins.credits.conversion":[[17,2,1,"","CreditPolicy"],[17,2,1,"","CreditUsageHandler"]],"mindroot.coreplugins.credits.conversion.CreditPolicy":[[17,4,1,"","check_operation_allowed"],[17,4,1,"","estimate_credits_needed"],[17,4,1,"","get_user_limits"]],"mindroot.coreplugins.credits.conversion.CreditUsageHandler":[[17,4,1,"","handle_usage"]],"mindroot.coreplugins.credits.ledger":[[17,2,1,"","CreditLedger"],[17,5,1,"","InsufficientCreditsError"]],"mindroot.coreplugins.credits.ledger.CreditLedger":[[17,4,1,"","check_credits_available"],[17,4,1,"","get_balance"],[17,4,1,"","get_balance_at"],[17,4,1,"","get_transactions"],[17,4,1,"","get_usage_summary"],[17,4,1,"","record_allocation"],[17,4,1,"","record_refund"],[17,4,1,"","record_usage"]],"mindroot.coreplugins.credits.mod":[[17,2,1,"","CreditsPlugin"],[17,1,1,"","allocate_credits"],[17,1,1,"","check_credits_available"],[17,1,1,"","estimate_credits"],[17,1,1,"","get_base_path"],[17,1,1,"","get_credit_balance"],[17,1,1,"","get_credit_ratios"],[17,1,1,"","get_credit_report"],[17,1,1,"","handle_usage"],[17,1,1,"","set_credit_ratio"],[17,1,1,"","startup"]],"mindroot.coreplugins.credits.mod.CreditsPlugin":[[17,4,1,"","create_components"]],"mindroot.coreplugins.credits.models":[[17,2,1,"","CreditRatioConfig"],[17,2,1,"","CreditTransaction"]],"mindroot.coreplugins.credits.models.CreditRatioConfig":[[17,4,1,"","get_config"],[17,4,1,"","get_ratio"],[17,4,1,"","set_config"],[17,4,1,"","set_ratio"]],"mindroot.coreplugins.credits.models.CreditTransaction":[[17,3,1,"","amount"],[17,3,1,"","balance"],[17,4,1,"","from_dict"],[17,3,1,"","metadata"],[17,3,1,"","reference_id"],[17,3,1,"","source"],[17,3,1,"","timestamp"],[17,4,1,"","to_dict"],[17,3,1,"","transaction_id"],[17,3,1,"","type"],[17,3,1,"","username"]],"mindroot.coreplugins.credits.router":[[17,1,1,"","api_allocate_credits"],[17,1,1,"","api_credit_report"],[17,1,1,"","api_estimate_credits"],[17,1,1,"","api_update_ratio"],[17,1,1,"","credits_admin"],[17,1,1,"","credits_ratio_admin"]],"mindroot.coreplugins.credits.storage":[[17,2,1,"","CreditStorage"]],"mindroot.coreplugins.credits.storage.CreditStorage":[[17,4,1,"","get_balance_at"],[17,4,1,"","get_latest_balance"],[17,4,1,"","get_transactions"],[17,4,1,"","store_transaction"]],"mindroot.coreplugins.email":[[18,0,0,"-","email_provider"],[18,0,0,"-","imap_handler"],[18,0,0,"-","mod"],[18,0,0,"-","services"],[18,0,0,"-","smtp_handler"],[18,0,0,"-","test_email_service"]],"mindroot.coreplugins.email.email_provider":[[18,2,1,"","EmailProvider"]],"mindroot.coreplugins.email.email_provider.EmailProvider":[[18,4,1,"","check_emails"],[18,4,1,"","mark_as_processed"],[18,4,1,"","send_email"]],"mindroot.coreplugins.email.imap_handler":[[18,2,1,"","IMAPHandler"]],"mindroot.coreplugins.email.imap_handler.IMAPHandler":[[18,4,1,"","build_search_criteria"],[18,4,1,"","check_emails"],[18,4,1,"","connect"],[18,4,1,"","decode_text"],[18,4,1,"","get_email_body"],[18,4,1,"","mark_as_processed"]],"mindroot.coreplugins.email.mod":[[18,1,1,"","check_emails"],[18,1,1,"","init_email_provider"],[18,1,1,"","send_email"]],"mindroot.coreplugins.email.services":[[18,1,1,"","check_emails"],[18,1,1,"","get_provider"],[18,1,1,"","init_provider"],[18,1,1,"","mark_as_processed"],[18,1,1,"","send_email_helper"]],"mindroot.coreplugins.email.smtp_handler":[[18,2,1,"","SMTPHandler"]],"mindroot.coreplugins.email.smtp_handler.SMTPHandler":[[18,4,1,"","connect"],[18,4,1,"","send_email"]],"mindroot.coreplugins.email.test_email_service":[[18,1,1,"","test_email_service"]],"mindroot.coreplugins.env_manager":[[19,0,0,"-","mod"],[19,0,0,"-","router"]],"mindroot.coreplugins.env_manager.mod":[[19,1,1,"","load_env_file"],[19,1,1,"","save_env_file"],[19,1,1,"","scan_directory_for_env_vars"],[19,1,1,"","scan_env_vars"],[19,1,1,"","should_skip_directory"],[19,1,1,"","update_env_var"]],"mindroot.coreplugins.env_manager.router":[[19,1,1,"","get_env_vars"],[19,1,1,"","update_environment_var"]],"mindroot.coreplugins.events":[[20,0,0,"-","mod"],[20,0,0,"-","router"]],"mindroot.coreplugins.events.router":[[20,1,1,"","create_sse_client"],[20,1,1,"","multiplexed_events"]],"mindroot.coreplugins.index":[[22,0,0,"-","handlers"],[21,0,0,"-","mod"],[21,0,0,"-","models"],[21,0,0,"-","router"],[21,0,0,"-","utils"]],"mindroot.coreplugins.index.handlers":[[22,1,1,"","add_agent"],[22,1,1,"","add_plugin"],[22,0,0,"-","agent_ops"],[22,1,1,"","create_index"],[22,0,0,"-","index_ops"],[22,1,1,"","install_index_from_zip"],[22,1,1,"","list_indices"],[22,0,0,"-","plugin_ops"],[22,0,0,"-","publish"],[22,1,1,"","publish_index"],[22,1,1,"","remove_agent"],[22,1,1,"","remove_plugin"],[22,1,1,"","update_index"]],"mindroot.coreplugins.index.handlers.agent_ops":[[22,1,1,"","add_agent"],[22,1,1,"","remove_agent"]],"mindroot.coreplugins.index.handlers.index_ops":[[22,1,1,"","create_index"],[22,1,1,"","list_indices"],[22,1,1,"","update_index"]],"mindroot.coreplugins.index.handlers.plugin_ops":[[22,1,1,"","add_plugin"],[22,1,1,"","create_distributable_entry"],[22,1,1,"","get_installed_plugin_metadata"],[22,1,1,"","remove_plugin"]],"mindroot.coreplugins.index.handlers.publish":[[22,1,1,"","install_index_from_zip"],[22,1,1,"","publish_index"]],"mindroot.coreplugins.index.mod":[[21,1,1,"","startup"]],"mindroot.coreplugins.index.models":[[21,2,1,"","AgentEntry"],[21,2,1,"","IndexMetadata"],[21,2,1,"","PluginEntry"],[21,2,1,"","PluginManifest"]],"mindroot.coreplugins.index.models.AgentEntry":[[21,3,1,"","description"],[21,3,1,"","model_config"],[21,3,1,"","name"],[21,3,1,"","required_commands"],[21,3,1,"","required_services"],[21,3,1,"","version"]],"mindroot.coreplugins.index.models.IndexMetadata":[[21,3,1,"","description"],[21,3,1,"","model_config"],[21,3,1,"","name"],[21,3,1,"","trusted"],[21,3,1,"","url"],[21,3,1,"","version"]],"mindroot.coreplugins.index.models.PluginEntry":[[21,3,1,"","commands"],[21,3,1,"","dependencies"],[21,3,1,"","description"],[21,3,1,"","github_url"],[21,3,1,"","model_config"],[21,3,1,"","name"],[21,3,1,"","remote_source"],[21,3,1,"","services"],[21,3,1,"","source"],[21,3,1,"","source_path"],[21,3,1,"","version"]],"mindroot.coreplugins.index.models.PluginManifest":[[21,3,1,"","commands"],[21,3,1,"","dependencies"],[21,3,1,"","description"],[21,3,1,"","model_config"],[21,3,1,"","name"],[21,3,1,"","services"],[21,3,1,"","version"]],"mindroot.coreplugins.index.router":[[21,1,1,"","add_agent_route"],[21,1,1,"","add_plugin_route"],[21,1,1,"","create_index_route"],[21,1,1,"","install_index_route"],[21,1,1,"","list_indices_route"],[21,1,1,"","publish_index_route"],[21,1,1,"","remove_agent_route"],[21,1,1,"","remove_plugin_route"],[21,1,1,"","update_index_route"]],"mindroot.coreplugins.index.utils":[[21,1,1,"","ensure_index_structure"],[21,1,1,"","install_persona"],[21,1,1,"","load_agent_data"],[21,1,1,"","load_persona_data"]],"mindroot.coreplugins.jwt_auth":[[23,0,0,"-","middleware"],[23,0,0,"-","mod"],[23,0,0,"-","router"]],"mindroot.coreplugins.jwt_auth.middleware":[[23,1,1,"","create_access_token"],[23,1,1,"","decode_token"],[23,1,1,"","get_or_create_jwt_secret"],[23,1,1,"","is_public_route"],[23,1,1,"","middleware"],[23,1,1,"","path_matches_pattern"]],"mindroot.coreplugins.jwt_auth.mod":[[23,1,1,"","startup"]],"mindroot.coreplugins.jwt_auth.router":[[23,2,1,"","LoginRequest"],[23,1,1,"","protected_route"]],"mindroot.coreplugins.jwt_auth.router.LoginRequest":[[23,3,1,"","model_config"],[23,3,1,"","password"],[23,3,1,"","username"]],"mindroot.coreplugins.l8n":[[24,0,0,"-","debug_loader"],[24,0,0,"-","debug_middleware"],[24,0,0,"-","l8n_constants"],[24,0,0,"-","language_detection"],[24,0,0,"-","middleware"],[24,0,0,"-","mod"],[24,0,0,"-","test_enhanced"],[24,0,0,"-","test_l8n_standalone"],[24,0,0,"-","test_middleware"],[24,0,0,"-","utils"]],"mindroot.coreplugins.l8n.language_detection":[[24,1,1,"","get_current_language_from_request"],[24,1,1,"","get_fallback_language"],[24,1,1,"","get_supported_languages"],[24,1,1,"","is_language_supported"],[24,1,1,"","set_language_for_request"]],"mindroot.coreplugins.l8n.middleware":[[24,1,1,"","detect_language_from_request"],[24,1,1,"","get_request_language"],[24,1,1,"","middleware"]],"mindroot.coreplugins.l8n.mod":[[24,1,1,"","append_localized_file"],[24,1,1,"","get_translations"],[24,1,1,"","list_localized_files"],[24,1,1,"","save_plugin_translations"],[24,1,1,"","set_translations"],[24,1,1,"","write_localized_file"]],"mindroot.coreplugins.l8n.test_enhanced":[[24,1,1,"","main"],[24,1,1,"","test_file_integration"],[24,1,1,"","test_integrated_translation"],[24,1,1,"","test_language_detection"]],"mindroot.coreplugins.l8n.test_l8n_standalone":[[24,1,1,"","append_localized_file"],[24,1,1,"","command"],[24,1,1,"","extract_plugin_root"],[24,1,1,"","get_localized_file_path"],[24,1,1,"","get_translations"],[24,1,1,"","list_localized_files"],[24,1,1,"","replace_placeholders"],[24,1,1,"","set_translations"],[24,1,1,"","test_basic_functionality"],[24,1,1,"","write_localized_file"]],"mindroot.coreplugins.l8n.test_middleware":[[24,2,1,"","MockRequest"],[24,2,1,"","MockResponse"],[24,1,1,"","main"],[24,1,1,"","mock_call_next"],[24,1,1,"","test_integration_with_templates"],[24,1,1,"","test_language_detection"],[24,1,1,"","test_middleware_functionality"]],"mindroot.coreplugins.l8n.test_middleware.MockResponse":[[24,4,1,"","set_cookie"]],"mindroot.coreplugins.l8n.utils":[[24,1,1,"","extract_plugin_root"],[24,1,1,"","extract_translation_keys"],[24,1,1,"","get_localized_file_path"],[24,1,1,"","get_plugin_translations_path"],[24,1,1,"","load_plugin_translations"],[24,1,1,"","replace_placeholders"]],"mindroot.coreplugins.mcp_":[[25,0,0,"-","catalog_commands"],[25,0,0,"-","catalog_manager"],[25,0,0,"-","dynamic_commands"],[25,0,0,"-","mcp_manager"],[25,0,0,"-","mod"],[25,0,0,"-","oauth_storage"],[25,0,0,"-","server_installer"],[25,0,0,"-","testmcpclient"]],"mindroot.coreplugins.mcp_.catalog_commands":[[25,1,1,"","mcp_catalog_add_custom"],[25,1,1,"","mcp_catalog_categories"],[25,1,1,"","mcp_catalog_info"],[25,1,1,"","mcp_catalog_install"],[25,1,1,"","mcp_catalog_install_and_run"],[25,1,1,"","mcp_catalog_list"],[25,1,1,"","mcp_catalog_refresh"],[25,1,1,"","mcp_catalog_search"],[25,1,1,"","mcp_catalog_status"],[25,1,1,"","mcp_catalog_stop"]],"mindroot.coreplugins.mcp_.catalog_manager":[[25,2,1,"","MCPCatalogManager"]],"mindroot.coreplugins.mcp_.catalog_manager.MCPCatalogManager":[[25,4,1,"","add_custom_server"],[25,4,1,"","create_empty_catalog"],[25,4,1,"","detect_running_servers"],[25,4,1,"","ensure_catalog_exists"],[25,4,1,"","get_categories"],[25,4,1,"","get_running_processes"],[25,4,1,"","get_server_info"],[25,4,1,"","get_servers_by_category"],[25,4,1,"","init_catalog_from_default"],[25,4,1,"","load_catalog"],[25,4,1,"","mark_server_installed"],[25,4,1,"","remove_server"],[25,4,1,"","save_catalog"],[25,4,1,"","search_servers"],[25,4,1,"","update_server_status"]],"mindroot.coreplugins.mcp_.dynamic_commands":[[25,2,1,"","MCPDynamicCommands"]],"mindroot.coreplugins.mcp_.dynamic_commands.MCPDynamicCommands":[[25,4,1,"","get_registered_commands"],[25,4,1,"","register_tools"],[25,4,1,"","set_sessions"],[25,4,1,"","unregister_server_tools"]],"mindroot.coreplugins.mcp_.mcp_manager":[[25,2,1,"","MCPManager"],[25,2,1,"","MCPServer"]],"mindroot.coreplugins.mcp_.mcp_manager.MCPManager":[[25,4,1,"","add_server"],[25,4,1,"","call_tool"],[25,4,1,"","complete_oauth_flow"],[25,4,1,"","connect_oauth_server"],[25,4,1,"","connect_remote_server"],[25,4,1,"","connect_server"],[25,4,1,"","disconnect_server"],[25,4,1,"","get_oauth_status"],[25,4,1,"","install_server"],[25,4,1,"","load_config"],[25,4,1,"","mark_server_as_installed"],[25,4,1,"","read_resource"],[25,4,1,"","remove_server"],[25,4,1,"","sanity_test"],[25,4,1,"","save_config"],[25,4,1,"","start_oauth_flow"],[25,4,1,"","test_local_server_capabilities"]],"mindroot.coreplugins.mcp_.mcp_manager.MCPServer":[[25,3,1,"","access_token"],[25,3,1,"","args"],[25,3,1,"","auth_headers"],[25,3,1,"","auth_type"],[25,3,1,"","authorization_server_url"],[25,3,1,"","auto_install"],[25,3,1,"","capabilities"],[25,3,1,"","client_id"],[25,3,1,"","client_secret"],[25,3,1,"","command"],[25,3,1,"","description"],[25,3,1,"","env"],[25,3,1,"","install_method"],[25,3,1,"","install_package"],[25,3,1,"","installed"],[25,3,1,"","model_config"],[25,3,1,"","name"],[25,3,1,"","provider_url"],[25,3,1,"","redirect_uri"],[25,3,1,"","refresh_token"],[25,3,1,"","scopes"],[25,3,1,"","secrets"],[25,3,1,"","status"],[25,3,1,"","token_expires_at"],[25,3,1,"","transport"],[25,3,1,"","transport_type"],[25,3,1,"","transport_url"],[25,3,1,"","url"]],"mindroot.coreplugins.mcp_.mod":[[25,1,1,"","enhanced_mcp_manager_service"],[25,1,1,"","handle_callback"],[25,1,1,"","handle_redirect"],[25,1,1,"","mcp_check_tools"],[25,1,1,"","mcp_connect"],[25,1,1,"","mcp_debug_connection"],[25,1,1,"","mcp_disconnect"],[25,1,1,"","mcp_enhanced_connect"],[25,1,1,"","mcp_enhanced_disconnect"],[25,1,1,"","mcp_install_npx_server"],[25,1,1,"","mcp_install_uvx_server"],[25,1,1,"","mcp_list_dynamic_commands"],[25,1,1,"","mcp_list_servers"],[25,1,1,"","mcp_manager_service"],[25,1,1,"","mcp_refresh_dynamic_commands"]],"mindroot.coreplugins.mcp_.oauth_storage":[[25,2,1,"","MCPTokenStorage"]],"mindroot.coreplugins.mcp_.oauth_storage.MCPTokenStorage":[[25,4,1,"","clear_tokens"],[25,4,1,"","get_client_info"],[25,4,1,"","get_tokens"],[25,4,1,"","set_client_info"],[25,4,1,"","set_tokens"]],"mindroot.coreplugins.mcp_.server_installer":[[25,2,1,"","MCPServerInstaller"]],"mindroot.coreplugins.mcp_.server_installer.MCPServerInstaller":[[25,4,1,"","check_tools"],[25,4,1,"","install_with_npm"],[25,4,1,"","install_with_npx"],[25,4,1,"","install_with_pip"],[25,4,1,"","install_with_uvx"]],"mindroot.coreplugins.mcp_.testmcpclient":[[25,2,1,"","InMemoryTokenStorage"],[25,1,1,"","handle_callback"],[25,1,1,"","handle_redirect"],[25,1,1,"","main"],[25,1,1,"","run"]],"mindroot.coreplugins.mcp_.testmcpclient.InMemoryTokenStorage":[[25,4,1,"","get_client_info"],[25,4,1,"","get_tokens"],[25,4,1,"","set_client_info"],[25,4,1,"","set_tokens"]],"mindroot.coreplugins.persona":[[26,0,0,"-","init_persona"],[26,0,0,"-","mod"]],"mindroot.coreplugins.persona.init_persona":[[26,1,1,"","init_persona"]],"mindroot.coreplugins.persona.mod":[[26,1,1,"","get_persona_data"],[26,1,1,"","pic_of_me"],[26,1,1,"","video_of_me"]],"mindroot.coreplugins.startup":[[27,0,0,"-","mod"]],"mindroot.coreplugins.startup.mod":[[27,1,1,"","on_load"]],"mindroot.coreplugins.subscriptions":[[28,0,0,"-","credit_integration"],[28,0,0,"-","default_templates"],[28,0,0,"-","mod"],[28,0,0,"-","models"],[28,0,0,"-","router"],[28,0,0,"-","storage"],[28,0,0,"-","stripe_integration"],[28,0,0,"-","subscription_manager"],[28,0,0,"-","webhook_handler"]],"mindroot.coreplugins.subscriptions.credit_integration":[[28,2,1,"","CreditIntegration"]],"mindroot.coreplugins.subscriptions.credit_integration.CreditIntegration":[[28,4,1,"","allocate_subscription_credits"],[28,4,1,"","check_credit_balance"]],"mindroot.coreplugins.subscriptions.mod":[[28,2,1,"","SubscriptionsPlugin"],[28,1,1,"","activate_plan_feature"],[28,1,1,"","activate_subscription_plan"],[28,1,1,"","cancel_subscription"],[28,1,1,"","create_page_template"],[28,1,1,"","create_plan_feature"],[28,1,1,"","create_subscription_plan"],[28,1,1,"","deactivate_plan_feature"],[28,1,1,"","deactivate_subscription_plan"],[28,1,1,"","get_available_features"],[28,1,1,"","get_base_path"],[28,1,1,"","get_my_subscriptions"],[28,1,1,"","get_page_templates"],[28,1,1,"","get_subscription_by_provider_id"],[28,1,1,"","get_subscription_plan"],[28,1,1,"","get_subscription_plans"],[28,1,1,"","get_user_subscriptions"],[28,1,1,"","initialize_default_features"],[28,1,1,"","initialize_default_template"],[28,1,1,"","list_subscription_plans"],[28,1,1,"","process_subscription_event"],[28,1,1,"","set_default_template"],[28,1,1,"","startup"],[28,1,1,"","update_page_template"],[28,1,1,"","update_plan_feature"],[28,1,1,"","update_subscription_plan"],[28,1,1,"","update_subscription_status"]],"mindroot.coreplugins.subscriptions.mod.SubscriptionsPlugin":[[28,4,1,"","create_components"]],"mindroot.coreplugins.subscriptions.models":[[28,2,1,"","PageTemplate"],[28,2,1,"","PlanFeature"],[28,2,1,"","SubscriptionPlan"],[28,2,1,"","UserSubscription"]],"mindroot.coreplugins.subscriptions.models.PageTemplate":[[28,3,1,"","css_template"],[28,3,1,"","description"],[28,4,1,"","from_dict"],[28,3,1,"","html_template"],[28,3,1,"","is_default"],[28,3,1,"","js_template"],[28,3,1,"","name"],[28,3,1,"","template_id"],[28,4,1,"","to_dict"]],"mindroot.coreplugins.subscriptions.models.PlanFeature":[[28,3,1,"","active"],[28,3,1,"","default_value"],[28,3,1,"","description"],[28,3,1,"","display_order"],[28,3,1,"","feature_id"],[28,4,1,"","from_dict"],[28,3,1,"","name"],[28,3,1,"","options"],[28,4,1,"","to_dict"],[28,3,1,"","type"]],"mindroot.coreplugins.subscriptions.models.SubscriptionPlan":[[28,3,1,"","active"],[28,3,1,"","credits_per_cycle"],[28,3,1,"","currency"],[28,3,1,"","description"],[28,3,1,"","features"],[28,4,1,"","from_dict"],[28,3,1,"","interval"],[28,3,1,"","metadata"],[28,3,1,"","name"],[28,3,1,"","plan_id"],[28,3,1,"","price"],[28,4,1,"","to_dict"]],"mindroot.coreplugins.subscriptions.models.UserSubscription":[[28,3,1,"","cancel_at_period_end"],[28,3,1,"","created_at"],[28,3,1,"","current_period_end"],[28,3,1,"","current_period_start"],[28,4,1,"","from_dict"],[28,3,1,"","metadata"],[28,3,1,"","payment_provider"],[28,3,1,"","plan_id"],[28,3,1,"","provider_subscription_id"],[28,3,1,"","status"],[28,3,1,"","subscription_id"],[28,4,1,"","to_dict"],[28,3,1,"","updated_at"],[28,3,1,"","username"]],"mindroot.coreplugins.subscriptions.router":[[28,1,1,"","api_activate_feature"],[28,1,1,"","api_activate_plan"],[28,1,1,"","api_cancel_subscription"],[28,1,1,"","api_create_checkout"],[28,1,1,"","api_create_feature"],[28,1,1,"","api_create_plan"],[28,1,1,"","api_create_template"],[28,1,1,"","api_deactivate_feature"],[28,1,1,"","api_deactivate_plan"],[28,1,1,"","api_get_all_plans"],[28,1,1,"","api_get_features"],[28,1,1,"","api_get_my_subscriptions"],[28,1,1,"","api_get_plans"],[28,1,1,"","api_get_templates"],[28,1,1,"","api_set_default_template"],[28,1,1,"","api_update_feature"],[28,1,1,"","api_update_plan"],[28,1,1,"","api_update_template"],[28,1,1,"","subscription_page"]],"mindroot.coreplugins.subscriptions.storage":[[28,2,1,"","SubscriptionStorage"]],"mindroot.coreplugins.subscriptions.storage.SubscriptionStorage":[[28,4,1,"","get_all_features"],[28,4,1,"","get_all_plans"],[28,4,1,"","get_all_templates"],[28,4,1,"","get_default_template"],[28,4,1,"","get_feature"],[28,4,1,"","get_plan"],[28,4,1,"","get_subscription"],[28,4,1,"","get_subscriptions_by_provider_id"],[28,4,1,"","get_template"],[28,4,1,"","get_user_subscriptions"],[28,4,1,"","set_default_template"],[28,4,1,"","store_feature"],[28,4,1,"","store_plan"],[28,4,1,"","store_subscription"],[28,4,1,"","store_template"],[28,4,1,"","update_feature"],[28,4,1,"","update_plan"],[28,4,1,"","update_subscription"]],"mindroot.coreplugins.subscriptions.stripe_integration":[[28,2,1,"","StripeIntegration"]],"mindroot.coreplugins.subscriptions.stripe_integration.StripeIntegration":[[28,4,1,"","cancel_subscription"],[28,4,1,"","create_checkout_session"]],"mindroot.coreplugins.subscriptions.subscription_manager":[[28,2,1,"","SubscriptionManager"]],"mindroot.coreplugins.subscriptions.subscription_manager.SubscriptionManager":[[28,4,1,"","cancel_subscription"],[28,4,1,"","create_plan"],[28,4,1,"","create_subscription"],[28,4,1,"","deactivate_plan"],[28,4,1,"","get_plan"],[28,4,1,"","get_subscriptions_by_provider_id"],[28,4,1,"","get_user_subscriptions"],[28,4,1,"","list_plans"],[28,4,1,"","update_plan"],[28,4,1,"","update_subscription_period"],[28,4,1,"","update_subscription_status"]],"mindroot.coreplugins.subscriptions.webhook_handler":[[28,2,1,"","WebhookHandler"]],"mindroot.coreplugins.subscriptions.webhook_handler.WebhookHandler":[[28,4,1,"","handle_stripe_event"]],"mindroot.coreplugins.usage":[[29,0,0,"-","handlers"],[29,0,0,"-","mod"],[29,0,0,"-","models"],[29,0,0,"-","reporting"],[29,0,0,"-","router"],[29,0,0,"-","storage"]],"mindroot.coreplugins.usage.handlers":[[29,2,1,"","UsageTracker"]],"mindroot.coreplugins.usage.handlers.UsageTracker":[[29,4,1,"","get_cost"],[29,4,1,"","get_total_cost"],[29,4,1,"","get_usage"],[29,4,1,"","track_usage"]],"mindroot.coreplugins.usage.mod":[[29,1,1,"","get_base_path"],[29,1,1,"","get_cost"],[29,1,1,"","get_cost_summary"],[29,1,1,"","get_cost_types"],[29,1,1,"","get_daily_costs"],[29,1,1,"","get_usage_report"],[29,1,1,"","register_cost_type"],[29,1,1,"","set_cost"],[29,1,1,"","track_usage"]],"mindroot.coreplugins.usage.models":[[29,2,1,"","CostTypeInfo"],[29,2,1,"","UsageEvent"]],"mindroot.coreplugins.usage.models.CostTypeInfo":[[29,3,1,"","description"],[29,3,1,"","name"],[29,3,1,"","unit"]],"mindroot.coreplugins.usage.models.UsageEvent":[[29,3,1,"","cost_type_id"],[29,3,1,"","metadata"],[29,3,1,"","model_id"],[29,3,1,"","plugin_id"],[29,3,1,"","quantity"],[29,3,1,"","request_id"],[29,3,1,"","session_id"],[29,3,1,"","timestamp"],[29,4,1,"","to_dict"],[29,3,1,"","username"]],"mindroot.coreplugins.usage.reporting":[[29,2,1,"","UsageReport"]],"mindroot.coreplugins.usage.reporting.UsageReport":[[29,4,1,"","get_cost_summary"],[29,4,1,"","get_daily_costs"],[29,4,1,"","get_user_report"]],"mindroot.coreplugins.usage.router":[[29,1,1,"","get_base_path"],[29,1,1,"","get_user_daily"],[29,1,1,"","get_user_report"],[29,1,1,"","get_user_summary"],[29,1,1,"","update_costs"],[29,1,1,"","usage_admin"]],"mindroot.coreplugins.usage.storage":[[29,2,1,"","UsageStorage"]],"mindroot.coreplugins.usage.storage.UsageStorage":[[29,4,1,"","get_total_cost"],[29,4,1,"","get_usage"],[29,4,1,"","load_cost_types"],[29,4,1,"","load_costs"],[29,4,1,"","save_cost"],[29,4,1,"","save_cost_type"],[29,4,1,"","store_event"]],"mindroot.coreplugins.user_service":[[30,0,0,"-","admin_init"],[30,0,0,"-","email_service"],[30,0,0,"-","mod"],[30,0,0,"-","models"],[30,0,0,"-","password_reset_service"],[30,0,0,"-","role_service"],[30,0,0,"-","router"]],"mindroot.coreplugins.user_service.admin_init":[[30,1,1,"","check_for_admin"],[30,1,1,"","generate_random_credentials"],[30,1,1,"","initialize_admin"],[30,1,1,"","startup"]],"mindroot.coreplugins.user_service.email_service":[[30,1,1,"","send_password_reset_email"],[30,1,1,"","send_verification_email"],[30,1,1,"","setup_verification"]],"mindroot.coreplugins.user_service.mod":[[30,1,1,"","create_user"],[30,1,1,"","get_user_data"],[30,1,1,"","list_users"],[30,1,1,"","verify_email"],[30,1,1,"","verify_user"]],"mindroot.coreplugins.user_service.models":[[30,2,1,"","PasswordResetToken"],[30,2,1,"","UserAuth"],[30,2,1,"","UserBase"],[30,2,1,"","UserCreate"],[30,2,1,"","UserInRequest"]],"mindroot.coreplugins.user_service.models.PasswordResetToken":[[30,3,1,"","expires_at"],[30,3,1,"","is_admin_reset"],[30,3,1,"","model_config"],[30,3,1,"","token"]],"mindroot.coreplugins.user_service.models.UserAuth":[[30,3,1,"","model_config"],[30,3,1,"","password_hash"],[30,3,1,"","verification_expires"],[30,3,1,"","verification_token"]],"mindroot.coreplugins.user_service.models.UserBase":[[30,3,1,"","created_at"],[30,3,1,"","email"],[30,3,1,"","email_verified"],[30,3,1,"","last_login"],[30,3,1,"","model_config"],[30,3,1,"","roles"],[30,3,1,"","username"]],"mindroot.coreplugins.user_service.models.UserCreate":[[30,3,1,"","email"],[30,3,1,"","model_config"],[30,3,1,"","password"],[30,3,1,"","username"]],"mindroot.coreplugins.user_service.models.UserInRequest":[[30,3,1,"","model_config"],[30,3,1,"","token_data"]],"mindroot.coreplugins.user_service.password_reset_service":[[30,1,1,"","initiate_password_reset"],[30,1,1,"","reset_password_with_token"]],"mindroot.coreplugins.user_service.role_service":[[30,1,1,"","add_role"],[30,1,1,"","get_user_roles"],[30,1,1,"","has_role"],[30,1,1,"","remove_role"]],"mindroot.coreplugins.user_service.router":[[30,1,1,"","get_reset_password_form_by_file"],[30,1,1,"","handle_reset_password_by_file"]],"mindroot.lib":[[32,0,0,"-","auth"],[31,0,0,"-","buchatlog"],[31,0,0,"-","buchatlog2"],[31,0,0,"-","butemplates"],[31,0,0,"-","chatcontext"],[31,0,0,"-","chatlog"],[31,0,0,"-","chatlog_optimized"],[31,0,0,"-","json_escape"],[33,0,0,"-","json_str_block"],[31,0,0,"-","parent_templates"],[31,0,0,"-","plugins"],[31,0,0,"-","plugins_install"],[35,0,0,"-","providers"],[31,0,0,"-","route_decorators"],[31,0,0,"-","session_files"],[31,0,0,"-","streamcmd"],[31,0,0,"-","templates"],[31,0,0,"-","token_counter"]],"mindroot.lib.auth":[[32,0,0,"-","api_key"],[32,0,0,"-","auth"]],"mindroot.lib.auth.api_key":[[32,1,1,"","verify_api_key"]],"mindroot.lib.auth.auth":[[32,1,1,"","get_current_user"],[32,1,1,"","require_admin"],[32,1,1,"","require_user"]],"mindroot.lib.buchatlog":[[31,2,1,"","ChatLog"]],"mindroot.lib.buchatlog.ChatLog":[[31,4,1,"","add_message"],[31,4,1,"","delete_log"],[31,4,1,"","get_history"],[31,4,1,"","get_recent"],[31,4,1,"","load_log"],[31,4,1,"","save_log"]],"mindroot.lib.buchatlog2":[[31,2,1,"","ChatLog"],[31,1,1,"","count_tokens_for_log_id"],[31,1,1,"","extract_delegate_task_log_ids"],[31,1,1,"","find_chatlog_file"],[31,1,1,"","get_cache_dir"],[31,1,1,"","get_cache_path"],[31,1,1,"","get_cached_token_counts"],[31,1,1,"","save_token_counts_to_cache"]],"mindroot.lib.buchatlog2.ChatLog":[[31,4,1,"","add_message"],[31,4,1,"","count_tokens"],[31,4,1,"","delete_log"],[31,4,1,"","get_history"],[31,4,1,"","get_recent"],[31,4,1,"","load_log"],[31,4,1,"","save_log"]],"mindroot.lib.butemplates":[[31,1,1,"","collect_content"],[31,1,1,"","find_parent_template"],[31,1,1,"","load_plugin_templates"],[31,1,1,"","render"],[31,1,1,"","render_combined_template"],[31,1,1,"","setup_template_environment"]],"mindroot.lib.chatcontext":[[31,2,1,"","BaseCommandSet"],[31,2,1,"","BaseService"],[31,2,1,"","ChatContext"],[31,1,1,"","get_context"]],"mindroot.lib.chatcontext.ChatContext":[[31,4,1,"","cmds"],[31,4,1,"","delete"],[31,4,1,"","delete_session_by_id"],[31,4,1,"","load_context"],[31,4,1,"","proto"],[31,4,1,"","save_context"],[31,4,1,"","save_context_data"]],"mindroot.lib.chatlog":[[31,2,1,"","ChatLog"],[31,1,1,"","count_tokens_for_log_id"],[31,1,1,"","extract_delegate_task_log_ids"],[31,1,1,"","find_chatlog_file"],[31,1,1,"","find_child_logs_by_parent_id"],[31,1,1,"","get_cache_dir"],[31,1,1,"","get_cache_path"],[31,1,1,"","get_cached_token_counts"],[31,1,1,"","save_token_counts_to_cache"]],"mindroot.lib.chatlog.ChatLog":[[31,4,1,"","add_message"],[31,4,1,"","add_message_async"],[31,4,1,"","count_tokens"],[31,4,1,"","get_history"],[31,4,1,"","get_recent"],[31,4,1,"","load_log"],[31,4,1,"","save_log"]],"mindroot.lib.chatlog_optimized":[[31,2,1,"","ChatLog"],[31,1,1,"","count_tokens_for_log_id"],[31,1,1,"","count_tokens_for_log_id_optimized"],[31,1,1,"","extract_delegate_task_log_ids"],[31,1,1,"","find_chatlog_file"],[31,1,1,"","find_child_logs_by_parent_id"],[31,1,1,"","get_cache_dir"],[31,1,1,"","get_cache_path"],[31,1,1,"","get_cached_token_counts"],[31,1,1,"","save_token_counts_to_cache"]],"mindroot.lib.chatlog_optimized.ChatLog":[[31,4,1,"","add_message"],[31,4,1,"","count_tokens"],[31,4,1,"","get_history"],[31,4,1,"","get_recent"],[31,4,1,"","load_log"],[31,4,1,"","save_log"]],"mindroot.lib.json_escape":[[31,1,1,"","escape_for_json"]],"mindroot.lib.json_str_block":[[33,0,0,"-","json_str_block"]],"mindroot.lib.json_str_block.json_str_block":[[33,1,1,"","replace_raw_blocks"]],"mindroot.lib.parent_templates":[[31,2,1,"","FirstMatchLoader"],[31,1,1,"","get_parent_templates_env"]],"mindroot.lib.parent_templates.FirstMatchLoader":[[31,4,1,"","get_source"]],"mindroot.lib.plugins":[[31,1,1,"","check_plugin_dependencies"],[31,1,1,"","get_plugin_import_path"],[31,1,1,"","get_plugin_path"],[31,1,1,"","install_plugin_dependencies"],[34,0,0,"-","installation"],[34,0,0,"-","l8n_static_handler"],[31,1,1,"","list_enabled"],[31,1,1,"","load"],[31,1,1,"","load_plugin_manifest"],[34,0,0,"-","loader"],[34,0,0,"-","loader_with_l8n"],[34,0,0,"-","manifest"],[34,0,0,"-","mapping"],[34,0,0,"-","paths"],[31,1,1,"","plugin_install"],[31,1,1,"","plugin_update"],[31,1,1,"","pre_load"],[31,1,1,"","save_plugin_manifest"],[31,1,1,"","toggle_plugin_state"],[31,1,1,"","update_plugin_manifest"]],"mindroot.lib.plugins.installation":[[34,1,1,"","check_plugin_dependencies"],[34,1,1,"","download_github_files"],[34,1,1,"","install_plugin_dependencies"],[34,1,1,"","install_recommended_plugins"],[34,1,1,"","plugin_install"],[34,1,1,"","plugin_update"]],"mindroot.lib.plugins.l8n_static_handler":[[34,2,1,"","TranslatedStaticFiles"],[34,1,1,"","create_js_translation_object"],[34,1,1,"","inject_translations_into_js"],[34,1,1,"","mount_translated_static_files"]],"mindroot.lib.plugins.l8n_static_handler.TranslatedStaticFiles":[[34,4,1,"","apply_translations_to_js"],[34,4,1,"","get_current_language"],[34,4,1,"","get_response"],[34,4,1,"","should_translate_file"]],"mindroot.lib.plugins.loader":[[34,1,1,"","load"],[34,1,1,"","load_middleware"],[34,1,1,"","mount_static_files"],[34,1,1,"","pre_load"]],"mindroot.lib.plugins.loader_with_l8n":[[34,1,1,"","load"],[34,1,1,"","load_middleware"],[34,1,1,"","mount_static_files"],[34,1,1,"","pre_load"]],"mindroot.lib.plugins.manifest":[[34,1,1,"","create_default_plugin_manifest"],[34,1,1,"","list_enabled"],[34,1,1,"","load_plugin_manifest"],[34,1,1,"","save_plugin_manifest"],[34,1,1,"","toggle_plugin_state"],[34,1,1,"","update_plugin_manifest"]],"mindroot.lib.plugins.mapping":[[34,1,1,"","get_command_plugin_mapping"]],"mindroot.lib.plugins.paths":[[34,1,1,"","get_plugin_import_path"],[34,1,1,"","get_plugin_path"]],"mindroot.lib.plugins_install":[[31,1,1,"","install_plugins"],[31,1,1,"","main"],[31,1,1,"","update_plugins_json"]],"mindroot.lib.providers":[[35,2,1,"","HookManager"],[35,2,1,"","ProviderManager"],[35,0,0,"-","commands"],[35,0,0,"-","hooks"],[35,0,0,"-","missing"],[35,0,0,"-","model_preferences_v2"],[35,0,0,"-","services"]],"mindroot.lib.providers.HookManager":[[35,4,1,"","execute_hooks"],[35,4,1,"","get_docstring"],[35,4,1,"","get_docstrings"],[35,4,1,"","get_hooks"],[35,4,1,"","register_hook"]],"mindroot.lib.providers.ProviderManager":[[35,4,1,"","exec_with_provider"],[35,4,1,"","execute"],[35,4,1,"","get_detailed_functions"],[35,4,1,"","get_docstring"],[35,4,1,"","get_docstrings"],[35,4,1,"","get_functions"],[35,4,1,"","get_some_docstrings"],[35,4,1,"","register_function"]],"mindroot.lib.providers.commands":[[35,1,1,"","command"]],"mindroot.lib.providers.hooks":[[35,1,1,"","hook"]],"mindroot.lib.providers.missing":[[35,1,1,"","get_missing_commands"]],"mindroot.lib.providers.model_preferences_v2":[[35,2,1,"","ModelPreferencesV2"]],"mindroot.lib.providers.model_preferences_v2.ModelPreferencesV2":[[35,4,1,"","add_preference"],[35,4,1,"","ensure_preferences_exist"],[35,4,1,"","get_ordered_providers_for_service"],[35,4,1,"","get_preferences"],[35,4,1,"","migrate_from_old_format"],[35,4,1,"","remove_preference"],[35,4,1,"","reorder_preferences"],[35,4,1,"","save_preferences"]],"mindroot.lib.providers.services":[[35,1,1,"","service"]],"mindroot.lib.route_decorators":[[31,1,1,"","add_public_static"],[31,1,1,"","public_route"],[31,1,1,"","requires_all_roles"],[31,1,1,"","requires_any_role"],[31,1,1,"","requires_role"]],"mindroot.lib.session_files":[[31,1,1,"","load_session_data"],[31,1,1,"","save_session_data"]],"mindroot.lib.streamcmd":[[31,1,1,"","read_stream"],[31,1,1,"","run_command_with_streaming"],[31,1,1,"","stream_command_as_events"]],"mindroot.lib.templates":[[31,1,1,"","apply_translations_to_content"],[31,1,1,"","check_for_localized_template"],[31,1,1,"","collect_content"],[31,1,1,"","find_parent_template"],[31,1,1,"","find_plugin_template"],[31,1,1,"","get_current_language"],[31,1,1,"","load_plugin_templates"],[31,1,1,"","load_template_with_translation"],[31,1,1,"","render"],[31,1,1,"","render_combined_template"],[31,1,1,"","render_direct_template"],[31,1,1,"","setup_template_environment"]],"mindroot.lib.token_counter":[[31,1,1,"","count_tokens_for_log_id"],[31,1,1,"","extract_delegate_task_log_ids"],[31,1,1,"","find_chatlog_file"],[31,1,1,"","get_cache_dir"],[31,1,1,"","get_cache_path"],[31,1,1,"","get_cached_token_counts"],[31,1,1,"","save_token_counts_to_cache"]],"mindroot.migrate":[[10,1,1,"","migrate_plugin_manifest"],[10,1,1,"","run_migrations"]],"mindroot.registry":[[37,0,0,"-","component_manager"],[37,0,0,"-","data_access"]],"mindroot.registry.component_manager":[[37,2,1,"","ComponentManager"]],"mindroot.registry.component_manager.ComponentManager":[[37,4,1,"","get_component_metadata"],[37,4,1,"","is_component_activated"],[37,4,1,"","is_component_installed"],[37,4,1,"","list_components"],[37,4,1,"","register_component"]],"mindroot.registry.data_access":[[37,2,1,"","DataAccess"]],"mindroot.registry.data_access.DataAccess":[[37,4,1,"","add_plugin"],[37,4,1,"","add_provider"],[37,4,1,"","get_model"],[37,4,1,"","get_provider"],[37,4,1,"","read_equivalent_flags"],[37,4,1,"","read_json"],[37,4,1,"","read_models"],[37,4,1,"","read_plugins"],[37,4,1,"","read_preferred_models"],[37,4,1,"","read_providers"],[37,4,1,"","remove_plugin"],[37,4,1,"","remove_provider"],[37,4,1,"","update_model"],[37,4,1,"","update_plugin"],[37,4,1,"","update_provider"],[37,4,1,"","write_equivalent_flags"],[37,4,1,"","write_json"],[37,4,1,"","write_models"],[37,4,1,"","write_plugins"],[37,4,1,"","write_preferred_models"],[37,4,1,"","write_providers"]],"mindroot.server":[[10,2,1,"","HeaderMiddleware"],[10,1,1,"","create_directories"],[10,1,1,"","find_available_port"],[10,1,1,"","get_project_root"],[10,1,1,"","is_port_in_use"],[10,1,1,"","main"],[10,1,1,"","parse_args"],[10,1,1,"","setup_app_internal"]],"mindroot.server.HeaderMiddleware":[[10,4,1,"","dispatch"]],"mindroot.server_missing_normal_args":[[10,2,1,"","HeaderMiddleware"],[10,1,1,"","create_directories"],[10,1,1,"","find_available_port"],[10,1,1,"","get_project_root"],[10,1,1,"","is_port_in_use"],[10,1,1,"","main"],[10,1,1,"","parse_args"],[10,1,1,"","setup_app_internal"]],"mindroot.server_missing_normal_args.HeaderMiddleware":[[10,4,1,"","dispatch"]],"mindroot.server_prev":[[10,2,1,"","HeaderMiddleware"],[10,1,1,"","create_directories"],[10,1,1,"","find_available_port"],[10,1,1,"","get_project_root"],[10,1,1,"","is_port_in_use"],[10,1,1,"","main"],[10,1,1,"","parse_args"],[10,1,1,"","setup_app_internal"]],"mindroot.server_prev.HeaderMiddleware":[[10,4,1,"","dispatch"]]},"objnames":{"0":["py","module","Python module"],"1":["py","function","Python function"],"2":["py","class","Python class"],"3":["py","attribute","Python attribute"],"4":["py","method","Python method"],"5":["py","exception","Python exception"]},"objtypes":{"0":"py:module","1":"py:function","2":"py:class","3":"py:attribute","4":"py:method","5":"py:exception"},"terms":{"":[3,14,16,17,24,26,28,30,31,34],"0":[2,12,14,17,21,28,29,31,34,40],"01":17,"03_22_2024":14,"1":[0,2,8,12,14,21,24,29,31,34],"100":[10,17],"1000":17,"1106":17,"1nline":31,"2":[12,14,24,29,31],"20":12,"3":[0,2,8,12,14,24,30,35],"32":30,"35":14,"4":[17,24],"400":14,"401":32,"403":32,"4096":31,"42":14,"4pm":14,"5":[24,35],"500":12,"6":24,"78001":14,"78573":14,"8":30,"8010":[2,10,40],"90":17,"90210":14,"9_":30,"A":[0,2,7,14,25],"And":[2,5],"Be":14,"But":14,"For":[2,3,6,24],"If":[2,5,7,14,24,25,31,32,34],"In":[14,25],"It":[12,14,25],"NO":24,"NOT":14,"No":[14,16],"OR":14,"On":[0,2,8],"One":[12,14],"Such":14,"The":[2,12,13,14,16,26,30,31,32,34,40],"Then":[2,5,24],"To":25,"_":[],"__":24,"___":14,"__translate_":24,"__translate_buttons_send__":24,"__translate_chat_title__":24,"__translate_dashboard_welcome__":24,"__translate_key__":[24,31,34],"__translate_key_name__":24,"__translate_main_heading__":24,"__translate_page_title__":24,"_pydanticgeneralmetadata":30,"abbrevi":14,"abc123":23,"abl":[12,14],"about":[2,8,12,14,17,25,26,28],"absolut":[24,31,34],"absolute_path":[14,24],"accept":24,"access":[12,25],"access_token":[11,20,25],"accueil":24,"across":31,"activ":[0,2,5,11,28],"activate_plan_featur":[11,28],"activate_subscription_plan":[11,28],"active_onli":28,"actual":[24,31],"ad":19,"add":[12,14,22,25,30,31,34,35],"add_ag":[21,22],"add_agent_rout":[11,21],"add_current_tim":[11,14],"add_custom_serv":[11,25],"add_mcp_serv":[11,12],"add_messag":[10,31],"add_message_async":[10,31],"add_plugin":[10,21,22,37],"add_plugin_rout":[11,21],"add_prefer":[31,35],"add_provid":[10,37],"add_public_stat":[10,31],"add_rol":[11,30],"add_serv":[11,25],"addit":[17,28],"address":[14,18],"address1":14,"address2":14,"admin":[2,4,6,7,11,17,24,29,30,32,40],"admin_gr":17,"admin_init":11,"advanc":[2,6,7,16],"after":[14,17,24],"again":14,"agent":[1,12,14,16,21,22,31,34,35],"agent_data":12,"agent_import":11,"agent_info":12,"agent_nam":[11,12,14,21,22,34,35],"agent_op":[11,21],"agent_output":[11,14],"agent_rout":11,"agententri":[11,21,22],"ah_anthrop":35,"ah_fil":[2,4],"ah_openrout":[2,6,7],"ah_shel":[2,4],"ai":[],"alia":29,"align":14,"all":[10,12,13,14,16,17,19,22,24,25,28,29,30,31,34],"all_cach":24,"alloc":[17,28],"allocate_credit":[11,17],"allocate_subscription_credit":[11,28],"allow":[12,14,17,33],"allow_neg":17,"alreadi":[2,4,5,14],"also":[14,26,40],"altern":14,"alwai":[14,24,26],"amount":[11,17,28],"an":[1,2,6,12,13,14,16,17,18,19,22,24,25,26,28,31,32,34],"analysi":[14,16],"angl":26,"ani":[10,12,14,17,23,24,25,28,29,30,31,32,34],"anim":26,"annot":30,"annotated_typ":30,"anoth":14,"answer":14,"anyth":26,"api":[3,5,13,14,32,41],"api_activate_featur":[11,28],"api_activate_plan":[11,28],"api_allocate_credit":[11,17],"api_cancel_subscript":[11,28],"api_create_checkout":[11,28],"api_create_featur":[11,28],"api_create_plan":[11,28],"api_create_templ":[11,28],"api_credit_report":[11,17],"api_deactivate_featur":[11,28],"api_deactivate_plan":[11,28],"api_estimate_credit":[11,17],"api_get_all_plan":[11,28],"api_get_featur":[11,28],"api_get_my_subscript":[11,28],"api_get_plan":[11,28],"api_get_templ":[11,28],"api_kei":[10,11,14,31],"api_key_manag":11,"api_set_default_templ":[11,28],"api_update_featur":[11,28],"api_update_plan":[11,28],"api_update_ratio":[11,17],"api_update_templ":[11,28],"apikei":13,"apikeycr":[11,13],"apikeylist":[11,13],"apikeymanag":[11,13],"apikeyrespons":[11,13],"app":[10,13,14,17,21,23,27,28,30,31,34],"app_":10,"appear":26,"append":24,"append_localized_fil":[11,24],"append_messag":[11,14],"appli":[31,34],"applic":[31,34],"apply_translations_to_cont":[10,31],"apply_translations_to_j":[31,34],"appropri":17,"ar":[2,4,12,14,24,25,26,31,34,35],"arbitrari":16,"architectur":3,"aren":14,"arg":[11,12,14,25,31,35],"argument":[14,25],"arrai":14,"ask":14,"aspect":26,"asset":12,"asset_hash":12,"asset_manag":11,"asset_typ":12,"assetmanag":[11,12],"assign":14,"assist":[3,31,41],"associ":13,"assum":[2,6,14],"assume_blank":31,"async":[10,12,13,14,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,34,35],"asyncgener":31,"asynchron":31,"at_dat":17,"at_period_end":28,"attach":30,"attempt":34,"au":24,"auth":[10,12,25,30,31],"auth_head":[11,12,25],"auth_typ":[11,12,25],"auth_url":25,"authent":[12,14,31,32],"author":[12,25],"authorization_server_url":[11,12,25],"auto":18,"auto_instal":[11,25],"automat":14,"avail":[12,22,24,25,28,31,34,35],"avatar":12,"avoid":31,"await":[10,17,24,31,34],"back":[12,14,31],"background":26,"backup":[31,35],"backward":31,"balanc":[11,17,28],"base":[10,12,13,14,17,18,21,23,24,25,26,28,29,30,31,34,35,37],"base_dir":12,"base_path":[17,28,29],"base_url":[11,14],"basecommandset":[10,31],"basehttpmiddlewar":10,"basemodel":[12,13,14,21,23,25,30],"baseservic":[10,31],"basic":[14,24],"batch":31,"batch_siz":18,"bearer":12,"beauti":[2,8],"been":24,"befor":[14,25],"begin":24,"behavior":24,"being":14,"better":18,"bienvenu":24,"bill":28,"bin":[2,5],"blank":31,"block":[14,31,33],"bodi":[16,17,18,19,24],"bool":[12,13,14,17,18,19,21,23,24,25,28,30,31,32,34,35],"bord":24,"both":31,"breakdown":29,"brief":14,"brows":[3,12],"browse_registry_serv":[11,12],"browser":12,"buchatlog":[10,38],"buchatlog2":[10,38],"build":[12,18],"build_search_criteria":[11,18],"built":24,"busi":17,"butempl":[10,38],"button":[0,2,8,24],"buttons_sav":24,"buttons_send":24,"byte":[12,18],"ca":14,"cach":[12,24,31],"cached_get_service_model":[11,12],"calcul":[12,25,29],"calculate_content_hash":[11,12],"calculate_file_hash":[11,12],"call":[14,16,17,24,25,30,31],"call_next":[10,23,24],"call_tool":[11,25],"callabl":[10,31],"callback":[12,31],"camera":26,"can":[2,7,12,14,16,18,31,34,40],"cancel":28,"cancel_at_period_end":[11,28],"cancel_chat":[11,14],"cancel_subscript":[11,28],"capabl":[11,12,25],"care":14,"cascad":31,"case":14,"catalog":[12,25],"catalog_command":11,"catalog_manag":11,"categori":[11,12,25,31,34],"caution":14,"cd":[5,25],"chain":24,"chang":[16,17],"charact":24,"chat":[3,8,11,23,24,31,41],"chat_avatar":11,"chat_ev":[11,14],"chat_histori":[11,14],"chat_sess":[11,14],"chat_titl":24,"chatcontext":[10,38],"chatlog":[10,38],"chatlog_optim":[10,38],"check":[12,14,17,18,19,23,24,25,30,31,34,35],"check_credit_bal":[11,28],"check_credits_avail":[11,17],"check_email":[11,18],"check_for_admin":[11,30],"check_for_localized_templ":[10,31],"check_list":[11,24],"check_operation_allow":[11,17],"check_plugin_depend":[10,31,34],"check_recommended_plugin":[11,12],"check_tool":[11,25],"checklist":16,"checkout":28,"child":[14,31],"choiceload":31,"chunk":14,"class":[10,12,13,14,17,18,21,23,24,25,28,29,30,31,34,35,37],"classmethod":[17,28,31],"classvar":[12,13,14,21,23,25,30],"claud":35,"clean":25,"clear":[12,16,25],"clear_registry_token":[11,12],"clear_subtask":[11,16],"clear_token":[11,25],"cli":11,"click":[0,2,4,6,7,8],"clickabl":[2,8],"client":[20,25,34],"client_id":[11,12,25],"client_info":25,"client_secret":[11,12,25],"close_chat_sess":[11,14],"cmd":[10,31],"code":[11,12,14,24,25,31,34],"collect":31,"collect_cont":[10,31],"combin":31,"come":[2,7,14],"command":[2,4,10,11,12,16,21,24,25,26,31,34],"command_manager_":31,"command_plugin_map":[11,12],"command_result":[11,14],"command_rout":11,"command_set":31,"commandsett":31,"commit":12,"compat":31,"complet":[1,12,16,24,25,29,31,35],"complete_oauth_flow":[11,12,25],"complete_registry_oauth":[11,12],"complete_subtask":[11,16],"compon":[17,24,28],"component_manag":[10,38],"component_typ":37,"componentmanag":[10,37],"composit":26,"concis":14,"conexi\u00f3n":24,"config":[12,13,14,17,18,21,23,25,30],"configdict":[12,13,14,21,23,25,30],"configur":[2,3,5,12,13,14,17,18,21,23,25,29,30,31],"confirm_password":30,"conform":[12,13,14,21,23,25,30],"connect":[11,12,18,25],"connect_mcp_serv":[11,12],"connect_oauth_serv":[11,25],"connect_remote_serv":[11,25],"connect_serv":[11,25],"consist":17,"consolid":10,"contain":[1,12,13,14,17,22,25,32,34],"content":38,"context":[12,13,14,16,17,18,19,21,23,24,25,26,28,29,30,31,34,35],"context1":[11,14],"context_length":31,"contextual_info":14,"continu":[14,33],"contribut":3,"control":[2,4,6,7],"conv_id":20,"convers":[11,14,20],"conversation_id":20,"converse_with_ag":[11,14],"convert":[17,24,26,35],"cooki":24,"copi":35,"core":[24,31,34],"coreplugin":[],"correct":21,"correspond":[],"cost":[17,29],"cost_type_id":[11,17,29],"costtypeinfo":[11,29],"count":[12,14,31],"count_token":[10,31],"count_tokens_for_log_id":[10,31],"count_tokens_for_log_id_optim":[10,31],"cover":41,"creat":[0,2,5,8,12,13,14,17,20,22,24,25,26,28,30,31,34],"create_access_token":[11,23],"create_ag":[11,12],"create_api_kei":[11,13],"create_checkout_sess":[11,28],"create_compon":[11,17,28],"create_default_plugin_manifest":[31,34],"create_directori":[10,38],"create_distributable_entri":[21,22],"create_empty_catalog":[11,25],"create_index":[21,22],"create_index_rout":[11,21],"create_js_translation_object":[31,34],"create_kei":[11,13],"create_page_templ":[11,28],"create_persona":[11,12],"create_plan":[11,28],"create_plan_featur":[11,28],"create_registry_persona":[11,12],"create_registry_persona_with_asset":[11,12],"create_sse_cli":[11,20],"create_subscript":[11,28],"create_subscription_plan":[11,28],"create_us":[11,30],"create_widget_sess":[11,14],"create_widget_token":[11,14],"created_at":[11,13,14,28,30],"created_bi":[11,14],"creator":14,"credenti":30,"credit":[11,28],"credit_integr":11,"creditintegr":[11,28],"creditledg":[11,17],"creditpolici":[11,17],"creditratioconfig":[11,17],"credits_admin":[11,17],"credits_per_cycl":[11,28],"credits_ratio_admin":[11,17],"creditsplugin":[11,17],"creditstorag":[11,17],"credittransact":[11,17],"creditusagehandl":[11,17],"criteria":[14,18],"critic":26,"css_templat":[11,28],"ctx":16,"cumul":31,"currenc":[11,17,28],"current":[14,16,17,18,24,25,28,31,32,34],"current_bal":17,"current_period_end":[11,28],"current_period_start":[11,28],"cursor":16,"custom":[25,31,34],"cwd":31,"dai":[0,2],"daili":[0,2,29],"dashboard":24,"dashboard_welcom":24,"data":[10,11,12,13,14,16,17,21,23,28,30,31,32,34,35,37],"data_access":[10,38],"dataaccess":[10,37],"databas":[24,25],"date":[12,17,29],"datetim":[17,28,29],"dd":17,"de":24,"deactiv":28,"deactivate_plan":[11,28],"deactivate_plan_featur":[11,28],"deactivate_subscription_plan":[11,28],"debug":[19,24,25],"debug_load":11,"debug_middlewar":11,"decod":18,"decode_text":[11,18],"decode_token":[11,23],"decor":31,"decrement":12,"decrement_reference_count":[11,12],"dedupl":12,"deepseek":[0,2,8],"def":33,"default":[1,2,17,18,24,25,28,31,34,35,40],"default_templ":11,"default_valu":[11,28],"defin":[14,34],"definit":[29,34],"delayed_exit":[11,12],"deleg":[10,14,31],"delegate_task":[11,14,31],"delet":[10,12,13,14,31],"delete_api_kei":[11,13],"delete_chat_sess":[11,14],"delete_kei":[11,13],"delete_log":[10,31],"delete_session_by_id":[10,31],"delete_set":[11,12],"delete_widget_token":[11,14],"deliver":14,"demo":25,"demonstr":1,"dep":16,"depend":[11,12,14,21,23,24,30,31,32,34],"descript":[1,11,12,13,14,21,24,25,26,28,29],"detail":[12,13,14,17,25,26,28,29],"detect":[18,24,25],"detect_language_from_request":[11,24],"detect_running_serv":[11,25],"determin":24,"dialog":[2,7],"dict":[12,13,14,17,18,19,21,22,23,24,25,28,29,30,31,32,34,35],"dictionari":[12,13,14,19,21,23,24,25,30,31,34],"differ":25,"dir":14,"direct":12,"directli":31,"directori":[1,5,10,11,12,14,19,21,22,25,30,31,34,35],"directoryrequest":[11,12],"disabl":12,"disconnect":[12,25],"disconnect_mcp_serv":[11,12],"disconnect_serv":[11,25],"discover_plugin":[11,12],"discuss":14,"disk":24,"dispatch":[10,38],"displai":[1,25],"display_nam":25,"display_ord":[11,28],"distinguish":26,"distribut":22,"div":24,"divid":3,"do":[12,14,26],"docstr":35,"document":[14,16],"doesn":[14,31,35],"done":16,"download":[12,34],"download_github_fil":[11,12,31,34],"dure":[19,30],"dynam":25,"dynamic_command":11,"e":[2,4,14,17,24,28,31,33,34],"each":[0,2,12,16,31],"earli":24,"edit":[2,6],"email":[11,30],"email_messag":18,"email_provid":11,"email_servic":11,"email_verifi":[11,30],"emailprovid":[11,18],"emailstr":30,"emb":[14,23],"embed":[12,14,16,33],"emoji":[0,2],"empti":25,"en":24,"enabl":[11,12,14,19,31,34],"encapsul":17,"encod":[14,18],"end":[3,12,14,16,17,24,28,35],"end_dat":[17,29],"end_raw":[14,33],"endpoint":[12,14],"enhanc":[24,25],"enhanced_mcp_manager_servic":[11,25],"enregistr":24,"ensur":[17,21,25,30],"ensure_catalog_exist":[11,25],"ensure_index_structur":[11,21],"ensure_preferences_exist":[31,35],"enter":[2,4,5,6],"entri":[21,22,31,34],"env":[11,12,19,25,31],"env_manag":11,"env_var":19,"enviar":24,"environ":[2,5,6,12,18,19,24,25,31],"err":14,"error":[14,18,24,25],"error_connection_fail":24,"escap":31,"escape_for_json":[10,31],"establish":18,"estim":17,"estimate_credit":[11,17],"estimate_credits_need":[11,17],"estimated_cost":17,"etc":[14,16,26,28],"event":[11,14,17,28,29,31],"event_data":28,"everi":14,"everyth":[24,41],"exact":[16,24],"exampl":[0,2,3,6,12,14,16,17,23,24,25,26,28,31],"except":[17,25,31,34],"exclud":30,"exec_with_provid":[31,35],"execut":[2,4,14,31,35],"execute_hook":[31,35],"exist":[14,24,25,28,30,31,34,35],"exit":[14,31],"exit_convers":[11,14],"exit_criteria":14,"expand":[2,7],"experi":[],"expires_at":[11,30],"expiri":30,"export":12,"export_agent_zip":[11,12],"expos":30,"express":26,"extend":3,"extern":[12,17,24],"external_plugin":24,"extract":[16,18,24,25,31],"extract_checklist_sect":[11,16],"extract_delegate_task_log_id":[10,31],"extract_plugin_root":[11,24],"extract_translation_kei":[11,24],"faceref":12,"factori":[17,28,29,30],"fail":25,"fall":[12,31],"fallback":[24,35],"fals":[13,14,17,19,21,24,25,28,30,31,32,34],"fastapi":[24,31,32,34],"featur":[11,25,28],"feature_data":28,"feature_id":[11,28],"fetch":12,"few":14,"field":[2,6,29,30],"file":[2,4,12,14,19,21,22,24,25,30,31,34,35],"file_hash":12,"file_path":[12,34,37],"filenam":[12,14,30,31,33],"filesystem":[25,31,34],"filter":[13,14,25],"final":[2,6,14],"find":[2,6,31],"find_available_port":[10,38],"find_chatlog_fil":[10,31],"find_child_logs_by_parent_id":[10,31],"find_parent_templ":[10,31],"find_plugin_templ":[10,31],"finish":[12,14],"finished_chat":[11,14],"first":[2,12,14,16,24,26,31,34,40],"first_messag":14,"firstmatchload":[10,31],"fix":12,"flag":[11,12,35,37],"float":[12,17,28,29],"flow":[12,25],"focu":26,"folder":18,"follow":[14,17,24,25,31],"foo":33,"forc":12,"form":[12,14,30],"format":[12,14,17,22,24,35],"format_result_msg":11,"formatted_result":14,"forward":20,"found":[13,14,16,19,24,28,31,34],"fr":24,"fresh":[17,28],"from":[0,2,6,8,10,12,14,16,19,21,22,24,25,26,28,30,31,32,34],"from_dict":[11,17,28],"front":26,"full":[12,14,16,17,26,31],"function":[10,18,24,31,34],"g":[2,4,14,17,24,28,31,33,34],"gather":12,"gener":[14,26,29,30],"generate_random_credenti":[11,30],"get":[12,14,17,18,22,24,25,28,29,30,31,32,34,35,41],"get_admin_html":[11,12],"get_agent_ownership_info":[11,12],"get_all_featur":[11,28],"get_all_plan":[11,28],"get_all_plugin":[11,12],"get_all_templ":[11,28],"get_asset_metadata":[11,12],"get_asset_path":[11,12],"get_available_featur":[11,28],"get_bal":[11,17],"get_balance_at":[11,17],"get_base_path":[11,17,28,29],"get_cache_dir":[10,31],"get_cache_path":[10,31],"get_cached_token_count":[10,31],"get_catalog_server_info":[11,12],"get_categori":[11,25],"get_chat_histori":[11,14],"get_chat_html":[11,14],"get_checklist_statu":[11,16],"get_client_info":[11,25],"get_command":[11,12],"get_command_plugin_map":[31,34],"get_command_provid":[11,12],"get_component_metadata":[10,37],"get_config":[11,17],"get_context":[10,31],"get_cost":[11,29],"get_cost_summari":[11,29],"get_cost_typ":[11,29],"get_credit_bal":[11,17],"get_credit_ratio":[11,17],"get_credit_report":[11,17],"get_current_languag":[10,31,34],"get_current_language_from_request":[11,24],"get_current_us":[31,32],"get_daily_cost":[11,29],"get_default_templ":[11,28],"get_detailed_funct":[31,35],"get_docstr":[31,35],"get_email_bodi":[11,18],"get_embed_script":[11,14],"get_env_var":[11,19],"get_equivalent_flag":[11,12],"get_fallback_languag":[11,24],"get_featur":[11,28],"get_full_agent_data":[11,12],"get_funct":[31,35],"get_git_version_info":[11,12],"get_histori":[10,31],"get_hook":[31,35],"get_installation_statu":[11,12],"get_installed_plugin_metadata":[21,22],"get_latest_bal":[11,17],"get_localized_file_path":[11,24],"get_mcp_catalog":[11,12],"get_mcp_categori":[11,12],"get_missing_command":[31,35],"get_model":[10,11,12,37],"get_model_preferences_v2_html":[11,12],"get_my_subscript":[11,28],"get_oauth_statu":[11,12,25],"get_or_create_jwt_secret":[11,23],"get_ordered_providers_for_servic":[31,35],"get_organized_model":[11,12],"get_page_templ":[11,28],"get_parent_templates_env":[10,31],"get_persona_avatar":[11,14],"get_persona_data":[11,26],"get_persona_faceref":[11,14],"get_plan":[11,28],"get_plugin":[11,12],"get_plugin_import_path":[10,31,34],"get_plugin_path":[10,31,34],"get_plugin_translations_path":[11,24],"get_prefer":[31,35],"get_project_root":[10,38],"get_provid":[10,11,12,18,37],"get_ratio":[11,17],"get_rec":[10,31],"get_registered_command":[11,25],"get_registry_categori":[11,12],"get_registry_server_detail":[11,12],"get_registry_set":[11,12],"get_request_languag":[11,24],"get_reset_password_form_by_fil":[11,30],"get_respons":[31,34],"get_running_process":[11,25],"get_server_info":[11,25],"get_servers_by_categori":[11,25],"get_servic":[11,12],"get_service_model":[11,12],"get_service_models_from_provid":[11,12],"get_set":[11,12],"get_settings_v2":[11,12],"get_some_docstr":[31,35],"get_sourc":[10,31],"get_start_method":[11,12],"get_stat":[11,12],"get_subscript":[11,28],"get_subscription_by_provider_id":[11,28],"get_subscription_plan":[11,28],"get_subscriptions_by_provider_id":[11,28],"get_supported_languag":[11,24],"get_templ":[11,28],"get_token":[11,25],"get_token_count":[11,14],"get_token_count_alt":[11,14],"get_total_cost":[11,29],"get_transact":[11,17],"get_transl":[11,24],"get_usag":[11,29],"get_usage_report":[11,29],"get_usage_summari":[11,17],"get_user_daili":[11,29],"get_user_data":[11,30],"get_user_limit":[11,17],"get_user_report":[11,29],"get_user_rol":[11,30],"get_user_subscript":[11,28],"get_user_summari":[11,29],"get_version_info":[11,12],"get_widget_config":[11,14],"git":12,"github":[12,25,31,34],"github_url":[11,12,21],"githubimportrequest":[11,12],"githubpluginrequest":[11,12],"githubpublishrequest":[11,12],"give":[3,41],"given":[14,24,26,31],"global":[17,24,25],"go":[2,4,6,7,16],"goto_subtask":[11,16],"gpt":17,"gpt4":17,"greet":14,"grep":19,"guid":26,"h1":24,"ha":[17,21,30,32],"handl":[10,12,17,18,25,28,30],"handle_callback":[11,25],"handle_persona_import":[11,12],"handle_redirect":[11,25],"handle_reset_password_by_fil":[11,30],"handle_stripe_ev":[11,28],"handle_usag":[11,17],"handler":[11,21,24,34],"has_rol":[11,30],"has_suffici":17,"hash":12,"have":[14,24,30,31],"head":[16,24],"header":[12,18,24],"headermiddlewar":[10,38],"hello":[14,31,33],"help":19,"helper":[16,18],"here":14,"hidden":14,"hierarch":[17,24],"high":17,"histori":17,"home":[0,1,2,6,7,8],"hook":[10,31],"hookmanag":[31,35],"host":[2,4,5],"how":[1,14],"html":[2,8,14,18,24,31],"html_templat":[11,28],"http":[2,24,25,40],"httpauthorizationcredenti":23,"httpbearer":23,"httpexcept":32,"httponli":24,"hyphen":24,"i":[0,2,3,5,7,8,12,14,16,17,24,25,31,32,34],"i18n":24,"id":[14,17,20,28,31],"identifi":[14,17,24,31,35],"imag":[12,14,26],"image_url":14,"imagemessagepart":[11,14],"imap":18,"imap4":18,"imap_handl":11,"imaphandl":[11,18],"img":[2,8],"immedi":28,"implement":[25,35],"import":[12,14,24,31,34],"import_ag":[11,12],"import_agent_zip":[11,12],"import_github_ag":[11,12],"import_github_agent_endpoint":[11,12],"import_persona":[11,12],"import_persona_from_index":[11,12],"inbox":18,"includ":[12,14,26,28,30,31,34],"include_categori":[31,34],"include_email":30,"incomplet":[16,24,31],"increment":24,"index":[3,11,12,31],"index_dir":[21,22],"index_nam":[11,12,21,22],"index_op":[11,21],"indexmetadata":[11,21,22],"indic":[14,22,24],"info":[14,18,19,25,29,30,31],"inform":[12,14,17,25,28],"inicio":24,"init_catalog_from_default":[11,25],"init_chat_sess":[11,14],"init_email_provid":[11,18],"init_persona":11,"init_provid":[11,18],"initi":[14,18,25,28,30,31,34],"initialize_admin":[11,30],"initialize_default_featur":[11,28],"initialize_default_templ":[11,28],"initiate_agent_sess":[11,14],"initiate_password_reset":[11,30],"inject":[24,31,34],"inject_translations_into_j":[31,34],"inmemorytokenstorag":[11,25],"input":[2,4,31],"input_token":17,"input_tokens_sequ":31,"input_tokens_tot":31,"insert":14,"insert_imag":[11,14],"instal":[3,10,11,12,14,21,22,25,31,41],"install_agent_recommended_plugin":[11,12],"install_from_catalog":[11,12],"install_from_index":[11,12],"install_github_plugin":[11,12],"install_index_from_zip":[21,22],"install_index_rout":[11,21],"install_local_plugin":[11,12],"install_method":[11,25],"install_packag":[11,25],"install_persona":[11,21],"install_plugin":[10,31],"install_plugin_depend":[10,31,34],"install_queued_plugin":[11,12],"install_recommended_plugin":[31,34],"install_registry_serv":[11,12],"install_serv":[11,25],"install_with_npm":[11,25],"install_with_npx":[11,25],"install_with_pip":[11,25],"install_with_uvx":[11,25],"installed_plugin":31,"installfromindexrequest":[11,12],"instanc":[5,14,17,18,28,31,34],"instead":[14,26,34],"instruct":[11,12,14,16,35],"insufficientcreditserror":[11,17],"int":[12,18,28,30,31,35],"integr":[12,24,28],"interact":14,"interfac":[17,29,31,34],"interfaz":24,"intermediari":14,"intern":[20,28],"interv":[11,28],"involv":14,"is_admin_reset":[11,30],"is_component_activ":[10,37],"is_component_instal":[10,37],"is_default":[11,28],"is_language_support":[11,24],"is_port_in_us":[10,38],"is_public_rout":[11,23],"issu":14,"item":14,"its":[12,14,16,24,25,29,31,34],"j":34,"javascript":34,"jinja2":[1,24,31],"js_templat":[11,28],"json":[10,12,14,22,24,31,33],"json_escap":[10,38],"json_path":31,"json_str_block":[10,31],"jsonish":33,"just":[2,5],"jwt_auth":11,"katex":14,"kei":[3,5,11,13,14,17,19,24,31,32,34,41],"keys_dir":13,"kwarg":[31,34,35],"l8n":[11,31,34],"l8n_constant":11,"l8n_static_handl":[10,31],"label":16,"lack":32,"lambda":30,"lang":24,"languag":[24,31,34],"language_detect":11,"larg":24,"large_templ":24,"larger":16,"last":[12,30],"last_login":[11,30],"last_uid":18,"latest":17,"latex":14,"least":30,"ledger":11,"length":30,"let":14,"letter":24,"level":[16,17],"lib":[10,30,38],"light":26,"like":[14,16,24,26],"limit":[11,12,14,17],"line":[12,16,31],"link":[2,6,7,8,30],"list":[12,13,14,16,17,18,20,21,22,24,25,28,29,30,31,34,35],"list_ag":[11,12],"list_api_kei":[11,13],"list_compon":[10,37],"list_en":[10,31,34],"list_indic":[21,22],"list_indices_rout":[11,21],"list_kei":[11,13],"list_localized_fil":[11,24],"list_mcp_serv":[11,12],"list_persona":[11,12],"list_plan":[11,28],"list_subscription_plan":[11,28],"list_us":[11,30],"list_widget_token":[11,14],"liter":[12,14],"live":16,"llm":[3,5,14,16,31,41],"load":[10,12,16,19,21,24,25,29,31,34],"load_agent_data":[11,12,21],"load_catalog":[11,25],"load_checklist":[11,16],"load_checklist_from_instruct":[11,16],"load_config":[11,25],"load_context":[10,31],"load_cost":[11,29],"load_cost_typ":[11,29],"load_env_fil":[11,19],"load_log":[10,31],"load_middlewar":[31,34],"load_persona_data":[11,12,21],"load_plugin_manifest":[10,31,34],"load_plugin_templ":[10,31],"load_plugin_transl":[11,24],"load_session_data":[10,31],"load_template_with_transl":[10,31],"loader":[10,24,31],"loader_with_l8n":[10,31],"local":[12,21,24,25,31,34],"localized_fil":24,"locat":21,"log":[2,7,14,19,24,31,40],"log_id":[14,31],"log_path":31,"logic":10,"login":[23,30,32],"loginrequest":[11,23],"long":14,"longer":14,"look":[16,26,34],"lose":14,"loud":14,"lower":16,"lowercas":24,"m":[2,5,25],"macro":14,"mai":14,"main":[3,10,11,14,22,24,25,31,34,38],"make":[2,7,14,31],"make_sess":[11,14],"manag":[12,14,17,25,31,34],"manifest":[10,21,22,31],"manual":[12,25],"map":[10,12,24,31,35],"mark":[12,16,18,25,31],"mark_as_process":[11,18],"mark_server_as_instal":[11,25],"mark_server_instal":[11,12,25],"markdown":[14,16],"markdown_await_us":[11,14],"match":[23,31],"math":14,"max_ag":24,"max_attempt":10,"max_iter":14,"max_length":30,"max_messag":18,"max_token":[14,31],"maximum":12,"maxlen":30,"mcp":[12,25],"mcp_":11,"mcp_catalog_add_custom":[11,25],"mcp_catalog_categori":[11,25],"mcp_catalog_info":[11,25],"mcp_catalog_instal":[11,25],"mcp_catalog_install_and_run":[11,25],"mcp_catalog_list":[11,25],"mcp_catalog_refresh":[11,25],"mcp_catalog_rout":11,"mcp_catalog_search":[11,25],"mcp_catalog_statu":[11,25],"mcp_catalog_stop":[11,25],"mcp_check_tool":[11,25],"mcp_connect":[11,25],"mcp_debug_connect":[11,25],"mcp_disconnect":[11,25],"mcp_enhanced_connect":[11,25],"mcp_enhanced_disconnect":[11,25],"mcp_install_npx_serv":[11,25],"mcp_install_uvx_serv":[11,25],"mcp_list_dynamic_command":[11,25],"mcp_list_serv":[11,25],"mcp_manag":11,"mcp_manager_servic":[11,25],"mcp_oauth_callback":[11,12],"mcp_publish_rout":11,"mcp_refresh_dynamic_command":[11,25],"mcp_registry_rout":11,"mcp_rout":11,"mcpcatalogmanag":[11,25],"mcpcompleteoauthrequest":[11,12],"mcpconnectrequest":[11,12],"mcpdynamiccommand":[11,25],"mcplocaltestrequest":[11,12],"mcpmanag":[11,25],"mcpoauthcallbackrequest":[11,12],"mcpserver":[11,25],"mcpserveraddrequest":[11,12],"mcpserverinstal":[11,25],"mcpserverpublishrequest":[11,12],"mcpserverrequest":[11,12],"mcptestlocalrequest":[11,12],"mcptestremoterequest":[11,12],"mcptokenstorag":[11,25],"md":[16,25],"memori":25,"mensaj":24,"mention":12,"messag":[14,16,18,25,31],"message_id":18,"message_part":14,"met":[14,31,34],"metadata":[11,12,17,21,22,28,29,31,34,37],"method":[12,25],"middl":14,"middlewar":[11,34],"migrat":[12,34,38],"migrate_from_old_format":[31,35],"migrate_plugin_manifest":[10,38],"migrate_set":[11,12],"min_length":30,"mindroot":[1,4,5,6,38,41],"mindroot_languag":24,"minlen":30,"miss":[10,24,31,34],"missing_command":[11,12],"mkdir":[5,14],"mm":17,"mock":24,"mock_call_next":[11,24],"mockrequest":[11,24],"mockrespons":[11,24],"mod":11,"mode":14,"model":[11,12,13,23,25,35,37],"model1":12,"model2":12,"model_config":[11,12,13,14,21,23,25,30],"model_id":[11,17,29],"model_nam":37,"model_preferences_v2":[10,31],"model_selector":[10,38],"modelcontextprotocol":25,"modelpreferencesv2":[31,35],"modul":[3,38],"monkei":24,"monkey_patch_to_delet":11,"month":28,"mood":[0,2],"moon":[2,8,14],"more":[14,24],"most":26,"mount":34,"mount_static_fil":[31,34],"mount_translated_static_fil":[31,34],"move":16,"movement":26,"much":14,"multipl":[14,18,24,31],"multiplexed_ev":[11,20],"must":[12,14,24],"mutablemap":[10,34],"my":[25,31,34],"my_mcp_serv":25,"my_plugin":24,"my_serv":25,"mymindroot":5,"name":[1,11,12,14,19,21,24,25,28,29,31,34,35,37],"namedtupl":29,"namespac":12,"nav_hom":24,"navig":16,"necessari":10,"necessarili":14,"need":[2,5,6,10,12,14,17,18,24,25,30,31,34,40,41],"neg":17,"network":30,"new":[0,2,8,12,13,14,17,18,22,25,28,29,30,31,34,35],"new_bal":17,"new_password":30,"next":[2,7,16,24],"non":31,"none":[10,12,13,14,16,17,18,19,20,21,24,25,26,28,29,30,31,32,34,35],"normal":28,"note":[0,1,2,4,8,14],"now":[2,6,10,24,25],"npm":25,"npx":25,"number":[24,29],"oauth":[12,25],"oauth_callback_rout":11,"oauth_storag":11,"oauthclientinformationful":25,"oauthtoken":25,"object":[12,13,14,17,18,24,25,28,29,31,32,34,35,37],"occur":14,"old":[12,35],"old_prefer":35,"omit":16,"on_load":[11,27],"onc":14,"one":[14,30],"onli":[14,16,24,25,28,30,31],"open":[0,2,8],"openrout":[2,6,7],"openrouter_api_kei":[],"openrouter_kei":[2,6],"oper":[17,19,25,28,31],"optim":31,"option":[11,13,14,16,17,18,24,28,29,31,33,34,35],"order":[17,24,35],"ordered_pair":35,"origin":[16,24,31,34],"original_path":24,"original_transaction_id":17,"other":[14,16,24],"otherwis":[13,14,19,24,31,32],"out":14,"output":[0,2,8,14,31],"output_tokens_sequ":31,"overrid":[1,31,34],"own":[],"owner":12,"ownership":12,"p":40,"packag":38,"page":[0,1,2,3,6,7,8,11,12,14,24,28,31],"page_nam":31,"pagetempl":[11,28],"pagin":18,"pair":[34,35],"paragraph":14,"param":[12,14,19,28],"paramet":[12,13,14,16,17,18,19,23,24,25,28,31,32,34,35],"parent":[14,31],"parent_log_id":[14,31],"parent_templ":[10,38],"pars":16,"parse_arg":[10,38],"parti":16,"partial_command":[11,14],"particular":14,"password":[2,11,23,30,40],"password_hash":[11,30],"password_reset_servic":11,"passwordresettoken":[11,30],"patch":24,"path":[10,12,14,17,19,21,22,23,24,28,31],"path_matches_pattern":[11,23],"path_start":31,"pattern":[23,25,30],"payment":[17,28],"payment_123":17,"payment_method":17,"payment_provid":[11,28],"per":[14,17,24,31],"period":28,"period_end":28,"period_start":28,"person":26,"persona":[11,12,21,22],"persona_data":12,"persona_handl":11,"persona_nam":[12,21,26],"persona_path":[12,14],"persona_rout":11,"phase":[2,8],"pic_of_m":[11,26],"pictur":26,"ping":[11,12],"pip":[2,5,12,25],"pipelin":24,"placehold":[24,25,31,34],"plain":18,"plan":28,"plan_data":28,"plan_id":[11,28],"planfeatur":[11,28],"pleas":14,"plugin":[3,5,10,11,12,17,19,21,22,24,28,29,35,37,38,41],"plugin_data":37,"plugin_dir":[25,34],"plugin_id":[11,17,29],"plugin_info":[12,34],"plugin_instal":[10,31,34],"plugin_list":31,"plugin_manag":11,"plugin_manifest":10,"plugin_nam":[12,21,22,24,31,34,37],"plugin_op":[11,21],"plugin_path":[24,31,34],"plugin_root":34,"plugin_rout":11,"plugin_router_fix":11,"plugin_router_new_not_work":11,"plugin_upd":[10,31,34],"pluginentri":[11,21,22],"pluginmanifest":[11,21],"pluginmetadata":[11,12],"pluginrequest":[11,12],"plugins_instal":[10,38],"pluginupdaterequest":[11,12],"poem":14,"poet":14,"polici":17,"port":[10,40],"pose":26,"posit":[17,35],"post":12,"potenti":[14,35],"pre":[2,5],"pre_load":[10,31,34],"prefer":[12,24,35],"prefix":[30,31],"prepend":34,"press":[2,6],"preview":17,"price":[11,28],"print":33,"prioriti":24,"privileg":32,"process":[12,14,18,25,28],"process_result":[11,14],"process_subscription_ev":[11,28],"program":[3,41],"programmat":14,"project":[],"prompt":[11,14,25,26],"properti":[31,33],"protect":25,"protected_rout":[11,23],"proto":[10,31],"protocol":31,"protocol_typ":31,"provid":[2,6,8,10,12,14,17,18,24,26,28,30,31,34,37],"provider_data":[28,37],"provider_nam":[12,37],"provider_subscription_id":[11,28],"provider_url":[11,12,25],"providermanag":[30,31,35],"public":[12,23,28,31],"public_rout":[10,31],"publicli":12,"publish":[11,12,21],"publish_index":[21,22],"publish_index_rout":[11,21],"publish_mcp_serv":[11,12],"publish_plugin_from_github":[11,12],"published_dir":22,"purchas":17,"purpos":16,"put":26,"pw":[2,40],"py":33,"pydant":[12,13,14,21,23,25,30],"pydanticundefin":[12,14,19,21,30],"pypi":[31,34],"python":[2,5,16,25,31,34],"quantiti":[11,17,29],"queri":[12,14,17,20,25,28],"query_param":24,"queu":12,"queue":[12,20],"queue_plugin_instal":[11,12],"quit":[11,14],"r":25,"rais":[25,31,32,34],"random":30,"rang":[17,29],"rate":[0,2],"rather":14,"ratio":17,"ratio_config":17,"raw":[14,33],"re":16,"read":[12,14,18,21,25,31],"read_ag":[11,12],"read_equivalent_flag":[10,11,12,37],"read_json":[10,37],"read_model":[10,11,12,37],"read_persona":[11,12],"read_persona_by_path":[11,12],"read_plugin":[10,37],"read_preferred_model":[10,37],"read_provid":[10,11,12,37],"read_resourc":[11,25],"read_set":[11,12],"read_stream":[10,31],"readm":25,"recipi":18,"recommend":[12,34],"record":[17,29],"record_alloc":[11,17],"record_refund":[11,17],"record_usag":[11,17],"redirect":[12,14,32],"redirect_to_login":32,"redirect_uri":[11,12,25],"redirectrespons":32,"refer":[3,12,14,17,19,25,28,31,34],"reference_id":[11,17],"refresh":[12,25],"refresh_agent_ownership_cach":[11,12],"refresh_catalog_statu":[11,12],"refresh_token":[11,25],"refund":17,"regist":[23,25,29],"register_compon":[10,37],"register_cost_typ":[11,29],"register_funct":[31,35],"register_hook":[31,35],"register_tool":[11,25],"registr":25,"registri":[2,4,7,10,12,38],"registry_asset":12,"registry_id":[11,12,25],"registry_set":12,"registry_settings_rout":11,"registry_token":12,"registry_url":[11,12],"registrybrowserequest":[11,12],"registryserverinstallrequest":[11,12],"relat":[17,28],"relev":[14,26],"rememb":14,"remot":[12,25,31,34],"remote_sourc":[11,12,21,31,34],"remov":[12,22,25,30,35],"remove_ag":[21,22],"remove_agent_rout":[11,21],"remove_mcp_serv":[11,12],"remove_plugin":[10,21,22,37],"remove_plugin_rout":[11,21],"remove_prefer":[31,35],"remove_provid":[10,37],"remove_rol":[11,30],"remove_serv":[11,25],"render":[10,14,31],"render_combined_templ":[10,31],"render_direct_templ":[10,31],"reorder_prefer":[31,35],"repeat":[2,4,14],"replac":[24,34],"replace_placehold":[11,24],"replace_raw_block":[31,33],"repli":14,"reply_to_messag":18,"repo":[11,12,31,34],"repo_path":[11,12,34],"report":[11,14,17],"repositori":[12,31,34],"request":[0,2,10,12,13,14,17,19,20,23,24,28,29,30,31,32,34],"request_id":[11,29],"request_path":23,"requir":[12,16,21,24,30,31,32,34],"require_admin":[31,32],"require_us":[14,31,32],"required_amount":17,"required_command":[11,21],"required_plugin":34,"required_servic":[11,21],"requires_all_rol":[10,31],"requires_any_rol":[10,31],"requires_rol":[10,31],"reset":[16,30],"reset_password_with_token":[11,30],"reset_token":30,"resolut":[17,19,31,34],"resourc":25,"respons":[10,12,24,34],"restart":[2,4,6,7],"restart_serv":[11,12],"restructuredtext":[],"result":[1,2,7,14,28,31,34],"results_output":[11,14],"results_text":[11,14],"results_text_output":[11,14],"retri":14,"retriev":[12,14,28],"return":[12,13,14,16,17,18,19,24,25,28,30,31,32,34,35],"revers":17,"review":16,"role":[11,14,30,31,32],"role_check":11,"role_servic":11,"room":14,"root":[10,24],"rout":[12,23,24,31,32],"route_decor":[10,38],"route_pattern":23,"router":11,"router_dedup_patch":11,"rule":[17,24],"run":[1,2,5,10,11,12,14,18,24,25,31],"run_command_with_stream":[10,31],"run_migr":[10,38],"run_task":[11,14],"run_task_rout":[11,14],"running_command":[11,14],"runtim":16,"runvnc":[2,4],"safe":[18,30,31],"sai":14,"same":[16,24,25],"samesit":24,"sanity_test":[11,25],"save":[2,6,8,12,19,24,25,29,31,34,35],"save_catalog":[11,25],"save_config":[11,25],"save_context":[10,31],"save_context_data":[10,31],"save_cost":[11,29],"save_cost_typ":[11,29],"save_env_fil":[11,19],"save_log":[10,31],"save_plugin_manifest":[10,31,34],"save_plugin_transl":[11,24],"save_prefer":[31,35],"save_session_data":[10,31],"save_set":[11,12],"save_settings_v2":[11,12],"save_token_counts_to_cach":[10,31],"scan":[12,19,24],"scan_agent_ownership":[11,12],"scan_and_import_ag":[11,12],"scan_and_import_agents_endpoint":[11,12],"scan_directori":[11,12],"scan_directory_for_env_var":[11,19],"scan_env_var":[11,19],"scan_for_ag":[11,12],"scandirectoryrequest":[11,12],"scene":26,"schema":14,"scope":[11,12,25,34],"score":[0,2],"script":[14,18,24],"sdk":25,"search":[2,3,4,7,11,12,18,25,31],"search_mcp_catalog":[11,12],"search_serv":[11,25],"second":[12,14],"secondari":14,"secret":[11,12,25],"section":[1,2,3,6,7,14,16,24,26,41],"section_el":24,"secur":14,"see":25,"select":35,"self":[],"send":[12,14,18,30],"send_email":[11,18],"send_email_help":[11,18],"send_messag":[11,14],"send_message_to_ag":[11,14],"send_password_reset_email":[11,30],"send_to_parent_chat":[11,14],"send_verification_email":[11,30],"sensit":30,"sent":31,"sentenc":14,"sequenc":31,"serv":[12,31,34],"serve_asset":[11,12],"server":[2,4,6,7,12,25,38,40],"server_info":25,"server_instal":11,"server_missing_normal_arg":38,"server_nam":[11,12,25],"server_prev":38,"server_request":12,"server_rout":11,"server_typ":[11,12],"servic":[10,11,12,17,21,25,30,31,34],"service_manager_":31,"service_model":11,"service_nam":[12,35],"service_or_command_nam":[11,12,35],"servicet":31,"session":[14,23,24,25,28],"session_fil":[10,38],"session_id":[11,14,29,31],"set":[2,4,6,7,11,12,17,19,24,25,26,28,29,31,35,40],"set_client_info":[11,25],"set_config":[11,17],"set_cooki":[11,24],"set_cost":[11,29],"set_credit_ratio":[11,17],"set_default_templ":[11,28],"set_language_for_request":[11,24],"set_ratio":[11,17],"set_sess":[11,25],"set_token":[11,25],"set_transl":[11,24],"setting_id":12,"settings_data":12,"settings_rout":11,"setup":[11,30],"setup_app_intern":[10,38],"setup_template_environ":[10,31],"setup_verif":[11,30],"sha256":12,"share":[12,21],"shell":[2,4],"shop":14,"should":[2,7,12,13,14,17,19,21,23,24,25,26,30,34],"should_skip_directori":[11,19],"should_translate_fil":[31,34],"show":[0,1,2,7,16,30,31],"shown":[0,2,8],"side":[14,26,34],"signal":34,"signatur":35,"similar":[16,25],"simpl":[2,8,12,25],"simpli":12,"simplifi":29,"simul":24,"singl":31,"skip":[2,5,19],"skip_verif":30,"smtp":18,"smtp_handler":11,"smtphandler":[11,18],"snippet":25,"so":[14,16],"softwar":14,"some":[14,24],"someth":[0,2,14],"somewhat":14,"sonnet":35,"sourc":[1,2,5,10,11,12,13,14,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34,35,37],"source_dir":[12,21],"source_path":[11,12,21,31,34],"space":24,"spanish":24,"spawn_restart":[11,12],"special":[14,24],"specif":[1,12,13,14,16,17,24,25,26,29,31,34],"specifi":[2,14,16,17,18,24,25,30,35,40],"spin":25,"spoken":14,"src":24,"sse":[12,20,25],"st":14,"standalon":24,"star":[0,2],"starlett":30,"start":[3,14,16,17,24,25,41],"start_dat":[17,29],"start_id":18,"start_oauth_flow":[11,25],"start_port":10,"start_raw":[14,33],"startup":[11,13,14,17,21,23,28,30],"state":[11,12,14,16,24,25,30,31,32,34],"static":[24,25,31,34],"staticfil":34,"statist":12,"statu":[11,12,14,16,18,19,25,28,30,32],"stderr":[12,31],"stderr_callback":31,"stdio":[12,25],"stdout":[12,31],"stdout_callback":31,"step":14,"stop":[14,25],"stop_serv":[11,12],"storag":[11,12,25],"store":[12,14,16,17,24,25,28,29,30],"store_asset":[11,12],"store_cont":[11,12],"store_ev":[11,29],"store_featur":[11,28],"store_plan":[11,28],"store_subscript":[11,28],"store_templ":[11,28],"store_transact":[11,17],"str":[10,12,13,14,16,17,18,19,20,21,22,23,24,25,28,29,30,31,32,34,35],"stream":[12,31],"stream_chat":35,"stream_command_as_ev":[10,31],"stream_install_plugin":[11,12],"stream_install_plugin_get":[11,12],"stream_install_recommended_plugin":[11,12],"streamcmd":[10,38],"streaminstallrequest":[11,12],"streamread":31,"string":[12,14,18,31,34],"stripe":[17,28],"stripe_integr":11,"stripeintegr":[11,28],"strong":24,"structur":[1,14,21,25,31,34],"style":[11,14],"sub_log_id":14,"subcontext":14,"subconvers":14,"subject":18,"submit":1,"submodul":[11,38],"subpackag":38,"subscribe_to_agent_messag":[11,14],"subscript":11,"subscription_id":[11,28],"subscription_manag":11,"subscription_pag":[11,28],"subscriptionmanag":[11,28],"subscriptionplan":[11,28],"subscriptionsplugin":[11,28],"subscriptionstorag":[11,28],"substitut":25,"subtask":16,"subtask_id":16,"success":[11,13,14,18,19,25,28,31,34],"successfulli":14,"suffici":17,"summari":[12,14,17,29],"support":[12,18,24,31,34,35],"sure":[2,7,14],"synchron":31,"syntax":[],"system":[14,16,17,24,25,28,30,31,34,35],"t":[14,31,35],"tab":[0,2,7],"tabl":[0,2,14],"tableau":24,"tag":[11,12,25,34],"takeawai":14,"taken":26,"task":[1,3,14,16,17,28,31,41],"task_complet":14,"task_id":14,"task_request":14,"task_result":[11,14],"taskrequest":[11,14],"tell_and_continu":[11,14],"temp":[12,34],"temperatur":14,"templat":[1,10,24,28,34,35,38],"template_data":28,"template_id":[11,28],"template_obj":31,"template_path":31,"template_typ":31,"temporari":25,"test":[12,18,24,25,33],"test_basic_function":[11,24],"test_batch":11,"test_direct_connect":[11,12],"test_dynamic_command":11,"test_email":11,"test_email_servic":11,"test_enhanc":11,"test_file_integr":[11,24],"test_integrated_transl":[11,24],"test_integration_with_templ":[11,24],"test_l8n":11,"test_l8n_standalon":11,"test_language_detect":[11,24],"test_local_mcp_serv":[11,12],"test_local_server_cap":[11,25],"test_middlewar":11,"test_middleware_function":[11,24],"test_registry_connect":[11,12],"test_remote_mcp_serv":[11,12],"testmcpclient":11,"text":[11,14,16,18,24,26,33],"text_byt":18,"textmessagepart":[11,14],"than":14,"thei":[14,26],"them":[12,14,16,34,35],"therefor":14,"thi":[1,2,3,6,10,12,14,17,18,24,25,26,30,31,34,41],"thing":14,"third":[16,26],"those":14,"time":[2,12,40],"timeout":12,"timestamp":[11,17,29,30],"titl":24,"to_dict":[11,17,28,29],"toggl":[31,34],"toggle_plugin":[11,12],"toggle_plugin_st":[10,31,34],"togglepluginrequest":[11,12],"token":[11,12,14,23,25,30,31],"token_count":[10,14,38],"token_data":[11,30],"token_expires_at":[11,25],"tokenstorag":25,"tool":[3,11,12,16,25,41],"tool_nam":25,"top":[2,7],"total":[29,31],"track":[14,17,29],"track_usag":[11,29],"tracker":[0,2],"transact":17,"transaction_id":[11,17],"transform":22,"translat":[24,31,34],"translatedstaticfil":[31,34],"transport":[11,12,25],"transport_typ":[11,12,25],"transport_url":[11,12,25],"tree":[],"tri":31,"trigger":30,"troubleshoot":19,"true":[12,13,14,19,23,24,25,28,31,32,34,35],"trust":[11,21],"try":[0,2,12,14,18],"tupl":[12,17,25,30,31,34,35],"two":3,"tx":14,"txt":[31,34],"type":[11,12,13,14,17,19,28,29,30,31,34,35],"typic":[0,2,8,14,31,34],"u":[2,40],"ui":[0,2],"uid":18,"uncheck":16,"under":[],"underscor":24,"understand":3,"uniqu":[14,26],"unit":[11,17,29],"unit_cost":29,"univers":14,"unless":14,"unregist":25,"unregister_server_tool":[11,25],"unspecifi":31,"until":16,"up":[2,7,14,25,26,31],"updat":[12,14,17,19,22,25,28,29,30,31,34,37],"update_ag":[11,12],"update_cost":[11,29],"update_env_var":[11,19],"update_environment_var":[11,19],"update_featur":[11,28],"update_index":[21,22],"update_index_rout":[11,21],"update_mindroot":[11,12],"update_model":[10,37],"update_page_templ":[11,28],"update_persona":[11,12],"update_plan":[11,28],"update_plan_featur":[11,28],"update_plugin":[10,11,12,37],"update_plugin_manifest":[10,31,34],"update_plugins_json":[10,31],"update_provid":[10,37],"update_registry_set":[11,12],"update_server_statu":[11,25],"update_set":[11,12],"update_subscript":[11,28],"update_subscription_period":[11,28],"update_subscription_plan":[11,28],"update_subscription_statu":[11,28],"updated_at":[11,28],"updated_set":12,"upgrad":12,"upload":14,"upload_fil":[11,14],"uploadfil":[12,14,21,22],"uri":25,"url":[11,12,14,20,21,24,25,28],"us":[2,3,4,5,12,14,18,19,24,26,30,31,35],"usag":[11,17,31,34],"usage_admin":[11,29],"usageev":[11,29],"usagereport":[11,29],"usagestorag":[11,29],"usagetrack":[11,29],"usd":28,"user":[2,13,14,17,24,28,29,30,31,32,34,40],"user123":17,"user_data":30,"user_data_root":30,"user_servic":11,"userauth":[11,30],"userbas":[11,30],"usercr":[11,30],"userinrequest":[11,30],"usernam":[11,12,13,14,17,23,28,29,30],"usersubscript":[11,28],"usual":[2,5,26],"util":[11,25],"uv":25,"uvx":25,"v2":12,"valid":[13,14,24,30,31,32],"validate_agent_structur":[11,12],"validate_kei":[11,13],"validate_token":[11,14],"valu":[14,19,24,31,34],"var_nam":19,"var_valu":19,"variabl":[2,6,12,19,24,25,31],"variou":[24,31,34],"venv":[2,5],"verbatim":14,"veri":26,"verif":30,"verifi":[18,30,32],"verification_expir":[11,30],"verification_token":[11,30],"verify_api_kei":[31,32],"verify_email":[11,30],"verify_us":[11,30],"version":[11,12,21,24,31,34],"via":[12,25],"video":[14,26],"video_of_m":[11,26],"view":26,"viewcod":3,"virtual":[2,5],"visited_log_id":31,"wa":[13,14,24],"wai":14,"wait":[1,12,14],"wait_for_user_repli":[11,14],"want":[2,3,7,14,26],"warn":24,"was_new":12,"we":[2,6,14],"wear":26,"web":[2,8],"webhook":28,"webhook_handl":11,"webhookhandl":[11,28],"week":[0,2],"welcom":3,"well":26,"what":[14,26],"when":[14,24,26,32],"where":[16,24,26],"whether":[14,28,31,34],"which":[12,24,25],"whie":14,"while":14,"who":3,"widget":[14,23],"widget_manag":11,"widget_request":14,"widget_rout":11,"widgetmanag":[11,14],"widgets_dir":14,"widgettokencr":[11,14],"widgettokenrespons":[11,14],"within":[14,17,29],"without":[12,14,16,24,25,31],"word":14,"work":[0,1,2,14,18,25,31],"working_dir":25,"world":[31,33],"would":[14,24],"write":[14,24,33],"write_equivalent_flag":[10,37],"write_json":[10,37],"write_localized_fil":[11,24],"write_model":[10,37],"write_plugin":[10,37],"write_preferred_model":[10,37],"write_provid":[10,37],"write_set":[11,12],"written":16,"xyz":23,"yield":31,"you":[2,4,5,6,7,14,26,40,41],"your":[2,5,6,14,18],"youtub":14,"yyyi":17,"z0":30,"za":30,"zero":12,"zip":[12,14,22]},"titles":["Chat with Assistant","Developer Documentation","Getting Started","MindRoot Documentation","Install Plugins with Tools","Installation","LLM API Key","LLM Plugin Installation","Give Assistant a Programming Task","ahp module","mindroot package","mindroot.coreplugins package","mindroot.coreplugins.admin package","mindroot.coreplugins.api_keys package","mindroot.coreplugins.chat package","mindroot.coreplugins.chat_avatar package","mindroot.coreplugins.check_list package","mindroot.coreplugins.credits package","mindroot.coreplugins.email package","mindroot.coreplugins.env_manager package","mindroot.coreplugins.events package","mindroot.coreplugins.index package","mindroot.coreplugins.index.handlers package","mindroot.coreplugins.jwt_auth package","mindroot.coreplugins.l8n package","mindroot.coreplugins.mcp_ package","mindroot.coreplugins.persona package","mindroot.coreplugins.startup package","mindroot.coreplugins.subscriptions package","mindroot.coreplugins.usage package","mindroot.coreplugins.user_service package","mindroot.lib package","mindroot.lib.auth package","mindroot.lib.json_str_block package","mindroot.lib.plugins package","mindroot.lib.providers package","mindroot.lib.providers.backup package","mindroot.registry package","src","mr_agent_expert_instr module","Starting MindRoot","User Documentation"],"titleterms":{"admin":12,"admin_init":30,"agent_import":12,"agent_op":22,"agent_rout":12,"ahp":9,"api":[1,2,6],"api_kei":[13,32],"api_key_manag":13,"architectur":1,"asset_manag":12,"assist":[0,2,8],"auth":32,"backup":36,"basic":[],"buchatlog":31,"buchatlog2":31,"butempl":31,"catalog_command":25,"catalog_manag":25,"chat":[0,2,14],"chat_avatar":15,"chatcontext":31,"chatlog":31,"chatlog_optim":31,"check_list":16,"cli":13,"code":3,"command":[14,35],"command_rout":12,"component_manag":37,"content":[10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34,35,36,37,41],"contribut":1,"convers":17,"coreplugin":[11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30],"credit":17,"credit_integr":28,"data_access":37,"debug_load":24,"debug_middlewar":24,"default_templ":28,"develop":[1,3],"document":[1,3,41],"dynamic_command":25,"email":18,"email_provid":18,"email_servic":30,"env_manag":19,"event":20,"exampl":1,"format_result_msg":14,"get":2,"give":[2,8],"handler":[22,29],"hook":35,"imap_handl":18,"index":[21,22],"index_op":22,"indic":3,"init_persona":26,"instal":[2,4,5,7,34],"json_escap":31,"json_str_block":33,"jwt_auth":23,"kei":[2,6],"l8n":24,"l8n_constant":24,"l8n_static_handl":34,"language_detect":24,"ledger":17,"lib":[31,32,33,34,35,36],"llm":[2,6,7],"loader":34,"loader_with_l8n":34,"manifest":34,"map":34,"mcp_":25,"mcp_catalog_rout":12,"mcp_manag":25,"mcp_publish_rout":12,"mcp_registry_rout":12,"mcp_rout":12,"middlewar":[23,24],"migrat":10,"mindroot":[2,3,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34,35,36,37,40],"miss":35,"mod":[12,13,14,16,17,18,19,20,21,23,24,25,26,27,28,29,30],"model":[14,17,21,28,29,30],"model_preferences_v2":35,"model_selector":31,"modul":[9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34,35,36,37,39],"monkey_patch_to_delet":24,"mr_agent_expert_instr":39,"oauth_callback_rout":12,"oauth_storag":25,"packag":[10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34,35,36,37],"parent_templ":31,"password_reset_servic":30,"path":34,"persona":26,"persona_handl":12,"persona_rout":12,"plugin":[1,2,4,7,31,34],"plugin_manag":12,"plugin_op":22,"plugin_rout":12,"plugin_router_fix":12,"plugin_router_new_not_work":12,"plugins_instal":31,"program":[2,8],"provid":[35,36],"publish":22,"refer":1,"registri":37,"registry_settings_rout":12,"report":29,"role_check":23,"role_servic":30,"route_decor":31,"router":[12,13,14,17,19,20,21,23,28,29,30],"router_dedup_patch":14,"server":10,"server_instal":25,"server_missing_normal_arg":10,"server_prev":10,"server_rout":12,"servic":[14,18,35],"service_model":12,"session_fil":31,"settings_rout":12,"setup":25,"smtp_handler":18,"sourc":3,"src":38,"start":[2,40],"startup":27,"storag":[17,28,29],"streamcmd":31,"stripe_integr":28,"submodul":[10,12,13,14,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34,35,37],"subpackag":[10,11,21,31,35],"subscript":28,"subscription_manag":28,"tabl":3,"task":[2,8],"templat":31,"test_batch":18,"test_dynamic_command":25,"test_email":18,"test_email_servic":18,"test_enhanc":24,"test_l8n":24,"test_l8n_standalon":24,"test_middlewar":24,"testmcpclient":25,"token_count":31,"tool":[2,4],"usag":29,"user":[3,41],"user_servic":30,"util":[14,21,24],"view":3,"webhook_handl":28,"widget_manag":14,"widget_rout":14}})