mindroot 10.0.0__py3-none-any.whl → 10.3.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 (269) hide show
  1. mindroot/coreplugins/agent/agent.py +19 -3
  2. mindroot/coreplugins/agent/agent.py.bak +507 -0
  3. mindroot/coreplugins/chat/buwidget_routes.py +287 -0
  4. mindroot/coreplugins/chat/services.py +66 -2
  5. mindroot/coreplugins/chat/static/css/mobile.css +37 -0
  6. mindroot/coreplugins/chat/static/js/chat.js +26 -4
  7. mindroot/coreplugins/chat/templates/chat.jinja2 +1 -1
  8. mindroot/coreplugins/chat/widget_routes.py +53 -10
  9. mindroot/coreplugins/check_list/mod.py +52 -0
  10. mindroot/coreplugins/check_list/mod_create_checklist_lol.py +756 -0
  11. mindroot/coreplugins/check_list/plugin_info.json +1 -0
  12. mindroot/docs/_build/doctrees/developer_documentation.doctree +0 -0
  13. mindroot/docs/_build/doctrees/embed_chat.doctree +0 -0
  14. mindroot/docs/_build/doctrees/environment.pickle +0 -0
  15. mindroot/docs/_build/doctrees/source/mindroot.coreplugins.check_list.doctree +0 -0
  16. mindroot/docs/_build/doctrees/source/mindroot.lib.doctree +0 -0
  17. mindroot/docs/_build/doctrees/user_documentation.doctree +0 -0
  18. mindroot/docs/_build/html/_images/apikey.png +0 -0
  19. mindroot/docs/_build/html/_images/chatwidgetx.png +0 -0
  20. mindroot/docs/_build/html/_images/disablechatavatar.png +0 -0
  21. mindroot/docs/_build/html/_images/widgetform.png +0 -0
  22. mindroot/docs/_build/html/_images/widgetonpage.png +0 -0
  23. mindroot/docs/_build/html/_modules/index.html +1 -0
  24. mindroot/docs/_build/html/_modules/mindroot/coreplugins/admin/agent_importer.html +282 -86
  25. mindroot/docs/_build/html/_modules/mindroot/coreplugins/admin/agent_router.html +281 -88
  26. mindroot/docs/_build/html/_modules/mindroot/coreplugins/admin/asset_manager.html +280 -84
  27. mindroot/docs/_build/html/_modules/mindroot/coreplugins/admin/command_router.html +281 -88
  28. mindroot/docs/_build/html/_modules/mindroot/coreplugins/admin/mcp_catalog_routes.html +279 -86
  29. mindroot/docs/_build/html/_modules/mindroot/coreplugins/admin/mcp_publish_routes.html +284 -91
  30. mindroot/docs/_build/html/_modules/mindroot/coreplugins/admin/mcp_registry_routes.html +284 -91
  31. mindroot/docs/_build/html/_modules/mindroot/coreplugins/admin/mcp_routes.html +281 -88
  32. mindroot/docs/_build/html/_modules/mindroot/coreplugins/admin/mod.html +280 -84
  33. mindroot/docs/_build/html/_modules/mindroot/coreplugins/admin/oauth_callback_router.html +280 -87
  34. mindroot/docs/_build/html/_modules/mindroot/coreplugins/admin/persona_handler.html +282 -86
  35. mindroot/docs/_build/html/_modules/mindroot/coreplugins/admin/persona_router.html +285 -89
  36. mindroot/docs/_build/html/_modules/mindroot/coreplugins/admin/plugin_manager.html +281 -88
  37. mindroot/docs/_build/html/_modules/mindroot/coreplugins/admin/plugin_router.html +280 -87
  38. mindroot/docs/_build/html/_modules/mindroot/coreplugins/admin/plugin_routes.html +280 -87
  39. mindroot/docs/_build/html/_modules/mindroot/coreplugins/admin/registry_settings_routes.html +280 -87
  40. mindroot/docs/_build/html/_modules/mindroot/coreplugins/admin/router.html +281 -88
  41. mindroot/docs/_build/html/_modules/mindroot/coreplugins/admin/server_router.html +280 -84
  42. mindroot/docs/_build/html/_modules/mindroot/coreplugins/admin/service_models.html +280 -87
  43. mindroot/docs/_build/html/_modules/mindroot/coreplugins/admin/settings_router.html +1 -0
  44. mindroot/docs/_build/html/_modules/mindroot/coreplugins/api_keys/api_key_manager.html +280 -87
  45. mindroot/docs/_build/html/_modules/mindroot/coreplugins/api_keys/mod.html +279 -86
  46. mindroot/docs/_build/html/_modules/mindroot/coreplugins/api_keys/router.html +280 -87
  47. mindroot/docs/_build/html/_modules/mindroot/coreplugins/chat/commands.html +281 -88
  48. mindroot/docs/_build/html/_modules/mindroot/coreplugins/chat/mod.html +279 -86
  49. mindroot/docs/_build/html/_modules/mindroot/coreplugins/chat/models.html +280 -87
  50. mindroot/docs/_build/html/_modules/mindroot/coreplugins/chat/router.html +281 -88
  51. mindroot/docs/_build/html/_modules/mindroot/coreplugins/chat/services.html +283 -90
  52. mindroot/docs/_build/html/_modules/mindroot/coreplugins/chat/widget_manager.html +279 -86
  53. mindroot/docs/_build/html/_modules/mindroot/coreplugins/chat/widget_routes.html +279 -86
  54. mindroot/docs/_build/html/_modules/mindroot/coreplugins/check_list/mod.html +669 -213
  55. mindroot/docs/_build/html/_modules/mindroot/coreplugins/credits/conversion.html +280 -87
  56. mindroot/docs/_build/html/_modules/mindroot/coreplugins/credits/ledger.html +281 -88
  57. mindroot/docs/_build/html/_modules/mindroot/coreplugins/credits/mod.html +281 -88
  58. mindroot/docs/_build/html/_modules/mindroot/coreplugins/credits/models.html +279 -86
  59. mindroot/docs/_build/html/_modules/mindroot/coreplugins/credits/router.html +279 -86
  60. mindroot/docs/_build/html/_modules/mindroot/coreplugins/credits/storage.html +279 -86
  61. mindroot/docs/_build/html/_modules/mindroot/coreplugins/email/email_provider.html +280 -87
  62. mindroot/docs/_build/html/_modules/mindroot/coreplugins/email/imap_handler.html +284 -91
  63. mindroot/docs/_build/html/_modules/mindroot/coreplugins/email/mod.html +280 -87
  64. mindroot/docs/_build/html/_modules/mindroot/coreplugins/email/services.html +280 -87
  65. mindroot/docs/_build/html/_modules/mindroot/coreplugins/email/smtp_handler.html +280 -87
  66. mindroot/docs/_build/html/_modules/mindroot/coreplugins/email/test_email_service.html +280 -87
  67. mindroot/docs/_build/html/_modules/mindroot/coreplugins/env_manager/mod.html +281 -88
  68. mindroot/docs/_build/html/_modules/mindroot/coreplugins/env_manager/router.html +280 -87
  69. mindroot/docs/_build/html/_modules/mindroot/coreplugins/events/router.html +280 -87
  70. mindroot/docs/_build/html/_modules/mindroot/coreplugins/index/handlers/agent_ops.html +280 -87
  71. mindroot/docs/_build/html/_modules/mindroot/coreplugins/index/handlers/index_ops.html +280 -87
  72. mindroot/docs/_build/html/_modules/mindroot/coreplugins/index/handlers/plugin_ops.html +284 -91
  73. mindroot/docs/_build/html/_modules/mindroot/coreplugins/index/handlers/publish.html +281 -88
  74. mindroot/docs/_build/html/_modules/mindroot/coreplugins/index/mod.html +279 -86
  75. mindroot/docs/_build/html/_modules/mindroot/coreplugins/index/models.html +282 -86
  76. mindroot/docs/_build/html/_modules/mindroot/coreplugins/index/router.html +284 -91
  77. mindroot/docs/_build/html/_modules/mindroot/coreplugins/index/utils.html +282 -86
  78. mindroot/docs/_build/html/_modules/mindroot/coreplugins/jwt_auth/middleware.html +1 -0
  79. mindroot/docs/_build/html/_modules/mindroot/coreplugins/jwt_auth/mod.html +279 -86
  80. mindroot/docs/_build/html/_modules/mindroot/coreplugins/jwt_auth/router.html +280 -87
  81. mindroot/docs/_build/html/_modules/mindroot/coreplugins/l8n/language_detection.html +280 -84
  82. mindroot/docs/_build/html/_modules/mindroot/coreplugins/l8n/middleware.html +280 -84
  83. mindroot/docs/_build/html/_modules/mindroot/coreplugins/l8n/mod.html +282 -86
  84. mindroot/docs/_build/html/_modules/mindroot/coreplugins/l8n/test_enhanced.html +280 -84
  85. mindroot/docs/_build/html/_modules/mindroot/coreplugins/l8n/test_l8n_standalone.html +282 -86
  86. mindroot/docs/_build/html/_modules/mindroot/coreplugins/l8n/test_middleware.html +282 -86
  87. mindroot/docs/_build/html/_modules/mindroot/coreplugins/l8n/utils.html +280 -84
  88. mindroot/docs/_build/html/_modules/mindroot/coreplugins/mcp_/catalog_commands.html +282 -86
  89. mindroot/docs/_build/html/_modules/mindroot/coreplugins/mcp_/catalog_manager.html +280 -84
  90. mindroot/docs/_build/html/_modules/mindroot/coreplugins/mcp_/dynamic_commands.html +280 -84
  91. mindroot/docs/_build/html/_modules/mindroot/coreplugins/mcp_/mcp_manager.html +282 -86
  92. mindroot/docs/_build/html/_modules/mindroot/coreplugins/mcp_/mod.html +282 -86
  93. mindroot/docs/_build/html/_modules/mindroot/coreplugins/mcp_/oauth_storage.html +280 -84
  94. mindroot/docs/_build/html/_modules/mindroot/coreplugins/mcp_/server_installer.html +282 -86
  95. mindroot/docs/_build/html/_modules/mindroot/coreplugins/mcp_/testmcpclient.html +285 -89
  96. mindroot/docs/_build/html/_modules/mindroot/coreplugins/persona/init_persona.html +280 -84
  97. mindroot/docs/_build/html/_modules/mindroot/coreplugins/persona/mod.html +282 -86
  98. mindroot/docs/_build/html/_modules/mindroot/coreplugins/startup/mod.html +282 -86
  99. mindroot/docs/_build/html/_modules/mindroot/coreplugins/subscriptions/credit_integration.html +280 -84
  100. mindroot/docs/_build/html/_modules/mindroot/coreplugins/subscriptions/mod.html +282 -86
  101. mindroot/docs/_build/html/_modules/mindroot/coreplugins/subscriptions/models.html +280 -84
  102. mindroot/docs/_build/html/_modules/mindroot/coreplugins/subscriptions/router.html +285 -89
  103. mindroot/docs/_build/html/_modules/mindroot/coreplugins/subscriptions/storage.html +282 -86
  104. mindroot/docs/_build/html/_modules/mindroot/coreplugins/subscriptions/stripe_integration.html +280 -84
  105. mindroot/docs/_build/html/_modules/mindroot/coreplugins/subscriptions/subscription_manager.html +280 -84
  106. mindroot/docs/_build/html/_modules/mindroot/coreplugins/subscriptions/webhook_handler.html +280 -84
  107. mindroot/docs/_build/html/_modules/mindroot/coreplugins/usage/handlers.html +282 -86
  108. mindroot/docs/_build/html/_modules/mindroot/coreplugins/usage/mod.html +282 -86
  109. mindroot/docs/_build/html/_modules/mindroot/coreplugins/usage/models.html +282 -86
  110. mindroot/docs/_build/html/_modules/mindroot/coreplugins/usage/reporting.html +282 -86
  111. mindroot/docs/_build/html/_modules/mindroot/coreplugins/usage/router.html +282 -86
  112. mindroot/docs/_build/html/_modules/mindroot/coreplugins/usage/storage.html +285 -89
  113. mindroot/docs/_build/html/_modules/mindroot/coreplugins/user_service/admin_init.html +282 -86
  114. mindroot/docs/_build/html/_modules/mindroot/coreplugins/user_service/email_service.html +282 -86
  115. mindroot/docs/_build/html/_modules/mindroot/coreplugins/user_service/mod.html +280 -84
  116. mindroot/docs/_build/html/_modules/mindroot/coreplugins/user_service/models.html +282 -86
  117. mindroot/docs/_build/html/_modules/mindroot/coreplugins/user_service/password_reset_service.html +282 -86
  118. mindroot/docs/_build/html/_modules/mindroot/coreplugins/user_service/role_service.html +282 -86
  119. mindroot/docs/_build/html/_modules/mindroot/coreplugins/user_service/router.html +282 -86
  120. mindroot/docs/_build/html/_modules/mindroot/lib/auth/api_key.html +280 -84
  121. mindroot/docs/_build/html/_modules/mindroot/lib/auth/auth.html +282 -86
  122. mindroot/docs/_build/html/_modules/mindroot/lib/buchatlog.html +285 -89
  123. mindroot/docs/_build/html/_modules/mindroot/lib/buchatlog2.html +282 -86
  124. mindroot/docs/_build/html/_modules/mindroot/lib/butemplates.html +282 -86
  125. mindroot/docs/_build/html/_modules/mindroot/lib/chatcontext.html +285 -89
  126. mindroot/docs/_build/html/_modules/mindroot/lib/chatlog.html +440 -91
  127. mindroot/docs/_build/html/_modules/mindroot/lib/chatlog_optimized.html +282 -86
  128. mindroot/docs/_build/html/_modules/mindroot/lib/json_escape.html +280 -84
  129. mindroot/docs/_build/html/_modules/mindroot/lib/json_str_block/json_str_block.html +282 -86
  130. mindroot/docs/_build/html/_modules/mindroot/lib/parent_templates.html +282 -86
  131. mindroot/docs/_build/html/_modules/mindroot/lib/plugins/installation.html +280 -84
  132. mindroot/docs/_build/html/_modules/mindroot/lib/plugins/l8n_static_handler.html +280 -84
  133. mindroot/docs/_build/html/_modules/mindroot/lib/plugins/loader.html +282 -86
  134. mindroot/docs/_build/html/_modules/mindroot/lib/plugins/loader_with_l8n.html +282 -86
  135. mindroot/docs/_build/html/_modules/mindroot/lib/plugins/manifest.html +282 -86
  136. mindroot/docs/_build/html/_modules/mindroot/lib/plugins/mapping.html +280 -84
  137. mindroot/docs/_build/html/_modules/mindroot/lib/plugins/paths.html +282 -86
  138. mindroot/docs/_build/html/_modules/mindroot/lib/plugins_install.html +282 -86
  139. mindroot/docs/_build/html/_modules/mindroot/lib/providers/commands.html +282 -87
  140. mindroot/docs/_build/html/_modules/mindroot/lib/providers/hooks.html +280 -85
  141. mindroot/docs/_build/html/_modules/mindroot/lib/providers/missing.html +282 -87
  142. mindroot/docs/_build/html/_modules/mindroot/lib/providers/model_preferences_v2.html +1 -0
  143. mindroot/docs/_build/html/_modules/mindroot/lib/providers/services.html +282 -87
  144. mindroot/docs/_build/html/_modules/mindroot/lib/providers.html +285 -89
  145. mindroot/docs/_build/html/_modules/mindroot/lib/route_decorators.html +282 -86
  146. mindroot/docs/_build/html/_modules/mindroot/lib/session_files.html +282 -86
  147. mindroot/docs/_build/html/_modules/mindroot/lib/streamcmd.html +282 -86
  148. mindroot/docs/_build/html/_modules/mindroot/lib/templates.html +1 -0
  149. mindroot/docs/_build/html/_modules/mindroot/lib/token_counter.html +280 -84
  150. mindroot/docs/_build/html/_modules/mindroot/migrate.html +282 -86
  151. mindroot/docs/_build/html/_modules/mindroot/registry/component_manager.html +282 -86
  152. mindroot/docs/_build/html/_modules/mindroot/registry/data_access.html +285 -89
  153. mindroot/docs/_build/html/_modules/mindroot/server.html +1 -0
  154. mindroot/docs/_build/html/_modules/mindroot/server_missing_normal_args.html +282 -86
  155. mindroot/docs/_build/html/_modules/mindroot/server_prev.html +282 -86
  156. mindroot/docs/_build/html/_sources/developer_documentation.rst.txt +1 -1
  157. mindroot/docs/_build/html/_sources/embed_chat.rst.txt +54 -0
  158. mindroot/docs/_build/html/_sources/user_documentation.rst.txt +6 -1
  159. mindroot/docs/_build/html/chat_with_assistant.html +1 -0
  160. mindroot/docs/_build/html/developer_documentation.html +5 -4
  161. mindroot/docs/_build/html/embed_chat.html +381 -0
  162. mindroot/docs/_build/html/genindex.html +9 -2
  163. mindroot/docs/_build/html/getting_started.html +1 -0
  164. mindroot/docs/_build/html/index.html +2 -0
  165. mindroot/docs/_build/html/install_plugins_with_tools.html +1 -0
  166. mindroot/docs/_build/html/installation.html +1 -0
  167. mindroot/docs/_build/html/llm_api_key.html +1 -0
  168. mindroot/docs/_build/html/llm_plugin_installation.html +1 -0
  169. mindroot/docs/_build/html/objects.inv +0 -0
  170. mindroot/docs/_build/html/programming_task.html +4 -3
  171. mindroot/docs/_build/html/py-modindex.html +2 -1
  172. mindroot/docs/_build/html/search.html +1 -0
  173. mindroot/docs/_build/html/searchindex.js +1 -1
  174. mindroot/docs/_build/html/source/ahp.html +1 -0
  175. mindroot/docs/_build/html/source/mindroot.coreplugins.admin.html +1 -0
  176. mindroot/docs/_build/html/source/mindroot.coreplugins.api_keys.html +1 -0
  177. mindroot/docs/_build/html/source/mindroot.coreplugins.chat.html +1 -0
  178. mindroot/docs/_build/html/source/mindroot.coreplugins.chat_avatar.html +1 -0
  179. mindroot/docs/_build/html/source/mindroot.coreplugins.check_list.html +76 -45
  180. mindroot/docs/_build/html/source/mindroot.coreplugins.credits.html +1 -0
  181. mindroot/docs/_build/html/source/mindroot.coreplugins.email.html +1 -0
  182. mindroot/docs/_build/html/source/mindroot.coreplugins.env_manager.html +1 -0
  183. mindroot/docs/_build/html/source/mindroot.coreplugins.events.html +1 -0
  184. mindroot/docs/_build/html/source/mindroot.coreplugins.html +3 -0
  185. mindroot/docs/_build/html/source/mindroot.coreplugins.index.handlers.html +1 -0
  186. mindroot/docs/_build/html/source/mindroot.coreplugins.index.html +1 -0
  187. mindroot/docs/_build/html/source/mindroot.coreplugins.jwt_auth.html +1 -0
  188. mindroot/docs/_build/html/source/mindroot.coreplugins.l8n.html +1 -0
  189. mindroot/docs/_build/html/source/mindroot.coreplugins.mcp_.html +1 -0
  190. mindroot/docs/_build/html/source/mindroot.coreplugins.persona.html +1 -0
  191. mindroot/docs/_build/html/source/mindroot.coreplugins.startup.html +1 -0
  192. mindroot/docs/_build/html/source/mindroot.coreplugins.subscriptions.html +1 -0
  193. mindroot/docs/_build/html/source/mindroot.coreplugins.usage.html +1 -0
  194. mindroot/docs/_build/html/source/mindroot.coreplugins.user_service.html +1 -0
  195. mindroot/docs/_build/html/source/mindroot.html +2 -0
  196. mindroot/docs/_build/html/source/mindroot.lib.auth.html +1 -0
  197. mindroot/docs/_build/html/source/mindroot.lib.html +34 -3
  198. mindroot/docs/_build/html/source/mindroot.lib.json_str_block.html +1 -0
  199. mindroot/docs/_build/html/source/mindroot.lib.plugins.html +1 -0
  200. mindroot/docs/_build/html/source/mindroot.lib.providers.backup.html +1 -0
  201. mindroot/docs/_build/html/source/mindroot.lib.providers.html +1 -0
  202. mindroot/docs/_build/html/source/mindroot.registry.html +1 -0
  203. mindroot/docs/_build/html/source/modules.html +1 -0
  204. mindroot/docs/_build/html/source/mr_agent_expert_instr.html +1 -0
  205. mindroot/docs/_build/html/starting_mindroot.html +1 -0
  206. mindroot/docs/_build/html/user_documentation.html +9 -0
  207. mindroot/docs/apikey.png +0 -0
  208. mindroot/docs/chatwidget1.png +0 -0
  209. mindroot/docs/chatwidgetx.png +0 -0
  210. mindroot/docs/disablechatavatar.png +0 -0
  211. mindroot/docs/embed_chat.rst +54 -0
  212. mindroot/docs/user_documentation.rst +6 -1
  213. mindroot/docs/widgetform.png +0 -0
  214. mindroot/docs/widgetonpage.png +0 -0
  215. {mindroot-10.0.0.dist-info → mindroot-10.3.0.dist-info}/METADATA +1 -1
  216. {mindroot-10.0.0.dist-info → mindroot-10.3.0.dist-info}/RECORD +220 -251
  217. mindroot/docs/_build/html/.buildinfo.bak +0 -4
  218. mindroot/docs/_build/html/_static/_sphinx_javascript_frameworks_compat.js +0 -123
  219. mindroot/docs/_build/html/_static/css/badge_only.css +0 -1
  220. mindroot/docs/_build/html/_static/css/fonts/Roboto-Slab-Bold.woff +0 -0
  221. mindroot/docs/_build/html/_static/css/fonts/Roboto-Slab-Bold.woff2 +0 -0
  222. mindroot/docs/_build/html/_static/css/fonts/Roboto-Slab-Regular.woff +0 -0
  223. mindroot/docs/_build/html/_static/css/fonts/Roboto-Slab-Regular.woff2 +0 -0
  224. mindroot/docs/_build/html/_static/css/fonts/fontawesome-webfont.eot +0 -0
  225. mindroot/docs/_build/html/_static/css/fonts/fontawesome-webfont.svg +0 -2671
  226. mindroot/docs/_build/html/_static/css/fonts/fontawesome-webfont.ttf +0 -0
  227. mindroot/docs/_build/html/_static/css/fonts/fontawesome-webfont.woff +0 -0
  228. mindroot/docs/_build/html/_static/css/fonts/fontawesome-webfont.woff2 +0 -0
  229. mindroot/docs/_build/html/_static/css/fonts/lato-bold-italic.woff +0 -0
  230. mindroot/docs/_build/html/_static/css/fonts/lato-bold-italic.woff2 +0 -0
  231. mindroot/docs/_build/html/_static/css/fonts/lato-bold.woff +0 -0
  232. mindroot/docs/_build/html/_static/css/fonts/lato-bold.woff2 +0 -0
  233. mindroot/docs/_build/html/_static/css/fonts/lato-normal-italic.woff +0 -0
  234. mindroot/docs/_build/html/_static/css/fonts/lato-normal-italic.woff2 +0 -0
  235. mindroot/docs/_build/html/_static/css/fonts/lato-normal.woff +0 -0
  236. mindroot/docs/_build/html/_static/css/fonts/lato-normal.woff2 +0 -0
  237. mindroot/docs/_build/html/_static/css/theme.css +0 -4
  238. mindroot/docs/_build/html/_static/fonts/Lato/lato-bold.eot +0 -0
  239. mindroot/docs/_build/html/_static/fonts/Lato/lato-bold.ttf +0 -0
  240. mindroot/docs/_build/html/_static/fonts/Lato/lato-bold.woff +0 -0
  241. mindroot/docs/_build/html/_static/fonts/Lato/lato-bold.woff2 +0 -0
  242. mindroot/docs/_build/html/_static/fonts/Lato/lato-bolditalic.eot +0 -0
  243. mindroot/docs/_build/html/_static/fonts/Lato/lato-bolditalic.ttf +0 -0
  244. mindroot/docs/_build/html/_static/fonts/Lato/lato-bolditalic.woff +0 -0
  245. mindroot/docs/_build/html/_static/fonts/Lato/lato-bolditalic.woff2 +0 -0
  246. mindroot/docs/_build/html/_static/fonts/Lato/lato-italic.eot +0 -0
  247. mindroot/docs/_build/html/_static/fonts/Lato/lato-italic.ttf +0 -0
  248. mindroot/docs/_build/html/_static/fonts/Lato/lato-italic.woff +0 -0
  249. mindroot/docs/_build/html/_static/fonts/Lato/lato-italic.woff2 +0 -0
  250. mindroot/docs/_build/html/_static/fonts/Lato/lato-regular.eot +0 -0
  251. mindroot/docs/_build/html/_static/fonts/Lato/lato-regular.ttf +0 -0
  252. mindroot/docs/_build/html/_static/fonts/Lato/lato-regular.woff +0 -0
  253. mindroot/docs/_build/html/_static/fonts/Lato/lato-regular.woff2 +0 -0
  254. mindroot/docs/_build/html/_static/fonts/RobotoSlab/roboto-slab-v7-bold.eot +0 -0
  255. mindroot/docs/_build/html/_static/fonts/RobotoSlab/roboto-slab-v7-bold.ttf +0 -0
  256. mindroot/docs/_build/html/_static/fonts/RobotoSlab/roboto-slab-v7-bold.woff +0 -0
  257. mindroot/docs/_build/html/_static/fonts/RobotoSlab/roboto-slab-v7-bold.woff2 +0 -0
  258. mindroot/docs/_build/html/_static/fonts/RobotoSlab/roboto-slab-v7-regular.eot +0 -0
  259. mindroot/docs/_build/html/_static/fonts/RobotoSlab/roboto-slab-v7-regular.ttf +0 -0
  260. mindroot/docs/_build/html/_static/fonts/RobotoSlab/roboto-slab-v7-regular.woff +0 -0
  261. mindroot/docs/_build/html/_static/fonts/RobotoSlab/roboto-slab-v7-regular.woff2 +0 -0
  262. mindroot/docs/_build/html/_static/jquery.js +0 -2
  263. mindroot/docs/_build/html/_static/js/badge_only.js +0 -1
  264. mindroot/docs/_build/html/_static/js/theme.js +0 -1
  265. mindroot/docs/_build/html/_static/js/versions.js +0 -228
  266. {mindroot-10.0.0.dist-info → mindroot-10.3.0.dist-info}/WHEEL +0 -0
  267. {mindroot-10.0.0.dist-info → mindroot-10.3.0.dist-info}/entry_points.txt +0 -0
  268. {mindroot-10.0.0.dist-info → mindroot-10.3.0.dist-info}/licenses/LICENSE +0 -0
  269. {mindroot-10.0.0.dist-info → mindroot-10.3.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]],"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}})
1
+ Search.setIndex({"alltitles":{"API Reference":[[1,"api-reference"]],"Architecture":[[1,"architecture"]],"Chat with Assistant":[[0,null],[3,"chat-with-assistant"]],"Contents:":[[42,null]],"Contributing":[[1,"contributing"]],"Create an API Key":[[2,"create-an-api-key"]],"Developer Documentation":[[1,null]],"Developer Documentation:":[[4,null]],"Disable Chat Avatar on Left":[[2,"disable-chat-avatar-on-left"]],"Embed Agent Chat on Your Website":[[2,null]],"Example Plugins":[[1,"id2"]],"Get Chat Widget Embed Code":[[2,"get-chat-widget-embed-code"]],"Getting Started":[[3,null]],"Give Assistant a Programming Task":[[3,"give-assistant-a-programming-task"],[9,null]],"Indices and tables":[[4,"indices-and-tables"]],"Insert into HTML":[[2,"insert-into-html"]],"Install Plugins with Tools":[[3,"install-plugins-with-tools"],[5,null]],"Installation":[[3,"installation"],[6,null]],"LLM API Key":[[3,"llm-api-key"],[7,null]],"LLM Plugin Installation":[[3,"llm-plugin-installation"],[8,null]],"MindRoot Documentation":[[4,null]],"Module contents":[[11,"module-mindroot"],[12,"module-mindroot.coreplugins"],[13,"module-mindroot.coreplugins.admin"],[14,"module-mindroot.coreplugins.api_keys"],[15,"module-mindroot.coreplugins.chat"],[16,"module-mindroot.coreplugins.chat_avatar"],[17,"module-mindroot.coreplugins.check_list"],[18,"module-mindroot.coreplugins.credits"],[19,"module-mindroot.coreplugins.email"],[20,"module-mindroot.coreplugins.env_manager"],[21,"module-mindroot.coreplugins.events"],[22,"module-mindroot.coreplugins.index"],[23,"module-mindroot.coreplugins.index.handlers"],[24,"module-mindroot.coreplugins.jwt_auth"],[25,"module-mindroot.coreplugins.l8n"],[26,"module-mindroot.coreplugins.mcp_"],[27,"module-mindroot.coreplugins.persona"],[28,"module-mindroot.coreplugins.startup"],[29,"module-mindroot.coreplugins.subscriptions"],[30,"module-mindroot.coreplugins.usage"],[31,"module-mindroot.coreplugins.user_service"],[32,"module-mindroot.lib"],[33,"module-mindroot.lib.auth"],[34,"module-mindroot.lib.json_str_block"],[35,"module-mindroot.lib.plugins"],[36,"module-mindroot.lib.providers"],[37,"module-contents"],[38,"module-mindroot.registry"]],"Plugin Development":[[1,"plugin-development"]],"Plugin Examples":[[1,"plugin-examples"]],"Starting MindRoot":[[3,"starting-mindroot"],[41,null]],"Submodules":[[11,"submodules"],[13,"submodules"],[14,"submodules"],[15,"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"],[36,"submodules"],[38,"submodules"]],"Subpackages":[[11,"subpackages"],[12,"subpackages"],[22,"subpackages"],[32,"subpackages"],[36,"subpackages"]],"User Documentation":[[42,null]],"User Documentation:":[[4,null]],"View Source Code":[[4,"view-source-code"]],"ahp module":[[10,null]],"mindroot package":[[11,null]],"mindroot.coreplugins package":[[12,null]],"mindroot.coreplugins.admin package":[[13,null]],"mindroot.coreplugins.admin.agent_importer module":[[13,"module-mindroot.coreplugins.admin.agent_importer"]],"mindroot.coreplugins.admin.agent_router module":[[13,"module-mindroot.coreplugins.admin.agent_router"]],"mindroot.coreplugins.admin.asset_manager module":[[13,"module-mindroot.coreplugins.admin.asset_manager"]],"mindroot.coreplugins.admin.command_router module":[[13,"module-mindroot.coreplugins.admin.command_router"]],"mindroot.coreplugins.admin.mcp_catalog_routes module":[[13,"module-mindroot.coreplugins.admin.mcp_catalog_routes"]],"mindroot.coreplugins.admin.mcp_publish_routes module":[[13,"module-mindroot.coreplugins.admin.mcp_publish_routes"]],"mindroot.coreplugins.admin.mcp_registry_routes module":[[13,"module-mindroot.coreplugins.admin.mcp_registry_routes"]],"mindroot.coreplugins.admin.mcp_routes module":[[13,"module-mindroot.coreplugins.admin.mcp_routes"]],"mindroot.coreplugins.admin.mod module":[[13,"module-mindroot.coreplugins.admin.mod"]],"mindroot.coreplugins.admin.oauth_callback_router module":[[13,"module-mindroot.coreplugins.admin.oauth_callback_router"]],"mindroot.coreplugins.admin.persona_handler module":[[13,"module-mindroot.coreplugins.admin.persona_handler"]],"mindroot.coreplugins.admin.persona_router module":[[13,"module-mindroot.coreplugins.admin.persona_router"]],"mindroot.coreplugins.admin.plugin_manager module":[[13,"module-mindroot.coreplugins.admin.plugin_manager"]],"mindroot.coreplugins.admin.plugin_router module":[[13,"module-mindroot.coreplugins.admin.plugin_router"]],"mindroot.coreplugins.admin.plugin_router_fixed module":[[13,"module-mindroot.coreplugins.admin.plugin_router_fixed"]],"mindroot.coreplugins.admin.plugin_router_new_not_working module":[[13,"mindroot-coreplugins-admin-plugin-router-new-not-working-module"]],"mindroot.coreplugins.admin.plugin_routes module":[[13,"module-mindroot.coreplugins.admin.plugin_routes"]],"mindroot.coreplugins.admin.registry_settings_routes module":[[13,"module-mindroot.coreplugins.admin.registry_settings_routes"]],"mindroot.coreplugins.admin.router module":[[13,"module-mindroot.coreplugins.admin.router"]],"mindroot.coreplugins.admin.server_router module":[[13,"module-mindroot.coreplugins.admin.server_router"]],"mindroot.coreplugins.admin.service_models module":[[13,"module-mindroot.coreplugins.admin.service_models"]],"mindroot.coreplugins.admin.settings_router module":[[13,"module-mindroot.coreplugins.admin.settings_router"]],"mindroot.coreplugins.api_keys package":[[14,null]],"mindroot.coreplugins.api_keys.api_key_manager module":[[14,"module-mindroot.coreplugins.api_keys.api_key_manager"]],"mindroot.coreplugins.api_keys.cli module":[[14,"module-mindroot.coreplugins.api_keys.cli"]],"mindroot.coreplugins.api_keys.mod module":[[14,"module-mindroot.coreplugins.api_keys.mod"]],"mindroot.coreplugins.api_keys.router module":[[14,"module-mindroot.coreplugins.api_keys.router"]],"mindroot.coreplugins.chat package":[[15,null]],"mindroot.coreplugins.chat.commands module":[[15,"module-mindroot.coreplugins.chat.commands"]],"mindroot.coreplugins.chat.format_result_msgs module":[[15,"module-mindroot.coreplugins.chat.format_result_msgs"]],"mindroot.coreplugins.chat.mod module":[[15,"module-mindroot.coreplugins.chat.mod"]],"mindroot.coreplugins.chat.models module":[[15,"module-mindroot.coreplugins.chat.models"]],"mindroot.coreplugins.chat.router module":[[15,"module-mindroot.coreplugins.chat.router"]],"mindroot.coreplugins.chat.router_dedup_patch module":[[15,"mindroot-coreplugins-chat-router-dedup-patch-module"]],"mindroot.coreplugins.chat.services module":[[15,"module-mindroot.coreplugins.chat.services"]],"mindroot.coreplugins.chat.utils module":[[15,"module-mindroot.coreplugins.chat.utils"]],"mindroot.coreplugins.chat.widget_manager module":[[15,"module-mindroot.coreplugins.chat.widget_manager"]],"mindroot.coreplugins.chat.widget_routes module":[[15,"module-mindroot.coreplugins.chat.widget_routes"]],"mindroot.coreplugins.chat_avatar package":[[16,null]],"mindroot.coreplugins.check_list package":[[17,null]],"mindroot.coreplugins.check_list.mod module":[[17,"module-mindroot.coreplugins.check_list.mod"]],"mindroot.coreplugins.credits package":[[18,null]],"mindroot.coreplugins.credits.conversion module":[[18,"module-mindroot.coreplugins.credits.conversion"]],"mindroot.coreplugins.credits.ledger module":[[18,"module-mindroot.coreplugins.credits.ledger"]],"mindroot.coreplugins.credits.mod module":[[18,"module-mindroot.coreplugins.credits.mod"]],"mindroot.coreplugins.credits.models module":[[18,"module-mindroot.coreplugins.credits.models"]],"mindroot.coreplugins.credits.router module":[[18,"module-mindroot.coreplugins.credits.router"]],"mindroot.coreplugins.credits.storage module":[[18,"module-mindroot.coreplugins.credits.storage"]],"mindroot.coreplugins.email package":[[19,null]],"mindroot.coreplugins.email.email_provider module":[[19,"module-mindroot.coreplugins.email.email_provider"]],"mindroot.coreplugins.email.imap_handler module":[[19,"module-mindroot.coreplugins.email.imap_handler"]],"mindroot.coreplugins.email.mod module":[[19,"module-mindroot.coreplugins.email.mod"]],"mindroot.coreplugins.email.services module":[[19,"module-mindroot.coreplugins.email.services"]],"mindroot.coreplugins.email.smtp_handler module":[[19,"module-mindroot.coreplugins.email.smtp_handler"]],"mindroot.coreplugins.email.test_batch module":[[19,"mindroot-coreplugins-email-test-batch-module"]],"mindroot.coreplugins.email.test_email module":[[19,"mindroot-coreplugins-email-test-email-module"]],"mindroot.coreplugins.email.test_email_service module":[[19,"module-mindroot.coreplugins.email.test_email_service"]],"mindroot.coreplugins.env_manager package":[[20,null]],"mindroot.coreplugins.env_manager.mod module":[[20,"module-mindroot.coreplugins.env_manager.mod"]],"mindroot.coreplugins.env_manager.router module":[[20,"module-mindroot.coreplugins.env_manager.router"]],"mindroot.coreplugins.events package":[[21,null]],"mindroot.coreplugins.events.mod module":[[21,"module-mindroot.coreplugins.events.mod"]],"mindroot.coreplugins.events.router module":[[21,"module-mindroot.coreplugins.events.router"]],"mindroot.coreplugins.index package":[[22,null]],"mindroot.coreplugins.index.handlers package":[[23,null]],"mindroot.coreplugins.index.handlers.agent_ops module":[[23,"module-mindroot.coreplugins.index.handlers.agent_ops"]],"mindroot.coreplugins.index.handlers.index_ops module":[[23,"module-mindroot.coreplugins.index.handlers.index_ops"]],"mindroot.coreplugins.index.handlers.plugin_ops module":[[23,"module-mindroot.coreplugins.index.handlers.plugin_ops"]],"mindroot.coreplugins.index.handlers.publish module":[[23,"module-mindroot.coreplugins.index.handlers.publish"]],"mindroot.coreplugins.index.mod module":[[22,"module-mindroot.coreplugins.index.mod"]],"mindroot.coreplugins.index.models module":[[22,"module-mindroot.coreplugins.index.models"]],"mindroot.coreplugins.index.router module":[[22,"module-mindroot.coreplugins.index.router"]],"mindroot.coreplugins.index.utils module":[[22,"module-mindroot.coreplugins.index.utils"]],"mindroot.coreplugins.jwt_auth package":[[24,null]],"mindroot.coreplugins.jwt_auth.middleware module":[[24,"module-mindroot.coreplugins.jwt_auth.middleware"]],"mindroot.coreplugins.jwt_auth.mod module":[[24,"module-mindroot.coreplugins.jwt_auth.mod"]],"mindroot.coreplugins.jwt_auth.role_checks module":[[24,"mindroot-coreplugins-jwt-auth-role-checks-module"]],"mindroot.coreplugins.jwt_auth.router module":[[24,"module-mindroot.coreplugins.jwt_auth.router"]],"mindroot.coreplugins.l8n package":[[25,null]],"mindroot.coreplugins.l8n.debug_loader module":[[25,"module-mindroot.coreplugins.l8n.debug_loader"]],"mindroot.coreplugins.l8n.debug_middleware module":[[25,"module-mindroot.coreplugins.l8n.debug_middleware"]],"mindroot.coreplugins.l8n.l8n_constants module":[[25,"module-mindroot.coreplugins.l8n.l8n_constants"]],"mindroot.coreplugins.l8n.language_detection module":[[25,"module-mindroot.coreplugins.l8n.language_detection"]],"mindroot.coreplugins.l8n.middleware module":[[25,"module-mindroot.coreplugins.l8n.middleware"]],"mindroot.coreplugins.l8n.mod module":[[25,"module-mindroot.coreplugins.l8n.mod"]],"mindroot.coreplugins.l8n.monkey_patch_to_delete module":[[25,"mindroot-coreplugins-l8n-monkey-patch-to-delete-module"]],"mindroot.coreplugins.l8n.test_enhanced module":[[25,"module-mindroot.coreplugins.l8n.test_enhanced"]],"mindroot.coreplugins.l8n.test_l8n module":[[25,"mindroot-coreplugins-l8n-test-l8n-module"]],"mindroot.coreplugins.l8n.test_l8n_standalone module":[[25,"module-mindroot.coreplugins.l8n.test_l8n_standalone"]],"mindroot.coreplugins.l8n.test_middleware module":[[25,"module-mindroot.coreplugins.l8n.test_middleware"]],"mindroot.coreplugins.l8n.utils module":[[25,"module-mindroot.coreplugins.l8n.utils"]],"mindroot.coreplugins.mcp_ package":[[26,null]],"mindroot.coreplugins.mcp_.catalog_commands module":[[26,"module-mindroot.coreplugins.mcp_.catalog_commands"]],"mindroot.coreplugins.mcp_.catalog_manager module":[[26,"module-mindroot.coreplugins.mcp_.catalog_manager"]],"mindroot.coreplugins.mcp_.dynamic_commands module":[[26,"module-mindroot.coreplugins.mcp_.dynamic_commands"]],"mindroot.coreplugins.mcp_.mcp_manager module":[[26,"module-mindroot.coreplugins.mcp_.mcp_manager"]],"mindroot.coreplugins.mcp_.mod module":[[26,"module-mindroot.coreplugins.mcp_.mod"]],"mindroot.coreplugins.mcp_.oauth_storage module":[[26,"module-mindroot.coreplugins.mcp_.oauth_storage"]],"mindroot.coreplugins.mcp_.server_installer module":[[26,"module-mindroot.coreplugins.mcp_.server_installer"]],"mindroot.coreplugins.mcp_.setup module":[[26,"mindroot-coreplugins-mcp-setup-module"]],"mindroot.coreplugins.mcp_.test_dynamic_commands module":[[26,"mindroot-coreplugins-mcp-test-dynamic-commands-module"]],"mindroot.coreplugins.mcp_.testmcpclient module":[[26,"module-mindroot.coreplugins.mcp_.testmcpclient"]],"mindroot.coreplugins.persona package":[[27,null]],"mindroot.coreplugins.persona.init_persona module":[[27,"module-mindroot.coreplugins.persona.init_persona"]],"mindroot.coreplugins.persona.mod module":[[27,"module-mindroot.coreplugins.persona.mod"]],"mindroot.coreplugins.startup package":[[28,null]],"mindroot.coreplugins.startup.mod module":[[28,"module-mindroot.coreplugins.startup.mod"]],"mindroot.coreplugins.subscriptions package":[[29,null]],"mindroot.coreplugins.subscriptions.credit_integration module":[[29,"module-mindroot.coreplugins.subscriptions.credit_integration"]],"mindroot.coreplugins.subscriptions.default_templates module":[[29,"module-mindroot.coreplugins.subscriptions.default_templates"]],"mindroot.coreplugins.subscriptions.mod module":[[29,"module-mindroot.coreplugins.subscriptions.mod"]],"mindroot.coreplugins.subscriptions.models module":[[29,"module-mindroot.coreplugins.subscriptions.models"]],"mindroot.coreplugins.subscriptions.router module":[[29,"module-mindroot.coreplugins.subscriptions.router"]],"mindroot.coreplugins.subscriptions.storage module":[[29,"module-mindroot.coreplugins.subscriptions.storage"]],"mindroot.coreplugins.subscriptions.stripe_integration module":[[29,"module-mindroot.coreplugins.subscriptions.stripe_integration"]],"mindroot.coreplugins.subscriptions.subscription_manager module":[[29,"module-mindroot.coreplugins.subscriptions.subscription_manager"]],"mindroot.coreplugins.subscriptions.webhook_handler module":[[29,"module-mindroot.coreplugins.subscriptions.webhook_handler"]],"mindroot.coreplugins.usage package":[[30,null]],"mindroot.coreplugins.usage.handlers module":[[30,"module-mindroot.coreplugins.usage.handlers"]],"mindroot.coreplugins.usage.mod module":[[30,"module-mindroot.coreplugins.usage.mod"]],"mindroot.coreplugins.usage.models module":[[30,"module-mindroot.coreplugins.usage.models"]],"mindroot.coreplugins.usage.reporting module":[[30,"module-mindroot.coreplugins.usage.reporting"]],"mindroot.coreplugins.usage.router module":[[30,"module-mindroot.coreplugins.usage.router"]],"mindroot.coreplugins.usage.storage module":[[30,"module-mindroot.coreplugins.usage.storage"]],"mindroot.coreplugins.user_service package":[[31,null]],"mindroot.coreplugins.user_service.admin_init module":[[31,"module-mindroot.coreplugins.user_service.admin_init"]],"mindroot.coreplugins.user_service.email_service module":[[31,"module-mindroot.coreplugins.user_service.email_service"]],"mindroot.coreplugins.user_service.mod module":[[31,"module-mindroot.coreplugins.user_service.mod"]],"mindroot.coreplugins.user_service.models module":[[31,"module-mindroot.coreplugins.user_service.models"]],"mindroot.coreplugins.user_service.password_reset_service module":[[31,"module-mindroot.coreplugins.user_service.password_reset_service"]],"mindroot.coreplugins.user_service.role_service module":[[31,"module-mindroot.coreplugins.user_service.role_service"]],"mindroot.coreplugins.user_service.router module":[[31,"module-mindroot.coreplugins.user_service.router"]],"mindroot.lib package":[[32,null]],"mindroot.lib.auth package":[[33,null]],"mindroot.lib.auth.api_key module":[[33,"module-mindroot.lib.auth.api_key"]],"mindroot.lib.auth.auth module":[[33,"module-mindroot.lib.auth.auth"]],"mindroot.lib.buchatlog module":[[32,"module-mindroot.lib.buchatlog"]],"mindroot.lib.buchatlog2 module":[[32,"module-mindroot.lib.buchatlog2"]],"mindroot.lib.butemplates module":[[32,"module-mindroot.lib.butemplates"]],"mindroot.lib.chatcontext module":[[32,"module-mindroot.lib.chatcontext"]],"mindroot.lib.chatlog module":[[32,"module-mindroot.lib.chatlog"]],"mindroot.lib.chatlog_optimized module":[[32,"module-mindroot.lib.chatlog_optimized"]],"mindroot.lib.json_escape module":[[32,"module-mindroot.lib.json_escape"]],"mindroot.lib.json_str_block package":[[34,null]],"mindroot.lib.json_str_block.json_str_block module":[[34,"module-mindroot.lib.json_str_block.json_str_block"]],"mindroot.lib.model_selector module":[[32,"mindroot-lib-model-selector-module"]],"mindroot.lib.parent_templates module":[[32,"module-mindroot.lib.parent_templates"]],"mindroot.lib.plugins module":[[32,"module-mindroot.lib.plugins"]],"mindroot.lib.plugins package":[[35,null]],"mindroot.lib.plugins.installation module":[[35,"module-mindroot.lib.plugins.installation"]],"mindroot.lib.plugins.l8n_static_handler module":[[35,"module-mindroot.lib.plugins.l8n_static_handler"]],"mindroot.lib.plugins.loader module":[[35,"module-mindroot.lib.plugins.loader"]],"mindroot.lib.plugins.loader_with_l8n module":[[35,"module-mindroot.lib.plugins.loader_with_l8n"]],"mindroot.lib.plugins.manifest module":[[35,"module-mindroot.lib.plugins.manifest"]],"mindroot.lib.plugins.mapping module":[[35,"module-mindroot.lib.plugins.mapping"]],"mindroot.lib.plugins.paths module":[[35,"module-mindroot.lib.plugins.paths"]],"mindroot.lib.plugins_install module":[[32,"module-mindroot.lib.plugins_install"]],"mindroot.lib.providers package":[[36,null]],"mindroot.lib.providers.backup package":[[37,null]],"mindroot.lib.providers.commands module":[[36,"module-mindroot.lib.providers.commands"]],"mindroot.lib.providers.hooks module":[[36,"module-mindroot.lib.providers.hooks"]],"mindroot.lib.providers.missing module":[[36,"module-mindroot.lib.providers.missing"]],"mindroot.lib.providers.model_preferences_v2 module":[[36,"module-mindroot.lib.providers.model_preferences_v2"]],"mindroot.lib.providers.services module":[[36,"module-mindroot.lib.providers.services"]],"mindroot.lib.route_decorators module":[[32,"module-mindroot.lib.route_decorators"]],"mindroot.lib.session_files module":[[32,"module-mindroot.lib.session_files"]],"mindroot.lib.streamcmd module":[[32,"module-mindroot.lib.streamcmd"]],"mindroot.lib.templates module":[[32,"module-mindroot.lib.templates"]],"mindroot.lib.token_counter module":[[32,"module-mindroot.lib.token_counter"]],"mindroot.migrate module":[[11,"module-mindroot.migrate"]],"mindroot.registry package":[[38,null]],"mindroot.registry.component_manager module":[[38,"module-mindroot.registry.component_manager"]],"mindroot.registry.data_access module":[[38,"module-mindroot.registry.data_access"]],"mindroot.server module":[[11,"module-mindroot.server"]],"mindroot.server_missing_normal_args module":[[11,"module-mindroot.server_missing_normal_args"]],"mindroot.server_prev module":[[11,"module-mindroot.server_prev"]],"mr_agent_expert_instr module":[[40,null]],"src":[[39,null]]},"docnames":["chat_with_assistant","developer_documentation","embed_chat","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","embed_chat.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)":[[26,"mindroot.coreplugins.mcp_.mcp_manager.MCPServer.access_token",false]],"activate_plan_feature() (in module mindroot.coreplugins.subscriptions.mod)":[[29,"mindroot.coreplugins.subscriptions.mod.activate_plan_feature",false]],"activate_subscription_plan() (in module mindroot.coreplugins.subscriptions.mod)":[[29,"mindroot.coreplugins.subscriptions.mod.activate_subscription_plan",false]],"active (mindroot.coreplugins.subscriptions.models.planfeature attribute)":[[29,"mindroot.coreplugins.subscriptions.models.PlanFeature.active",false]],"active (mindroot.coreplugins.subscriptions.models.subscriptionplan attribute)":[[29,"mindroot.coreplugins.subscriptions.models.SubscriptionPlan.active",false]],"add_agent() (in module mindroot.coreplugins.index.handlers)":[[23,"mindroot.coreplugins.index.handlers.add_agent",false]],"add_agent() (in module mindroot.coreplugins.index.handlers.agent_ops)":[[23,"mindroot.coreplugins.index.handlers.agent_ops.add_agent",false]],"add_agent_route() (in module mindroot.coreplugins.index.router)":[[22,"mindroot.coreplugins.index.router.add_agent_route",false]],"add_current_time() (in module mindroot.coreplugins.chat.services)":[[15,"mindroot.coreplugins.chat.services.add_current_time",false]],"add_custom_server() (mindroot.coreplugins.mcp_.catalog_manager.mcpcatalogmanager method)":[[26,"mindroot.coreplugins.mcp_.catalog_manager.MCPCatalogManager.add_custom_server",false]],"add_mcp_server() (in module mindroot.coreplugins.admin.mcp_routes)":[[13,"mindroot.coreplugins.admin.mcp_routes.add_mcp_server",false]],"add_message() (mindroot.lib.buchatlog.chatlog method)":[[32,"mindroot.lib.buchatlog.ChatLog.add_message",false]],"add_message() (mindroot.lib.buchatlog2.chatlog method)":[[32,"mindroot.lib.buchatlog2.ChatLog.add_message",false]],"add_message() (mindroot.lib.chatlog.chatlog method)":[[32,"mindroot.lib.chatlog.ChatLog.add_message",false]],"add_message() (mindroot.lib.chatlog_optimized.chatlog method)":[[32,"mindroot.lib.chatlog_optimized.ChatLog.add_message",false]],"add_message_async() (mindroot.lib.chatlog.chatlog method)":[[32,"mindroot.lib.chatlog.ChatLog.add_message_async",false]],"add_plugin() (in module mindroot.coreplugins.index.handlers)":[[23,"mindroot.coreplugins.index.handlers.add_plugin",false]],"add_plugin() (in module mindroot.coreplugins.index.handlers.plugin_ops)":[[23,"mindroot.coreplugins.index.handlers.plugin_ops.add_plugin",false]],"add_plugin() (mindroot.registry.data_access.dataaccess method)":[[38,"mindroot.registry.data_access.DataAccess.add_plugin",false]],"add_plugin_route() (in module mindroot.coreplugins.index.router)":[[22,"mindroot.coreplugins.index.router.add_plugin_route",false]],"add_preference() (mindroot.lib.providers.model_preferences_v2.modelpreferencesv2 method)":[[36,"mindroot.lib.providers.model_preferences_v2.ModelPreferencesV2.add_preference",false]],"add_provider() (mindroot.registry.data_access.dataaccess method)":[[38,"mindroot.registry.data_access.DataAccess.add_provider",false]],"add_public_static() (in module mindroot.lib.route_decorators)":[[32,"mindroot.lib.route_decorators.add_public_static",false]],"add_role() (in module mindroot.coreplugins.user_service.role_service)":[[31,"mindroot.coreplugins.user_service.role_service.add_role",false]],"add_server() (mindroot.coreplugins.mcp_.mcp_manager.mcpmanager method)":[[26,"mindroot.coreplugins.mcp_.mcp_manager.MCPManager.add_server",false]],"agent_name (mindroot.coreplugins.chat.widget_routes.widgettokencreate attribute)":[[15,"mindroot.coreplugins.chat.widget_routes.WidgetTokenCreate.agent_name",false]],"agent_name (mindroot.coreplugins.chat.widget_routes.widgettokenresponse attribute)":[[15,"mindroot.coreplugins.chat.widget_routes.WidgetTokenResponse.agent_name",false]],"agent_output() (in module mindroot.coreplugins.chat.services)":[[15,"mindroot.coreplugins.chat.services.agent_output",false]],"agententry (class in mindroot.coreplugins.index.models)":[[22,"mindroot.coreplugins.index.models.AgentEntry",false]],"allocate_credits() (in module mindroot.coreplugins.credits.mod)":[[18,"mindroot.coreplugins.credits.mod.allocate_credits",false]],"allocate_subscription_credits() (mindroot.coreplugins.subscriptions.credit_integration.creditintegration method)":[[29,"mindroot.coreplugins.subscriptions.credit_integration.CreditIntegration.allocate_subscription_credits",false]],"amount (mindroot.coreplugins.credits.models.credittransaction attribute)":[[18,"mindroot.coreplugins.credits.models.CreditTransaction.amount",false]],"api_activate_feature() (in module mindroot.coreplugins.subscriptions.router)":[[29,"mindroot.coreplugins.subscriptions.router.api_activate_feature",false]],"api_activate_plan() (in module mindroot.coreplugins.subscriptions.router)":[[29,"mindroot.coreplugins.subscriptions.router.api_activate_plan",false]],"api_allocate_credits() (in module mindroot.coreplugins.credits.router)":[[18,"mindroot.coreplugins.credits.router.api_allocate_credits",false]],"api_cancel_subscription() (in module mindroot.coreplugins.subscriptions.router)":[[29,"mindroot.coreplugins.subscriptions.router.api_cancel_subscription",false]],"api_create_checkout() (in module mindroot.coreplugins.subscriptions.router)":[[29,"mindroot.coreplugins.subscriptions.router.api_create_checkout",false]],"api_create_feature() (in module mindroot.coreplugins.subscriptions.router)":[[29,"mindroot.coreplugins.subscriptions.router.api_create_feature",false]],"api_create_plan() (in module mindroot.coreplugins.subscriptions.router)":[[29,"mindroot.coreplugins.subscriptions.router.api_create_plan",false]],"api_create_template() (in module mindroot.coreplugins.subscriptions.router)":[[29,"mindroot.coreplugins.subscriptions.router.api_create_template",false]],"api_credit_report() (in module mindroot.coreplugins.credits.router)":[[18,"mindroot.coreplugins.credits.router.api_credit_report",false]],"api_deactivate_feature() (in module mindroot.coreplugins.subscriptions.router)":[[29,"mindroot.coreplugins.subscriptions.router.api_deactivate_feature",false]],"api_deactivate_plan() (in module mindroot.coreplugins.subscriptions.router)":[[29,"mindroot.coreplugins.subscriptions.router.api_deactivate_plan",false]],"api_estimate_credits() (in module mindroot.coreplugins.credits.router)":[[18,"mindroot.coreplugins.credits.router.api_estimate_credits",false]],"api_get_all_plans() (in module mindroot.coreplugins.subscriptions.router)":[[29,"mindroot.coreplugins.subscriptions.router.api_get_all_plans",false]],"api_get_features() (in module mindroot.coreplugins.subscriptions.router)":[[29,"mindroot.coreplugins.subscriptions.router.api_get_features",false]],"api_get_my_subscriptions() (in module mindroot.coreplugins.subscriptions.router)":[[29,"mindroot.coreplugins.subscriptions.router.api_get_my_subscriptions",false]],"api_get_plans() (in module mindroot.coreplugins.subscriptions.router)":[[29,"mindroot.coreplugins.subscriptions.router.api_get_plans",false]],"api_get_templates() (in module mindroot.coreplugins.subscriptions.router)":[[29,"mindroot.coreplugins.subscriptions.router.api_get_templates",false]],"api_key (mindroot.coreplugins.chat.widget_routes.widgettokencreate attribute)":[[15,"mindroot.coreplugins.chat.widget_routes.WidgetTokenCreate.api_key",false]],"api_set_default_template() (in module mindroot.coreplugins.subscriptions.router)":[[29,"mindroot.coreplugins.subscriptions.router.api_set_default_template",false]],"api_update_feature() (in module mindroot.coreplugins.subscriptions.router)":[[29,"mindroot.coreplugins.subscriptions.router.api_update_feature",false]],"api_update_plan() (in module mindroot.coreplugins.subscriptions.router)":[[29,"mindroot.coreplugins.subscriptions.router.api_update_plan",false]],"api_update_ratio() (in module mindroot.coreplugins.credits.router)":[[18,"mindroot.coreplugins.credits.router.api_update_ratio",false]],"api_update_template() (in module mindroot.coreplugins.subscriptions.router)":[[29,"mindroot.coreplugins.subscriptions.router.api_update_template",false]],"apikeycreate (class in mindroot.coreplugins.api_keys.router)":[[14,"mindroot.coreplugins.api_keys.router.APIKeyCreate",false]],"apikeylist (class in mindroot.coreplugins.api_keys.router)":[[14,"mindroot.coreplugins.api_keys.router.APIKeyList",false]],"apikeymanager (class in mindroot.coreplugins.api_keys.api_key_manager)":[[14,"mindroot.coreplugins.api_keys.api_key_manager.APIKeyManager",false]],"apikeyresponse (class in mindroot.coreplugins.api_keys.router)":[[14,"mindroot.coreplugins.api_keys.router.APIKeyResponse",false]],"append_localized_file() (in module mindroot.coreplugins.l8n.mod)":[[25,"mindroot.coreplugins.l8n.mod.append_localized_file",false]],"append_localized_file() (in module mindroot.coreplugins.l8n.test_l8n_standalone)":[[25,"mindroot.coreplugins.l8n.test_l8n_standalone.append_localized_file",false]],"append_message() (in module mindroot.coreplugins.chat.services)":[[15,"mindroot.coreplugins.chat.services.append_message",false]],"apply_translations_to_content() (in module mindroot.lib.templates)":[[32,"mindroot.lib.templates.apply_translations_to_content",false]],"apply_translations_to_js() (mindroot.lib.plugins.l8n_static_handler.translatedstaticfiles method)":[[35,"mindroot.lib.plugins.l8n_static_handler.TranslatedStaticFiles.apply_translations_to_js",false]],"args (mindroot.coreplugins.admin.mcp_publish_routes.mcpserverpublishrequest attribute)":[[13,"mindroot.coreplugins.admin.mcp_publish_routes.McpServerPublishRequest.args",false]],"args (mindroot.coreplugins.admin.mcp_publish_routes.mcptestlocalrequest attribute)":[[13,"mindroot.coreplugins.admin.mcp_publish_routes.McpTestLocalRequest.args",false]],"args (mindroot.coreplugins.admin.mcp_routes.mcplocaltestrequest attribute)":[[13,"mindroot.coreplugins.admin.mcp_routes.McpLocalTestRequest.args",false]],"args (mindroot.coreplugins.admin.mcp_routes.mcpserveraddrequest attribute)":[[13,"mindroot.coreplugins.admin.mcp_routes.McpServerAddRequest.args",false]],"args (mindroot.coreplugins.mcp_.mcp_manager.mcpserver attribute)":[[26,"mindroot.coreplugins.mcp_.mcp_manager.MCPServer.args",false]],"assetmanager (class in mindroot.coreplugins.admin.asset_manager)":[[13,"mindroot.coreplugins.admin.asset_manager.AssetManager",false]],"auth_headers (mindroot.coreplugins.admin.mcp_routes.mcpserveraddrequest attribute)":[[13,"mindroot.coreplugins.admin.mcp_routes.McpServerAddRequest.auth_headers",false]],"auth_headers (mindroot.coreplugins.mcp_.mcp_manager.mcpserver attribute)":[[26,"mindroot.coreplugins.mcp_.mcp_manager.MCPServer.auth_headers",false]],"auth_type (mindroot.coreplugins.admin.mcp_routes.mcpserveraddrequest attribute)":[[13,"mindroot.coreplugins.admin.mcp_routes.McpServerAddRequest.auth_type",false]],"auth_type (mindroot.coreplugins.mcp_.mcp_manager.mcpserver attribute)":[[26,"mindroot.coreplugins.mcp_.mcp_manager.MCPServer.auth_type",false]],"authorization_server_url (mindroot.coreplugins.admin.mcp_routes.mcpserveraddrequest attribute)":[[13,"mindroot.coreplugins.admin.mcp_routes.McpServerAddRequest.authorization_server_url",false]],"authorization_server_url (mindroot.coreplugins.mcp_.mcp_manager.mcpserver attribute)":[[26,"mindroot.coreplugins.mcp_.mcp_manager.MCPServer.authorization_server_url",false]],"auto_install (mindroot.coreplugins.mcp_.mcp_manager.mcpserver attribute)":[[26,"mindroot.coreplugins.mcp_.mcp_manager.MCPServer.auto_install",false]],"balance (mindroot.coreplugins.credits.models.credittransaction attribute)":[[18,"mindroot.coreplugins.credits.models.CreditTransaction.balance",false]],"base_url (mindroot.coreplugins.chat.widget_routes.widgettokencreate attribute)":[[15,"mindroot.coreplugins.chat.widget_routes.WidgetTokenCreate.base_url",false]],"base_url (mindroot.coreplugins.chat.widget_routes.widgettokenresponse attribute)":[[15,"mindroot.coreplugins.chat.widget_routes.WidgetTokenResponse.base_url",false]],"basecommandset (class in mindroot.lib.chatcontext)":[[32,"mindroot.lib.chatcontext.BaseCommandSet",false]],"baseservice (class in mindroot.lib.chatcontext)":[[32,"mindroot.lib.chatcontext.BaseService",false]],"browse_registry_servers() (in module mindroot.coreplugins.admin.mcp_registry_routes)":[[13,"mindroot.coreplugins.admin.mcp_registry_routes.browse_registry_servers",false]],"build_search_criteria() (mindroot.coreplugins.email.imap_handler.imaphandler method)":[[19,"mindroot.coreplugins.email.imap_handler.IMAPHandler.build_search_criteria",false]],"build_token_hierarchy() (in module mindroot.lib.chatlog)":[[32,"mindroot.lib.chatlog.build_token_hierarchy",false]],"cached_get_service_models() (in module mindroot.coreplugins.admin.service_models)":[[13,"mindroot.coreplugins.admin.service_models.cached_get_service_models",false]],"calculate_content_hash() (mindroot.coreplugins.admin.asset_manager.assetmanager method)":[[13,"mindroot.coreplugins.admin.asset_manager.AssetManager.calculate_content_hash",false]],"calculate_file_hash() (mindroot.coreplugins.admin.asset_manager.assetmanager method)":[[13,"mindroot.coreplugins.admin.asset_manager.AssetManager.calculate_file_hash",false]],"call_tool() (mindroot.coreplugins.mcp_.mcp_manager.mcpmanager method)":[[26,"mindroot.coreplugins.mcp_.mcp_manager.MCPManager.call_tool",false]],"cancel_at_period_end (mindroot.coreplugins.subscriptions.models.usersubscription attribute)":[[29,"mindroot.coreplugins.subscriptions.models.UserSubscription.cancel_at_period_end",false]],"cancel_chat() (in module mindroot.coreplugins.chat.router)":[[15,"mindroot.coreplugins.chat.router.cancel_chat",false]],"cancel_subscription() (in module mindroot.coreplugins.subscriptions.mod)":[[29,"mindroot.coreplugins.subscriptions.mod.cancel_subscription",false]],"cancel_subscription() (mindroot.coreplugins.subscriptions.stripe_integration.stripeintegration method)":[[29,"mindroot.coreplugins.subscriptions.stripe_integration.StripeIntegration.cancel_subscription",false]],"cancel_subscription() (mindroot.coreplugins.subscriptions.subscription_manager.subscriptionmanager method)":[[29,"mindroot.coreplugins.subscriptions.subscription_manager.SubscriptionManager.cancel_subscription",false]],"capabilities (mindroot.coreplugins.mcp_.mcp_manager.mcpserver attribute)":[[26,"mindroot.coreplugins.mcp_.mcp_manager.MCPServer.capabilities",false]],"category (mindroot.coreplugins.admin.mcp_registry_routes.registrybrowserequest attribute)":[[13,"mindroot.coreplugins.admin.mcp_registry_routes.RegistryBrowseRequest.category",false]],"chat_events() (in module mindroot.coreplugins.chat.router)":[[15,"mindroot.coreplugins.chat.router.chat_events",false]],"chat_history() (in module mindroot.coreplugins.chat.router)":[[15,"mindroot.coreplugins.chat.router.chat_history",false]],"chat_session() (in module mindroot.coreplugins.chat.router)":[[15,"mindroot.coreplugins.chat.router.chat_session",false]],"chatcontext (class in mindroot.lib.chatcontext)":[[32,"mindroot.lib.chatcontext.ChatContext",false]],"chatlog (class in mindroot.lib.buchatlog)":[[32,"mindroot.lib.buchatlog.ChatLog",false]],"chatlog (class in mindroot.lib.buchatlog2)":[[32,"mindroot.lib.buchatlog2.ChatLog",false]],"chatlog (class in mindroot.lib.chatlog)":[[32,"mindroot.lib.chatlog.ChatLog",false]],"chatlog (class in mindroot.lib.chatlog_optimized)":[[32,"mindroot.lib.chatlog_optimized.ChatLog",false]],"check_credit_balance() (mindroot.coreplugins.subscriptions.credit_integration.creditintegration method)":[[29,"mindroot.coreplugins.subscriptions.credit_integration.CreditIntegration.check_credit_balance",false]],"check_credits_available() (in module mindroot.coreplugins.credits.mod)":[[18,"mindroot.coreplugins.credits.mod.check_credits_available",false]],"check_credits_available() (mindroot.coreplugins.credits.ledger.creditledger method)":[[18,"mindroot.coreplugins.credits.ledger.CreditLedger.check_credits_available",false]],"check_emails() (in module mindroot.coreplugins.email.mod)":[[19,"mindroot.coreplugins.email.mod.check_emails",false]],"check_emails() (in module mindroot.coreplugins.email.services)":[[19,"mindroot.coreplugins.email.services.check_emails",false]],"check_emails() (mindroot.coreplugins.email.email_provider.emailprovider method)":[[19,"mindroot.coreplugins.email.email_provider.EmailProvider.check_emails",false]],"check_emails() (mindroot.coreplugins.email.imap_handler.imaphandler method)":[[19,"mindroot.coreplugins.email.imap_handler.IMAPHandler.check_emails",false]],"check_for_admin() (in module mindroot.coreplugins.user_service.admin_init)":[[31,"mindroot.coreplugins.user_service.admin_init.check_for_admin",false]],"check_for_localized_template() (in module mindroot.lib.templates)":[[32,"mindroot.lib.templates.check_for_localized_template",false]],"check_operation_allowed() (mindroot.coreplugins.credits.conversion.creditpolicy method)":[[18,"mindroot.coreplugins.credits.conversion.CreditPolicy.check_operation_allowed",false]],"check_plugin_dependencies() (in module mindroot.lib.plugins)":[[32,"mindroot.lib.plugins.check_plugin_dependencies",false],[35,"mindroot.lib.plugins.check_plugin_dependencies",false]],"check_plugin_dependencies() (in module mindroot.lib.plugins.installation)":[[35,"mindroot.lib.plugins.installation.check_plugin_dependencies",false]],"check_recommended_plugins() (in module mindroot.coreplugins.admin.command_router)":[[13,"mindroot.coreplugins.admin.command_router.check_recommended_plugins",false]],"check_tools() (mindroot.coreplugins.mcp_.server_installer.mcpserverinstaller static method)":[[26,"mindroot.coreplugins.mcp_.server_installer.MCPServerInstaller.check_tools",false]],"clear_registry_token() (in module mindroot.coreplugins.admin.registry_settings_routes)":[[13,"mindroot.coreplugins.admin.registry_settings_routes.clear_registry_token",false]],"clear_subtask() (in module mindroot.coreplugins.check_list.mod)":[[17,"mindroot.coreplugins.check_list.mod.clear_subtask",false]],"clear_tokens() (mindroot.coreplugins.mcp_.oauth_storage.mcptokenstorage method)":[[26,"mindroot.coreplugins.mcp_.oauth_storage.MCPTokenStorage.clear_tokens",false]],"client_id (mindroot.coreplugins.admin.mcp_routes.mcpserveraddrequest attribute)":[[13,"mindroot.coreplugins.admin.mcp_routes.McpServerAddRequest.client_id",false]],"client_id (mindroot.coreplugins.mcp_.mcp_manager.mcpserver attribute)":[[26,"mindroot.coreplugins.mcp_.mcp_manager.MCPServer.client_id",false]],"client_secret (mindroot.coreplugins.admin.mcp_routes.mcpserveraddrequest attribute)":[[13,"mindroot.coreplugins.admin.mcp_routes.McpServerAddRequest.client_secret",false]],"client_secret (mindroot.coreplugins.mcp_.mcp_manager.mcpserver attribute)":[[26,"mindroot.coreplugins.mcp_.mcp_manager.MCPServer.client_secret",false]],"close_chat_session() (in module mindroot.coreplugins.chat.services)":[[15,"mindroot.coreplugins.chat.services.close_chat_session",false]],"cmds() (mindroot.lib.chatcontext.chatcontext method)":[[32,"mindroot.lib.chatcontext.ChatContext.cmds",false]],"code (mindroot.coreplugins.admin.mcp_publish_routes.mcpcompleteoauthrequest attribute)":[[13,"mindroot.coreplugins.admin.mcp_publish_routes.McpCompleteOAuthRequest.code",false]],"code (mindroot.coreplugins.admin.mcp_routes.mcpoauthcallbackrequest attribute)":[[13,"mindroot.coreplugins.admin.mcp_routes.McpOAuthCallbackRequest.code",false]],"collect_content() (in module mindroot.lib.butemplates)":[[32,"mindroot.lib.butemplates.collect_content",false]],"collect_content() (in module mindroot.lib.templates)":[[32,"mindroot.lib.templates.collect_content",false]],"command (mindroot.coreplugins.admin.mcp_publish_routes.mcpserverpublishrequest attribute)":[[13,"mindroot.coreplugins.admin.mcp_publish_routes.McpServerPublishRequest.command",false]],"command (mindroot.coreplugins.admin.mcp_publish_routes.mcptestlocalrequest attribute)":[[13,"mindroot.coreplugins.admin.mcp_publish_routes.McpTestLocalRequest.command",false]],"command (mindroot.coreplugins.admin.mcp_routes.mcplocaltestrequest attribute)":[[13,"mindroot.coreplugins.admin.mcp_routes.McpLocalTestRequest.command",false]],"command (mindroot.coreplugins.admin.mcp_routes.mcpserveraddrequest attribute)":[[13,"mindroot.coreplugins.admin.mcp_routes.McpServerAddRequest.command",false]],"command (mindroot.coreplugins.mcp_.mcp_manager.mcpserver attribute)":[[26,"mindroot.coreplugins.mcp_.mcp_manager.MCPServer.command",false]],"command() (in module mindroot.coreplugins.l8n.test_l8n_standalone)":[[25,"mindroot.coreplugins.l8n.test_l8n_standalone.command",false]],"command() (in module mindroot.lib.providers.commands)":[[36,"mindroot.lib.providers.commands.command",false]],"command_plugin_mapping() (in module mindroot.coreplugins.admin.command_router)":[[13,"mindroot.coreplugins.admin.command_router.command_plugin_mapping",false]],"command_result() (in module mindroot.coreplugins.chat.services)":[[15,"mindroot.coreplugins.chat.services.command_result",false]],"commands (mindroot.coreplugins.admin.plugin_manager.pluginmetadata attribute)":[[13,"mindroot.coreplugins.admin.plugin_manager.PluginMetadata.commands",false]],"commands (mindroot.coreplugins.index.models.pluginentry attribute)":[[22,"mindroot.coreplugins.index.models.PluginEntry.commands",false]],"commands (mindroot.coreplugins.index.models.pluginmanifest attribute)":[[22,"mindroot.coreplugins.index.models.PluginManifest.commands",false]],"complete_oauth_flow() (in module mindroot.coreplugins.admin.mcp_publish_routes)":[[13,"mindroot.coreplugins.admin.mcp_publish_routes.complete_oauth_flow",false]],"complete_oauth_flow() (mindroot.coreplugins.mcp_.mcp_manager.mcpmanager method)":[[26,"mindroot.coreplugins.mcp_.mcp_manager.MCPManager.complete_oauth_flow",false]],"complete_registry_oauth() (in module mindroot.coreplugins.admin.mcp_registry_routes)":[[13,"mindroot.coreplugins.admin.mcp_registry_routes.complete_registry_oauth",false]],"complete_subtask() (in module mindroot.coreplugins.check_list.mod)":[[17,"mindroot.coreplugins.check_list.mod.complete_subtask",false]],"componentmanager (class in mindroot.registry.component_manager)":[[38,"mindroot.registry.component_manager.ComponentManager",false]],"connect() (mindroot.coreplugins.email.imap_handler.imaphandler method)":[[19,"mindroot.coreplugins.email.imap_handler.IMAPHandler.connect",false]],"connect() (mindroot.coreplugins.email.smtp_handler.smtphandler method)":[[19,"mindroot.coreplugins.email.smtp_handler.SMTPHandler.connect",false]],"connect_mcp_server() (in module mindroot.coreplugins.admin.mcp_routes)":[[13,"mindroot.coreplugins.admin.mcp_routes.connect_mcp_server",false]],"connect_oauth_server() (mindroot.coreplugins.mcp_.mcp_manager.mcpmanager method)":[[26,"mindroot.coreplugins.mcp_.mcp_manager.MCPManager.connect_oauth_server",false]],"connect_remote_server() (mindroot.coreplugins.mcp_.mcp_manager.mcpmanager method)":[[26,"mindroot.coreplugins.mcp_.mcp_manager.MCPManager.connect_remote_server",false]],"connect_server() (mindroot.coreplugins.mcp_.mcp_manager.mcpmanager method)":[[26,"mindroot.coreplugins.mcp_.mcp_manager.MCPManager.connect_server",false]],"context1() (in module mindroot.coreplugins.chat.router)":[[15,"mindroot.coreplugins.chat.router.context1",false]],"converse_with_agent() (in module mindroot.coreplugins.chat.commands)":[[15,"mindroot.coreplugins.chat.commands.converse_with_agent",false]],"cost_type_id (mindroot.coreplugins.usage.models.usageevent attribute)":[[30,"mindroot.coreplugins.usage.models.UsageEvent.cost_type_id",false]],"costtypeinfo (class in mindroot.coreplugins.usage.models)":[[30,"mindroot.coreplugins.usage.models.CostTypeInfo",false]],"count_tokens() (mindroot.lib.buchatlog2.chatlog method)":[[32,"mindroot.lib.buchatlog2.ChatLog.count_tokens",false]],"count_tokens() (mindroot.lib.chatlog.chatlog method)":[[32,"mindroot.lib.chatlog.ChatLog.count_tokens",false]],"count_tokens() (mindroot.lib.chatlog_optimized.chatlog method)":[[32,"mindroot.lib.chatlog_optimized.ChatLog.count_tokens",false]],"count_tokens_for_log_id() (in module mindroot.lib.buchatlog2)":[[32,"mindroot.lib.buchatlog2.count_tokens_for_log_id",false]],"count_tokens_for_log_id() (in module mindroot.lib.chatlog)":[[32,"mindroot.lib.chatlog.count_tokens_for_log_id",false]],"count_tokens_for_log_id() (in module mindroot.lib.chatlog_optimized)":[[32,"mindroot.lib.chatlog_optimized.count_tokens_for_log_id",false]],"count_tokens_for_log_id() (in module mindroot.lib.token_counter)":[[32,"mindroot.lib.token_counter.count_tokens_for_log_id",false]],"count_tokens_for_log_id_optimized() (in module mindroot.lib.chatlog_optimized)":[[32,"mindroot.lib.chatlog_optimized.count_tokens_for_log_id_optimized",false]],"create_access_token() (in module mindroot.coreplugins.jwt_auth.middleware)":[[24,"mindroot.coreplugins.jwt_auth.middleware.create_access_token",false]],"create_agent() (in module mindroot.coreplugins.admin.agent_router)":[[13,"mindroot.coreplugins.admin.agent_router.create_agent",false]],"create_api_key() (in module mindroot.coreplugins.api_keys.router)":[[14,"mindroot.coreplugins.api_keys.router.create_api_key",false]],"create_checkout_session() (mindroot.coreplugins.subscriptions.stripe_integration.stripeintegration method)":[[29,"mindroot.coreplugins.subscriptions.stripe_integration.StripeIntegration.create_checkout_session",false]],"create_components() (mindroot.coreplugins.credits.mod.creditsplugin method)":[[18,"mindroot.coreplugins.credits.mod.CreditsPlugin.create_components",false]],"create_components() (mindroot.coreplugins.subscriptions.mod.subscriptionsplugin method)":[[29,"mindroot.coreplugins.subscriptions.mod.SubscriptionsPlugin.create_components",false]],"create_default_plugin_manifest() (in module mindroot.lib.plugins.manifest)":[[35,"mindroot.lib.plugins.manifest.create_default_plugin_manifest",false]],"create_directories() (in module mindroot.server)":[[11,"mindroot.server.create_directories",false]],"create_directories() (in module mindroot.server_missing_normal_args)":[[11,"mindroot.server_missing_normal_args.create_directories",false]],"create_directories() (in module mindroot.server_prev)":[[11,"mindroot.server_prev.create_directories",false]],"create_distributable_entry() (in module mindroot.coreplugins.index.handlers.plugin_ops)":[[23,"mindroot.coreplugins.index.handlers.plugin_ops.create_distributable_entry",false]],"create_empty_catalog() (mindroot.coreplugins.mcp_.catalog_manager.mcpcatalogmanager method)":[[26,"mindroot.coreplugins.mcp_.catalog_manager.MCPCatalogManager.create_empty_catalog",false]],"create_index() (in module mindroot.coreplugins.index.handlers)":[[23,"mindroot.coreplugins.index.handlers.create_index",false]],"create_index() (in module mindroot.coreplugins.index.handlers.index_ops)":[[23,"mindroot.coreplugins.index.handlers.index_ops.create_index",false]],"create_index_route() (in module mindroot.coreplugins.index.router)":[[22,"mindroot.coreplugins.index.router.create_index_route",false]],"create_js_translation_object() (in module mindroot.lib.plugins.l8n_static_handler)":[[35,"mindroot.lib.plugins.l8n_static_handler.create_js_translation_object",false]],"create_key() (mindroot.coreplugins.api_keys.api_key_manager.apikeymanager method)":[[14,"mindroot.coreplugins.api_keys.api_key_manager.APIKeyManager.create_key",false]],"create_page_template() (in module mindroot.coreplugins.subscriptions.mod)":[[29,"mindroot.coreplugins.subscriptions.mod.create_page_template",false]],"create_persona() (in module mindroot.coreplugins.admin.persona_router)":[[13,"mindroot.coreplugins.admin.persona_router.create_persona",false]],"create_plan() (mindroot.coreplugins.subscriptions.subscription_manager.subscriptionmanager method)":[[29,"mindroot.coreplugins.subscriptions.subscription_manager.SubscriptionManager.create_plan",false]],"create_plan_feature() (in module mindroot.coreplugins.subscriptions.mod)":[[29,"mindroot.coreplugins.subscriptions.mod.create_plan_feature",false]],"create_registry_persona() (in module mindroot.coreplugins.admin.persona_router)":[[13,"mindroot.coreplugins.admin.persona_router.create_registry_persona",false]],"create_registry_persona_with_assets() (in module mindroot.coreplugins.admin.persona_router)":[[13,"mindroot.coreplugins.admin.persona_router.create_registry_persona_with_assets",false]],"create_sse_client() (in module mindroot.coreplugins.events.router)":[[21,"mindroot.coreplugins.events.router.create_sse_client",false]],"create_subscription() (mindroot.coreplugins.subscriptions.subscription_manager.subscriptionmanager method)":[[29,"mindroot.coreplugins.subscriptions.subscription_manager.SubscriptionManager.create_subscription",false]],"create_subscription_plan() (in module mindroot.coreplugins.subscriptions.mod)":[[29,"mindroot.coreplugins.subscriptions.mod.create_subscription_plan",false]],"create_user() (in module mindroot.coreplugins.user_service.mod)":[[31,"mindroot.coreplugins.user_service.mod.create_user",false]],"create_widget_session() (in module mindroot.coreplugins.chat.widget_routes)":[[15,"mindroot.coreplugins.chat.widget_routes.create_widget_session",false]],"create_widget_token() (in module mindroot.coreplugins.chat.widget_routes)":[[15,"mindroot.coreplugins.chat.widget_routes.create_widget_token",false]],"create_widget_token() (mindroot.coreplugins.chat.widget_manager.widgetmanager method)":[[15,"mindroot.coreplugins.chat.widget_manager.WidgetManager.create_widget_token",false]],"created_at (mindroot.coreplugins.api_keys.router.apikeyresponse attribute)":[[14,"mindroot.coreplugins.api_keys.router.APIKeyResponse.created_at",false]],"created_at (mindroot.coreplugins.chat.widget_routes.widgettokenresponse attribute)":[[15,"mindroot.coreplugins.chat.widget_routes.WidgetTokenResponse.created_at",false]],"created_at (mindroot.coreplugins.subscriptions.models.usersubscription attribute)":[[29,"mindroot.coreplugins.subscriptions.models.UserSubscription.created_at",false]],"created_at (mindroot.coreplugins.user_service.models.userbase attribute)":[[31,"mindroot.coreplugins.user_service.models.UserBase.created_at",false]],"created_by (mindroot.coreplugins.chat.widget_routes.widgettokenresponse attribute)":[[15,"mindroot.coreplugins.chat.widget_routes.WidgetTokenResponse.created_by",false]],"creditintegration (class in mindroot.coreplugins.subscriptions.credit_integration)":[[29,"mindroot.coreplugins.subscriptions.credit_integration.CreditIntegration",false]],"creditledger (class in mindroot.coreplugins.credits.ledger)":[[18,"mindroot.coreplugins.credits.ledger.CreditLedger",false]],"creditpolicy (class in mindroot.coreplugins.credits.conversion)":[[18,"mindroot.coreplugins.credits.conversion.CreditPolicy",false]],"creditratioconfig (class in mindroot.coreplugins.credits.models)":[[18,"mindroot.coreplugins.credits.models.CreditRatioConfig",false]],"credits_admin() (in module mindroot.coreplugins.credits.router)":[[18,"mindroot.coreplugins.credits.router.credits_admin",false]],"credits_per_cycle (mindroot.coreplugins.subscriptions.models.subscriptionplan attribute)":[[29,"mindroot.coreplugins.subscriptions.models.SubscriptionPlan.credits_per_cycle",false]],"credits_ratio_admin() (in module mindroot.coreplugins.credits.router)":[[18,"mindroot.coreplugins.credits.router.credits_ratio_admin",false]],"creditsplugin (class in mindroot.coreplugins.credits.mod)":[[18,"mindroot.coreplugins.credits.mod.CreditsPlugin",false]],"creditstorage (class in mindroot.coreplugins.credits.storage)":[[18,"mindroot.coreplugins.credits.storage.CreditStorage",false]],"credittransaction (class in mindroot.coreplugins.credits.models)":[[18,"mindroot.coreplugins.credits.models.CreditTransaction",false]],"creditusagehandler (class in mindroot.coreplugins.credits.conversion)":[[18,"mindroot.coreplugins.credits.conversion.CreditUsageHandler",false]],"css_template (mindroot.coreplugins.subscriptions.models.pagetemplate attribute)":[[29,"mindroot.coreplugins.subscriptions.models.PageTemplate.css_template",false]],"currency (mindroot.coreplugins.subscriptions.models.subscriptionplan attribute)":[[29,"mindroot.coreplugins.subscriptions.models.SubscriptionPlan.currency",false]],"current_period_end (mindroot.coreplugins.subscriptions.models.usersubscription attribute)":[[29,"mindroot.coreplugins.subscriptions.models.UserSubscription.current_period_end",false]],"current_period_start (mindroot.coreplugins.subscriptions.models.usersubscription attribute)":[[29,"mindroot.coreplugins.subscriptions.models.UserSubscription.current_period_start",false]],"data (mindroot.coreplugins.api_keys.router.apikeylist attribute)":[[14,"mindroot.coreplugins.api_keys.router.APIKeyList.data",false]],"data (mindroot.coreplugins.chat.models.imagemessagepart attribute)":[[15,"mindroot.coreplugins.chat.models.ImageMessagePart.data",false]],"dataaccess (class in mindroot.registry.data_access)":[[38,"mindroot.registry.data_access.DataAccess",false]],"deactivate_plan() (mindroot.coreplugins.subscriptions.subscription_manager.subscriptionmanager method)":[[29,"mindroot.coreplugins.subscriptions.subscription_manager.SubscriptionManager.deactivate_plan",false]],"deactivate_plan_feature() (in module mindroot.coreplugins.subscriptions.mod)":[[29,"mindroot.coreplugins.subscriptions.mod.deactivate_plan_feature",false]],"deactivate_subscription_plan() (in module mindroot.coreplugins.subscriptions.mod)":[[29,"mindroot.coreplugins.subscriptions.mod.deactivate_subscription_plan",false]],"decode_text() (mindroot.coreplugins.email.imap_handler.imaphandler method)":[[19,"mindroot.coreplugins.email.imap_handler.IMAPHandler.decode_text",false]],"decode_token() (in module mindroot.coreplugins.jwt_auth.middleware)":[[24,"mindroot.coreplugins.jwt_auth.middleware.decode_token",false]],"decrement_reference_count() (mindroot.coreplugins.admin.asset_manager.assetmanager method)":[[13,"mindroot.coreplugins.admin.asset_manager.AssetManager.decrement_reference_count",false]],"default_value (mindroot.coreplugins.subscriptions.models.planfeature attribute)":[[29,"mindroot.coreplugins.subscriptions.models.PlanFeature.default_value",false]],"delayed_exit() (in module mindroot.coreplugins.admin.server_router)":[[13,"mindroot.coreplugins.admin.server_router.delayed_exit",false]],"delegate_subtask() (in module mindroot.coreplugins.check_list.mod)":[[17,"mindroot.coreplugins.check_list.mod.delegate_subtask",false]],"delegate_task() (in module mindroot.coreplugins.chat.commands)":[[15,"mindroot.coreplugins.chat.commands.delegate_task",false]],"delete() (mindroot.lib.chatcontext.chatcontext method)":[[32,"mindroot.lib.chatcontext.ChatContext.delete",false]],"delete_api_key() (in module mindroot.coreplugins.api_keys.router)":[[14,"mindroot.coreplugins.api_keys.router.delete_api_key",false]],"delete_chat_session() (in module mindroot.coreplugins.chat.router)":[[15,"mindroot.coreplugins.chat.router.delete_chat_session",false]],"delete_key() (mindroot.coreplugins.api_keys.api_key_manager.apikeymanager method)":[[14,"mindroot.coreplugins.api_keys.api_key_manager.APIKeyManager.delete_key",false]],"delete_log() (mindroot.lib.buchatlog.chatlog method)":[[32,"mindroot.lib.buchatlog.ChatLog.delete_log",false]],"delete_log() (mindroot.lib.buchatlog2.chatlog method)":[[32,"mindroot.lib.buchatlog2.ChatLog.delete_log",false]],"delete_session_by_id() (mindroot.lib.chatcontext.chatcontext class method)":[[32,"mindroot.lib.chatcontext.ChatContext.delete_session_by_id",false]],"delete_setting() (in module mindroot.coreplugins.admin.settings_router)":[[13,"mindroot.coreplugins.admin.settings_router.delete_setting",false]],"delete_widget_token() (in module mindroot.coreplugins.chat.widget_routes)":[[15,"mindroot.coreplugins.chat.widget_routes.delete_widget_token",false]],"delete_widget_token() (mindroot.coreplugins.chat.widget_manager.widgetmanager method)":[[15,"mindroot.coreplugins.chat.widget_manager.WidgetManager.delete_widget_token",false]],"dependencies (mindroot.coreplugins.admin.plugin_manager.pluginmetadata attribute)":[[13,"mindroot.coreplugins.admin.plugin_manager.PluginMetadata.dependencies",false]],"dependencies (mindroot.coreplugins.index.models.pluginentry attribute)":[[22,"mindroot.coreplugins.index.models.PluginEntry.dependencies",false]],"dependencies (mindroot.coreplugins.index.models.pluginmanifest attribute)":[[22,"mindroot.coreplugins.index.models.PluginManifest.dependencies",false]],"description (mindroot.coreplugins.admin.mcp_publish_routes.mcpserverpublishrequest attribute)":[[13,"mindroot.coreplugins.admin.mcp_publish_routes.McpServerPublishRequest.description",false]],"description (mindroot.coreplugins.admin.mcp_routes.mcpserveraddrequest attribute)":[[13,"mindroot.coreplugins.admin.mcp_routes.McpServerAddRequest.description",false]],"description (mindroot.coreplugins.admin.plugin_manager.pluginmetadata attribute)":[[13,"mindroot.coreplugins.admin.plugin_manager.PluginMetadata.description",false]],"description (mindroot.coreplugins.api_keys.router.apikeycreate attribute)":[[14,"mindroot.coreplugins.api_keys.router.APIKeyCreate.description",false]],"description (mindroot.coreplugins.api_keys.router.apikeyresponse attribute)":[[14,"mindroot.coreplugins.api_keys.router.APIKeyResponse.description",false]],"description (mindroot.coreplugins.chat.widget_routes.widgettokencreate attribute)":[[15,"mindroot.coreplugins.chat.widget_routes.WidgetTokenCreate.description",false]],"description (mindroot.coreplugins.chat.widget_routes.widgettokenresponse attribute)":[[15,"mindroot.coreplugins.chat.widget_routes.WidgetTokenResponse.description",false]],"description (mindroot.coreplugins.index.models.agententry attribute)":[[22,"mindroot.coreplugins.index.models.AgentEntry.description",false]],"description (mindroot.coreplugins.index.models.indexmetadata attribute)":[[22,"mindroot.coreplugins.index.models.IndexMetadata.description",false]],"description (mindroot.coreplugins.index.models.pluginentry attribute)":[[22,"mindroot.coreplugins.index.models.PluginEntry.description",false]],"description (mindroot.coreplugins.index.models.pluginmanifest attribute)":[[22,"mindroot.coreplugins.index.models.PluginManifest.description",false]],"description (mindroot.coreplugins.mcp_.mcp_manager.mcpserver attribute)":[[26,"mindroot.coreplugins.mcp_.mcp_manager.MCPServer.description",false]],"description (mindroot.coreplugins.subscriptions.models.pagetemplate attribute)":[[29,"mindroot.coreplugins.subscriptions.models.PageTemplate.description",false]],"description (mindroot.coreplugins.subscriptions.models.planfeature attribute)":[[29,"mindroot.coreplugins.subscriptions.models.PlanFeature.description",false]],"description (mindroot.coreplugins.subscriptions.models.subscriptionplan attribute)":[[29,"mindroot.coreplugins.subscriptions.models.SubscriptionPlan.description",false]],"description (mindroot.coreplugins.usage.models.costtypeinfo attribute)":[[30,"mindroot.coreplugins.usage.models.CostTypeInfo.description",false]],"detect_language_from_request() (in module mindroot.coreplugins.l8n.middleware)":[[25,"mindroot.coreplugins.l8n.middleware.detect_language_from_request",false]],"detect_running_servers() (mindroot.coreplugins.mcp_.catalog_manager.mcpcatalogmanager method)":[[26,"mindroot.coreplugins.mcp_.catalog_manager.MCPCatalogManager.detect_running_servers",false]],"directory (mindroot.coreplugins.admin.agent_router.scandirectoryrequest attribute)":[[13,"mindroot.coreplugins.admin.agent_router.ScanDirectoryRequest.directory",false]],"directory (mindroot.coreplugins.admin.plugin_manager.directoryrequest attribute)":[[13,"mindroot.coreplugins.admin.plugin_manager.DirectoryRequest.directory",false]],"directoryrequest (class in mindroot.coreplugins.admin.plugin_manager)":[[13,"mindroot.coreplugins.admin.plugin_manager.DirectoryRequest",false]],"disconnect_mcp_server() (in module mindroot.coreplugins.admin.mcp_routes)":[[13,"mindroot.coreplugins.admin.mcp_routes.disconnect_mcp_server",false]],"disconnect_server() (mindroot.coreplugins.mcp_.mcp_manager.mcpmanager method)":[[26,"mindroot.coreplugins.mcp_.mcp_manager.MCPManager.disconnect_server",false]],"discover_plugins() (in module mindroot.coreplugins.admin.plugin_manager)":[[13,"mindroot.coreplugins.admin.plugin_manager.discover_plugins",false]],"dispatch() (mindroot.server.headermiddleware method)":[[11,"mindroot.server.HeaderMiddleware.dispatch",false]],"dispatch() (mindroot.server_missing_normal_args.headermiddleware method)":[[11,"mindroot.server_missing_normal_args.HeaderMiddleware.dispatch",false]],"dispatch() (mindroot.server_prev.headermiddleware method)":[[11,"mindroot.server_prev.HeaderMiddleware.dispatch",false]],"display_order (mindroot.coreplugins.subscriptions.models.planfeature attribute)":[[29,"mindroot.coreplugins.subscriptions.models.PlanFeature.display_order",false]],"download_github_files() (in module mindroot.coreplugins.admin.agent_importer)":[[13,"mindroot.coreplugins.admin.agent_importer.download_github_files",false]],"download_github_files() (in module mindroot.lib.plugins.installation)":[[35,"mindroot.lib.plugins.installation.download_github_files",false]],"email (mindroot.coreplugins.user_service.models.userbase attribute)":[[31,"mindroot.coreplugins.user_service.models.UserBase.email",false]],"email (mindroot.coreplugins.user_service.models.usercreate attribute)":[[31,"mindroot.coreplugins.user_service.models.UserCreate.email",false]],"email_verified (mindroot.coreplugins.user_service.models.userbase attribute)":[[31,"mindroot.coreplugins.user_service.models.UserBase.email_verified",false]],"emailprovider (class in mindroot.coreplugins.email.email_provider)":[[19,"mindroot.coreplugins.email.email_provider.EmailProvider",false]],"enabled (mindroot.coreplugins.admin.plugin_manager.togglepluginrequest attribute)":[[13,"mindroot.coreplugins.admin.plugin_manager.TogglePluginRequest.enabled",false]],"enhanced_mcp_manager_service() (in module mindroot.coreplugins.mcp_.mod)":[[26,"mindroot.coreplugins.mcp_.mod.enhanced_mcp_manager_service",false]],"ensure_catalog_exists() (mindroot.coreplugins.mcp_.catalog_manager.mcpcatalogmanager method)":[[26,"mindroot.coreplugins.mcp_.catalog_manager.MCPCatalogManager.ensure_catalog_exists",false]],"ensure_index_structure() (in module mindroot.coreplugins.index.utils)":[[22,"mindroot.coreplugins.index.utils.ensure_index_structure",false]],"ensure_preferences_exist() (mindroot.lib.providers.model_preferences_v2.modelpreferencesv2 method)":[[36,"mindroot.lib.providers.model_preferences_v2.ModelPreferencesV2.ensure_preferences_exist",false]],"env (mindroot.coreplugins.admin.mcp_publish_routes.mcpserverpublishrequest attribute)":[[13,"mindroot.coreplugins.admin.mcp_publish_routes.McpServerPublishRequest.env",false]],"env (mindroot.coreplugins.admin.mcp_publish_routes.mcptestlocalrequest attribute)":[[13,"mindroot.coreplugins.admin.mcp_publish_routes.McpTestLocalRequest.env",false]],"env (mindroot.coreplugins.admin.mcp_routes.mcplocaltestrequest attribute)":[[13,"mindroot.coreplugins.admin.mcp_routes.McpLocalTestRequest.env",false]],"env (mindroot.coreplugins.admin.mcp_routes.mcpserveraddrequest attribute)":[[13,"mindroot.coreplugins.admin.mcp_routes.McpServerAddRequest.env",false]],"env (mindroot.coreplugins.mcp_.mcp_manager.mcpserver attribute)":[[26,"mindroot.coreplugins.mcp_.mcp_manager.MCPServer.env",false]],"escape_for_json() (in module mindroot.lib.json_escape)":[[32,"mindroot.lib.json_escape.escape_for_json",false]],"estimate_credits() (in module mindroot.coreplugins.credits.mod)":[[18,"mindroot.coreplugins.credits.mod.estimate_credits",false]],"estimate_credits_needed() (mindroot.coreplugins.credits.conversion.creditpolicy method)":[[18,"mindroot.coreplugins.credits.conversion.CreditPolicy.estimate_credits_needed",false]],"exec_with_provider() (mindroot.lib.providers.providermanager method)":[[36,"mindroot.lib.providers.ProviderManager.exec_with_provider",false]],"execute() (mindroot.lib.providers.providermanager method)":[[36,"mindroot.lib.providers.ProviderManager.execute",false]],"execute_hooks() (mindroot.lib.providers.hookmanager method)":[[36,"mindroot.lib.providers.HookManager.execute_hooks",false]],"exit_conversation() (in module mindroot.coreplugins.chat.commands)":[[15,"mindroot.coreplugins.chat.commands.exit_conversation",false]],"expires_at (mindroot.coreplugins.user_service.models.passwordresettoken attribute)":[[31,"mindroot.coreplugins.user_service.models.PasswordResetToken.expires_at",false]],"export_agent_zip() (in module mindroot.coreplugins.admin.agent_router)":[[13,"mindroot.coreplugins.admin.agent_router.export_agent_zip",false]],"extract_checklist_section() (in module mindroot.coreplugins.check_list.mod)":[[17,"mindroot.coreplugins.check_list.mod.extract_checklist_section",false]],"extract_delegate_task_log_ids() (in module mindroot.lib.buchatlog2)":[[32,"mindroot.lib.buchatlog2.extract_delegate_task_log_ids",false]],"extract_delegate_task_log_ids() (in module mindroot.lib.chatlog)":[[32,"mindroot.lib.chatlog.extract_delegate_task_log_ids",false]],"extract_delegate_task_log_ids() (in module mindroot.lib.chatlog_optimized)":[[32,"mindroot.lib.chatlog_optimized.extract_delegate_task_log_ids",false]],"extract_delegate_task_log_ids() (in module mindroot.lib.token_counter)":[[32,"mindroot.lib.token_counter.extract_delegate_task_log_ids",false]],"extract_plugin_root() (in module mindroot.coreplugins.l8n.test_l8n_standalone)":[[25,"mindroot.coreplugins.l8n.test_l8n_standalone.extract_plugin_root",false]],"extract_plugin_root() (in module mindroot.coreplugins.l8n.utils)":[[25,"mindroot.coreplugins.l8n.utils.extract_plugin_root",false]],"extract_translation_keys() (in module mindroot.coreplugins.l8n.utils)":[[25,"mindroot.coreplugins.l8n.utils.extract_translation_keys",false]],"feature_id (mindroot.coreplugins.subscriptions.models.planfeature attribute)":[[29,"mindroot.coreplugins.subscriptions.models.PlanFeature.feature_id",false]],"features (mindroot.coreplugins.subscriptions.models.subscriptionplan attribute)":[[29,"mindroot.coreplugins.subscriptions.models.SubscriptionPlan.features",false]],"find_available_port() (in module mindroot.server)":[[11,"mindroot.server.find_available_port",false]],"find_available_port() (in module mindroot.server_missing_normal_args)":[[11,"mindroot.server_missing_normal_args.find_available_port",false]],"find_available_port() (in module mindroot.server_prev)":[[11,"mindroot.server_prev.find_available_port",false]],"find_chatlog_file() (in module mindroot.lib.buchatlog2)":[[32,"mindroot.lib.buchatlog2.find_chatlog_file",false]],"find_chatlog_file() (in module mindroot.lib.chatlog)":[[32,"mindroot.lib.chatlog.find_chatlog_file",false]],"find_chatlog_file() (in module mindroot.lib.chatlog_optimized)":[[32,"mindroot.lib.chatlog_optimized.find_chatlog_file",false]],"find_chatlog_file() (in module mindroot.lib.token_counter)":[[32,"mindroot.lib.token_counter.find_chatlog_file",false]],"find_child_logs_by_parent_id() (in module mindroot.lib.chatlog)":[[32,"mindroot.lib.chatlog.find_child_logs_by_parent_id",false]],"find_child_logs_by_parent_id() (in module mindroot.lib.chatlog_optimized)":[[32,"mindroot.lib.chatlog_optimized.find_child_logs_by_parent_id",false]],"find_parent_template() (in module mindroot.lib.butemplates)":[[32,"mindroot.lib.butemplates.find_parent_template",false]],"find_parent_template() (in module mindroot.lib.templates)":[[32,"mindroot.lib.templates.find_parent_template",false]],"find_plugin_template() (in module mindroot.lib.templates)":[[32,"mindroot.lib.templates.find_plugin_template",false]],"finished_chat() (in module mindroot.coreplugins.chat.services)":[[15,"mindroot.coreplugins.chat.services.finished_chat",false]],"firstmatchloader (class in mindroot.lib.parent_templates)":[[32,"mindroot.lib.parent_templates.FirstMatchLoader",false]],"flag (mindroot.coreplugins.admin.settings_router.setting attribute)":[[13,"mindroot.coreplugins.admin.settings_router.Setting.flag",false]],"from_dict() (mindroot.coreplugins.credits.models.credittransaction class method)":[[18,"mindroot.coreplugins.credits.models.CreditTransaction.from_dict",false]],"from_dict() (mindroot.coreplugins.subscriptions.models.pagetemplate class method)":[[29,"mindroot.coreplugins.subscriptions.models.PageTemplate.from_dict",false]],"from_dict() (mindroot.coreplugins.subscriptions.models.planfeature class method)":[[29,"mindroot.coreplugins.subscriptions.models.PlanFeature.from_dict",false]],"from_dict() (mindroot.coreplugins.subscriptions.models.subscriptionplan class method)":[[29,"mindroot.coreplugins.subscriptions.models.SubscriptionPlan.from_dict",false]],"from_dict() (mindroot.coreplugins.subscriptions.models.usersubscription class method)":[[29,"mindroot.coreplugins.subscriptions.models.UserSubscription.from_dict",false]],"generate_random_credentials() (in module mindroot.coreplugins.user_service.admin_init)":[[31,"mindroot.coreplugins.user_service.admin_init.generate_random_credentials",false]],"get_admin_html() (in module mindroot.coreplugins.admin.router)":[[13,"mindroot.coreplugins.admin.router.get_admin_html",false]],"get_agent_ownership_info() (in module mindroot.coreplugins.admin.agent_router)":[[13,"mindroot.coreplugins.admin.agent_router.get_agent_ownership_info",false]],"get_all_features() (mindroot.coreplugins.subscriptions.storage.subscriptionstorage method)":[[29,"mindroot.coreplugins.subscriptions.storage.SubscriptionStorage.get_all_features",false]],"get_all_plans() (mindroot.coreplugins.subscriptions.storage.subscriptionstorage method)":[[29,"mindroot.coreplugins.subscriptions.storage.SubscriptionStorage.get_all_plans",false]],"get_all_plugins() (in module mindroot.coreplugins.admin.plugin_manager)":[[13,"mindroot.coreplugins.admin.plugin_manager.get_all_plugins",false]],"get_all_templates() (mindroot.coreplugins.subscriptions.storage.subscriptionstorage method)":[[29,"mindroot.coreplugins.subscriptions.storage.SubscriptionStorage.get_all_templates",false]],"get_asset_metadata() (mindroot.coreplugins.admin.asset_manager.assetmanager method)":[[13,"mindroot.coreplugins.admin.asset_manager.AssetManager.get_asset_metadata",false]],"get_asset_path() (mindroot.coreplugins.admin.asset_manager.assetmanager method)":[[13,"mindroot.coreplugins.admin.asset_manager.AssetManager.get_asset_path",false]],"get_available_features() (in module mindroot.coreplugins.subscriptions.mod)":[[29,"mindroot.coreplugins.subscriptions.mod.get_available_features",false]],"get_balance() (mindroot.coreplugins.credits.ledger.creditledger method)":[[18,"mindroot.coreplugins.credits.ledger.CreditLedger.get_balance",false]],"get_balance_at() (mindroot.coreplugins.credits.ledger.creditledger method)":[[18,"mindroot.coreplugins.credits.ledger.CreditLedger.get_balance_at",false]],"get_balance_at() (mindroot.coreplugins.credits.storage.creditstorage method)":[[18,"mindroot.coreplugins.credits.storage.CreditStorage.get_balance_at",false]],"get_base_path() (in module mindroot.coreplugins.credits.mod)":[[18,"mindroot.coreplugins.credits.mod.get_base_path",false]],"get_base_path() (in module mindroot.coreplugins.subscriptions.mod)":[[29,"mindroot.coreplugins.subscriptions.mod.get_base_path",false]],"get_base_path() (in module mindroot.coreplugins.usage.mod)":[[30,"mindroot.coreplugins.usage.mod.get_base_path",false]],"get_base_path() (in module mindroot.coreplugins.usage.router)":[[30,"mindroot.coreplugins.usage.router.get_base_path",false]],"get_cache_dir() (in module mindroot.lib.buchatlog2)":[[32,"mindroot.lib.buchatlog2.get_cache_dir",false]],"get_cache_dir() (in module mindroot.lib.chatlog)":[[32,"mindroot.lib.chatlog.get_cache_dir",false]],"get_cache_dir() (in module mindroot.lib.chatlog_optimized)":[[32,"mindroot.lib.chatlog_optimized.get_cache_dir",false]],"get_cache_dir() (in module mindroot.lib.token_counter)":[[32,"mindroot.lib.token_counter.get_cache_dir",false]],"get_cache_path() (in module mindroot.lib.buchatlog2)":[[32,"mindroot.lib.buchatlog2.get_cache_path",false]],"get_cache_path() (in module mindroot.lib.chatlog)":[[32,"mindroot.lib.chatlog.get_cache_path",false]],"get_cache_path() (in module mindroot.lib.chatlog_optimized)":[[32,"mindroot.lib.chatlog_optimized.get_cache_path",false]],"get_cache_path() (in module mindroot.lib.token_counter)":[[32,"mindroot.lib.token_counter.get_cache_path",false]],"get_cached_token_counts() (in module mindroot.lib.buchatlog2)":[[32,"mindroot.lib.buchatlog2.get_cached_token_counts",false]],"get_cached_token_counts() (in module mindroot.lib.chatlog)":[[32,"mindroot.lib.chatlog.get_cached_token_counts",false]],"get_cached_token_counts() (in module mindroot.lib.chatlog_optimized)":[[32,"mindroot.lib.chatlog_optimized.get_cached_token_counts",false]],"get_cached_token_counts() (in module mindroot.lib.token_counter)":[[32,"mindroot.lib.token_counter.get_cached_token_counts",false]],"get_catalog_server_info() (in module mindroot.coreplugins.admin.mcp_catalog_routes)":[[13,"mindroot.coreplugins.admin.mcp_catalog_routes.get_catalog_server_info",false]],"get_categories() (mindroot.coreplugins.mcp_.catalog_manager.mcpcatalogmanager method)":[[26,"mindroot.coreplugins.mcp_.catalog_manager.MCPCatalogManager.get_categories",false]],"get_chat_history() (in module mindroot.coreplugins.chat.services)":[[15,"mindroot.coreplugins.chat.services.get_chat_history",false]],"get_chat_html() (in module mindroot.coreplugins.chat.router)":[[15,"mindroot.coreplugins.chat.router.get_chat_html",false]],"get_checklist_status() (in module mindroot.coreplugins.check_list.mod)":[[17,"mindroot.coreplugins.check_list.mod.get_checklist_status",false]],"get_client_info() (mindroot.coreplugins.mcp_.oauth_storage.mcptokenstorage method)":[[26,"mindroot.coreplugins.mcp_.oauth_storage.MCPTokenStorage.get_client_info",false]],"get_client_info() (mindroot.coreplugins.mcp_.testmcpclient.inmemorytokenstorage method)":[[26,"mindroot.coreplugins.mcp_.testmcpclient.InMemoryTokenStorage.get_client_info",false]],"get_command_plugin_mapping() (in module mindroot.lib.plugins.mapping)":[[35,"mindroot.lib.plugins.mapping.get_command_plugin_mapping",false]],"get_command_providers() (in module mindroot.coreplugins.admin.agent_router)":[[13,"mindroot.coreplugins.admin.agent_router.get_command_providers",false]],"get_commands() (in module mindroot.coreplugins.admin.settings_router)":[[13,"mindroot.coreplugins.admin.settings_router.get_commands",false]],"get_component_metadata() (mindroot.registry.component_manager.componentmanager method)":[[38,"mindroot.registry.component_manager.ComponentManager.get_component_metadata",false]],"get_config() (mindroot.coreplugins.credits.models.creditratioconfig method)":[[18,"mindroot.coreplugins.credits.models.CreditRatioConfig.get_config",false]],"get_context() (in module mindroot.lib.chatcontext)":[[32,"mindroot.lib.chatcontext.get_context",false]],"get_cost() (in module mindroot.coreplugins.usage.mod)":[[30,"mindroot.coreplugins.usage.mod.get_cost",false]],"get_cost() (mindroot.coreplugins.usage.handlers.usagetracker method)":[[30,"mindroot.coreplugins.usage.handlers.UsageTracker.get_cost",false]],"get_cost_summary() (in module mindroot.coreplugins.usage.mod)":[[30,"mindroot.coreplugins.usage.mod.get_cost_summary",false]],"get_cost_summary() (mindroot.coreplugins.usage.reporting.usagereport method)":[[30,"mindroot.coreplugins.usage.reporting.UsageReport.get_cost_summary",false]],"get_cost_types() (in module mindroot.coreplugins.usage.mod)":[[30,"mindroot.coreplugins.usage.mod.get_cost_types",false]],"get_credit_balance() (in module mindroot.coreplugins.credits.mod)":[[18,"mindroot.coreplugins.credits.mod.get_credit_balance",false]],"get_credit_ratios() (in module mindroot.coreplugins.credits.mod)":[[18,"mindroot.coreplugins.credits.mod.get_credit_ratios",false]],"get_credit_report() (in module mindroot.coreplugins.credits.mod)":[[18,"mindroot.coreplugins.credits.mod.get_credit_report",false]],"get_current_language() (in module mindroot.lib.templates)":[[32,"mindroot.lib.templates.get_current_language",false]],"get_current_language() (mindroot.lib.plugins.l8n_static_handler.translatedstaticfiles method)":[[35,"mindroot.lib.plugins.l8n_static_handler.TranslatedStaticFiles.get_current_language",false]],"get_current_language_from_request() (in module mindroot.coreplugins.l8n.language_detection)":[[25,"mindroot.coreplugins.l8n.language_detection.get_current_language_from_request",false]],"get_current_user() (in module mindroot.lib.auth.auth)":[[33,"mindroot.lib.auth.auth.get_current_user",false]],"get_daily_costs() (in module mindroot.coreplugins.usage.mod)":[[30,"mindroot.coreplugins.usage.mod.get_daily_costs",false]],"get_daily_costs() (mindroot.coreplugins.usage.reporting.usagereport method)":[[30,"mindroot.coreplugins.usage.reporting.UsageReport.get_daily_costs",false]],"get_default_template() (mindroot.coreplugins.subscriptions.storage.subscriptionstorage method)":[[29,"mindroot.coreplugins.subscriptions.storage.SubscriptionStorage.get_default_template",false]],"get_detailed_functions() (mindroot.lib.providers.providermanager method)":[[36,"mindroot.lib.providers.ProviderManager.get_detailed_functions",false]],"get_docstring() (mindroot.lib.providers.hookmanager method)":[[36,"mindroot.lib.providers.HookManager.get_docstring",false]],"get_docstring() (mindroot.lib.providers.providermanager method)":[[36,"mindroot.lib.providers.ProviderManager.get_docstring",false]],"get_docstrings() (mindroot.lib.providers.hookmanager method)":[[36,"mindroot.lib.providers.HookManager.get_docstrings",false]],"get_docstrings() (mindroot.lib.providers.providermanager method)":[[36,"mindroot.lib.providers.ProviderManager.get_docstrings",false]],"get_email_body() (mindroot.coreplugins.email.imap_handler.imaphandler method)":[[19,"mindroot.coreplugins.email.imap_handler.IMAPHandler.get_email_body",false]],"get_embed_script() (in module mindroot.coreplugins.chat.widget_routes)":[[15,"mindroot.coreplugins.chat.widget_routes.get_embed_script",false]],"get_env_vars() (in module mindroot.coreplugins.env_manager.router)":[[20,"mindroot.coreplugins.env_manager.router.get_env_vars",false]],"get_equivalent_flags() (in module mindroot.coreplugins.admin.settings_router)":[[13,"mindroot.coreplugins.admin.settings_router.get_equivalent_flags",false]],"get_fallback_language() (in module mindroot.coreplugins.l8n.language_detection)":[[25,"mindroot.coreplugins.l8n.language_detection.get_fallback_language",false]],"get_feature() (mindroot.coreplugins.subscriptions.storage.subscriptionstorage method)":[[29,"mindroot.coreplugins.subscriptions.storage.SubscriptionStorage.get_feature",false]],"get_full_agent_data() (in module mindroot.coreplugins.admin.agent_router)":[[13,"mindroot.coreplugins.admin.agent_router.get_full_agent_data",false]],"get_functions() (mindroot.lib.providers.providermanager method)":[[36,"mindroot.lib.providers.ProviderManager.get_functions",false]],"get_git_version_info() (in module mindroot.coreplugins.admin.mod)":[[13,"mindroot.coreplugins.admin.mod.get_git_version_info",false]],"get_history() (mindroot.lib.buchatlog.chatlog method)":[[32,"mindroot.lib.buchatlog.ChatLog.get_history",false]],"get_history() (mindroot.lib.buchatlog2.chatlog method)":[[32,"mindroot.lib.buchatlog2.ChatLog.get_history",false]],"get_history() (mindroot.lib.chatlog.chatlog method)":[[32,"mindroot.lib.chatlog.ChatLog.get_history",false]],"get_history() (mindroot.lib.chatlog_optimized.chatlog method)":[[32,"mindroot.lib.chatlog_optimized.ChatLog.get_history",false]],"get_hooks() (mindroot.lib.providers.hookmanager method)":[[36,"mindroot.lib.providers.HookManager.get_hooks",false]],"get_installation_status() (in module mindroot.coreplugins.admin.mcp_registry_routes)":[[13,"mindroot.coreplugins.admin.mcp_registry_routes.get_installation_status",false]],"get_installed_plugin_metadata() (in module mindroot.coreplugins.index.handlers.plugin_ops)":[[23,"mindroot.coreplugins.index.handlers.plugin_ops.get_installed_plugin_metadata",false]],"get_latest_balance() (mindroot.coreplugins.credits.storage.creditstorage method)":[[18,"mindroot.coreplugins.credits.storage.CreditStorage.get_latest_balance",false]],"get_localized_file_path() (in module mindroot.coreplugins.l8n.test_l8n_standalone)":[[25,"mindroot.coreplugins.l8n.test_l8n_standalone.get_localized_file_path",false]],"get_localized_file_path() (in module mindroot.coreplugins.l8n.utils)":[[25,"mindroot.coreplugins.l8n.utils.get_localized_file_path",false]],"get_mcp_catalog() (in module mindroot.coreplugins.admin.mcp_catalog_routes)":[[13,"mindroot.coreplugins.admin.mcp_catalog_routes.get_mcp_catalog",false]],"get_mcp_categories() (in module mindroot.coreplugins.admin.mcp_catalog_routes)":[[13,"mindroot.coreplugins.admin.mcp_catalog_routes.get_mcp_categories",false]],"get_missing_commands() (in module mindroot.lib.providers.missing)":[[36,"mindroot.lib.providers.missing.get_missing_commands",false]],"get_model() (mindroot.registry.data_access.dataaccess method)":[[38,"mindroot.registry.data_access.DataAccess.get_model",false]],"get_model_preferences_v2_html() (in module mindroot.coreplugins.admin.router)":[[13,"mindroot.coreplugins.admin.router.get_model_preferences_v2_html",false]],"get_models() (in module mindroot.coreplugins.admin.settings_router)":[[13,"mindroot.coreplugins.admin.settings_router.get_models",false]],"get_my_subscriptions() (in module mindroot.coreplugins.subscriptions.mod)":[[29,"mindroot.coreplugins.subscriptions.mod.get_my_subscriptions",false]],"get_oauth_status() (in module mindroot.coreplugins.admin.mcp_publish_routes)":[[13,"mindroot.coreplugins.admin.mcp_publish_routes.get_oauth_status",false]],"get_oauth_status() (mindroot.coreplugins.mcp_.mcp_manager.mcpmanager method)":[[26,"mindroot.coreplugins.mcp_.mcp_manager.MCPManager.get_oauth_status",false]],"get_or_create_jwt_secret() (in module mindroot.coreplugins.jwt_auth.middleware)":[[24,"mindroot.coreplugins.jwt_auth.middleware.get_or_create_jwt_secret",false]],"get_ordered_providers_for_service() (mindroot.lib.providers.model_preferences_v2.modelpreferencesv2 method)":[[36,"mindroot.lib.providers.model_preferences_v2.ModelPreferencesV2.get_ordered_providers_for_service",false]],"get_organized_models() (in module mindroot.coreplugins.admin.settings_router)":[[13,"mindroot.coreplugins.admin.settings_router.get_organized_models",false]],"get_page_templates() (in module mindroot.coreplugins.subscriptions.mod)":[[29,"mindroot.coreplugins.subscriptions.mod.get_page_templates",false]],"get_parent_templates_env() (in module mindroot.lib.parent_templates)":[[32,"mindroot.lib.parent_templates.get_parent_templates_env",false]],"get_parsed_subtasks() (in module mindroot.coreplugins.check_list.mod)":[[17,"mindroot.coreplugins.check_list.mod.get_parsed_subtasks",false]],"get_persona_avatar() (in module mindroot.coreplugins.chat.router)":[[15,"mindroot.coreplugins.chat.router.get_persona_avatar",false]],"get_persona_data() (in module mindroot.coreplugins.persona.mod)":[[27,"mindroot.coreplugins.persona.mod.get_persona_data",false]],"get_persona_faceref() (in module mindroot.coreplugins.chat.router)":[[15,"mindroot.coreplugins.chat.router.get_persona_faceref",false]],"get_plan() (mindroot.coreplugins.subscriptions.storage.subscriptionstorage method)":[[29,"mindroot.coreplugins.subscriptions.storage.SubscriptionStorage.get_plan",false]],"get_plan() (mindroot.coreplugins.subscriptions.subscription_manager.subscriptionmanager method)":[[29,"mindroot.coreplugins.subscriptions.subscription_manager.SubscriptionManager.get_plan",false]],"get_plugin_import_path() (in module mindroot.lib.plugins)":[[32,"mindroot.lib.plugins.get_plugin_import_path",false],[35,"mindroot.lib.plugins.get_plugin_import_path",false]],"get_plugin_import_path() (in module mindroot.lib.plugins.paths)":[[35,"mindroot.lib.plugins.paths.get_plugin_import_path",false]],"get_plugin_path() (in module mindroot.lib.plugins)":[[32,"mindroot.lib.plugins.get_plugin_path",false],[35,"mindroot.lib.plugins.get_plugin_path",false]],"get_plugin_path() (in module mindroot.lib.plugins.paths)":[[35,"mindroot.lib.plugins.paths.get_plugin_path",false]],"get_plugin_translations_path() (in module mindroot.coreplugins.l8n.utils)":[[25,"mindroot.coreplugins.l8n.utils.get_plugin_translations_path",false]],"get_plugins() (in module mindroot.coreplugins.admin.plugin_router)":[[13,"mindroot.coreplugins.admin.plugin_router.get_plugins",false]],"get_plugins() (in module mindroot.coreplugins.admin.plugin_routes)":[[13,"mindroot.coreplugins.admin.plugin_routes.get_plugins",false]],"get_preferences() (mindroot.lib.providers.model_preferences_v2.modelpreferencesv2 method)":[[36,"mindroot.lib.providers.model_preferences_v2.ModelPreferencesV2.get_preferences",false]],"get_project_root() (in module mindroot.server)":[[11,"mindroot.server.get_project_root",false]],"get_project_root() (in module mindroot.server_missing_normal_args)":[[11,"mindroot.server_missing_normal_args.get_project_root",false]],"get_project_root() (in module mindroot.server_prev)":[[11,"mindroot.server_prev.get_project_root",false]],"get_provider() (in module mindroot.coreplugins.email.services)":[[19,"mindroot.coreplugins.email.services.get_provider",false]],"get_provider() (mindroot.registry.data_access.dataaccess method)":[[38,"mindroot.registry.data_access.DataAccess.get_provider",false]],"get_providers() (in module mindroot.coreplugins.admin.settings_router)":[[13,"mindroot.coreplugins.admin.settings_router.get_providers",false]],"get_ratio() (mindroot.coreplugins.credits.models.creditratioconfig method)":[[18,"mindroot.coreplugins.credits.models.CreditRatioConfig.get_ratio",false]],"get_recent() (mindroot.lib.buchatlog.chatlog method)":[[32,"mindroot.lib.buchatlog.ChatLog.get_recent",false]],"get_recent() (mindroot.lib.buchatlog2.chatlog method)":[[32,"mindroot.lib.buchatlog2.ChatLog.get_recent",false]],"get_recent() (mindroot.lib.chatlog.chatlog method)":[[32,"mindroot.lib.chatlog.ChatLog.get_recent",false]],"get_recent() (mindroot.lib.chatlog_optimized.chatlog method)":[[32,"mindroot.lib.chatlog_optimized.ChatLog.get_recent",false]],"get_registered_commands() (mindroot.coreplugins.mcp_.dynamic_commands.mcpdynamiccommands method)":[[26,"mindroot.coreplugins.mcp_.dynamic_commands.MCPDynamicCommands.get_registered_commands",false]],"get_registry_categories() (in module mindroot.coreplugins.admin.mcp_registry_routes)":[[13,"mindroot.coreplugins.admin.mcp_registry_routes.get_registry_categories",false]],"get_registry_server_details() (in module mindroot.coreplugins.admin.mcp_registry_routes)":[[13,"mindroot.coreplugins.admin.mcp_registry_routes.get_registry_server_details",false]],"get_registry_settings() (in module mindroot.coreplugins.admin.registry_settings_routes)":[[13,"mindroot.coreplugins.admin.registry_settings_routes.get_registry_settings",false]],"get_request_language() (in module mindroot.coreplugins.l8n.middleware)":[[25,"mindroot.coreplugins.l8n.middleware.get_request_language",false]],"get_reset_password_form_by_file() (in module mindroot.coreplugins.user_service.router)":[[31,"mindroot.coreplugins.user_service.router.get_reset_password_form_by_file",false]],"get_response() (mindroot.lib.plugins.l8n_static_handler.translatedstaticfiles method)":[[35,"mindroot.lib.plugins.l8n_static_handler.TranslatedStaticFiles.get_response",false]],"get_running_processes() (mindroot.coreplugins.mcp_.catalog_manager.mcpcatalogmanager method)":[[26,"mindroot.coreplugins.mcp_.catalog_manager.MCPCatalogManager.get_running_processes",false]],"get_server_info() (mindroot.coreplugins.mcp_.catalog_manager.mcpcatalogmanager method)":[[26,"mindroot.coreplugins.mcp_.catalog_manager.MCPCatalogManager.get_server_info",false]],"get_servers_by_category() (mindroot.coreplugins.mcp_.catalog_manager.mcpcatalogmanager method)":[[26,"mindroot.coreplugins.mcp_.catalog_manager.MCPCatalogManager.get_servers_by_category",false]],"get_service_models() (in module mindroot.coreplugins.admin.settings_router)":[[13,"mindroot.coreplugins.admin.settings_router.get_service_models",false]],"get_service_models_from_providers() (in module mindroot.coreplugins.admin.service_models)":[[13,"mindroot.coreplugins.admin.service_models.get_service_models_from_providers",false]],"get_services() (in module mindroot.coreplugins.admin.settings_router)":[[13,"mindroot.coreplugins.admin.settings_router.get_services",false]],"get_settings() (in module mindroot.coreplugins.admin.settings_router)":[[13,"mindroot.coreplugins.admin.settings_router.get_settings",false]],"get_settings_v2() (in module mindroot.coreplugins.admin.settings_router)":[[13,"mindroot.coreplugins.admin.settings_router.get_settings_v2",false]],"get_some_docstrings() (mindroot.lib.providers.providermanager method)":[[36,"mindroot.lib.providers.ProviderManager.get_some_docstrings",false]],"get_source() (mindroot.lib.parent_templates.firstmatchloader method)":[[32,"mindroot.lib.parent_templates.FirstMatchLoader.get_source",false]],"get_start_method() (in module mindroot.coreplugins.admin.server_router)":[[13,"mindroot.coreplugins.admin.server_router.get_start_method",false]],"get_stats() (mindroot.coreplugins.admin.asset_manager.assetmanager method)":[[13,"mindroot.coreplugins.admin.asset_manager.AssetManager.get_stats",false]],"get_subscription() (mindroot.coreplugins.subscriptions.storage.subscriptionstorage method)":[[29,"mindroot.coreplugins.subscriptions.storage.SubscriptionStorage.get_subscription",false]],"get_subscription_by_provider_id() (in module mindroot.coreplugins.subscriptions.mod)":[[29,"mindroot.coreplugins.subscriptions.mod.get_subscription_by_provider_id",false]],"get_subscription_plan() (in module mindroot.coreplugins.subscriptions.mod)":[[29,"mindroot.coreplugins.subscriptions.mod.get_subscription_plan",false]],"get_subscription_plans() (in module mindroot.coreplugins.subscriptions.mod)":[[29,"mindroot.coreplugins.subscriptions.mod.get_subscription_plans",false]],"get_subscriptions_by_provider_id() (mindroot.coreplugins.subscriptions.storage.subscriptionstorage method)":[[29,"mindroot.coreplugins.subscriptions.storage.SubscriptionStorage.get_subscriptions_by_provider_id",false]],"get_subscriptions_by_provider_id() (mindroot.coreplugins.subscriptions.subscription_manager.subscriptionmanager method)":[[29,"mindroot.coreplugins.subscriptions.subscription_manager.SubscriptionManager.get_subscriptions_by_provider_id",false]],"get_supported_languages() (in module mindroot.coreplugins.l8n.language_detection)":[[25,"mindroot.coreplugins.l8n.language_detection.get_supported_languages",false]],"get_template() (mindroot.coreplugins.subscriptions.storage.subscriptionstorage method)":[[29,"mindroot.coreplugins.subscriptions.storage.SubscriptionStorage.get_template",false]],"get_token_count() (in module mindroot.coreplugins.chat.router)":[[15,"mindroot.coreplugins.chat.router.get_token_count",false]],"get_token_count_alt() (in module mindroot.coreplugins.chat.router)":[[15,"mindroot.coreplugins.chat.router.get_token_count_alt",false]],"get_tokens() (mindroot.coreplugins.mcp_.oauth_storage.mcptokenstorage method)":[[26,"mindroot.coreplugins.mcp_.oauth_storage.MCPTokenStorage.get_tokens",false]],"get_tokens() (mindroot.coreplugins.mcp_.testmcpclient.inmemorytokenstorage method)":[[26,"mindroot.coreplugins.mcp_.testmcpclient.InMemoryTokenStorage.get_tokens",false]],"get_total_cost() (mindroot.coreplugins.usage.handlers.usagetracker method)":[[30,"mindroot.coreplugins.usage.handlers.UsageTracker.get_total_cost",false]],"get_total_cost() (mindroot.coreplugins.usage.storage.usagestorage method)":[[30,"mindroot.coreplugins.usage.storage.UsageStorage.get_total_cost",false]],"get_transactions() (mindroot.coreplugins.credits.ledger.creditledger method)":[[18,"mindroot.coreplugins.credits.ledger.CreditLedger.get_transactions",false]],"get_transactions() (mindroot.coreplugins.credits.storage.creditstorage method)":[[18,"mindroot.coreplugins.credits.storage.CreditStorage.get_transactions",false]],"get_translations() (in module mindroot.coreplugins.l8n.mod)":[[25,"mindroot.coreplugins.l8n.mod.get_translations",false]],"get_translations() (in module mindroot.coreplugins.l8n.test_l8n_standalone)":[[25,"mindroot.coreplugins.l8n.test_l8n_standalone.get_translations",false]],"get_usage() (mindroot.coreplugins.usage.handlers.usagetracker method)":[[30,"mindroot.coreplugins.usage.handlers.UsageTracker.get_usage",false]],"get_usage() (mindroot.coreplugins.usage.storage.usagestorage method)":[[30,"mindroot.coreplugins.usage.storage.UsageStorage.get_usage",false]],"get_usage_report() (in module mindroot.coreplugins.usage.mod)":[[30,"mindroot.coreplugins.usage.mod.get_usage_report",false]],"get_usage_summary() (mindroot.coreplugins.credits.ledger.creditledger method)":[[18,"mindroot.coreplugins.credits.ledger.CreditLedger.get_usage_summary",false]],"get_user_daily() (in module mindroot.coreplugins.usage.router)":[[30,"mindroot.coreplugins.usage.router.get_user_daily",false]],"get_user_data() (in module mindroot.coreplugins.user_service.mod)":[[31,"mindroot.coreplugins.user_service.mod.get_user_data",false]],"get_user_limits() (mindroot.coreplugins.credits.conversion.creditpolicy method)":[[18,"mindroot.coreplugins.credits.conversion.CreditPolicy.get_user_limits",false]],"get_user_report() (in module mindroot.coreplugins.usage.router)":[[30,"mindroot.coreplugins.usage.router.get_user_report",false]],"get_user_report() (mindroot.coreplugins.usage.reporting.usagereport method)":[[30,"mindroot.coreplugins.usage.reporting.UsageReport.get_user_report",false]],"get_user_roles() (in module mindroot.coreplugins.user_service.role_service)":[[31,"mindroot.coreplugins.user_service.role_service.get_user_roles",false]],"get_user_subscriptions() (in module mindroot.coreplugins.subscriptions.mod)":[[29,"mindroot.coreplugins.subscriptions.mod.get_user_subscriptions",false]],"get_user_subscriptions() (mindroot.coreplugins.subscriptions.storage.subscriptionstorage method)":[[29,"mindroot.coreplugins.subscriptions.storage.SubscriptionStorage.get_user_subscriptions",false]],"get_user_subscriptions() (mindroot.coreplugins.subscriptions.subscription_manager.subscriptionmanager method)":[[29,"mindroot.coreplugins.subscriptions.subscription_manager.SubscriptionManager.get_user_subscriptions",false]],"get_user_summary() (in module mindroot.coreplugins.usage.router)":[[30,"mindroot.coreplugins.usage.router.get_user_summary",false]],"get_version_info() (in module mindroot.coreplugins.admin.router)":[[13,"mindroot.coreplugins.admin.router.get_version_info",false]],"get_widget_config() (mindroot.coreplugins.chat.widget_manager.widgetmanager method)":[[15,"mindroot.coreplugins.chat.widget_manager.WidgetManager.get_widget_config",false]],"github_url (mindroot.coreplugins.admin.plugin_manager.githubpluginrequest attribute)":[[13,"mindroot.coreplugins.admin.plugin_manager.GitHubPluginRequest.github_url",false]],"github_url (mindroot.coreplugins.index.models.pluginentry attribute)":[[22,"mindroot.coreplugins.index.models.PluginEntry.github_url",false]],"githubimportrequest (class in mindroot.coreplugins.admin.agent_router)":[[13,"mindroot.coreplugins.admin.agent_router.GitHubImportRequest",false]],"githubpluginrequest (class in mindroot.coreplugins.admin.plugin_manager)":[[13,"mindroot.coreplugins.admin.plugin_manager.GitHubPluginRequest",false]],"githubpublishrequest (class in mindroot.coreplugins.admin.plugin_routes)":[[13,"mindroot.coreplugins.admin.plugin_routes.GithubPublishRequest",false]],"goto_subtask() (in module mindroot.coreplugins.check_list.mod)":[[17,"mindroot.coreplugins.check_list.mod.goto_subtask",false]],"handle_callback() (in module mindroot.coreplugins.mcp_.mod)":[[26,"mindroot.coreplugins.mcp_.mod.handle_callback",false]],"handle_callback() (in module mindroot.coreplugins.mcp_.testmcpclient)":[[26,"mindroot.coreplugins.mcp_.testmcpclient.handle_callback",false]],"handle_persona_import() (in module mindroot.coreplugins.admin.persona_handler)":[[13,"mindroot.coreplugins.admin.persona_handler.handle_persona_import",false]],"handle_redirect() (in module mindroot.coreplugins.mcp_.mod)":[[26,"mindroot.coreplugins.mcp_.mod.handle_redirect",false]],"handle_redirect() (in module mindroot.coreplugins.mcp_.testmcpclient)":[[26,"mindroot.coreplugins.mcp_.testmcpclient.handle_redirect",false]],"handle_reset_password_by_file() (in module mindroot.coreplugins.user_service.router)":[[31,"mindroot.coreplugins.user_service.router.handle_reset_password_by_file",false]],"handle_stripe_event() (mindroot.coreplugins.subscriptions.webhook_handler.webhookhandler method)":[[29,"mindroot.coreplugins.subscriptions.webhook_handler.WebhookHandler.handle_stripe_event",false]],"handle_usage() (in module mindroot.coreplugins.credits.mod)":[[18,"mindroot.coreplugins.credits.mod.handle_usage",false]],"handle_usage() (mindroot.coreplugins.credits.conversion.creditusagehandler method)":[[18,"mindroot.coreplugins.credits.conversion.CreditUsageHandler.handle_usage",false]],"has_role() (in module mindroot.coreplugins.user_service.role_service)":[[31,"mindroot.coreplugins.user_service.role_service.has_role",false]],"headermiddleware (class in mindroot.server)":[[11,"mindroot.server.HeaderMiddleware",false]],"headermiddleware (class in mindroot.server_missing_normal_args)":[[11,"mindroot.server_missing_normal_args.HeaderMiddleware",false]],"headermiddleware (class in mindroot.server_prev)":[[11,"mindroot.server_prev.HeaderMiddleware",false]],"hook() (in module mindroot.lib.providers.hooks)":[[36,"mindroot.lib.providers.hooks.hook",false]],"hookmanager (class in mindroot.lib.providers)":[[36,"mindroot.lib.providers.HookManager",false]],"html_template (mindroot.coreplugins.subscriptions.models.pagetemplate attribute)":[[29,"mindroot.coreplugins.subscriptions.models.PageTemplate.html_template",false]],"imagemessagepart (class in mindroot.coreplugins.chat.models)":[[15,"mindroot.coreplugins.chat.models.ImageMessagePart",false]],"imaphandler (class in mindroot.coreplugins.email.imap_handler)":[[19,"mindroot.coreplugins.email.imap_handler.IMAPHandler",false]],"import_agent() (in module mindroot.coreplugins.admin.agent_importer)":[[13,"mindroot.coreplugins.admin.agent_importer.import_agent",false]],"import_agent_zip() (in module mindroot.coreplugins.admin.agent_router)":[[13,"mindroot.coreplugins.admin.agent_router.import_agent_zip",false]],"import_github_agent() (in module mindroot.coreplugins.admin.agent_importer)":[[13,"mindroot.coreplugins.admin.agent_importer.import_github_agent",false]],"import_github_agent_endpoint() (in module mindroot.coreplugins.admin.agent_router)":[[13,"mindroot.coreplugins.admin.agent_router.import_github_agent_endpoint",false]],"import_persona() (in module mindroot.coreplugins.admin.agent_importer)":[[13,"mindroot.coreplugins.admin.agent_importer.import_persona",false]],"import_persona_from_index() (in module mindroot.coreplugins.admin.persona_handler)":[[13,"mindroot.coreplugins.admin.persona_handler.import_persona_from_index",false]],"index_name (mindroot.coreplugins.admin.plugin_manager.installfromindexrequest attribute)":[[13,"mindroot.coreplugins.admin.plugin_manager.InstallFromIndexRequest.index_name",false]],"indexmetadata (class in mindroot.coreplugins.index.models)":[[22,"mindroot.coreplugins.index.models.IndexMetadata",false]],"init_catalog_from_default() (mindroot.coreplugins.mcp_.catalog_manager.mcpcatalogmanager method)":[[26,"mindroot.coreplugins.mcp_.catalog_manager.MCPCatalogManager.init_catalog_from_default",false]],"init_chat_session() (in module mindroot.coreplugins.chat.services)":[[15,"mindroot.coreplugins.chat.services.init_chat_session",false]],"init_email_provider() (in module mindroot.coreplugins.email.mod)":[[19,"mindroot.coreplugins.email.mod.init_email_provider",false]],"init_persona() (in module mindroot.coreplugins.persona.init_persona)":[[27,"mindroot.coreplugins.persona.init_persona.init_persona",false]],"init_provider() (in module mindroot.coreplugins.email.services)":[[19,"mindroot.coreplugins.email.services.init_provider",false]],"initialize_admin() (in module mindroot.coreplugins.user_service.admin_init)":[[31,"mindroot.coreplugins.user_service.admin_init.initialize_admin",false]],"initialize_default_features() (in module mindroot.coreplugins.subscriptions.mod)":[[29,"mindroot.coreplugins.subscriptions.mod.initialize_default_features",false]],"initialize_default_template() (in module mindroot.coreplugins.subscriptions.mod)":[[29,"mindroot.coreplugins.subscriptions.mod.initialize_default_template",false]],"initiate_agent_session() (in module mindroot.coreplugins.chat.commands)":[[15,"mindroot.coreplugins.chat.commands.initiate_agent_session",false]],"initiate_password_reset() (in module mindroot.coreplugins.user_service.password_reset_service)":[[31,"mindroot.coreplugins.user_service.password_reset_service.initiate_password_reset",false]],"inject_translations_into_js() (in module mindroot.lib.plugins.l8n_static_handler)":[[35,"mindroot.lib.plugins.l8n_static_handler.inject_translations_into_js",false]],"inmemorytokenstorage (class in mindroot.coreplugins.mcp_.testmcpclient)":[[26,"mindroot.coreplugins.mcp_.testmcpclient.InMemoryTokenStorage",false]],"insert_image() (in module mindroot.coreplugins.chat.commands)":[[15,"mindroot.coreplugins.chat.commands.insert_image",false]],"install_agent_recommended_plugins() (in module mindroot.coreplugins.admin.command_router)":[[13,"mindroot.coreplugins.admin.command_router.install_agent_recommended_plugins",false]],"install_from_catalog() (in module mindroot.coreplugins.admin.mcp_catalog_routes)":[[13,"mindroot.coreplugins.admin.mcp_catalog_routes.install_from_catalog",false]],"install_from_index() (in module mindroot.coreplugins.admin.plugin_manager)":[[13,"mindroot.coreplugins.admin.plugin_manager.install_from_index",false]],"install_github_plugin() (in module mindroot.coreplugins.admin.plugin_manager)":[[13,"mindroot.coreplugins.admin.plugin_manager.install_github_plugin",false]],"install_index_from_zip() (in module mindroot.coreplugins.index.handlers)":[[23,"mindroot.coreplugins.index.handlers.install_index_from_zip",false]],"install_index_from_zip() (in module mindroot.coreplugins.index.handlers.publish)":[[23,"mindroot.coreplugins.index.handlers.publish.install_index_from_zip",false]],"install_index_route() (in module mindroot.coreplugins.index.router)":[[22,"mindroot.coreplugins.index.router.install_index_route",false]],"install_local_plugin() (in module mindroot.coreplugins.admin.plugin_manager)":[[13,"mindroot.coreplugins.admin.plugin_manager.install_local_plugin",false]],"install_method (mindroot.coreplugins.mcp_.mcp_manager.mcpserver attribute)":[[26,"mindroot.coreplugins.mcp_.mcp_manager.MCPServer.install_method",false]],"install_package (mindroot.coreplugins.mcp_.mcp_manager.mcpserver attribute)":[[26,"mindroot.coreplugins.mcp_.mcp_manager.MCPServer.install_package",false]],"install_persona() (in module mindroot.coreplugins.index.utils)":[[22,"mindroot.coreplugins.index.utils.install_persona",false]],"install_plugin_dependencies() (in module mindroot.lib.plugins)":[[32,"mindroot.lib.plugins.install_plugin_dependencies",false],[35,"mindroot.lib.plugins.install_plugin_dependencies",false]],"install_plugin_dependencies() (in module mindroot.lib.plugins.installation)":[[35,"mindroot.lib.plugins.installation.install_plugin_dependencies",false]],"install_plugins() (in module mindroot.lib.plugins_install)":[[32,"mindroot.lib.plugins_install.install_plugins",false]],"install_queued_plugins() (in module mindroot.coreplugins.admin.command_router)":[[13,"mindroot.coreplugins.admin.command_router.install_queued_plugins",false]],"install_recommended_plugins() (in module mindroot.lib.plugins.installation)":[[35,"mindroot.lib.plugins.installation.install_recommended_plugins",false]],"install_registry_server() (in module mindroot.coreplugins.admin.mcp_registry_routes)":[[13,"mindroot.coreplugins.admin.mcp_registry_routes.install_registry_server",false]],"install_server() (mindroot.coreplugins.mcp_.mcp_manager.mcpmanager method)":[[26,"mindroot.coreplugins.mcp_.mcp_manager.MCPManager.install_server",false]],"install_with_npm() (mindroot.coreplugins.mcp_.server_installer.mcpserverinstaller static method)":[[26,"mindroot.coreplugins.mcp_.server_installer.MCPServerInstaller.install_with_npm",false]],"install_with_npx() (mindroot.coreplugins.mcp_.server_installer.mcpserverinstaller static method)":[[26,"mindroot.coreplugins.mcp_.server_installer.MCPServerInstaller.install_with_npx",false]],"install_with_pip() (mindroot.coreplugins.mcp_.server_installer.mcpserverinstaller static method)":[[26,"mindroot.coreplugins.mcp_.server_installer.MCPServerInstaller.install_with_pip",false]],"install_with_uvx() (mindroot.coreplugins.mcp_.server_installer.mcpserverinstaller static method)":[[26,"mindroot.coreplugins.mcp_.server_installer.MCPServerInstaller.install_with_uvx",false]],"installed (mindroot.coreplugins.mcp_.mcp_manager.mcpserver attribute)":[[26,"mindroot.coreplugins.mcp_.mcp_manager.MCPServer.installed",false]],"installfromindexrequest (class in mindroot.coreplugins.admin.plugin_manager)":[[13,"mindroot.coreplugins.admin.plugin_manager.InstallFromIndexRequest",false]],"instructions (mindroot.coreplugins.chat.router.taskrequest attribute)":[[15,"mindroot.coreplugins.chat.router.TaskRequest.instructions",false]],"insufficientcreditserror":[[18,"mindroot.coreplugins.credits.ledger.InsufficientCreditsError",false]],"interval (mindroot.coreplugins.subscriptions.models.subscriptionplan attribute)":[[29,"mindroot.coreplugins.subscriptions.models.SubscriptionPlan.interval",false]],"is_admin_reset (mindroot.coreplugins.user_service.models.passwordresettoken attribute)":[[31,"mindroot.coreplugins.user_service.models.PasswordResetToken.is_admin_reset",false]],"is_component_activated() (mindroot.registry.component_manager.componentmanager method)":[[38,"mindroot.registry.component_manager.ComponentManager.is_component_activated",false]],"is_component_installed() (mindroot.registry.component_manager.componentmanager method)":[[38,"mindroot.registry.component_manager.ComponentManager.is_component_installed",false]],"is_default (mindroot.coreplugins.subscriptions.models.pagetemplate attribute)":[[29,"mindroot.coreplugins.subscriptions.models.PageTemplate.is_default",false]],"is_language_supported() (in module mindroot.coreplugins.l8n.language_detection)":[[25,"mindroot.coreplugins.l8n.language_detection.is_language_supported",false]],"is_port_in_use() (in module mindroot.server)":[[11,"mindroot.server.is_port_in_use",false]],"is_port_in_use() (in module mindroot.server_missing_normal_args)":[[11,"mindroot.server_missing_normal_args.is_port_in_use",false]],"is_port_in_use() (in module mindroot.server_prev)":[[11,"mindroot.server_prev.is_port_in_use",false]],"is_public_route() (in module mindroot.coreplugins.jwt_auth.middleware)":[[24,"mindroot.coreplugins.jwt_auth.middleware.is_public_route",false]],"js_template (mindroot.coreplugins.subscriptions.models.pagetemplate attribute)":[[29,"mindroot.coreplugins.subscriptions.models.PageTemplate.js_template",false]],"key (mindroot.coreplugins.api_keys.router.apikeyresponse attribute)":[[14,"mindroot.coreplugins.api_keys.router.APIKeyResponse.key",false]],"last_login (mindroot.coreplugins.user_service.models.userbase attribute)":[[31,"mindroot.coreplugins.user_service.models.UserBase.last_login",false]],"limit (mindroot.coreplugins.admin.mcp_registry_routes.registrybrowserequest attribute)":[[13,"mindroot.coreplugins.admin.mcp_registry_routes.RegistryBrowseRequest.limit",false]],"list_agents() (in module mindroot.coreplugins.admin.agent_router)":[[13,"mindroot.coreplugins.admin.agent_router.list_agents",false]],"list_api_keys() (in module mindroot.coreplugins.api_keys.router)":[[14,"mindroot.coreplugins.api_keys.router.list_api_keys",false]],"list_components() (mindroot.registry.component_manager.componentmanager method)":[[38,"mindroot.registry.component_manager.ComponentManager.list_components",false]],"list_enabled() (in module mindroot.lib.plugins)":[[32,"mindroot.lib.plugins.list_enabled",false],[35,"mindroot.lib.plugins.list_enabled",false]],"list_enabled() (in module mindroot.lib.plugins.manifest)":[[35,"mindroot.lib.plugins.manifest.list_enabled",false]],"list_indices() (in module mindroot.coreplugins.index.handlers)":[[23,"mindroot.coreplugins.index.handlers.list_indices",false]],"list_indices() (in module mindroot.coreplugins.index.handlers.index_ops)":[[23,"mindroot.coreplugins.index.handlers.index_ops.list_indices",false]],"list_indices_route() (in module mindroot.coreplugins.index.router)":[[22,"mindroot.coreplugins.index.router.list_indices_route",false]],"list_keys() (mindroot.coreplugins.api_keys.api_key_manager.apikeymanager method)":[[14,"mindroot.coreplugins.api_keys.api_key_manager.APIKeyManager.list_keys",false]],"list_localized_files() (in module mindroot.coreplugins.l8n.mod)":[[25,"mindroot.coreplugins.l8n.mod.list_localized_files",false]],"list_localized_files() (in module mindroot.coreplugins.l8n.test_l8n_standalone)":[[25,"mindroot.coreplugins.l8n.test_l8n_standalone.list_localized_files",false]],"list_mcp_servers() (in module mindroot.coreplugins.admin.mcp_routes)":[[13,"mindroot.coreplugins.admin.mcp_routes.list_mcp_servers",false]],"list_personas() (in module mindroot.coreplugins.admin.persona_router)":[[13,"mindroot.coreplugins.admin.persona_router.list_personas",false]],"list_plans() (mindroot.coreplugins.subscriptions.subscription_manager.subscriptionmanager method)":[[29,"mindroot.coreplugins.subscriptions.subscription_manager.SubscriptionManager.list_plans",false]],"list_subscription_plans() (in module mindroot.coreplugins.subscriptions.mod)":[[29,"mindroot.coreplugins.subscriptions.mod.list_subscription_plans",false]],"list_users() (in module mindroot.coreplugins.user_service.mod)":[[31,"mindroot.coreplugins.user_service.mod.list_users",false]],"list_widget_tokens() (in module mindroot.coreplugins.chat.widget_routes)":[[15,"mindroot.coreplugins.chat.widget_routes.list_widget_tokens",false]],"list_widget_tokens() (mindroot.coreplugins.chat.widget_manager.widgetmanager method)":[[15,"mindroot.coreplugins.chat.widget_manager.WidgetManager.list_widget_tokens",false]],"load() (in module mindroot.lib.plugins)":[[32,"mindroot.lib.plugins.load",false],[35,"mindroot.lib.plugins.load",false]],"load() (in module mindroot.lib.plugins.loader)":[[35,"mindroot.lib.plugins.loader.load",false]],"load() (in module mindroot.lib.plugins.loader_with_l8n)":[[35,"mindroot.lib.plugins.loader_with_l8n.load",false]],"load_agent_data() (in module mindroot.coreplugins.admin.agent_router)":[[13,"mindroot.coreplugins.admin.agent_router.load_agent_data",false]],"load_agent_data() (in module mindroot.coreplugins.index.utils)":[[22,"mindroot.coreplugins.index.utils.load_agent_data",false]],"load_catalog() (mindroot.coreplugins.mcp_.catalog_manager.mcpcatalogmanager method)":[[26,"mindroot.coreplugins.mcp_.catalog_manager.MCPCatalogManager.load_catalog",false]],"load_checklist() (in module mindroot.coreplugins.check_list.mod)":[[17,"mindroot.coreplugins.check_list.mod.load_checklist",false]],"load_checklist_from_instructions() (in module mindroot.coreplugins.check_list.mod)":[[17,"mindroot.coreplugins.check_list.mod.load_checklist_from_instructions",false]],"load_config() (mindroot.coreplugins.mcp_.mcp_manager.mcpmanager method)":[[26,"mindroot.coreplugins.mcp_.mcp_manager.MCPManager.load_config",false]],"load_context() (mindroot.lib.chatcontext.chatcontext method)":[[32,"mindroot.lib.chatcontext.ChatContext.load_context",false]],"load_cost_types() (mindroot.coreplugins.usage.storage.usagestorage method)":[[30,"mindroot.coreplugins.usage.storage.UsageStorage.load_cost_types",false]],"load_costs() (mindroot.coreplugins.usage.storage.usagestorage method)":[[30,"mindroot.coreplugins.usage.storage.UsageStorage.load_costs",false]],"load_env_file() (in module mindroot.coreplugins.env_manager.mod)":[[20,"mindroot.coreplugins.env_manager.mod.load_env_file",false]],"load_log() (mindroot.lib.buchatlog.chatlog method)":[[32,"mindroot.lib.buchatlog.ChatLog.load_log",false]],"load_log() (mindroot.lib.buchatlog2.chatlog method)":[[32,"mindroot.lib.buchatlog2.ChatLog.load_log",false]],"load_log() (mindroot.lib.chatlog.chatlog method)":[[32,"mindroot.lib.chatlog.ChatLog.load_log",false]],"load_log() (mindroot.lib.chatlog_optimized.chatlog method)":[[32,"mindroot.lib.chatlog_optimized.ChatLog.load_log",false]],"load_middleware() (in module mindroot.lib.plugins.loader)":[[35,"mindroot.lib.plugins.loader.load_middleware",false]],"load_middleware() (in module mindroot.lib.plugins.loader_with_l8n)":[[35,"mindroot.lib.plugins.loader_with_l8n.load_middleware",false]],"load_persona_data() (in module mindroot.coreplugins.admin.agent_router)":[[13,"mindroot.coreplugins.admin.agent_router.load_persona_data",false]],"load_persona_data() (in module mindroot.coreplugins.index.utils)":[[22,"mindroot.coreplugins.index.utils.load_persona_data",false]],"load_plugin_manifest() (in module mindroot.lib.plugins)":[[32,"mindroot.lib.plugins.load_plugin_manifest",false],[35,"mindroot.lib.plugins.load_plugin_manifest",false]],"load_plugin_manifest() (in module mindroot.lib.plugins.manifest)":[[35,"mindroot.lib.plugins.manifest.load_plugin_manifest",false]],"load_plugin_templates() (in module mindroot.lib.butemplates)":[[32,"mindroot.lib.butemplates.load_plugin_templates",false]],"load_plugin_templates() (in module mindroot.lib.templates)":[[32,"mindroot.lib.templates.load_plugin_templates",false]],"load_plugin_translations() (in module mindroot.coreplugins.l8n.utils)":[[25,"mindroot.coreplugins.l8n.utils.load_plugin_translations",false]],"load_session_data() (in module mindroot.lib.session_files)":[[32,"mindroot.lib.session_files.load_session_data",false]],"load_template_with_translation() (in module mindroot.lib.templates)":[[32,"mindroot.lib.templates.load_template_with_translation",false]],"loginrequest (class in mindroot.coreplugins.jwt_auth.router)":[[24,"mindroot.coreplugins.jwt_auth.router.LoginRequest",false]],"main() (in module mindroot.coreplugins.l8n.test_enhanced)":[[25,"mindroot.coreplugins.l8n.test_enhanced.main",false]],"main() (in module mindroot.coreplugins.l8n.test_middleware)":[[25,"mindroot.coreplugins.l8n.test_middleware.main",false]],"main() (in module mindroot.coreplugins.mcp_.testmcpclient)":[[26,"mindroot.coreplugins.mcp_.testmcpclient.main",false]],"main() (in module mindroot.lib.plugins_install)":[[32,"mindroot.lib.plugins_install.main",false]],"main() (in module mindroot.server)":[[11,"mindroot.server.main",false]],"main() (in module mindroot.server_missing_normal_args)":[[11,"mindroot.server_missing_normal_args.main",false]],"main() (in module mindroot.server_prev)":[[11,"mindroot.server_prev.main",false]],"make_session() (in module mindroot.coreplugins.chat.router)":[[15,"mindroot.coreplugins.chat.router.make_session",false]],"mark_as_processed() (in module mindroot.coreplugins.email.services)":[[19,"mindroot.coreplugins.email.services.mark_as_processed",false]],"mark_as_processed() (mindroot.coreplugins.email.email_provider.emailprovider method)":[[19,"mindroot.coreplugins.email.email_provider.EmailProvider.mark_as_processed",false]],"mark_as_processed() (mindroot.coreplugins.email.imap_handler.imaphandler method)":[[19,"mindroot.coreplugins.email.imap_handler.IMAPHandler.mark_as_processed",false]],"mark_server_as_installed() (mindroot.coreplugins.mcp_.mcp_manager.mcpmanager method)":[[26,"mindroot.coreplugins.mcp_.mcp_manager.MCPManager.mark_server_as_installed",false]],"mark_server_installed() (in module mindroot.coreplugins.admin.mcp_registry_routes)":[[13,"mindroot.coreplugins.admin.mcp_registry_routes.mark_server_installed",false]],"mark_server_installed() (mindroot.coreplugins.mcp_.catalog_manager.mcpcatalogmanager method)":[[26,"mindroot.coreplugins.mcp_.catalog_manager.MCPCatalogManager.mark_server_installed",false]],"markdown_await_user() (in module mindroot.coreplugins.chat.commands)":[[15,"mindroot.coreplugins.chat.commands.markdown_await_user",false]],"mcp_catalog_add_custom() (in module mindroot.coreplugins.mcp_.catalog_commands)":[[26,"mindroot.coreplugins.mcp_.catalog_commands.mcp_catalog_add_custom",false]],"mcp_catalog_categories() (in module mindroot.coreplugins.mcp_.catalog_commands)":[[26,"mindroot.coreplugins.mcp_.catalog_commands.mcp_catalog_categories",false]],"mcp_catalog_info() (in module mindroot.coreplugins.mcp_.catalog_commands)":[[26,"mindroot.coreplugins.mcp_.catalog_commands.mcp_catalog_info",false]],"mcp_catalog_install() (in module mindroot.coreplugins.mcp_.catalog_commands)":[[26,"mindroot.coreplugins.mcp_.catalog_commands.mcp_catalog_install",false]],"mcp_catalog_install_and_run() (in module mindroot.coreplugins.mcp_.catalog_commands)":[[26,"mindroot.coreplugins.mcp_.catalog_commands.mcp_catalog_install_and_run",false]],"mcp_catalog_list() (in module mindroot.coreplugins.mcp_.catalog_commands)":[[26,"mindroot.coreplugins.mcp_.catalog_commands.mcp_catalog_list",false]],"mcp_catalog_refresh() (in module mindroot.coreplugins.mcp_.catalog_commands)":[[26,"mindroot.coreplugins.mcp_.catalog_commands.mcp_catalog_refresh",false]],"mcp_catalog_search() (in module mindroot.coreplugins.mcp_.catalog_commands)":[[26,"mindroot.coreplugins.mcp_.catalog_commands.mcp_catalog_search",false]],"mcp_catalog_status() (in module mindroot.coreplugins.mcp_.catalog_commands)":[[26,"mindroot.coreplugins.mcp_.catalog_commands.mcp_catalog_status",false]],"mcp_catalog_stop() (in module mindroot.coreplugins.mcp_.catalog_commands)":[[26,"mindroot.coreplugins.mcp_.catalog_commands.mcp_catalog_stop",false]],"mcp_check_tools() (in module mindroot.coreplugins.mcp_.mod)":[[26,"mindroot.coreplugins.mcp_.mod.mcp_check_tools",false]],"mcp_connect() (in module mindroot.coreplugins.mcp_.mod)":[[26,"mindroot.coreplugins.mcp_.mod.mcp_connect",false]],"mcp_debug_connection() (in module mindroot.coreplugins.mcp_.mod)":[[26,"mindroot.coreplugins.mcp_.mod.mcp_debug_connection",false]],"mcp_disconnect() (in module mindroot.coreplugins.mcp_.mod)":[[26,"mindroot.coreplugins.mcp_.mod.mcp_disconnect",false]],"mcp_enhanced_connect() (in module mindroot.coreplugins.mcp_.mod)":[[26,"mindroot.coreplugins.mcp_.mod.mcp_enhanced_connect",false]],"mcp_enhanced_disconnect() (in module mindroot.coreplugins.mcp_.mod)":[[26,"mindroot.coreplugins.mcp_.mod.mcp_enhanced_disconnect",false]],"mcp_install_npx_server() (in module mindroot.coreplugins.mcp_.mod)":[[26,"mindroot.coreplugins.mcp_.mod.mcp_install_npx_server",false]],"mcp_install_uvx_server() (in module mindroot.coreplugins.mcp_.mod)":[[26,"mindroot.coreplugins.mcp_.mod.mcp_install_uvx_server",false]],"mcp_list_dynamic_commands() (in module mindroot.coreplugins.mcp_.mod)":[[26,"mindroot.coreplugins.mcp_.mod.mcp_list_dynamic_commands",false]],"mcp_list_servers() (in module mindroot.coreplugins.mcp_.mod)":[[26,"mindroot.coreplugins.mcp_.mod.mcp_list_servers",false]],"mcp_manager_service() (in module mindroot.coreplugins.mcp_.mod)":[[26,"mindroot.coreplugins.mcp_.mod.mcp_manager_service",false]],"mcp_oauth_callback() (in module mindroot.coreplugins.admin.oauth_callback_router)":[[13,"mindroot.coreplugins.admin.oauth_callback_router.mcp_oauth_callback",false]],"mcp_refresh_dynamic_commands() (in module mindroot.coreplugins.mcp_.mod)":[[26,"mindroot.coreplugins.mcp_.mod.mcp_refresh_dynamic_commands",false]],"mcpcatalogmanager (class in mindroot.coreplugins.mcp_.catalog_manager)":[[26,"mindroot.coreplugins.mcp_.catalog_manager.MCPCatalogManager",false]],"mcpcompleteoauthrequest (class in mindroot.coreplugins.admin.mcp_publish_routes)":[[13,"mindroot.coreplugins.admin.mcp_publish_routes.McpCompleteOAuthRequest",false]],"mcpconnectrequest (class in mindroot.coreplugins.admin.mcp_routes)":[[13,"mindroot.coreplugins.admin.mcp_routes.McpConnectRequest",false]],"mcpdynamiccommands (class in mindroot.coreplugins.mcp_.dynamic_commands)":[[26,"mindroot.coreplugins.mcp_.dynamic_commands.MCPDynamicCommands",false]],"mcplocaltestrequest (class in mindroot.coreplugins.admin.mcp_routes)":[[13,"mindroot.coreplugins.admin.mcp_routes.McpLocalTestRequest",false]],"mcpmanager (class in mindroot.coreplugins.mcp_.mcp_manager)":[[26,"mindroot.coreplugins.mcp_.mcp_manager.MCPManager",false]],"mcpoauthcallbackrequest (class in mindroot.coreplugins.admin.mcp_routes)":[[13,"mindroot.coreplugins.admin.mcp_routes.McpOAuthCallbackRequest",false]],"mcpserver (class in mindroot.coreplugins.mcp_.mcp_manager)":[[26,"mindroot.coreplugins.mcp_.mcp_manager.MCPServer",false]],"mcpserveraddrequest (class in mindroot.coreplugins.admin.mcp_routes)":[[13,"mindroot.coreplugins.admin.mcp_routes.McpServerAddRequest",false]],"mcpserverinstaller (class in mindroot.coreplugins.mcp_.server_installer)":[[26,"mindroot.coreplugins.mcp_.server_installer.MCPServerInstaller",false]],"mcpserverpublishrequest (class in mindroot.coreplugins.admin.mcp_publish_routes)":[[13,"mindroot.coreplugins.admin.mcp_publish_routes.McpServerPublishRequest",false]],"mcpserverrequest (class in mindroot.coreplugins.admin.mcp_routes)":[[13,"mindroot.coreplugins.admin.mcp_routes.McpServerRequest",false]],"mcptestlocalrequest (class in mindroot.coreplugins.admin.mcp_publish_routes)":[[13,"mindroot.coreplugins.admin.mcp_publish_routes.McpTestLocalRequest",false]],"mcptestremoterequest (class in mindroot.coreplugins.admin.mcp_publish_routes)":[[13,"mindroot.coreplugins.admin.mcp_publish_routes.McpTestRemoteRequest",false]],"mcptokenstorage (class in mindroot.coreplugins.mcp_.oauth_storage)":[[26,"mindroot.coreplugins.mcp_.oauth_storage.MCPTokenStorage",false]],"metadata (mindroot.coreplugins.credits.models.credittransaction attribute)":[[18,"mindroot.coreplugins.credits.models.CreditTransaction.metadata",false]],"metadata (mindroot.coreplugins.subscriptions.models.subscriptionplan attribute)":[[29,"mindroot.coreplugins.subscriptions.models.SubscriptionPlan.metadata",false]],"metadata (mindroot.coreplugins.subscriptions.models.usersubscription attribute)":[[29,"mindroot.coreplugins.subscriptions.models.UserSubscription.metadata",false]],"metadata (mindroot.coreplugins.usage.models.usageevent attribute)":[[30,"mindroot.coreplugins.usage.models.UsageEvent.metadata",false]],"middleware() (in module mindroot.coreplugins.jwt_auth.middleware)":[[24,"mindroot.coreplugins.jwt_auth.middleware.middleware",false]],"middleware() (in module mindroot.coreplugins.l8n.middleware)":[[25,"mindroot.coreplugins.l8n.middleware.middleware",false]],"migrate_from_old_format() (mindroot.lib.providers.model_preferences_v2.modelpreferencesv2 method)":[[36,"mindroot.lib.providers.model_preferences_v2.ModelPreferencesV2.migrate_from_old_format",false]],"migrate_plugin_manifest() (in module mindroot.migrate)":[[11,"mindroot.migrate.migrate_plugin_manifest",false]],"migrate_settings() (in module mindroot.coreplugins.admin.settings_router)":[[13,"mindroot.coreplugins.admin.settings_router.migrate_settings",false]],"mindroot":[[11,"module-mindroot",false]],"mindroot.coreplugins":[[12,"module-mindroot.coreplugins",false]],"mindroot.coreplugins.admin":[[13,"module-mindroot.coreplugins.admin",false]],"mindroot.coreplugins.admin.agent_importer":[[13,"module-mindroot.coreplugins.admin.agent_importer",false]],"mindroot.coreplugins.admin.agent_router":[[13,"module-mindroot.coreplugins.admin.agent_router",false]],"mindroot.coreplugins.admin.asset_manager":[[13,"module-mindroot.coreplugins.admin.asset_manager",false]],"mindroot.coreplugins.admin.command_router":[[13,"module-mindroot.coreplugins.admin.command_router",false]],"mindroot.coreplugins.admin.mcp_catalog_routes":[[13,"module-mindroot.coreplugins.admin.mcp_catalog_routes",false]],"mindroot.coreplugins.admin.mcp_publish_routes":[[13,"module-mindroot.coreplugins.admin.mcp_publish_routes",false]],"mindroot.coreplugins.admin.mcp_registry_routes":[[13,"module-mindroot.coreplugins.admin.mcp_registry_routes",false]],"mindroot.coreplugins.admin.mcp_routes":[[13,"module-mindroot.coreplugins.admin.mcp_routes",false]],"mindroot.coreplugins.admin.mod":[[13,"module-mindroot.coreplugins.admin.mod",false]],"mindroot.coreplugins.admin.oauth_callback_router":[[13,"module-mindroot.coreplugins.admin.oauth_callback_router",false]],"mindroot.coreplugins.admin.persona_handler":[[13,"module-mindroot.coreplugins.admin.persona_handler",false]],"mindroot.coreplugins.admin.persona_router":[[13,"module-mindroot.coreplugins.admin.persona_router",false]],"mindroot.coreplugins.admin.plugin_manager":[[13,"module-mindroot.coreplugins.admin.plugin_manager",false]],"mindroot.coreplugins.admin.plugin_router":[[13,"module-mindroot.coreplugins.admin.plugin_router",false]],"mindroot.coreplugins.admin.plugin_router_fixed":[[13,"module-mindroot.coreplugins.admin.plugin_router_fixed",false]],"mindroot.coreplugins.admin.plugin_routes":[[13,"module-mindroot.coreplugins.admin.plugin_routes",false]],"mindroot.coreplugins.admin.registry_settings_routes":[[13,"module-mindroot.coreplugins.admin.registry_settings_routes",false]],"mindroot.coreplugins.admin.router":[[13,"module-mindroot.coreplugins.admin.router",false]],"mindroot.coreplugins.admin.server_router":[[13,"module-mindroot.coreplugins.admin.server_router",false]],"mindroot.coreplugins.admin.service_models":[[13,"module-mindroot.coreplugins.admin.service_models",false]],"mindroot.coreplugins.admin.settings_router":[[13,"module-mindroot.coreplugins.admin.settings_router",false]],"mindroot.coreplugins.api_keys":[[14,"module-mindroot.coreplugins.api_keys",false]],"mindroot.coreplugins.api_keys.api_key_manager":[[14,"module-mindroot.coreplugins.api_keys.api_key_manager",false]],"mindroot.coreplugins.api_keys.cli":[[14,"module-mindroot.coreplugins.api_keys.cli",false]],"mindroot.coreplugins.api_keys.mod":[[14,"module-mindroot.coreplugins.api_keys.mod",false]],"mindroot.coreplugins.api_keys.router":[[14,"module-mindroot.coreplugins.api_keys.router",false]],"mindroot.coreplugins.chat":[[15,"module-mindroot.coreplugins.chat",false]],"mindroot.coreplugins.chat.commands":[[15,"module-mindroot.coreplugins.chat.commands",false]],"mindroot.coreplugins.chat.format_result_msgs":[[15,"module-mindroot.coreplugins.chat.format_result_msgs",false]],"mindroot.coreplugins.chat.mod":[[15,"module-mindroot.coreplugins.chat.mod",false]],"mindroot.coreplugins.chat.models":[[15,"module-mindroot.coreplugins.chat.models",false]],"mindroot.coreplugins.chat.router":[[15,"module-mindroot.coreplugins.chat.router",false]],"mindroot.coreplugins.chat.services":[[15,"module-mindroot.coreplugins.chat.services",false]],"mindroot.coreplugins.chat.utils":[[15,"module-mindroot.coreplugins.chat.utils",false]],"mindroot.coreplugins.chat.widget_manager":[[15,"module-mindroot.coreplugins.chat.widget_manager",false]],"mindroot.coreplugins.chat.widget_routes":[[15,"module-mindroot.coreplugins.chat.widget_routes",false]],"mindroot.coreplugins.chat_avatar":[[16,"module-mindroot.coreplugins.chat_avatar",false]],"mindroot.coreplugins.check_list":[[17,"module-mindroot.coreplugins.check_list",false]],"mindroot.coreplugins.check_list.mod":[[17,"module-mindroot.coreplugins.check_list.mod",false]],"mindroot.coreplugins.credits":[[18,"module-mindroot.coreplugins.credits",false]],"mindroot.coreplugins.credits.conversion":[[18,"module-mindroot.coreplugins.credits.conversion",false]],"mindroot.coreplugins.credits.ledger":[[18,"module-mindroot.coreplugins.credits.ledger",false]],"mindroot.coreplugins.credits.mod":[[18,"module-mindroot.coreplugins.credits.mod",false]],"mindroot.coreplugins.credits.models":[[18,"module-mindroot.coreplugins.credits.models",false]],"mindroot.coreplugins.credits.router":[[18,"module-mindroot.coreplugins.credits.router",false]],"mindroot.coreplugins.credits.storage":[[18,"module-mindroot.coreplugins.credits.storage",false]],"mindroot.coreplugins.email":[[19,"module-mindroot.coreplugins.email",false]],"mindroot.coreplugins.email.email_provider":[[19,"module-mindroot.coreplugins.email.email_provider",false]],"mindroot.coreplugins.email.imap_handler":[[19,"module-mindroot.coreplugins.email.imap_handler",false]],"mindroot.coreplugins.email.mod":[[19,"module-mindroot.coreplugins.email.mod",false]],"mindroot.coreplugins.email.services":[[19,"module-mindroot.coreplugins.email.services",false]],"mindroot.coreplugins.email.smtp_handler":[[19,"module-mindroot.coreplugins.email.smtp_handler",false]],"mindroot.coreplugins.email.test_email_service":[[19,"module-mindroot.coreplugins.email.test_email_service",false]],"mindroot.coreplugins.env_manager":[[20,"module-mindroot.coreplugins.env_manager",false]],"mindroot.coreplugins.env_manager.mod":[[20,"module-mindroot.coreplugins.env_manager.mod",false]],"mindroot.coreplugins.env_manager.router":[[20,"module-mindroot.coreplugins.env_manager.router",false]],"mindroot.coreplugins.events":[[21,"module-mindroot.coreplugins.events",false]],"mindroot.coreplugins.events.mod":[[21,"module-mindroot.coreplugins.events.mod",false]],"mindroot.coreplugins.events.router":[[21,"module-mindroot.coreplugins.events.router",false]],"mindroot.coreplugins.index":[[22,"module-mindroot.coreplugins.index",false]],"mindroot.coreplugins.index.handlers":[[23,"module-mindroot.coreplugins.index.handlers",false]],"mindroot.coreplugins.index.handlers.agent_ops":[[23,"module-mindroot.coreplugins.index.handlers.agent_ops",false]],"mindroot.coreplugins.index.handlers.index_ops":[[23,"module-mindroot.coreplugins.index.handlers.index_ops",false]],"mindroot.coreplugins.index.handlers.plugin_ops":[[23,"module-mindroot.coreplugins.index.handlers.plugin_ops",false]],"mindroot.coreplugins.index.handlers.publish":[[23,"module-mindroot.coreplugins.index.handlers.publish",false]],"mindroot.coreplugins.index.mod":[[22,"module-mindroot.coreplugins.index.mod",false]],"mindroot.coreplugins.index.models":[[22,"module-mindroot.coreplugins.index.models",false]],"mindroot.coreplugins.index.router":[[22,"module-mindroot.coreplugins.index.router",false]],"mindroot.coreplugins.index.utils":[[22,"module-mindroot.coreplugins.index.utils",false]],"mindroot.coreplugins.jwt_auth":[[24,"module-mindroot.coreplugins.jwt_auth",false]],"mindroot.coreplugins.jwt_auth.middleware":[[24,"module-mindroot.coreplugins.jwt_auth.middleware",false]],"mindroot.coreplugins.jwt_auth.mod":[[24,"module-mindroot.coreplugins.jwt_auth.mod",false]],"mindroot.coreplugins.jwt_auth.router":[[24,"module-mindroot.coreplugins.jwt_auth.router",false]],"mindroot.coreplugins.l8n":[[25,"module-mindroot.coreplugins.l8n",false]],"mindroot.coreplugins.l8n.debug_loader":[[25,"module-mindroot.coreplugins.l8n.debug_loader",false]],"mindroot.coreplugins.l8n.debug_middleware":[[25,"module-mindroot.coreplugins.l8n.debug_middleware",false]],"mindroot.coreplugins.l8n.l8n_constants":[[25,"module-mindroot.coreplugins.l8n.l8n_constants",false]],"mindroot.coreplugins.l8n.language_detection":[[25,"module-mindroot.coreplugins.l8n.language_detection",false]],"mindroot.coreplugins.l8n.middleware":[[25,"module-mindroot.coreplugins.l8n.middleware",false]],"mindroot.coreplugins.l8n.mod":[[25,"module-mindroot.coreplugins.l8n.mod",false]],"mindroot.coreplugins.l8n.test_enhanced":[[25,"module-mindroot.coreplugins.l8n.test_enhanced",false]],"mindroot.coreplugins.l8n.test_l8n_standalone":[[25,"module-mindroot.coreplugins.l8n.test_l8n_standalone",false]],"mindroot.coreplugins.l8n.test_middleware":[[25,"module-mindroot.coreplugins.l8n.test_middleware",false]],"mindroot.coreplugins.l8n.utils":[[25,"module-mindroot.coreplugins.l8n.utils",false]],"mindroot.coreplugins.mcp_":[[26,"module-mindroot.coreplugins.mcp_",false]],"mindroot.coreplugins.mcp_.catalog_commands":[[26,"module-mindroot.coreplugins.mcp_.catalog_commands",false]],"mindroot.coreplugins.mcp_.catalog_manager":[[26,"module-mindroot.coreplugins.mcp_.catalog_manager",false]],"mindroot.coreplugins.mcp_.dynamic_commands":[[26,"module-mindroot.coreplugins.mcp_.dynamic_commands",false]],"mindroot.coreplugins.mcp_.mcp_manager":[[26,"module-mindroot.coreplugins.mcp_.mcp_manager",false]],"mindroot.coreplugins.mcp_.mod":[[26,"module-mindroot.coreplugins.mcp_.mod",false]],"mindroot.coreplugins.mcp_.oauth_storage":[[26,"module-mindroot.coreplugins.mcp_.oauth_storage",false]],"mindroot.coreplugins.mcp_.server_installer":[[26,"module-mindroot.coreplugins.mcp_.server_installer",false]],"mindroot.coreplugins.mcp_.testmcpclient":[[26,"module-mindroot.coreplugins.mcp_.testmcpclient",false]],"mindroot.coreplugins.persona":[[27,"module-mindroot.coreplugins.persona",false]],"mindroot.coreplugins.persona.init_persona":[[27,"module-mindroot.coreplugins.persona.init_persona",false]],"mindroot.coreplugins.persona.mod":[[27,"module-mindroot.coreplugins.persona.mod",false]],"mindroot.coreplugins.startup":[[28,"module-mindroot.coreplugins.startup",false]],"mindroot.coreplugins.startup.mod":[[28,"module-mindroot.coreplugins.startup.mod",false]],"mindroot.coreplugins.subscriptions":[[29,"module-mindroot.coreplugins.subscriptions",false]],"mindroot.coreplugins.subscriptions.credit_integration":[[29,"module-mindroot.coreplugins.subscriptions.credit_integration",false]],"mindroot.coreplugins.subscriptions.default_templates":[[29,"module-mindroot.coreplugins.subscriptions.default_templates",false]],"mindroot.coreplugins.subscriptions.mod":[[29,"module-mindroot.coreplugins.subscriptions.mod",false]],"mindroot.coreplugins.subscriptions.models":[[29,"module-mindroot.coreplugins.subscriptions.models",false]],"mindroot.coreplugins.subscriptions.router":[[29,"module-mindroot.coreplugins.subscriptions.router",false]],"mindroot.coreplugins.subscriptions.storage":[[29,"module-mindroot.coreplugins.subscriptions.storage",false]],"mindroot.coreplugins.subscriptions.stripe_integration":[[29,"module-mindroot.coreplugins.subscriptions.stripe_integration",false]],"mindroot.coreplugins.subscriptions.subscription_manager":[[29,"module-mindroot.coreplugins.subscriptions.subscription_manager",false]],"mindroot.coreplugins.subscriptions.webhook_handler":[[29,"module-mindroot.coreplugins.subscriptions.webhook_handler",false]],"mindroot.coreplugins.usage":[[30,"module-mindroot.coreplugins.usage",false]],"mindroot.coreplugins.usage.handlers":[[30,"module-mindroot.coreplugins.usage.handlers",false]],"mindroot.coreplugins.usage.mod":[[30,"module-mindroot.coreplugins.usage.mod",false]],"mindroot.coreplugins.usage.models":[[30,"module-mindroot.coreplugins.usage.models",false]],"mindroot.coreplugins.usage.reporting":[[30,"module-mindroot.coreplugins.usage.reporting",false]],"mindroot.coreplugins.usage.router":[[30,"module-mindroot.coreplugins.usage.router",false]],"mindroot.coreplugins.usage.storage":[[30,"module-mindroot.coreplugins.usage.storage",false]],"mindroot.coreplugins.user_service":[[31,"module-mindroot.coreplugins.user_service",false]],"mindroot.coreplugins.user_service.admin_init":[[31,"module-mindroot.coreplugins.user_service.admin_init",false]],"mindroot.coreplugins.user_service.email_service":[[31,"module-mindroot.coreplugins.user_service.email_service",false]],"mindroot.coreplugins.user_service.mod":[[31,"module-mindroot.coreplugins.user_service.mod",false]],"mindroot.coreplugins.user_service.models":[[31,"module-mindroot.coreplugins.user_service.models",false]],"mindroot.coreplugins.user_service.password_reset_service":[[31,"module-mindroot.coreplugins.user_service.password_reset_service",false]],"mindroot.coreplugins.user_service.role_service":[[31,"module-mindroot.coreplugins.user_service.role_service",false]],"mindroot.coreplugins.user_service.router":[[31,"module-mindroot.coreplugins.user_service.router",false]],"mindroot.lib":[[32,"module-mindroot.lib",false]],"mindroot.lib.auth":[[33,"module-mindroot.lib.auth",false]],"mindroot.lib.auth.api_key":[[33,"module-mindroot.lib.auth.api_key",false]],"mindroot.lib.auth.auth":[[33,"module-mindroot.lib.auth.auth",false]],"mindroot.lib.buchatlog":[[32,"module-mindroot.lib.buchatlog",false]],"mindroot.lib.buchatlog2":[[32,"module-mindroot.lib.buchatlog2",false]],"mindroot.lib.butemplates":[[32,"module-mindroot.lib.butemplates",false]],"mindroot.lib.chatcontext":[[32,"module-mindroot.lib.chatcontext",false]],"mindroot.lib.chatlog":[[32,"module-mindroot.lib.chatlog",false]],"mindroot.lib.chatlog_optimized":[[32,"module-mindroot.lib.chatlog_optimized",false]],"mindroot.lib.json_escape":[[32,"module-mindroot.lib.json_escape",false]],"mindroot.lib.json_str_block":[[34,"module-mindroot.lib.json_str_block",false]],"mindroot.lib.json_str_block.json_str_block":[[34,"module-mindroot.lib.json_str_block.json_str_block",false]],"mindroot.lib.parent_templates":[[32,"module-mindroot.lib.parent_templates",false]],"mindroot.lib.plugins":[[32,"module-mindroot.lib.plugins",false],[35,"module-mindroot.lib.plugins",false]],"mindroot.lib.plugins.installation":[[35,"module-mindroot.lib.plugins.installation",false]],"mindroot.lib.plugins.l8n_static_handler":[[35,"module-mindroot.lib.plugins.l8n_static_handler",false]],"mindroot.lib.plugins.loader":[[35,"module-mindroot.lib.plugins.loader",false]],"mindroot.lib.plugins.loader_with_l8n":[[35,"module-mindroot.lib.plugins.loader_with_l8n",false]],"mindroot.lib.plugins.manifest":[[35,"module-mindroot.lib.plugins.manifest",false]],"mindroot.lib.plugins.mapping":[[35,"module-mindroot.lib.plugins.mapping",false]],"mindroot.lib.plugins.paths":[[35,"module-mindroot.lib.plugins.paths",false]],"mindroot.lib.plugins_install":[[32,"module-mindroot.lib.plugins_install",false]],"mindroot.lib.providers":[[36,"module-mindroot.lib.providers",false]],"mindroot.lib.providers.commands":[[36,"module-mindroot.lib.providers.commands",false]],"mindroot.lib.providers.hooks":[[36,"module-mindroot.lib.providers.hooks",false]],"mindroot.lib.providers.missing":[[36,"module-mindroot.lib.providers.missing",false]],"mindroot.lib.providers.model_preferences_v2":[[36,"module-mindroot.lib.providers.model_preferences_v2",false]],"mindroot.lib.providers.services":[[36,"module-mindroot.lib.providers.services",false]],"mindroot.lib.route_decorators":[[32,"module-mindroot.lib.route_decorators",false]],"mindroot.lib.session_files":[[32,"module-mindroot.lib.session_files",false]],"mindroot.lib.streamcmd":[[32,"module-mindroot.lib.streamcmd",false]],"mindroot.lib.templates":[[32,"module-mindroot.lib.templates",false]],"mindroot.lib.token_counter":[[32,"module-mindroot.lib.token_counter",false]],"mindroot.migrate":[[11,"module-mindroot.migrate",false]],"mindroot.registry":[[38,"module-mindroot.registry",false]],"mindroot.registry.component_manager":[[38,"module-mindroot.registry.component_manager",false]],"mindroot.registry.data_access":[[38,"module-mindroot.registry.data_access",false]],"mindroot.server":[[11,"module-mindroot.server",false]],"mindroot.server_missing_normal_args":[[11,"module-mindroot.server_missing_normal_args",false]],"mindroot.server_prev":[[11,"module-mindroot.server_prev",false]],"missing_commands() (in module mindroot.coreplugins.admin.command_router)":[[13,"mindroot.coreplugins.admin.command_router.missing_commands",false]],"mock_call_next() (in module mindroot.coreplugins.l8n.test_middleware)":[[25,"mindroot.coreplugins.l8n.test_middleware.mock_call_next",false]],"mockrequest (class in mindroot.coreplugins.l8n.test_middleware)":[[25,"mindroot.coreplugins.l8n.test_middleware.MockRequest",false]],"mockresponse (class in mindroot.coreplugins.l8n.test_middleware)":[[25,"mindroot.coreplugins.l8n.test_middleware.MockResponse",false]],"model (mindroot.coreplugins.admin.settings_router.setting attribute)":[[13,"mindroot.coreplugins.admin.settings_router.Setting.model",false]],"model_config (mindroot.coreplugins.admin.agent_router.githubimportrequest attribute)":[[13,"mindroot.coreplugins.admin.agent_router.GitHubImportRequest.model_config",false]],"model_config (mindroot.coreplugins.admin.agent_router.scandirectoryrequest attribute)":[[13,"mindroot.coreplugins.admin.agent_router.ScanDirectoryRequest.model_config",false]],"model_config (mindroot.coreplugins.admin.mcp_publish_routes.mcpcompleteoauthrequest attribute)":[[13,"mindroot.coreplugins.admin.mcp_publish_routes.McpCompleteOAuthRequest.model_config",false]],"model_config (mindroot.coreplugins.admin.mcp_publish_routes.mcpserverpublishrequest attribute)":[[13,"mindroot.coreplugins.admin.mcp_publish_routes.McpServerPublishRequest.model_config",false]],"model_config (mindroot.coreplugins.admin.mcp_publish_routes.mcptestlocalrequest attribute)":[[13,"mindroot.coreplugins.admin.mcp_publish_routes.McpTestLocalRequest.model_config",false]],"model_config (mindroot.coreplugins.admin.mcp_publish_routes.mcptestremoterequest attribute)":[[13,"mindroot.coreplugins.admin.mcp_publish_routes.McpTestRemoteRequest.model_config",false]],"model_config (mindroot.coreplugins.admin.mcp_registry_routes.registrybrowserequest attribute)":[[13,"mindroot.coreplugins.admin.mcp_registry_routes.RegistryBrowseRequest.model_config",false]],"model_config (mindroot.coreplugins.admin.mcp_registry_routes.registryserverinstallrequest attribute)":[[13,"mindroot.coreplugins.admin.mcp_registry_routes.RegistryServerInstallRequest.model_config",false]],"model_config (mindroot.coreplugins.admin.mcp_routes.mcpconnectrequest attribute)":[[13,"mindroot.coreplugins.admin.mcp_routes.McpConnectRequest.model_config",false]],"model_config (mindroot.coreplugins.admin.mcp_routes.mcplocaltestrequest attribute)":[[13,"mindroot.coreplugins.admin.mcp_routes.McpLocalTestRequest.model_config",false]],"model_config (mindroot.coreplugins.admin.mcp_routes.mcpoauthcallbackrequest attribute)":[[13,"mindroot.coreplugins.admin.mcp_routes.McpOAuthCallbackRequest.model_config",false]],"model_config (mindroot.coreplugins.admin.mcp_routes.mcpserveraddrequest attribute)":[[13,"mindroot.coreplugins.admin.mcp_routes.McpServerAddRequest.model_config",false]],"model_config (mindroot.coreplugins.admin.mcp_routes.mcpserverrequest attribute)":[[13,"mindroot.coreplugins.admin.mcp_routes.McpServerRequest.model_config",false]],"model_config (mindroot.coreplugins.admin.plugin_manager.directoryrequest attribute)":[[13,"mindroot.coreplugins.admin.plugin_manager.DirectoryRequest.model_config",false]],"model_config (mindroot.coreplugins.admin.plugin_manager.githubpluginrequest attribute)":[[13,"mindroot.coreplugins.admin.plugin_manager.GitHubPluginRequest.model_config",false]],"model_config (mindroot.coreplugins.admin.plugin_manager.installfromindexrequest attribute)":[[13,"mindroot.coreplugins.admin.plugin_manager.InstallFromIndexRequest.model_config",false]],"model_config (mindroot.coreplugins.admin.plugin_manager.pluginmetadata attribute)":[[13,"mindroot.coreplugins.admin.plugin_manager.PluginMetadata.model_config",false]],"model_config (mindroot.coreplugins.admin.plugin_manager.pluginrequest attribute)":[[13,"mindroot.coreplugins.admin.plugin_manager.PluginRequest.model_config",false]],"model_config (mindroot.coreplugins.admin.plugin_manager.streaminstallrequest attribute)":[[13,"mindroot.coreplugins.admin.plugin_manager.StreamInstallRequest.model_config",false]],"model_config (mindroot.coreplugins.admin.plugin_manager.togglepluginrequest attribute)":[[13,"mindroot.coreplugins.admin.plugin_manager.TogglePluginRequest.model_config",false]],"model_config (mindroot.coreplugins.admin.plugin_router.pluginupdaterequest attribute)":[[13,"mindroot.coreplugins.admin.plugin_router.PluginUpdateRequest.model_config",false]],"model_config (mindroot.coreplugins.admin.plugin_routes.githubpublishrequest attribute)":[[13,"mindroot.coreplugins.admin.plugin_routes.GithubPublishRequest.model_config",false]],"model_config (mindroot.coreplugins.admin.plugin_routes.pluginupdaterequest attribute)":[[13,"mindroot.coreplugins.admin.plugin_routes.PluginUpdateRequest.model_config",false]],"model_config (mindroot.coreplugins.admin.settings_router.setting attribute)":[[13,"mindroot.coreplugins.admin.settings_router.Setting.model_config",false]],"model_config (mindroot.coreplugins.api_keys.router.apikeycreate attribute)":[[14,"mindroot.coreplugins.api_keys.router.APIKeyCreate.model_config",false]],"model_config (mindroot.coreplugins.api_keys.router.apikeylist attribute)":[[14,"mindroot.coreplugins.api_keys.router.APIKeyList.model_config",false]],"model_config (mindroot.coreplugins.api_keys.router.apikeyresponse attribute)":[[14,"mindroot.coreplugins.api_keys.router.APIKeyResponse.model_config",false]],"model_config (mindroot.coreplugins.chat.models.imagemessagepart attribute)":[[15,"mindroot.coreplugins.chat.models.ImageMessagePart.model_config",false]],"model_config (mindroot.coreplugins.chat.models.textmessagepart attribute)":[[15,"mindroot.coreplugins.chat.models.TextMessagePart.model_config",false]],"model_config (mindroot.coreplugins.chat.router.taskrequest attribute)":[[15,"mindroot.coreplugins.chat.router.TaskRequest.model_config",false]],"model_config (mindroot.coreplugins.chat.widget_routes.widgettokencreate attribute)":[[15,"mindroot.coreplugins.chat.widget_routes.WidgetTokenCreate.model_config",false]],"model_config (mindroot.coreplugins.chat.widget_routes.widgettokenresponse attribute)":[[15,"mindroot.coreplugins.chat.widget_routes.WidgetTokenResponse.model_config",false]],"model_config (mindroot.coreplugins.index.models.agententry attribute)":[[22,"mindroot.coreplugins.index.models.AgentEntry.model_config",false]],"model_config (mindroot.coreplugins.index.models.indexmetadata attribute)":[[22,"mindroot.coreplugins.index.models.IndexMetadata.model_config",false]],"model_config (mindroot.coreplugins.index.models.pluginentry attribute)":[[22,"mindroot.coreplugins.index.models.PluginEntry.model_config",false]],"model_config (mindroot.coreplugins.index.models.pluginmanifest attribute)":[[22,"mindroot.coreplugins.index.models.PluginManifest.model_config",false]],"model_config (mindroot.coreplugins.jwt_auth.router.loginrequest attribute)":[[24,"mindroot.coreplugins.jwt_auth.router.LoginRequest.model_config",false]],"model_config (mindroot.coreplugins.mcp_.mcp_manager.mcpserver attribute)":[[26,"mindroot.coreplugins.mcp_.mcp_manager.MCPServer.model_config",false]],"model_config (mindroot.coreplugins.user_service.models.passwordresettoken attribute)":[[31,"mindroot.coreplugins.user_service.models.PasswordResetToken.model_config",false]],"model_config (mindroot.coreplugins.user_service.models.userauth attribute)":[[31,"mindroot.coreplugins.user_service.models.UserAuth.model_config",false]],"model_config (mindroot.coreplugins.user_service.models.userbase attribute)":[[31,"mindroot.coreplugins.user_service.models.UserBase.model_config",false]],"model_config (mindroot.coreplugins.user_service.models.usercreate attribute)":[[31,"mindroot.coreplugins.user_service.models.UserCreate.model_config",false]],"model_config (mindroot.coreplugins.user_service.models.userinrequest attribute)":[[31,"mindroot.coreplugins.user_service.models.UserInRequest.model_config",false]],"model_id (mindroot.coreplugins.usage.models.usageevent attribute)":[[30,"mindroot.coreplugins.usage.models.UsageEvent.model_id",false]],"modelpreferencesv2 (class in mindroot.lib.providers.model_preferences_v2)":[[36,"mindroot.lib.providers.model_preferences_v2.ModelPreferencesV2",false]],"module":[[11,"module-mindroot",false],[11,"module-mindroot.migrate",false],[11,"module-mindroot.server",false],[11,"module-mindroot.server_missing_normal_args",false],[11,"module-mindroot.server_prev",false],[12,"module-mindroot.coreplugins",false],[13,"module-mindroot.coreplugins.admin",false],[13,"module-mindroot.coreplugins.admin.agent_importer",false],[13,"module-mindroot.coreplugins.admin.agent_router",false],[13,"module-mindroot.coreplugins.admin.asset_manager",false],[13,"module-mindroot.coreplugins.admin.command_router",false],[13,"module-mindroot.coreplugins.admin.mcp_catalog_routes",false],[13,"module-mindroot.coreplugins.admin.mcp_publish_routes",false],[13,"module-mindroot.coreplugins.admin.mcp_registry_routes",false],[13,"module-mindroot.coreplugins.admin.mcp_routes",false],[13,"module-mindroot.coreplugins.admin.mod",false],[13,"module-mindroot.coreplugins.admin.oauth_callback_router",false],[13,"module-mindroot.coreplugins.admin.persona_handler",false],[13,"module-mindroot.coreplugins.admin.persona_router",false],[13,"module-mindroot.coreplugins.admin.plugin_manager",false],[13,"module-mindroot.coreplugins.admin.plugin_router",false],[13,"module-mindroot.coreplugins.admin.plugin_router_fixed",false],[13,"module-mindroot.coreplugins.admin.plugin_routes",false],[13,"module-mindroot.coreplugins.admin.registry_settings_routes",false],[13,"module-mindroot.coreplugins.admin.router",false],[13,"module-mindroot.coreplugins.admin.server_router",false],[13,"module-mindroot.coreplugins.admin.service_models",false],[13,"module-mindroot.coreplugins.admin.settings_router",false],[14,"module-mindroot.coreplugins.api_keys",false],[14,"module-mindroot.coreplugins.api_keys.api_key_manager",false],[14,"module-mindroot.coreplugins.api_keys.cli",false],[14,"module-mindroot.coreplugins.api_keys.mod",false],[14,"module-mindroot.coreplugins.api_keys.router",false],[15,"module-mindroot.coreplugins.chat",false],[15,"module-mindroot.coreplugins.chat.commands",false],[15,"module-mindroot.coreplugins.chat.format_result_msgs",false],[15,"module-mindroot.coreplugins.chat.mod",false],[15,"module-mindroot.coreplugins.chat.models",false],[15,"module-mindroot.coreplugins.chat.router",false],[15,"module-mindroot.coreplugins.chat.services",false],[15,"module-mindroot.coreplugins.chat.utils",false],[15,"module-mindroot.coreplugins.chat.widget_manager",false],[15,"module-mindroot.coreplugins.chat.widget_routes",false],[16,"module-mindroot.coreplugins.chat_avatar",false],[17,"module-mindroot.coreplugins.check_list",false],[17,"module-mindroot.coreplugins.check_list.mod",false],[18,"module-mindroot.coreplugins.credits",false],[18,"module-mindroot.coreplugins.credits.conversion",false],[18,"module-mindroot.coreplugins.credits.ledger",false],[18,"module-mindroot.coreplugins.credits.mod",false],[18,"module-mindroot.coreplugins.credits.models",false],[18,"module-mindroot.coreplugins.credits.router",false],[18,"module-mindroot.coreplugins.credits.storage",false],[19,"module-mindroot.coreplugins.email",false],[19,"module-mindroot.coreplugins.email.email_provider",false],[19,"module-mindroot.coreplugins.email.imap_handler",false],[19,"module-mindroot.coreplugins.email.mod",false],[19,"module-mindroot.coreplugins.email.services",false],[19,"module-mindroot.coreplugins.email.smtp_handler",false],[19,"module-mindroot.coreplugins.email.test_email_service",false],[20,"module-mindroot.coreplugins.env_manager",false],[20,"module-mindroot.coreplugins.env_manager.mod",false],[20,"module-mindroot.coreplugins.env_manager.router",false],[21,"module-mindroot.coreplugins.events",false],[21,"module-mindroot.coreplugins.events.mod",false],[21,"module-mindroot.coreplugins.events.router",false],[22,"module-mindroot.coreplugins.index",false],[22,"module-mindroot.coreplugins.index.mod",false],[22,"module-mindroot.coreplugins.index.models",false],[22,"module-mindroot.coreplugins.index.router",false],[22,"module-mindroot.coreplugins.index.utils",false],[23,"module-mindroot.coreplugins.index.handlers",false],[23,"module-mindroot.coreplugins.index.handlers.agent_ops",false],[23,"module-mindroot.coreplugins.index.handlers.index_ops",false],[23,"module-mindroot.coreplugins.index.handlers.plugin_ops",false],[23,"module-mindroot.coreplugins.index.handlers.publish",false],[24,"module-mindroot.coreplugins.jwt_auth",false],[24,"module-mindroot.coreplugins.jwt_auth.middleware",false],[24,"module-mindroot.coreplugins.jwt_auth.mod",false],[24,"module-mindroot.coreplugins.jwt_auth.router",false],[25,"module-mindroot.coreplugins.l8n",false],[25,"module-mindroot.coreplugins.l8n.debug_loader",false],[25,"module-mindroot.coreplugins.l8n.debug_middleware",false],[25,"module-mindroot.coreplugins.l8n.l8n_constants",false],[25,"module-mindroot.coreplugins.l8n.language_detection",false],[25,"module-mindroot.coreplugins.l8n.middleware",false],[25,"module-mindroot.coreplugins.l8n.mod",false],[25,"module-mindroot.coreplugins.l8n.test_enhanced",false],[25,"module-mindroot.coreplugins.l8n.test_l8n_standalone",false],[25,"module-mindroot.coreplugins.l8n.test_middleware",false],[25,"module-mindroot.coreplugins.l8n.utils",false],[26,"module-mindroot.coreplugins.mcp_",false],[26,"module-mindroot.coreplugins.mcp_.catalog_commands",false],[26,"module-mindroot.coreplugins.mcp_.catalog_manager",false],[26,"module-mindroot.coreplugins.mcp_.dynamic_commands",false],[26,"module-mindroot.coreplugins.mcp_.mcp_manager",false],[26,"module-mindroot.coreplugins.mcp_.mod",false],[26,"module-mindroot.coreplugins.mcp_.oauth_storage",false],[26,"module-mindroot.coreplugins.mcp_.server_installer",false],[26,"module-mindroot.coreplugins.mcp_.testmcpclient",false],[27,"module-mindroot.coreplugins.persona",false],[27,"module-mindroot.coreplugins.persona.init_persona",false],[27,"module-mindroot.coreplugins.persona.mod",false],[28,"module-mindroot.coreplugins.startup",false],[28,"module-mindroot.coreplugins.startup.mod",false],[29,"module-mindroot.coreplugins.subscriptions",false],[29,"module-mindroot.coreplugins.subscriptions.credit_integration",false],[29,"module-mindroot.coreplugins.subscriptions.default_templates",false],[29,"module-mindroot.coreplugins.subscriptions.mod",false],[29,"module-mindroot.coreplugins.subscriptions.models",false],[29,"module-mindroot.coreplugins.subscriptions.router",false],[29,"module-mindroot.coreplugins.subscriptions.storage",false],[29,"module-mindroot.coreplugins.subscriptions.stripe_integration",false],[29,"module-mindroot.coreplugins.subscriptions.subscription_manager",false],[29,"module-mindroot.coreplugins.subscriptions.webhook_handler",false],[30,"module-mindroot.coreplugins.usage",false],[30,"module-mindroot.coreplugins.usage.handlers",false],[30,"module-mindroot.coreplugins.usage.mod",false],[30,"module-mindroot.coreplugins.usage.models",false],[30,"module-mindroot.coreplugins.usage.reporting",false],[30,"module-mindroot.coreplugins.usage.router",false],[30,"module-mindroot.coreplugins.usage.storage",false],[31,"module-mindroot.coreplugins.user_service",false],[31,"module-mindroot.coreplugins.user_service.admin_init",false],[31,"module-mindroot.coreplugins.user_service.email_service",false],[31,"module-mindroot.coreplugins.user_service.mod",false],[31,"module-mindroot.coreplugins.user_service.models",false],[31,"module-mindroot.coreplugins.user_service.password_reset_service",false],[31,"module-mindroot.coreplugins.user_service.role_service",false],[31,"module-mindroot.coreplugins.user_service.router",false],[32,"module-mindroot.lib",false],[32,"module-mindroot.lib.buchatlog",false],[32,"module-mindroot.lib.buchatlog2",false],[32,"module-mindroot.lib.butemplates",false],[32,"module-mindroot.lib.chatcontext",false],[32,"module-mindroot.lib.chatlog",false],[32,"module-mindroot.lib.chatlog_optimized",false],[32,"module-mindroot.lib.json_escape",false],[32,"module-mindroot.lib.parent_templates",false],[32,"module-mindroot.lib.plugins",false],[32,"module-mindroot.lib.plugins_install",false],[32,"module-mindroot.lib.route_decorators",false],[32,"module-mindroot.lib.session_files",false],[32,"module-mindroot.lib.streamcmd",false],[32,"module-mindroot.lib.templates",false],[32,"module-mindroot.lib.token_counter",false],[33,"module-mindroot.lib.auth",false],[33,"module-mindroot.lib.auth.api_key",false],[33,"module-mindroot.lib.auth.auth",false],[34,"module-mindroot.lib.json_str_block",false],[34,"module-mindroot.lib.json_str_block.json_str_block",false],[35,"module-mindroot.lib.plugins",false],[35,"module-mindroot.lib.plugins.installation",false],[35,"module-mindroot.lib.plugins.l8n_static_handler",false],[35,"module-mindroot.lib.plugins.loader",false],[35,"module-mindroot.lib.plugins.loader_with_l8n",false],[35,"module-mindroot.lib.plugins.manifest",false],[35,"module-mindroot.lib.plugins.mapping",false],[35,"module-mindroot.lib.plugins.paths",false],[36,"module-mindroot.lib.providers",false],[36,"module-mindroot.lib.providers.commands",false],[36,"module-mindroot.lib.providers.hooks",false],[36,"module-mindroot.lib.providers.missing",false],[36,"module-mindroot.lib.providers.model_preferences_v2",false],[36,"module-mindroot.lib.providers.services",false],[38,"module-mindroot.registry",false],[38,"module-mindroot.registry.component_manager",false],[38,"module-mindroot.registry.data_access",false]],"mount_static_files() (in module mindroot.lib.plugins.loader)":[[35,"mindroot.lib.plugins.loader.mount_static_files",false]],"mount_static_files() (in module mindroot.lib.plugins.loader_with_l8n)":[[35,"mindroot.lib.plugins.loader_with_l8n.mount_static_files",false]],"mount_translated_static_files() (in module mindroot.lib.plugins.l8n_static_handler)":[[35,"mindroot.lib.plugins.l8n_static_handler.mount_translated_static_files",false]],"multiplexed_events() (in module mindroot.coreplugins.events.router)":[[21,"mindroot.coreplugins.events.router.multiplexed_events",false]],"name (mindroot.coreplugins.admin.mcp_publish_routes.mcpserverpublishrequest attribute)":[[13,"mindroot.coreplugins.admin.mcp_publish_routes.McpServerPublishRequest.name",false]],"name (mindroot.coreplugins.admin.mcp_publish_routes.mcptestlocalrequest attribute)":[[13,"mindroot.coreplugins.admin.mcp_publish_routes.McpTestLocalRequest.name",false]],"name (mindroot.coreplugins.admin.mcp_publish_routes.mcptestremoterequest attribute)":[[13,"mindroot.coreplugins.admin.mcp_publish_routes.McpTestRemoteRequest.name",false]],"name (mindroot.coreplugins.admin.mcp_routes.mcplocaltestrequest attribute)":[[13,"mindroot.coreplugins.admin.mcp_routes.McpLocalTestRequest.name",false]],"name (mindroot.coreplugins.admin.mcp_routes.mcpserveraddrequest attribute)":[[13,"mindroot.coreplugins.admin.mcp_routes.McpServerAddRequest.name",false]],"name (mindroot.coreplugins.index.models.agententry attribute)":[[22,"mindroot.coreplugins.index.models.AgentEntry.name",false]],"name (mindroot.coreplugins.index.models.indexmetadata attribute)":[[22,"mindroot.coreplugins.index.models.IndexMetadata.name",false]],"name (mindroot.coreplugins.index.models.pluginentry attribute)":[[22,"mindroot.coreplugins.index.models.PluginEntry.name",false]],"name (mindroot.coreplugins.index.models.pluginmanifest attribute)":[[22,"mindroot.coreplugins.index.models.PluginManifest.name",false]],"name (mindroot.coreplugins.mcp_.mcp_manager.mcpserver attribute)":[[26,"mindroot.coreplugins.mcp_.mcp_manager.MCPServer.name",false]],"name (mindroot.coreplugins.subscriptions.models.pagetemplate attribute)":[[29,"mindroot.coreplugins.subscriptions.models.PageTemplate.name",false]],"name (mindroot.coreplugins.subscriptions.models.planfeature attribute)":[[29,"mindroot.coreplugins.subscriptions.models.PlanFeature.name",false]],"name (mindroot.coreplugins.subscriptions.models.subscriptionplan attribute)":[[29,"mindroot.coreplugins.subscriptions.models.SubscriptionPlan.name",false]],"name (mindroot.coreplugins.usage.models.costtypeinfo attribute)":[[30,"mindroot.coreplugins.usage.models.CostTypeInfo.name",false]],"on_load() (in module mindroot.coreplugins.startup.mod)":[[28,"mindroot.coreplugins.startup.mod.on_load",false]],"options (mindroot.coreplugins.subscriptions.models.planfeature attribute)":[[29,"mindroot.coreplugins.subscriptions.models.PlanFeature.options",false]],"page (mindroot.coreplugins.admin.mcp_registry_routes.registrybrowserequest attribute)":[[13,"mindroot.coreplugins.admin.mcp_registry_routes.RegistryBrowseRequest.page",false]],"pagetemplate (class in mindroot.coreplugins.subscriptions.models)":[[29,"mindroot.coreplugins.subscriptions.models.PageTemplate",false]],"parse_args() (in module mindroot.server)":[[11,"mindroot.server.parse_args",false]],"parse_args() (in module mindroot.server_missing_normal_args)":[[11,"mindroot.server_missing_normal_args.parse_args",false]],"parse_args() (in module mindroot.server_prev)":[[11,"mindroot.server_prev.parse_args",false]],"partial_command() (in module mindroot.coreplugins.chat.services)":[[15,"mindroot.coreplugins.chat.services.partial_command",false]],"password (mindroot.coreplugins.jwt_auth.router.loginrequest attribute)":[[24,"mindroot.coreplugins.jwt_auth.router.LoginRequest.password",false]],"password (mindroot.coreplugins.user_service.models.usercreate attribute)":[[31,"mindroot.coreplugins.user_service.models.UserCreate.password",false]],"password_hash (mindroot.coreplugins.user_service.models.userauth attribute)":[[31,"mindroot.coreplugins.user_service.models.UserAuth.password_hash",false]],"passwordresettoken (class in mindroot.coreplugins.user_service.models)":[[31,"mindroot.coreplugins.user_service.models.PasswordResetToken",false]],"path_matches_pattern() (in module mindroot.coreplugins.jwt_auth.middleware)":[[24,"mindroot.coreplugins.jwt_auth.middleware.path_matches_pattern",false]],"payment_provider (mindroot.coreplugins.subscriptions.models.usersubscription attribute)":[[29,"mindroot.coreplugins.subscriptions.models.UserSubscription.payment_provider",false]],"pic_of_me() (in module mindroot.coreplugins.persona.mod)":[[27,"mindroot.coreplugins.persona.mod.pic_of_me",false]],"ping() (in module mindroot.coreplugins.admin.server_router)":[[13,"mindroot.coreplugins.admin.server_router.ping",false]],"plan_id (mindroot.coreplugins.subscriptions.models.subscriptionplan attribute)":[[29,"mindroot.coreplugins.subscriptions.models.SubscriptionPlan.plan_id",false]],"plan_id (mindroot.coreplugins.subscriptions.models.usersubscription attribute)":[[29,"mindroot.coreplugins.subscriptions.models.UserSubscription.plan_id",false]],"planfeature (class in mindroot.coreplugins.subscriptions.models)":[[29,"mindroot.coreplugins.subscriptions.models.PlanFeature",false]],"plugin (mindroot.coreplugins.admin.plugin_manager.githubpluginrequest attribute)":[[13,"mindroot.coreplugins.admin.plugin_manager.GitHubPluginRequest.plugin",false]],"plugin (mindroot.coreplugins.admin.plugin_manager.installfromindexrequest attribute)":[[13,"mindroot.coreplugins.admin.plugin_manager.InstallFromIndexRequest.plugin",false]],"plugin (mindroot.coreplugins.admin.plugin_manager.pluginrequest attribute)":[[13,"mindroot.coreplugins.admin.plugin_manager.PluginRequest.plugin",false]],"plugin (mindroot.coreplugins.admin.plugin_manager.streaminstallrequest attribute)":[[13,"mindroot.coreplugins.admin.plugin_manager.StreamInstallRequest.plugin",false]],"plugin (mindroot.coreplugins.admin.plugin_manager.togglepluginrequest attribute)":[[13,"mindroot.coreplugins.admin.plugin_manager.TogglePluginRequest.plugin",false]],"plugin_id (mindroot.coreplugins.usage.models.usageevent attribute)":[[30,"mindroot.coreplugins.usage.models.UsageEvent.plugin_id",false]],"plugin_install() (in module mindroot.lib.plugins)":[[32,"mindroot.lib.plugins.plugin_install",false],[35,"mindroot.lib.plugins.plugin_install",false]],"plugin_install() (in module mindroot.lib.plugins.installation)":[[35,"mindroot.lib.plugins.installation.plugin_install",false]],"plugin_update() (in module mindroot.lib.plugins)":[[32,"mindroot.lib.plugins.plugin_update",false],[35,"mindroot.lib.plugins.plugin_update",false]],"plugin_update() (in module mindroot.lib.plugins.installation)":[[35,"mindroot.lib.plugins.installation.plugin_update",false]],"pluginentry (class in mindroot.coreplugins.index.models)":[[22,"mindroot.coreplugins.index.models.PluginEntry",false]],"pluginmanifest (class in mindroot.coreplugins.index.models)":[[22,"mindroot.coreplugins.index.models.PluginManifest",false]],"pluginmetadata (class in mindroot.coreplugins.admin.plugin_manager)":[[13,"mindroot.coreplugins.admin.plugin_manager.PluginMetadata",false]],"pluginrequest (class in mindroot.coreplugins.admin.plugin_manager)":[[13,"mindroot.coreplugins.admin.plugin_manager.PluginRequest",false]],"plugins (mindroot.coreplugins.admin.plugin_router.pluginupdaterequest attribute)":[[13,"mindroot.coreplugins.admin.plugin_router.PluginUpdateRequest.plugins",false]],"plugins (mindroot.coreplugins.admin.plugin_routes.pluginupdaterequest attribute)":[[13,"mindroot.coreplugins.admin.plugin_routes.PluginUpdateRequest.plugins",false]],"pluginupdaterequest (class in mindroot.coreplugins.admin.plugin_router)":[[13,"mindroot.coreplugins.admin.plugin_router.PluginUpdateRequest",false]],"pluginupdaterequest (class in mindroot.coreplugins.admin.plugin_routes)":[[13,"mindroot.coreplugins.admin.plugin_routes.PluginUpdateRequest",false]],"pre_load() (in module mindroot.lib.plugins)":[[32,"mindroot.lib.plugins.pre_load",false],[35,"mindroot.lib.plugins.pre_load",false]],"pre_load() (in module mindroot.lib.plugins.loader)":[[35,"mindroot.lib.plugins.loader.pre_load",false]],"pre_load() (in module mindroot.lib.plugins.loader_with_l8n)":[[35,"mindroot.lib.plugins.loader_with_l8n.pre_load",false]],"price (mindroot.coreplugins.subscriptions.models.subscriptionplan attribute)":[[29,"mindroot.coreplugins.subscriptions.models.SubscriptionPlan.price",false]],"process_result() (in module mindroot.coreplugins.chat.services)":[[15,"mindroot.coreplugins.chat.services.process_result",false]],"process_subscription_event() (in module mindroot.coreplugins.subscriptions.mod)":[[29,"mindroot.coreplugins.subscriptions.mod.process_subscription_event",false]],"prompt() (in module mindroot.coreplugins.chat.services)":[[15,"mindroot.coreplugins.chat.services.prompt",false]],"protected_route() (in module mindroot.coreplugins.jwt_auth.router)":[[24,"mindroot.coreplugins.jwt_auth.router.protected_route",false]],"proto() (mindroot.lib.chatcontext.chatcontext method)":[[32,"mindroot.lib.chatcontext.ChatContext.proto",false]],"provider_subscription_id (mindroot.coreplugins.subscriptions.models.usersubscription attribute)":[[29,"mindroot.coreplugins.subscriptions.models.UserSubscription.provider_subscription_id",false]],"provider_url (mindroot.coreplugins.admin.mcp_routes.mcpserveraddrequest attribute)":[[13,"mindroot.coreplugins.admin.mcp_routes.McpServerAddRequest.provider_url",false]],"provider_url (mindroot.coreplugins.mcp_.mcp_manager.mcpserver attribute)":[[26,"mindroot.coreplugins.mcp_.mcp_manager.MCPServer.provider_url",false]],"providermanager (class in mindroot.lib.providers)":[[36,"mindroot.lib.providers.ProviderManager",false]],"public_route() (in module mindroot.lib.route_decorators)":[[32,"mindroot.lib.route_decorators.public_route",false]],"publish_index() (in module mindroot.coreplugins.index.handlers)":[[23,"mindroot.coreplugins.index.handlers.publish_index",false]],"publish_index() (in module mindroot.coreplugins.index.handlers.publish)":[[23,"mindroot.coreplugins.index.handlers.publish.publish_index",false]],"publish_index_route() (in module mindroot.coreplugins.index.router)":[[22,"mindroot.coreplugins.index.router.publish_index_route",false]],"publish_mcp_server() (in module mindroot.coreplugins.admin.mcp_publish_routes)":[[13,"mindroot.coreplugins.admin.mcp_publish_routes.publish_mcp_server",false]],"publish_plugin_from_github() (in module mindroot.coreplugins.admin.plugin_manager)":[[13,"mindroot.coreplugins.admin.plugin_manager.publish_plugin_from_github",false]],"publish_plugin_from_github() (in module mindroot.coreplugins.admin.plugin_routes)":[[13,"mindroot.coreplugins.admin.plugin_routes.publish_plugin_from_github",false]],"quantity (mindroot.coreplugins.usage.models.usageevent attribute)":[[30,"mindroot.coreplugins.usage.models.UsageEvent.quantity",false]],"queue_plugin_install() (in module mindroot.coreplugins.admin.command_router)":[[13,"mindroot.coreplugins.admin.command_router.queue_plugin_install",false]],"quit() (in module mindroot.coreplugins.chat.services)":[[15,"mindroot.coreplugins.chat.services.quit",false]],"read_agent() (in module mindroot.coreplugins.admin.agent_router)":[[13,"mindroot.coreplugins.admin.agent_router.read_agent",false]],"read_equivalent_flags() (in module mindroot.coreplugins.admin.settings_router)":[[13,"mindroot.coreplugins.admin.settings_router.read_equivalent_flags",false]],"read_equivalent_flags() (mindroot.registry.data_access.dataaccess method)":[[38,"mindroot.registry.data_access.DataAccess.read_equivalent_flags",false]],"read_json() (mindroot.registry.data_access.dataaccess method)":[[38,"mindroot.registry.data_access.DataAccess.read_json",false]],"read_models() (in module mindroot.coreplugins.admin.settings_router)":[[13,"mindroot.coreplugins.admin.settings_router.read_models",false]],"read_models() (mindroot.registry.data_access.dataaccess method)":[[38,"mindroot.registry.data_access.DataAccess.read_models",false]],"read_persona() (in module mindroot.coreplugins.admin.persona_router)":[[13,"mindroot.coreplugins.admin.persona_router.read_persona",false]],"read_persona_by_path() (in module mindroot.coreplugins.admin.persona_router)":[[13,"mindroot.coreplugins.admin.persona_router.read_persona_by_path",false]],"read_plugins() (mindroot.registry.data_access.dataaccess method)":[[38,"mindroot.registry.data_access.DataAccess.read_plugins",false]],"read_preferred_models() (mindroot.registry.data_access.dataaccess method)":[[38,"mindroot.registry.data_access.DataAccess.read_preferred_models",false]],"read_providers() (in module mindroot.coreplugins.admin.settings_router)":[[13,"mindroot.coreplugins.admin.settings_router.read_providers",false]],"read_providers() (mindroot.registry.data_access.dataaccess method)":[[38,"mindroot.registry.data_access.DataAccess.read_providers",false]],"read_resource() (mindroot.coreplugins.mcp_.mcp_manager.mcpmanager method)":[[26,"mindroot.coreplugins.mcp_.mcp_manager.MCPManager.read_resource",false]],"read_settings() (in module mindroot.coreplugins.admin.settings_router)":[[13,"mindroot.coreplugins.admin.settings_router.read_settings",false]],"read_stream() (in module mindroot.lib.streamcmd)":[[32,"mindroot.lib.streamcmd.read_stream",false]],"record_allocation() (mindroot.coreplugins.credits.ledger.creditledger method)":[[18,"mindroot.coreplugins.credits.ledger.CreditLedger.record_allocation",false]],"record_refund() (mindroot.coreplugins.credits.ledger.creditledger method)":[[18,"mindroot.coreplugins.credits.ledger.CreditLedger.record_refund",false]],"record_usage() (mindroot.coreplugins.credits.ledger.creditledger method)":[[18,"mindroot.coreplugins.credits.ledger.CreditLedger.record_usage",false]],"redirect_uri (mindroot.coreplugins.admin.mcp_routes.mcpserveraddrequest attribute)":[[13,"mindroot.coreplugins.admin.mcp_routes.McpServerAddRequest.redirect_uri",false]],"redirect_uri (mindroot.coreplugins.mcp_.mcp_manager.mcpserver attribute)":[[26,"mindroot.coreplugins.mcp_.mcp_manager.MCPServer.redirect_uri",false]],"reference_id (mindroot.coreplugins.credits.models.credittransaction attribute)":[[18,"mindroot.coreplugins.credits.models.CreditTransaction.reference_id",false]],"refresh_agent_ownership_cache() (in module mindroot.coreplugins.admin.agent_router)":[[13,"mindroot.coreplugins.admin.agent_router.refresh_agent_ownership_cache",false]],"refresh_catalog_status() (in module mindroot.coreplugins.admin.mcp_catalog_routes)":[[13,"mindroot.coreplugins.admin.mcp_catalog_routes.refresh_catalog_status",false]],"refresh_token (mindroot.coreplugins.mcp_.mcp_manager.mcpserver attribute)":[[26,"mindroot.coreplugins.mcp_.mcp_manager.MCPServer.refresh_token",false]],"register_component() (mindroot.registry.component_manager.componentmanager method)":[[38,"mindroot.registry.component_manager.ComponentManager.register_component",false]],"register_cost_type() (in module mindroot.coreplugins.usage.mod)":[[30,"mindroot.coreplugins.usage.mod.register_cost_type",false]],"register_function() (mindroot.lib.providers.providermanager method)":[[36,"mindroot.lib.providers.ProviderManager.register_function",false]],"register_hook() (mindroot.lib.providers.hookmanager method)":[[36,"mindroot.lib.providers.HookManager.register_hook",false]],"register_tools() (mindroot.coreplugins.mcp_.dynamic_commands.mcpdynamiccommands method)":[[26,"mindroot.coreplugins.mcp_.dynamic_commands.MCPDynamicCommands.register_tools",false]],"registry_id (mindroot.coreplugins.admin.mcp_registry_routes.registryserverinstallrequest attribute)":[[13,"mindroot.coreplugins.admin.mcp_registry_routes.RegistryServerInstallRequest.registry_id",false]],"registry_url (mindroot.coreplugins.admin.plugin_routes.githubpublishrequest attribute)":[[13,"mindroot.coreplugins.admin.plugin_routes.GithubPublishRequest.registry_url",false]],"registrybrowserequest (class in mindroot.coreplugins.admin.mcp_registry_routes)":[[13,"mindroot.coreplugins.admin.mcp_registry_routes.RegistryBrowseRequest",false]],"registryserverinstallrequest (class in mindroot.coreplugins.admin.mcp_registry_routes)":[[13,"mindroot.coreplugins.admin.mcp_registry_routes.RegistryServerInstallRequest",false]],"remote_source (mindroot.coreplugins.index.models.pluginentry attribute)":[[22,"mindroot.coreplugins.index.models.PluginEntry.remote_source",false]],"remove_agent() (in module mindroot.coreplugins.index.handlers)":[[23,"mindroot.coreplugins.index.handlers.remove_agent",false]],"remove_agent() (in module mindroot.coreplugins.index.handlers.agent_ops)":[[23,"mindroot.coreplugins.index.handlers.agent_ops.remove_agent",false]],"remove_agent_route() (in module mindroot.coreplugins.index.router)":[[22,"mindroot.coreplugins.index.router.remove_agent_route",false]],"remove_mcp_server() (in module mindroot.coreplugins.admin.mcp_routes)":[[13,"mindroot.coreplugins.admin.mcp_routes.remove_mcp_server",false]],"remove_plugin() (in module mindroot.coreplugins.index.handlers)":[[23,"mindroot.coreplugins.index.handlers.remove_plugin",false]],"remove_plugin() (in module mindroot.coreplugins.index.handlers.plugin_ops)":[[23,"mindroot.coreplugins.index.handlers.plugin_ops.remove_plugin",false]],"remove_plugin() (mindroot.registry.data_access.dataaccess method)":[[38,"mindroot.registry.data_access.DataAccess.remove_plugin",false]],"remove_plugin_route() (in module mindroot.coreplugins.index.router)":[[22,"mindroot.coreplugins.index.router.remove_plugin_route",false]],"remove_preference() (mindroot.lib.providers.model_preferences_v2.modelpreferencesv2 method)":[[36,"mindroot.lib.providers.model_preferences_v2.ModelPreferencesV2.remove_preference",false]],"remove_provider() (mindroot.registry.data_access.dataaccess method)":[[38,"mindroot.registry.data_access.DataAccess.remove_provider",false]],"remove_role() (in module mindroot.coreplugins.user_service.role_service)":[[31,"mindroot.coreplugins.user_service.role_service.remove_role",false]],"remove_server() (mindroot.coreplugins.mcp_.catalog_manager.mcpcatalogmanager method)":[[26,"mindroot.coreplugins.mcp_.catalog_manager.MCPCatalogManager.remove_server",false]],"remove_server() (mindroot.coreplugins.mcp_.mcp_manager.mcpmanager method)":[[26,"mindroot.coreplugins.mcp_.mcp_manager.MCPManager.remove_server",false]],"render() (in module mindroot.lib.butemplates)":[[32,"mindroot.lib.butemplates.render",false]],"render() (in module mindroot.lib.templates)":[[32,"mindroot.lib.templates.render",false]],"render_combined_template() (in module mindroot.lib.butemplates)":[[32,"mindroot.lib.butemplates.render_combined_template",false]],"render_combined_template() (in module mindroot.lib.templates)":[[32,"mindroot.lib.templates.render_combined_template",false]],"render_direct_template() (in module mindroot.lib.templates)":[[32,"mindroot.lib.templates.render_direct_template",false]],"reorder_preferences() (mindroot.lib.providers.model_preferences_v2.modelpreferencesv2 method)":[[36,"mindroot.lib.providers.model_preferences_v2.ModelPreferencesV2.reorder_preferences",false]],"replace_placeholders() (in module mindroot.coreplugins.l8n.test_l8n_standalone)":[[25,"mindroot.coreplugins.l8n.test_l8n_standalone.replace_placeholders",false]],"replace_placeholders() (in module mindroot.coreplugins.l8n.utils)":[[25,"mindroot.coreplugins.l8n.utils.replace_placeholders",false]],"replace_raw_blocks() (in module mindroot.lib.json_str_block.json_str_block)":[[34,"mindroot.lib.json_str_block.json_str_block.replace_raw_blocks",false]],"repo (mindroot.coreplugins.admin.plugin_routes.githubpublishrequest attribute)":[[13,"mindroot.coreplugins.admin.plugin_routes.GithubPublishRequest.repo",false]],"repo_path (mindroot.coreplugins.admin.agent_router.githubimportrequest attribute)":[[13,"mindroot.coreplugins.admin.agent_router.GitHubImportRequest.repo_path",false]],"request_id (mindroot.coreplugins.usage.models.usageevent attribute)":[[30,"mindroot.coreplugins.usage.models.UsageEvent.request_id",false]],"require_admin() (in module mindroot.lib.auth.auth)":[[33,"mindroot.lib.auth.auth.require_admin",false]],"require_user() (in module mindroot.lib.auth.auth)":[[33,"mindroot.lib.auth.auth.require_user",false]],"required_commands (mindroot.coreplugins.index.models.agententry attribute)":[[22,"mindroot.coreplugins.index.models.AgentEntry.required_commands",false]],"required_services (mindroot.coreplugins.index.models.agententry attribute)":[[22,"mindroot.coreplugins.index.models.AgentEntry.required_services",false]],"requires_all_roles() (in module mindroot.lib.route_decorators)":[[32,"mindroot.lib.route_decorators.requires_all_roles",false]],"requires_any_role() (in module mindroot.lib.route_decorators)":[[32,"mindroot.lib.route_decorators.requires_any_role",false]],"requires_role() (in module mindroot.lib.route_decorators)":[[32,"mindroot.lib.route_decorators.requires_role",false]],"reset_password_with_token() (in module mindroot.coreplugins.user_service.password_reset_service)":[[31,"mindroot.coreplugins.user_service.password_reset_service.reset_password_with_token",false]],"restart_server() (in module mindroot.coreplugins.admin.server_router)":[[13,"mindroot.coreplugins.admin.server_router.restart_server",false]],"results_output() (in module mindroot.coreplugins.chat.services)":[[15,"mindroot.coreplugins.chat.services.results_output",false]],"results_text() (in module mindroot.coreplugins.chat.services)":[[15,"mindroot.coreplugins.chat.services.results_text",false]],"results_text_output() (in module mindroot.coreplugins.chat.services)":[[15,"mindroot.coreplugins.chat.services.results_text_output",false]],"roles (mindroot.coreplugins.user_service.models.userbase attribute)":[[31,"mindroot.coreplugins.user_service.models.UserBase.roles",false]],"run() (in module mindroot.coreplugins.mcp_.testmcpclient)":[[26,"mindroot.coreplugins.mcp_.testmcpclient.run",false]],"run_command_with_streaming() (in module mindroot.lib.streamcmd)":[[32,"mindroot.lib.streamcmd.run_command_with_streaming",false]],"run_migrations() (in module mindroot.migrate)":[[11,"mindroot.migrate.run_migrations",false]],"run_task() (in module mindroot.coreplugins.chat.services)":[[15,"mindroot.coreplugins.chat.services.run_task",false]],"run_task_route() (in module mindroot.coreplugins.chat.router)":[[15,"mindroot.coreplugins.chat.router.run_task_route",false]],"running_command() (in module mindroot.coreplugins.chat.services)":[[15,"mindroot.coreplugins.chat.services.running_command",false]],"sanity_test() (mindroot.coreplugins.mcp_.mcp_manager.mcpmanager method)":[[26,"mindroot.coreplugins.mcp_.mcp_manager.MCPManager.sanity_test",false]],"save_catalog() (mindroot.coreplugins.mcp_.catalog_manager.mcpcatalogmanager method)":[[26,"mindroot.coreplugins.mcp_.catalog_manager.MCPCatalogManager.save_catalog",false]],"save_config() (mindroot.coreplugins.mcp_.mcp_manager.mcpmanager method)":[[26,"mindroot.coreplugins.mcp_.mcp_manager.MCPManager.save_config",false]],"save_context() (mindroot.lib.chatcontext.chatcontext method)":[[32,"mindroot.lib.chatcontext.ChatContext.save_context",false]],"save_context_data() (mindroot.lib.chatcontext.chatcontext method)":[[32,"mindroot.lib.chatcontext.ChatContext.save_context_data",false]],"save_cost() (mindroot.coreplugins.usage.storage.usagestorage method)":[[30,"mindroot.coreplugins.usage.storage.UsageStorage.save_cost",false]],"save_cost_type() (mindroot.coreplugins.usage.storage.usagestorage method)":[[30,"mindroot.coreplugins.usage.storage.UsageStorage.save_cost_type",false]],"save_env_file() (in module mindroot.coreplugins.env_manager.mod)":[[20,"mindroot.coreplugins.env_manager.mod.save_env_file",false]],"save_log() (mindroot.lib.buchatlog.chatlog method)":[[32,"mindroot.lib.buchatlog.ChatLog.save_log",false]],"save_log() (mindroot.lib.buchatlog2.chatlog method)":[[32,"mindroot.lib.buchatlog2.ChatLog.save_log",false]],"save_log() (mindroot.lib.chatlog.chatlog method)":[[32,"mindroot.lib.chatlog.ChatLog.save_log",false]],"save_log() (mindroot.lib.chatlog_optimized.chatlog method)":[[32,"mindroot.lib.chatlog_optimized.ChatLog.save_log",false]],"save_plugin_manifest() (in module mindroot.lib.plugins)":[[32,"mindroot.lib.plugins.save_plugin_manifest",false],[35,"mindroot.lib.plugins.save_plugin_manifest",false]],"save_plugin_manifest() (in module mindroot.lib.plugins.manifest)":[[35,"mindroot.lib.plugins.manifest.save_plugin_manifest",false]],"save_plugin_translations() (in module mindroot.coreplugins.l8n.mod)":[[25,"mindroot.coreplugins.l8n.mod.save_plugin_translations",false]],"save_preferences() (mindroot.lib.providers.model_preferences_v2.modelpreferencesv2 method)":[[36,"mindroot.lib.providers.model_preferences_v2.ModelPreferencesV2.save_preferences",false]],"save_session_data() (in module mindroot.lib.session_files)":[[32,"mindroot.lib.session_files.save_session_data",false]],"save_settings() (in module mindroot.coreplugins.admin.settings_router)":[[13,"mindroot.coreplugins.admin.settings_router.save_settings",false]],"save_settings_v2() (in module mindroot.coreplugins.admin.settings_router)":[[13,"mindroot.coreplugins.admin.settings_router.save_settings_v2",false]],"save_token_counts_to_cache() (in module mindroot.lib.buchatlog2)":[[32,"mindroot.lib.buchatlog2.save_token_counts_to_cache",false]],"save_token_counts_to_cache() (in module mindroot.lib.chatlog)":[[32,"mindroot.lib.chatlog.save_token_counts_to_cache",false]],"save_token_counts_to_cache() (in module mindroot.lib.chatlog_optimized)":[[32,"mindroot.lib.chatlog_optimized.save_token_counts_to_cache",false]],"save_token_counts_to_cache() (in module mindroot.lib.token_counter)":[[32,"mindroot.lib.token_counter.save_token_counts_to_cache",false]],"scan_agent_ownership() (in module mindroot.coreplugins.admin.agent_router)":[[13,"mindroot.coreplugins.admin.agent_router.scan_agent_ownership",false]],"scan_and_import_agents() (in module mindroot.coreplugins.admin.agent_importer)":[[13,"mindroot.coreplugins.admin.agent_importer.scan_and_import_agents",false]],"scan_and_import_agents_endpoint() (in module mindroot.coreplugins.admin.agent_router)":[[13,"mindroot.coreplugins.admin.agent_router.scan_and_import_agents_endpoint",false]],"scan_directory() (in module mindroot.coreplugins.admin.plugin_manager)":[[13,"mindroot.coreplugins.admin.plugin_manager.scan_directory",false]],"scan_directory_for_env_vars() (in module mindroot.coreplugins.env_manager.mod)":[[20,"mindroot.coreplugins.env_manager.mod.scan_directory_for_env_vars",false]],"scan_env_vars() (in module mindroot.coreplugins.env_manager.mod)":[[20,"mindroot.coreplugins.env_manager.mod.scan_env_vars",false]],"scan_for_agents() (in module mindroot.coreplugins.admin.agent_importer)":[[13,"mindroot.coreplugins.admin.agent_importer.scan_for_agents",false]],"scandirectoryrequest (class in mindroot.coreplugins.admin.agent_router)":[[13,"mindroot.coreplugins.admin.agent_router.ScanDirectoryRequest",false]],"scope (mindroot.coreplugins.admin.agent_router.githubimportrequest attribute)":[[13,"mindroot.coreplugins.admin.agent_router.GitHubImportRequest.scope",false]],"scope (mindroot.coreplugins.admin.agent_router.scandirectoryrequest attribute)":[[13,"mindroot.coreplugins.admin.agent_router.ScanDirectoryRequest.scope",false]],"scopes (mindroot.coreplugins.admin.mcp_routes.mcpserveraddrequest attribute)":[[13,"mindroot.coreplugins.admin.mcp_routes.McpServerAddRequest.scopes",false]],"scopes (mindroot.coreplugins.mcp_.mcp_manager.mcpserver attribute)":[[26,"mindroot.coreplugins.mcp_.mcp_manager.MCPServer.scopes",false]],"search (mindroot.coreplugins.admin.mcp_registry_routes.registrybrowserequest attribute)":[[13,"mindroot.coreplugins.admin.mcp_registry_routes.RegistryBrowseRequest.search",false]],"search_mcp_catalog() (in module mindroot.coreplugins.admin.mcp_catalog_routes)":[[13,"mindroot.coreplugins.admin.mcp_catalog_routes.search_mcp_catalog",false]],"search_servers() (mindroot.coreplugins.mcp_.catalog_manager.mcpcatalogmanager method)":[[26,"mindroot.coreplugins.mcp_.catalog_manager.MCPCatalogManager.search_servers",false]],"secrets (mindroot.coreplugins.admin.mcp_routes.mcpconnectrequest attribute)":[[13,"mindroot.coreplugins.admin.mcp_routes.McpConnectRequest.secrets",false]],"secrets (mindroot.coreplugins.admin.mcp_routes.mcplocaltestrequest attribute)":[[13,"mindroot.coreplugins.admin.mcp_routes.McpLocalTestRequest.secrets",false]],"secrets (mindroot.coreplugins.mcp_.mcp_manager.mcpserver attribute)":[[26,"mindroot.coreplugins.mcp_.mcp_manager.MCPServer.secrets",false]],"send_email() (in module mindroot.coreplugins.email.mod)":[[19,"mindroot.coreplugins.email.mod.send_email",false]],"send_email() (mindroot.coreplugins.email.email_provider.emailprovider method)":[[19,"mindroot.coreplugins.email.email_provider.EmailProvider.send_email",false]],"send_email() (mindroot.coreplugins.email.smtp_handler.smtphandler method)":[[19,"mindroot.coreplugins.email.smtp_handler.SMTPHandler.send_email",false]],"send_email_helper() (in module mindroot.coreplugins.email.services)":[[19,"mindroot.coreplugins.email.services.send_email_helper",false]],"send_message() (in module mindroot.coreplugins.chat.router)":[[15,"mindroot.coreplugins.chat.router.send_message",false]],"send_message_to_agent() (in module mindroot.coreplugins.chat.services)":[[15,"mindroot.coreplugins.chat.services.send_message_to_agent",false]],"send_password_reset_email() (in module mindroot.coreplugins.user_service.email_service)":[[31,"mindroot.coreplugins.user_service.email_service.send_password_reset_email",false]],"send_to_parent_chat() (in module mindroot.coreplugins.chat.commands)":[[15,"mindroot.coreplugins.chat.commands.send_to_parent_chat",false]],"send_verification_email() (in module mindroot.coreplugins.user_service.email_service)":[[31,"mindroot.coreplugins.user_service.email_service.send_verification_email",false]],"serve_asset() (in module mindroot.coreplugins.admin.persona_router)":[[13,"mindroot.coreplugins.admin.persona_router.serve_asset",false]],"server_name (mindroot.coreplugins.admin.mcp_publish_routes.mcpcompleteoauthrequest attribute)":[[13,"mindroot.coreplugins.admin.mcp_publish_routes.McpCompleteOAuthRequest.server_name",false]],"server_name (mindroot.coreplugins.admin.mcp_registry_routes.registryserverinstallrequest attribute)":[[13,"mindroot.coreplugins.admin.mcp_registry_routes.RegistryServerInstallRequest.server_name",false]],"server_name (mindroot.coreplugins.admin.mcp_routes.mcpconnectrequest attribute)":[[13,"mindroot.coreplugins.admin.mcp_routes.McpConnectRequest.server_name",false]],"server_name (mindroot.coreplugins.admin.mcp_routes.mcpoauthcallbackrequest attribute)":[[13,"mindroot.coreplugins.admin.mcp_routes.McpOAuthCallbackRequest.server_name",false]],"server_name (mindroot.coreplugins.admin.mcp_routes.mcpserverrequest attribute)":[[13,"mindroot.coreplugins.admin.mcp_routes.McpServerRequest.server_name",false]],"server_type (mindroot.coreplugins.admin.mcp_publish_routes.mcpserverpublishrequest attribute)":[[13,"mindroot.coreplugins.admin.mcp_publish_routes.McpServerPublishRequest.server_type",false]],"service() (in module mindroot.lib.providers.services)":[[36,"mindroot.lib.providers.services.service",false]],"service_or_command_name (mindroot.coreplugins.admin.settings_router.setting attribute)":[[13,"mindroot.coreplugins.admin.settings_router.Setting.service_or_command_name",false]],"services (mindroot.coreplugins.admin.plugin_manager.pluginmetadata attribute)":[[13,"mindroot.coreplugins.admin.plugin_manager.PluginMetadata.services",false]],"services (mindroot.coreplugins.index.models.pluginentry attribute)":[[22,"mindroot.coreplugins.index.models.PluginEntry.services",false]],"services (mindroot.coreplugins.index.models.pluginmanifest attribute)":[[22,"mindroot.coreplugins.index.models.PluginManifest.services",false]],"session_id (mindroot.coreplugins.usage.models.usageevent attribute)":[[30,"mindroot.coreplugins.usage.models.UsageEvent.session_id",false]],"set_client_info() (mindroot.coreplugins.mcp_.oauth_storage.mcptokenstorage method)":[[26,"mindroot.coreplugins.mcp_.oauth_storage.MCPTokenStorage.set_client_info",false]],"set_client_info() (mindroot.coreplugins.mcp_.testmcpclient.inmemorytokenstorage method)":[[26,"mindroot.coreplugins.mcp_.testmcpclient.InMemoryTokenStorage.set_client_info",false]],"set_config() (mindroot.coreplugins.credits.models.creditratioconfig method)":[[18,"mindroot.coreplugins.credits.models.CreditRatioConfig.set_config",false]],"set_cookie() (mindroot.coreplugins.l8n.test_middleware.mockresponse method)":[[25,"mindroot.coreplugins.l8n.test_middleware.MockResponse.set_cookie",false]],"set_cost() (in module mindroot.coreplugins.usage.mod)":[[30,"mindroot.coreplugins.usage.mod.set_cost",false]],"set_credit_ratio() (in module mindroot.coreplugins.credits.mod)":[[18,"mindroot.coreplugins.credits.mod.set_credit_ratio",false]],"set_default_template() (in module mindroot.coreplugins.subscriptions.mod)":[[29,"mindroot.coreplugins.subscriptions.mod.set_default_template",false]],"set_default_template() (mindroot.coreplugins.subscriptions.storage.subscriptionstorage method)":[[29,"mindroot.coreplugins.subscriptions.storage.SubscriptionStorage.set_default_template",false]],"set_language_for_request() (in module mindroot.coreplugins.l8n.language_detection)":[[25,"mindroot.coreplugins.l8n.language_detection.set_language_for_request",false]],"set_ratio() (mindroot.coreplugins.credits.models.creditratioconfig method)":[[18,"mindroot.coreplugins.credits.models.CreditRatioConfig.set_ratio",false]],"set_sessions() (mindroot.coreplugins.mcp_.dynamic_commands.mcpdynamiccommands method)":[[26,"mindroot.coreplugins.mcp_.dynamic_commands.MCPDynamicCommands.set_sessions",false]],"set_tokens() (mindroot.coreplugins.mcp_.oauth_storage.mcptokenstorage method)":[[26,"mindroot.coreplugins.mcp_.oauth_storage.MCPTokenStorage.set_tokens",false]],"set_tokens() (mindroot.coreplugins.mcp_.testmcpclient.inmemorytokenstorage method)":[[26,"mindroot.coreplugins.mcp_.testmcpclient.InMemoryTokenStorage.set_tokens",false]],"set_translations() (in module mindroot.coreplugins.l8n.mod)":[[25,"mindroot.coreplugins.l8n.mod.set_translations",false]],"set_translations() (in module mindroot.coreplugins.l8n.test_l8n_standalone)":[[25,"mindroot.coreplugins.l8n.test_l8n_standalone.set_translations",false]],"setting (class in mindroot.coreplugins.admin.settings_router)":[[13,"mindroot.coreplugins.admin.settings_router.Setting",false]],"setup_app_internal() (in module mindroot.server)":[[11,"mindroot.server.setup_app_internal",false]],"setup_app_internal() (in module mindroot.server_missing_normal_args)":[[11,"mindroot.server_missing_normal_args.setup_app_internal",false]],"setup_app_internal() (in module mindroot.server_prev)":[[11,"mindroot.server_prev.setup_app_internal",false]],"setup_template_environment() (in module mindroot.lib.butemplates)":[[32,"mindroot.lib.butemplates.setup_template_environment",false]],"setup_template_environment() (in module mindroot.lib.templates)":[[32,"mindroot.lib.templates.setup_template_environment",false]],"setup_verification() (in module mindroot.coreplugins.user_service.email_service)":[[31,"mindroot.coreplugins.user_service.email_service.setup_verification",false]],"should_skip_directory() (in module mindroot.coreplugins.env_manager.mod)":[[20,"mindroot.coreplugins.env_manager.mod.should_skip_directory",false]],"should_translate_file() (mindroot.lib.plugins.l8n_static_handler.translatedstaticfiles method)":[[35,"mindroot.lib.plugins.l8n_static_handler.TranslatedStaticFiles.should_translate_file",false]],"smtphandler (class in mindroot.coreplugins.email.smtp_handler)":[[19,"mindroot.coreplugins.email.smtp_handler.SMTPHandler",false]],"source (mindroot.coreplugins.admin.plugin_manager.streaminstallrequest attribute)":[[13,"mindroot.coreplugins.admin.plugin_manager.StreamInstallRequest.source",false]],"source (mindroot.coreplugins.credits.models.credittransaction attribute)":[[18,"mindroot.coreplugins.credits.models.CreditTransaction.source",false]],"source (mindroot.coreplugins.index.models.pluginentry attribute)":[[22,"mindroot.coreplugins.index.models.PluginEntry.source",false]],"source_path (mindroot.coreplugins.admin.plugin_manager.streaminstallrequest attribute)":[[13,"mindroot.coreplugins.admin.plugin_manager.StreamInstallRequest.source_path",false]],"source_path (mindroot.coreplugins.index.models.pluginentry attribute)":[[22,"mindroot.coreplugins.index.models.PluginEntry.source_path",false]],"spawn_restart() (in module mindroot.coreplugins.admin.server_router)":[[13,"mindroot.coreplugins.admin.server_router.spawn_restart",false]],"start_oauth_flow() (mindroot.coreplugins.mcp_.mcp_manager.mcpmanager method)":[[26,"mindroot.coreplugins.mcp_.mcp_manager.MCPManager.start_oauth_flow",false]],"startup() (in module mindroot.coreplugins.api_keys.mod)":[[14,"mindroot.coreplugins.api_keys.mod.startup",false]],"startup() (in module mindroot.coreplugins.chat.mod)":[[15,"mindroot.coreplugins.chat.mod.startup",false]],"startup() (in module mindroot.coreplugins.credits.mod)":[[18,"mindroot.coreplugins.credits.mod.startup",false]],"startup() (in module mindroot.coreplugins.index.mod)":[[22,"mindroot.coreplugins.index.mod.startup",false]],"startup() (in module mindroot.coreplugins.jwt_auth.mod)":[[24,"mindroot.coreplugins.jwt_auth.mod.startup",false]],"startup() (in module mindroot.coreplugins.subscriptions.mod)":[[29,"mindroot.coreplugins.subscriptions.mod.startup",false]],"startup() (in module mindroot.coreplugins.user_service.admin_init)":[[31,"mindroot.coreplugins.user_service.admin_init.startup",false]],"state (mindroot.coreplugins.admin.mcp_publish_routes.mcpcompleteoauthrequest attribute)":[[13,"mindroot.coreplugins.admin.mcp_publish_routes.McpCompleteOAuthRequest.state",false]],"state (mindroot.coreplugins.admin.mcp_routes.mcpoauthcallbackrequest attribute)":[[13,"mindroot.coreplugins.admin.mcp_routes.McpOAuthCallbackRequest.state",false]],"status (mindroot.coreplugins.mcp_.mcp_manager.mcpserver attribute)":[[26,"mindroot.coreplugins.mcp_.mcp_manager.MCPServer.status",false]],"status (mindroot.coreplugins.subscriptions.models.usersubscription attribute)":[[29,"mindroot.coreplugins.subscriptions.models.UserSubscription.status",false]],"stop_server() (in module mindroot.coreplugins.admin.server_router)":[[13,"mindroot.coreplugins.admin.server_router.stop_server",false]],"store_asset() (mindroot.coreplugins.admin.asset_manager.assetmanager method)":[[13,"mindroot.coreplugins.admin.asset_manager.AssetManager.store_asset",false]],"store_content() (mindroot.coreplugins.admin.asset_manager.assetmanager method)":[[13,"mindroot.coreplugins.admin.asset_manager.AssetManager.store_content",false]],"store_event() (mindroot.coreplugins.usage.storage.usagestorage method)":[[30,"mindroot.coreplugins.usage.storage.UsageStorage.store_event",false]],"store_feature() (mindroot.coreplugins.subscriptions.storage.subscriptionstorage method)":[[29,"mindroot.coreplugins.subscriptions.storage.SubscriptionStorage.store_feature",false]],"store_plan() (mindroot.coreplugins.subscriptions.storage.subscriptionstorage method)":[[29,"mindroot.coreplugins.subscriptions.storage.SubscriptionStorage.store_plan",false]],"store_subscription() (mindroot.coreplugins.subscriptions.storage.subscriptionstorage method)":[[29,"mindroot.coreplugins.subscriptions.storage.SubscriptionStorage.store_subscription",false]],"store_template() (mindroot.coreplugins.subscriptions.storage.subscriptionstorage method)":[[29,"mindroot.coreplugins.subscriptions.storage.SubscriptionStorage.store_template",false]],"store_transaction() (mindroot.coreplugins.credits.storage.creditstorage method)":[[18,"mindroot.coreplugins.credits.storage.CreditStorage.store_transaction",false]],"stream_command_as_events() (in module mindroot.lib.streamcmd)":[[32,"mindroot.lib.streamcmd.stream_command_as_events",false]],"stream_install_plugin() (in module mindroot.coreplugins.admin.plugin_manager)":[[13,"mindroot.coreplugins.admin.plugin_manager.stream_install_plugin",false]],"stream_install_plugin_get() (in module mindroot.coreplugins.admin.plugin_manager)":[[13,"mindroot.coreplugins.admin.plugin_manager.stream_install_plugin_get",false]],"stream_install_recommended_plugins() (in module mindroot.coreplugins.admin.command_router)":[[13,"mindroot.coreplugins.admin.command_router.stream_install_recommended_plugins",false]],"streaminstallrequest (class in mindroot.coreplugins.admin.plugin_manager)":[[13,"mindroot.coreplugins.admin.plugin_manager.StreamInstallRequest",false]],"stripeintegration (class in mindroot.coreplugins.subscriptions.stripe_integration)":[[29,"mindroot.coreplugins.subscriptions.stripe_integration.StripeIntegration",false]],"styling (mindroot.coreplugins.chat.widget_routes.widgettokencreate attribute)":[[15,"mindroot.coreplugins.chat.widget_routes.WidgetTokenCreate.styling",false]],"styling (mindroot.coreplugins.chat.widget_routes.widgettokenresponse attribute)":[[15,"mindroot.coreplugins.chat.widget_routes.WidgetTokenResponse.styling",false]],"subscribe_to_agent_messages() (in module mindroot.coreplugins.chat.services)":[[15,"mindroot.coreplugins.chat.services.subscribe_to_agent_messages",false]],"subscription_id (mindroot.coreplugins.subscriptions.models.usersubscription attribute)":[[29,"mindroot.coreplugins.subscriptions.models.UserSubscription.subscription_id",false]],"subscription_page() (in module mindroot.coreplugins.subscriptions.router)":[[29,"mindroot.coreplugins.subscriptions.router.subscription_page",false]],"subscriptionmanager (class in mindroot.coreplugins.subscriptions.subscription_manager)":[[29,"mindroot.coreplugins.subscriptions.subscription_manager.SubscriptionManager",false]],"subscriptionplan (class in mindroot.coreplugins.subscriptions.models)":[[29,"mindroot.coreplugins.subscriptions.models.SubscriptionPlan",false]],"subscriptionsplugin (class in mindroot.coreplugins.subscriptions.mod)":[[29,"mindroot.coreplugins.subscriptions.mod.SubscriptionsPlugin",false]],"subscriptionstorage (class in mindroot.coreplugins.subscriptions.storage)":[[29,"mindroot.coreplugins.subscriptions.storage.SubscriptionStorage",false]],"success (mindroot.coreplugins.api_keys.router.apikeylist attribute)":[[14,"mindroot.coreplugins.api_keys.router.APIKeyList.success",false]],"tag (mindroot.coreplugins.admin.agent_router.githubimportrequest attribute)":[[13,"mindroot.coreplugins.admin.agent_router.GitHubImportRequest.tag",false]],"task_result() (in module mindroot.coreplugins.chat.commands)":[[15,"mindroot.coreplugins.chat.commands.task_result",false]],"taskrequest (class in mindroot.coreplugins.chat.router)":[[15,"mindroot.coreplugins.chat.router.TaskRequest",false]],"tell_and_continue() (in module mindroot.coreplugins.chat.commands)":[[15,"mindroot.coreplugins.chat.commands.tell_and_continue",false]],"template_id (mindroot.coreplugins.subscriptions.models.pagetemplate attribute)":[[29,"mindroot.coreplugins.subscriptions.models.PageTemplate.template_id",false]],"test_basic_functionality() (in module mindroot.coreplugins.l8n.test_l8n_standalone)":[[25,"mindroot.coreplugins.l8n.test_l8n_standalone.test_basic_functionality",false]],"test_direct_connection() (in module mindroot.coreplugins.admin.mcp_publish_routes)":[[13,"mindroot.coreplugins.admin.mcp_publish_routes.test_direct_connection",false]],"test_email_service() (in module mindroot.coreplugins.email.test_email_service)":[[19,"mindroot.coreplugins.email.test_email_service.test_email_service",false]],"test_file_integration() (in module mindroot.coreplugins.l8n.test_enhanced)":[[25,"mindroot.coreplugins.l8n.test_enhanced.test_file_integration",false]],"test_integrated_translation() (in module mindroot.coreplugins.l8n.test_enhanced)":[[25,"mindroot.coreplugins.l8n.test_enhanced.test_integrated_translation",false]],"test_integration_with_templates() (in module mindroot.coreplugins.l8n.test_middleware)":[[25,"mindroot.coreplugins.l8n.test_middleware.test_integration_with_templates",false]],"test_language_detection() (in module mindroot.coreplugins.l8n.test_enhanced)":[[25,"mindroot.coreplugins.l8n.test_enhanced.test_language_detection",false]],"test_language_detection() (in module mindroot.coreplugins.l8n.test_middleware)":[[25,"mindroot.coreplugins.l8n.test_middleware.test_language_detection",false]],"test_local_mcp_server() (in module mindroot.coreplugins.admin.mcp_publish_routes)":[[13,"mindroot.coreplugins.admin.mcp_publish_routes.test_local_mcp_server",false]],"test_local_server_capabilities() (mindroot.coreplugins.mcp_.mcp_manager.mcpmanager method)":[[26,"mindroot.coreplugins.mcp_.mcp_manager.MCPManager.test_local_server_capabilities",false]],"test_middleware_functionality() (in module mindroot.coreplugins.l8n.test_middleware)":[[25,"mindroot.coreplugins.l8n.test_middleware.test_middleware_functionality",false]],"test_registry_connection() (in module mindroot.coreplugins.admin.registry_settings_routes)":[[13,"mindroot.coreplugins.admin.registry_settings_routes.test_registry_connection",false]],"test_remote_mcp_server() (in module mindroot.coreplugins.admin.mcp_publish_routes)":[[13,"mindroot.coreplugins.admin.mcp_publish_routes.test_remote_mcp_server",false]],"text (mindroot.coreplugins.chat.models.textmessagepart attribute)":[[15,"mindroot.coreplugins.chat.models.TextMessagePart.text",false]],"textmessagepart (class in mindroot.coreplugins.chat.models)":[[15,"mindroot.coreplugins.chat.models.TextMessagePart",false]],"timestamp (mindroot.coreplugins.credits.models.credittransaction attribute)":[[18,"mindroot.coreplugins.credits.models.CreditTransaction.timestamp",false]],"timestamp (mindroot.coreplugins.usage.models.usageevent attribute)":[[30,"mindroot.coreplugins.usage.models.UsageEvent.timestamp",false]],"to_dict() (mindroot.coreplugins.credits.models.credittransaction method)":[[18,"mindroot.coreplugins.credits.models.CreditTransaction.to_dict",false]],"to_dict() (mindroot.coreplugins.subscriptions.models.pagetemplate method)":[[29,"mindroot.coreplugins.subscriptions.models.PageTemplate.to_dict",false]],"to_dict() (mindroot.coreplugins.subscriptions.models.planfeature method)":[[29,"mindroot.coreplugins.subscriptions.models.PlanFeature.to_dict",false]],"to_dict() (mindroot.coreplugins.subscriptions.models.subscriptionplan method)":[[29,"mindroot.coreplugins.subscriptions.models.SubscriptionPlan.to_dict",false]],"to_dict() (mindroot.coreplugins.subscriptions.models.usersubscription method)":[[29,"mindroot.coreplugins.subscriptions.models.UserSubscription.to_dict",false]],"to_dict() (mindroot.coreplugins.usage.models.usageevent method)":[[30,"mindroot.coreplugins.usage.models.UsageEvent.to_dict",false]],"toggle_plugin() (in module mindroot.coreplugins.admin.plugin_manager)":[[13,"mindroot.coreplugins.admin.plugin_manager.toggle_plugin",false]],"toggle_plugin_state() (in module mindroot.lib.plugins)":[[32,"mindroot.lib.plugins.toggle_plugin_state",false],[35,"mindroot.lib.plugins.toggle_plugin_state",false]],"toggle_plugin_state() (in module mindroot.lib.plugins.manifest)":[[35,"mindroot.lib.plugins.manifest.toggle_plugin_state",false]],"togglepluginrequest (class in mindroot.coreplugins.admin.plugin_manager)":[[13,"mindroot.coreplugins.admin.plugin_manager.TogglePluginRequest",false]],"token (mindroot.coreplugins.chat.widget_routes.widgettokenresponse attribute)":[[15,"mindroot.coreplugins.chat.widget_routes.WidgetTokenResponse.token",false]],"token (mindroot.coreplugins.user_service.models.passwordresettoken attribute)":[[31,"mindroot.coreplugins.user_service.models.PasswordResetToken.token",false]],"token_data (mindroot.coreplugins.user_service.models.userinrequest attribute)":[[31,"mindroot.coreplugins.user_service.models.UserInRequest.token_data",false]],"token_expires_at (mindroot.coreplugins.mcp_.mcp_manager.mcpserver attribute)":[[26,"mindroot.coreplugins.mcp_.mcp_manager.MCPServer.token_expires_at",false]],"tools (mindroot.coreplugins.admin.mcp_publish_routes.mcpserverpublishrequest attribute)":[[13,"mindroot.coreplugins.admin.mcp_publish_routes.McpServerPublishRequest.tools",false]],"track_usage() (in module mindroot.coreplugins.usage.mod)":[[30,"mindroot.coreplugins.usage.mod.track_usage",false]],"track_usage() (mindroot.coreplugins.usage.handlers.usagetracker method)":[[30,"mindroot.coreplugins.usage.handlers.UsageTracker.track_usage",false]],"transaction_id (mindroot.coreplugins.credits.models.credittransaction attribute)":[[18,"mindroot.coreplugins.credits.models.CreditTransaction.transaction_id",false]],"translatedstaticfiles (class in mindroot.lib.plugins.l8n_static_handler)":[[35,"mindroot.lib.plugins.l8n_static_handler.TranslatedStaticFiles",false]],"transport (mindroot.coreplugins.admin.mcp_routes.mcpserveraddrequest attribute)":[[13,"mindroot.coreplugins.admin.mcp_routes.McpServerAddRequest.transport",false]],"transport (mindroot.coreplugins.mcp_.mcp_manager.mcpserver attribute)":[[26,"mindroot.coreplugins.mcp_.mcp_manager.MCPServer.transport",false]],"transport_type (mindroot.coreplugins.admin.mcp_routes.mcpserveraddrequest attribute)":[[13,"mindroot.coreplugins.admin.mcp_routes.McpServerAddRequest.transport_type",false]],"transport_type (mindroot.coreplugins.mcp_.mcp_manager.mcpserver attribute)":[[26,"mindroot.coreplugins.mcp_.mcp_manager.MCPServer.transport_type",false]],"transport_url (mindroot.coreplugins.admin.mcp_routes.mcpserveraddrequest attribute)":[[13,"mindroot.coreplugins.admin.mcp_routes.McpServerAddRequest.transport_url",false]],"transport_url (mindroot.coreplugins.mcp_.mcp_manager.mcpserver attribute)":[[26,"mindroot.coreplugins.mcp_.mcp_manager.MCPServer.transport_url",false]],"trusted (mindroot.coreplugins.index.models.indexmetadata attribute)":[[22,"mindroot.coreplugins.index.models.IndexMetadata.trusted",false]],"type (mindroot.coreplugins.chat.models.imagemessagepart attribute)":[[15,"mindroot.coreplugins.chat.models.ImageMessagePart.type",false]],"type (mindroot.coreplugins.chat.models.textmessagepart attribute)":[[15,"mindroot.coreplugins.chat.models.TextMessagePart.type",false]],"type (mindroot.coreplugins.credits.models.credittransaction attribute)":[[18,"mindroot.coreplugins.credits.models.CreditTransaction.type",false]],"type (mindroot.coreplugins.subscriptions.models.planfeature attribute)":[[29,"mindroot.coreplugins.subscriptions.models.PlanFeature.type",false]],"unit (mindroot.coreplugins.usage.models.costtypeinfo attribute)":[[30,"mindroot.coreplugins.usage.models.CostTypeInfo.unit",false]],"unregister_server_tools() (mindroot.coreplugins.mcp_.dynamic_commands.mcpdynamiccommands method)":[[26,"mindroot.coreplugins.mcp_.dynamic_commands.MCPDynamicCommands.unregister_server_tools",false]],"update_agent() (in module mindroot.coreplugins.admin.agent_router)":[[13,"mindroot.coreplugins.admin.agent_router.update_agent",false]],"update_costs() (in module mindroot.coreplugins.usage.router)":[[30,"mindroot.coreplugins.usage.router.update_costs",false]],"update_env_var() (in module mindroot.coreplugins.env_manager.mod)":[[20,"mindroot.coreplugins.env_manager.mod.update_env_var",false]],"update_environment_var() (in module mindroot.coreplugins.env_manager.router)":[[20,"mindroot.coreplugins.env_manager.router.update_environment_var",false]],"update_feature() (mindroot.coreplugins.subscriptions.storage.subscriptionstorage method)":[[29,"mindroot.coreplugins.subscriptions.storage.SubscriptionStorage.update_feature",false]],"update_index() (in module mindroot.coreplugins.index.handlers)":[[23,"mindroot.coreplugins.index.handlers.update_index",false]],"update_index() (in module mindroot.coreplugins.index.handlers.index_ops)":[[23,"mindroot.coreplugins.index.handlers.index_ops.update_index",false]],"update_index_route() (in module mindroot.coreplugins.index.router)":[[22,"mindroot.coreplugins.index.router.update_index_route",false]],"update_mindroot() (in module mindroot.coreplugins.admin.router)":[[13,"mindroot.coreplugins.admin.router.update_mindroot",false]],"update_model() (mindroot.registry.data_access.dataaccess method)":[[38,"mindroot.registry.data_access.DataAccess.update_model",false]],"update_page_template() (in module mindroot.coreplugins.subscriptions.mod)":[[29,"mindroot.coreplugins.subscriptions.mod.update_page_template",false]],"update_persona() (in module mindroot.coreplugins.admin.persona_router)":[[13,"mindroot.coreplugins.admin.persona_router.update_persona",false]],"update_plan() (mindroot.coreplugins.subscriptions.storage.subscriptionstorage method)":[[29,"mindroot.coreplugins.subscriptions.storage.SubscriptionStorage.update_plan",false]],"update_plan() (mindroot.coreplugins.subscriptions.subscription_manager.subscriptionmanager method)":[[29,"mindroot.coreplugins.subscriptions.subscription_manager.SubscriptionManager.update_plan",false]],"update_plan_feature() (in module mindroot.coreplugins.subscriptions.mod)":[[29,"mindroot.coreplugins.subscriptions.mod.update_plan_feature",false]],"update_plugin() (mindroot.registry.data_access.dataaccess method)":[[38,"mindroot.registry.data_access.DataAccess.update_plugin",false]],"update_plugin_manifest() (in module mindroot.lib.plugins)":[[32,"mindroot.lib.plugins.update_plugin_manifest",false],[35,"mindroot.lib.plugins.update_plugin_manifest",false]],"update_plugin_manifest() (in module mindroot.lib.plugins.manifest)":[[35,"mindroot.lib.plugins.manifest.update_plugin_manifest",false]],"update_plugins() (in module mindroot.coreplugins.admin.plugin_router)":[[13,"mindroot.coreplugins.admin.plugin_router.update_plugins",false]],"update_plugins() (in module mindroot.coreplugins.admin.plugin_routes)":[[13,"mindroot.coreplugins.admin.plugin_routes.update_plugins",false]],"update_plugins_json() (in module mindroot.lib.plugins_install)":[[32,"mindroot.lib.plugins_install.update_plugins_json",false]],"update_provider() (mindroot.registry.data_access.dataaccess method)":[[38,"mindroot.registry.data_access.DataAccess.update_provider",false]],"update_registry_settings() (in module mindroot.coreplugins.admin.registry_settings_routes)":[[13,"mindroot.coreplugins.admin.registry_settings_routes.update_registry_settings",false]],"update_server_status() (mindroot.coreplugins.mcp_.catalog_manager.mcpcatalogmanager method)":[[26,"mindroot.coreplugins.mcp_.catalog_manager.MCPCatalogManager.update_server_status",false]],"update_setting() (in module mindroot.coreplugins.admin.settings_router)":[[13,"mindroot.coreplugins.admin.settings_router.update_setting",false]],"update_subscription() (mindroot.coreplugins.subscriptions.storage.subscriptionstorage method)":[[29,"mindroot.coreplugins.subscriptions.storage.SubscriptionStorage.update_subscription",false]],"update_subscription_period() (mindroot.coreplugins.subscriptions.subscription_manager.subscriptionmanager method)":[[29,"mindroot.coreplugins.subscriptions.subscription_manager.SubscriptionManager.update_subscription_period",false]],"update_subscription_plan() (in module mindroot.coreplugins.subscriptions.mod)":[[29,"mindroot.coreplugins.subscriptions.mod.update_subscription_plan",false]],"update_subscription_status() (in module mindroot.coreplugins.subscriptions.mod)":[[29,"mindroot.coreplugins.subscriptions.mod.update_subscription_status",false]],"update_subscription_status() (mindroot.coreplugins.subscriptions.subscription_manager.subscriptionmanager method)":[[29,"mindroot.coreplugins.subscriptions.subscription_manager.SubscriptionManager.update_subscription_status",false]],"updated_at (mindroot.coreplugins.subscriptions.models.usersubscription attribute)":[[29,"mindroot.coreplugins.subscriptions.models.UserSubscription.updated_at",false]],"upload_file() (in module mindroot.coreplugins.chat.router)":[[15,"mindroot.coreplugins.chat.router.upload_file",false]],"url (mindroot.coreplugins.admin.mcp_publish_routes.mcpserverpublishrequest attribute)":[[13,"mindroot.coreplugins.admin.mcp_publish_routes.McpServerPublishRequest.url",false]],"url (mindroot.coreplugins.admin.mcp_publish_routes.mcptestremoterequest attribute)":[[13,"mindroot.coreplugins.admin.mcp_publish_routes.McpTestRemoteRequest.url",false]],"url (mindroot.coreplugins.admin.mcp_routes.mcpserveraddrequest attribute)":[[13,"mindroot.coreplugins.admin.mcp_routes.McpServerAddRequest.url",false]],"url (mindroot.coreplugins.admin.plugin_manager.githubpluginrequest attribute)":[[13,"mindroot.coreplugins.admin.plugin_manager.GitHubPluginRequest.url",false]],"url (mindroot.coreplugins.index.models.indexmetadata attribute)":[[22,"mindroot.coreplugins.index.models.IndexMetadata.url",false]],"url (mindroot.coreplugins.mcp_.mcp_manager.mcpserver attribute)":[[26,"mindroot.coreplugins.mcp_.mcp_manager.MCPServer.url",false]],"usage_admin() (in module mindroot.coreplugins.usage.router)":[[30,"mindroot.coreplugins.usage.router.usage_admin",false]],"usageevent (class in mindroot.coreplugins.usage.models)":[[30,"mindroot.coreplugins.usage.models.UsageEvent",false]],"usagereport (class in mindroot.coreplugins.usage.reporting)":[[30,"mindroot.coreplugins.usage.reporting.UsageReport",false]],"usagestorage (class in mindroot.coreplugins.usage.storage)":[[30,"mindroot.coreplugins.usage.storage.UsageStorage",false]],"usagetracker (class in mindroot.coreplugins.usage.handlers)":[[30,"mindroot.coreplugins.usage.handlers.UsageTracker",false]],"userauth (class in mindroot.coreplugins.user_service.models)":[[31,"mindroot.coreplugins.user_service.models.UserAuth",false]],"userbase (class in mindroot.coreplugins.user_service.models)":[[31,"mindroot.coreplugins.user_service.models.UserBase",false]],"usercreate (class in mindroot.coreplugins.user_service.models)":[[31,"mindroot.coreplugins.user_service.models.UserCreate",false]],"userinrequest (class in mindroot.coreplugins.user_service.models)":[[31,"mindroot.coreplugins.user_service.models.UserInRequest",false]],"username (mindroot.coreplugins.api_keys.router.apikeycreate attribute)":[[14,"mindroot.coreplugins.api_keys.router.APIKeyCreate.username",false]],"username (mindroot.coreplugins.api_keys.router.apikeyresponse attribute)":[[14,"mindroot.coreplugins.api_keys.router.APIKeyResponse.username",false]],"username (mindroot.coreplugins.credits.models.credittransaction attribute)":[[18,"mindroot.coreplugins.credits.models.CreditTransaction.username",false]],"username (mindroot.coreplugins.jwt_auth.router.loginrequest attribute)":[[24,"mindroot.coreplugins.jwt_auth.router.LoginRequest.username",false]],"username (mindroot.coreplugins.subscriptions.models.usersubscription attribute)":[[29,"mindroot.coreplugins.subscriptions.models.UserSubscription.username",false]],"username (mindroot.coreplugins.usage.models.usageevent attribute)":[[30,"mindroot.coreplugins.usage.models.UsageEvent.username",false]],"username (mindroot.coreplugins.user_service.models.userbase attribute)":[[31,"mindroot.coreplugins.user_service.models.UserBase.username",false]],"username (mindroot.coreplugins.user_service.models.usercreate attribute)":[[31,"mindroot.coreplugins.user_service.models.UserCreate.username",false]],"usersubscription (class in mindroot.coreplugins.subscriptions.models)":[[29,"mindroot.coreplugins.subscriptions.models.UserSubscription",false]],"validate_agent_structure() (in module mindroot.coreplugins.admin.agent_importer)":[[13,"mindroot.coreplugins.admin.agent_importer.validate_agent_structure",false]],"validate_key() (mindroot.coreplugins.api_keys.api_key_manager.apikeymanager method)":[[14,"mindroot.coreplugins.api_keys.api_key_manager.APIKeyManager.validate_key",false]],"validate_token() (mindroot.coreplugins.chat.widget_manager.widgetmanager method)":[[15,"mindroot.coreplugins.chat.widget_manager.WidgetManager.validate_token",false]],"verification_expires (mindroot.coreplugins.user_service.models.userauth attribute)":[[31,"mindroot.coreplugins.user_service.models.UserAuth.verification_expires",false]],"verification_token (mindroot.coreplugins.user_service.models.userauth attribute)":[[31,"mindroot.coreplugins.user_service.models.UserAuth.verification_token",false]],"verify_api_key() (in module mindroot.lib.auth.api_key)":[[33,"mindroot.lib.auth.api_key.verify_api_key",false]],"verify_email() (in module mindroot.coreplugins.user_service.mod)":[[31,"mindroot.coreplugins.user_service.mod.verify_email",false]],"verify_user() (in module mindroot.coreplugins.user_service.mod)":[[31,"mindroot.coreplugins.user_service.mod.verify_user",false]],"version (mindroot.coreplugins.index.models.agententry attribute)":[[22,"mindroot.coreplugins.index.models.AgentEntry.version",false]],"version (mindroot.coreplugins.index.models.indexmetadata attribute)":[[22,"mindroot.coreplugins.index.models.IndexMetadata.version",false]],"version (mindroot.coreplugins.index.models.pluginentry attribute)":[[22,"mindroot.coreplugins.index.models.PluginEntry.version",false]],"version (mindroot.coreplugins.index.models.pluginmanifest attribute)":[[22,"mindroot.coreplugins.index.models.PluginManifest.version",false]],"video_of_me() (in module mindroot.coreplugins.persona.mod)":[[27,"mindroot.coreplugins.persona.mod.video_of_me",false]],"wait_for_user_reply() (in module mindroot.coreplugins.chat.commands)":[[15,"mindroot.coreplugins.chat.commands.wait_for_user_reply",false]],"webhookhandler (class in mindroot.coreplugins.subscriptions.webhook_handler)":[[29,"mindroot.coreplugins.subscriptions.webhook_handler.WebhookHandler",false]],"widgetmanager (class in mindroot.coreplugins.chat.widget_manager)":[[15,"mindroot.coreplugins.chat.widget_manager.WidgetManager",false]],"widgettokencreate (class in mindroot.coreplugins.chat.widget_routes)":[[15,"mindroot.coreplugins.chat.widget_routes.WidgetTokenCreate",false]],"widgettokenresponse (class in mindroot.coreplugins.chat.widget_routes)":[[15,"mindroot.coreplugins.chat.widget_routes.WidgetTokenResponse",false]],"write_equivalent_flags() (mindroot.registry.data_access.dataaccess method)":[[38,"mindroot.registry.data_access.DataAccess.write_equivalent_flags",false]],"write_json() (mindroot.registry.data_access.dataaccess method)":[[38,"mindroot.registry.data_access.DataAccess.write_json",false]],"write_localized_file() (in module mindroot.coreplugins.l8n.mod)":[[25,"mindroot.coreplugins.l8n.mod.write_localized_file",false]],"write_localized_file() (in module mindroot.coreplugins.l8n.test_l8n_standalone)":[[25,"mindroot.coreplugins.l8n.test_l8n_standalone.write_localized_file",false]],"write_models() (mindroot.registry.data_access.dataaccess method)":[[38,"mindroot.registry.data_access.DataAccess.write_models",false]],"write_plugins() (mindroot.registry.data_access.dataaccess method)":[[38,"mindroot.registry.data_access.DataAccess.write_plugins",false]],"write_preferred_models() (mindroot.registry.data_access.dataaccess method)":[[38,"mindroot.registry.data_access.DataAccess.write_preferred_models",false]],"write_providers() (mindroot.registry.data_access.dataaccess method)":[[38,"mindroot.registry.data_access.DataAccess.write_providers",false]],"write_settings() (in module mindroot.coreplugins.admin.settings_router)":[[13,"mindroot.coreplugins.admin.settings_router.write_settings",false]]},"objects":{"":[[11,0,0,"-","mindroot"]],"mindroot":[[12,0,0,"-","coreplugins"],[32,0,0,"-","lib"],[11,0,0,"-","migrate"],[38,0,0,"-","registry"],[11,0,0,"-","server"],[11,0,0,"-","server_missing_normal_args"],[11,0,0,"-","server_prev"]],"mindroot.coreplugins":[[13,0,0,"-","admin"],[14,0,0,"-","api_keys"],[15,0,0,"-","chat"],[16,0,0,"-","chat_avatar"],[17,0,0,"-","check_list"],[18,0,0,"-","credits"],[19,0,0,"-","email"],[20,0,0,"-","env_manager"],[21,0,0,"-","events"],[22,0,0,"-","index"],[24,0,0,"-","jwt_auth"],[25,0,0,"-","l8n"],[26,0,0,"-","mcp_"],[27,0,0,"-","persona"],[28,0,0,"-","startup"],[29,0,0,"-","subscriptions"],[30,0,0,"-","usage"],[31,0,0,"-","user_service"]],"mindroot.coreplugins.admin":[[13,0,0,"-","agent_importer"],[13,0,0,"-","agent_router"],[13,0,0,"-","asset_manager"],[13,0,0,"-","command_router"],[13,0,0,"-","mcp_catalog_routes"],[13,0,0,"-","mcp_publish_routes"],[13,0,0,"-","mcp_registry_routes"],[13,0,0,"-","mcp_routes"],[13,0,0,"-","mod"],[13,0,0,"-","oauth_callback_router"],[13,0,0,"-","persona_handler"],[13,0,0,"-","persona_router"],[13,0,0,"-","plugin_manager"],[13,0,0,"-","plugin_router"],[13,0,0,"-","plugin_router_fixed"],[13,0,0,"-","plugin_routes"],[13,0,0,"-","registry_settings_routes"],[13,0,0,"-","router"],[13,0,0,"-","server_router"],[13,0,0,"-","service_models"],[13,0,0,"-","settings_router"]],"mindroot.coreplugins.admin.agent_importer":[[13,1,1,"","download_github_files"],[13,1,1,"","import_agent"],[13,1,1,"","import_github_agent"],[13,1,1,"","import_persona"],[13,1,1,"","scan_and_import_agents"],[13,1,1,"","scan_for_agents"],[13,1,1,"","validate_agent_structure"]],"mindroot.coreplugins.admin.agent_router":[[13,2,1,"","GitHubImportRequest"],[13,2,1,"","ScanDirectoryRequest"],[13,1,1,"","create_agent"],[13,1,1,"","export_agent_zip"],[13,1,1,"","get_agent_ownership_info"],[13,1,1,"","get_command_providers"],[13,1,1,"","get_full_agent_data"],[13,1,1,"","import_agent_zip"],[13,1,1,"","import_github_agent_endpoint"],[13,1,1,"","list_agents"],[13,1,1,"","load_agent_data"],[13,1,1,"","load_persona_data"],[13,1,1,"","read_agent"],[13,1,1,"","refresh_agent_ownership_cache"],[13,1,1,"","scan_agent_ownership"],[13,1,1,"","scan_and_import_agents_endpoint"],[13,1,1,"","update_agent"]],"mindroot.coreplugins.admin.agent_router.GitHubImportRequest":[[13,3,1,"","model_config"],[13,3,1,"","repo_path"],[13,3,1,"","scope"],[13,3,1,"","tag"]],"mindroot.coreplugins.admin.agent_router.ScanDirectoryRequest":[[13,3,1,"","directory"],[13,3,1,"","model_config"],[13,3,1,"","scope"]],"mindroot.coreplugins.admin.asset_manager":[[13,2,1,"","AssetManager"]],"mindroot.coreplugins.admin.asset_manager.AssetManager":[[13,4,1,"","calculate_content_hash"],[13,4,1,"","calculate_file_hash"],[13,4,1,"","decrement_reference_count"],[13,4,1,"","get_asset_metadata"],[13,4,1,"","get_asset_path"],[13,4,1,"","get_stats"],[13,4,1,"","store_asset"],[13,4,1,"","store_content"]],"mindroot.coreplugins.admin.command_router":[[13,1,1,"","check_recommended_plugins"],[13,1,1,"","command_plugin_mapping"],[13,1,1,"","install_agent_recommended_plugins"],[13,1,1,"","install_queued_plugins"],[13,1,1,"","missing_commands"],[13,1,1,"","queue_plugin_install"],[13,1,1,"","stream_install_recommended_plugins"]],"mindroot.coreplugins.admin.mcp_catalog_routes":[[13,1,1,"","get_catalog_server_info"],[13,1,1,"","get_mcp_catalog"],[13,1,1,"","get_mcp_categories"],[13,1,1,"","install_from_catalog"],[13,1,1,"","refresh_catalog_status"],[13,1,1,"","search_mcp_catalog"]],"mindroot.coreplugins.admin.mcp_publish_routes":[[13,2,1,"","McpCompleteOAuthRequest"],[13,2,1,"","McpServerPublishRequest"],[13,2,1,"","McpTestLocalRequest"],[13,2,1,"","McpTestRemoteRequest"],[13,1,1,"","complete_oauth_flow"],[13,1,1,"","get_oauth_status"],[13,1,1,"","publish_mcp_server"],[13,1,1,"","test_direct_connection"],[13,1,1,"","test_local_mcp_server"],[13,1,1,"","test_remote_mcp_server"]],"mindroot.coreplugins.admin.mcp_publish_routes.McpCompleteOAuthRequest":[[13,3,1,"","code"],[13,3,1,"","model_config"],[13,3,1,"","server_name"],[13,3,1,"","state"]],"mindroot.coreplugins.admin.mcp_publish_routes.McpServerPublishRequest":[[13,3,1,"","args"],[13,3,1,"","command"],[13,3,1,"","description"],[13,3,1,"","env"],[13,3,1,"","model_config"],[13,3,1,"","name"],[13,3,1,"","server_type"],[13,3,1,"","tools"],[13,3,1,"","url"]],"mindroot.coreplugins.admin.mcp_publish_routes.McpTestLocalRequest":[[13,3,1,"","args"],[13,3,1,"","command"],[13,3,1,"","env"],[13,3,1,"","model_config"],[13,3,1,"","name"]],"mindroot.coreplugins.admin.mcp_publish_routes.McpTestRemoteRequest":[[13,3,1,"","model_config"],[13,3,1,"","name"],[13,3,1,"","url"]],"mindroot.coreplugins.admin.mcp_registry_routes":[[13,2,1,"","RegistryBrowseRequest"],[13,2,1,"","RegistryServerInstallRequest"],[13,1,1,"","browse_registry_servers"],[13,1,1,"","complete_registry_oauth"],[13,1,1,"","get_installation_status"],[13,1,1,"","get_registry_categories"],[13,1,1,"","get_registry_server_details"],[13,1,1,"","install_registry_server"],[13,1,1,"","mark_server_installed"]],"mindroot.coreplugins.admin.mcp_registry_routes.RegistryBrowseRequest":[[13,3,1,"","category"],[13,3,1,"","limit"],[13,3,1,"","model_config"],[13,3,1,"","page"],[13,3,1,"","search"]],"mindroot.coreplugins.admin.mcp_registry_routes.RegistryServerInstallRequest":[[13,3,1,"","model_config"],[13,3,1,"","registry_id"],[13,3,1,"","server_name"]],"mindroot.coreplugins.admin.mcp_routes":[[13,2,1,"","McpConnectRequest"],[13,2,1,"","McpLocalTestRequest"],[13,2,1,"","McpOAuthCallbackRequest"],[13,2,1,"","McpServerAddRequest"],[13,2,1,"","McpServerRequest"],[13,1,1,"","add_mcp_server"],[13,1,1,"","connect_mcp_server"],[13,1,1,"","disconnect_mcp_server"],[13,1,1,"","list_mcp_servers"],[13,1,1,"","remove_mcp_server"]],"mindroot.coreplugins.admin.mcp_routes.McpConnectRequest":[[13,3,1,"","model_config"],[13,3,1,"","secrets"],[13,3,1,"","server_name"]],"mindroot.coreplugins.admin.mcp_routes.McpLocalTestRequest":[[13,3,1,"","args"],[13,3,1,"","command"],[13,3,1,"","env"],[13,3,1,"","model_config"],[13,3,1,"","name"],[13,3,1,"","secrets"]],"mindroot.coreplugins.admin.mcp_routes.McpOAuthCallbackRequest":[[13,3,1,"","code"],[13,3,1,"","model_config"],[13,3,1,"","server_name"],[13,3,1,"","state"]],"mindroot.coreplugins.admin.mcp_routes.McpServerAddRequest":[[13,3,1,"","args"],[13,3,1,"","auth_headers"],[13,3,1,"","auth_type"],[13,3,1,"","authorization_server_url"],[13,3,1,"","client_id"],[13,3,1,"","client_secret"],[13,3,1,"","command"],[13,3,1,"","description"],[13,3,1,"","env"],[13,3,1,"","model_config"],[13,3,1,"","name"],[13,3,1,"","provider_url"],[13,3,1,"","redirect_uri"],[13,3,1,"","scopes"],[13,3,1,"","transport"],[13,3,1,"","transport_type"],[13,3,1,"","transport_url"],[13,3,1,"","url"]],"mindroot.coreplugins.admin.mcp_routes.McpServerRequest":[[13,3,1,"","model_config"],[13,3,1,"","server_name"]],"mindroot.coreplugins.admin.mod":[[13,1,1,"","get_git_version_info"]],"mindroot.coreplugins.admin.oauth_callback_router":[[13,1,1,"","mcp_oauth_callback"]],"mindroot.coreplugins.admin.persona_handler":[[13,1,1,"","handle_persona_import"],[13,1,1,"","import_persona_from_index"]],"mindroot.coreplugins.admin.persona_router":[[13,1,1,"","create_persona"],[13,1,1,"","create_registry_persona"],[13,1,1,"","create_registry_persona_with_assets"],[13,1,1,"","list_personas"],[13,1,1,"","read_persona"],[13,1,1,"","read_persona_by_path"],[13,1,1,"","serve_asset"],[13,1,1,"","update_persona"]],"mindroot.coreplugins.admin.plugin_manager":[[13,2,1,"","DirectoryRequest"],[13,2,1,"","GitHubPluginRequest"],[13,2,1,"","InstallFromIndexRequest"],[13,2,1,"","PluginMetadata"],[13,2,1,"","PluginRequest"],[13,2,1,"","StreamInstallRequest"],[13,2,1,"","TogglePluginRequest"],[13,1,1,"","discover_plugins"],[13,1,1,"","get_all_plugins"],[13,1,1,"","install_from_index"],[13,1,1,"","install_github_plugin"],[13,1,1,"","install_local_plugin"],[13,1,1,"","publish_plugin_from_github"],[13,1,1,"","scan_directory"],[13,1,1,"","stream_install_plugin"],[13,1,1,"","stream_install_plugin_get"],[13,1,1,"","toggle_plugin"]],"mindroot.coreplugins.admin.plugin_manager.DirectoryRequest":[[13,3,1,"","directory"],[13,3,1,"","model_config"]],"mindroot.coreplugins.admin.plugin_manager.GitHubPluginRequest":[[13,3,1,"","github_url"],[13,3,1,"","model_config"],[13,3,1,"","plugin"],[13,3,1,"","url"]],"mindroot.coreplugins.admin.plugin_manager.InstallFromIndexRequest":[[13,3,1,"","index_name"],[13,3,1,"","model_config"],[13,3,1,"","plugin"]],"mindroot.coreplugins.admin.plugin_manager.PluginMetadata":[[13,3,1,"","commands"],[13,3,1,"","dependencies"],[13,3,1,"","description"],[13,3,1,"","model_config"],[13,3,1,"","services"]],"mindroot.coreplugins.admin.plugin_manager.PluginRequest":[[13,3,1,"","model_config"],[13,3,1,"","plugin"]],"mindroot.coreplugins.admin.plugin_manager.StreamInstallRequest":[[13,3,1,"","model_config"],[13,3,1,"","plugin"],[13,3,1,"","source"],[13,3,1,"","source_path"]],"mindroot.coreplugins.admin.plugin_manager.TogglePluginRequest":[[13,3,1,"","enabled"],[13,3,1,"","model_config"],[13,3,1,"","plugin"]],"mindroot.coreplugins.admin.plugin_router":[[13,2,1,"","PluginUpdateRequest"],[13,1,1,"","get_plugins"],[13,1,1,"","update_plugins"]],"mindroot.coreplugins.admin.plugin_router.PluginUpdateRequest":[[13,3,1,"","model_config"],[13,3,1,"","plugins"]],"mindroot.coreplugins.admin.plugin_routes":[[13,2,1,"","GithubPublishRequest"],[13,2,1,"","PluginUpdateRequest"],[13,1,1,"","get_plugins"],[13,1,1,"","publish_plugin_from_github"],[13,1,1,"","update_plugins"]],"mindroot.coreplugins.admin.plugin_routes.GithubPublishRequest":[[13,3,1,"","model_config"],[13,3,1,"","registry_url"],[13,3,1,"","repo"]],"mindroot.coreplugins.admin.plugin_routes.PluginUpdateRequest":[[13,3,1,"","model_config"],[13,3,1,"","plugins"]],"mindroot.coreplugins.admin.registry_settings_routes":[[13,1,1,"","clear_registry_token"],[13,1,1,"","get_registry_settings"],[13,1,1,"","test_registry_connection"],[13,1,1,"","update_registry_settings"]],"mindroot.coreplugins.admin.router":[[13,1,1,"","get_admin_html"],[13,1,1,"","get_model_preferences_v2_html"],[13,1,1,"","get_version_info"],[13,1,1,"","update_mindroot"]],"mindroot.coreplugins.admin.server_router":[[13,1,1,"","delayed_exit"],[13,1,1,"","get_start_method"],[13,1,1,"","ping"],[13,1,1,"","restart_server"],[13,1,1,"","spawn_restart"],[13,1,1,"","stop_server"]],"mindroot.coreplugins.admin.service_models":[[13,1,1,"","cached_get_service_models"],[13,1,1,"","get_service_models_from_providers"]],"mindroot.coreplugins.admin.settings_router":[[13,2,1,"","Setting"],[13,1,1,"","delete_setting"],[13,1,1,"","get_commands"],[13,1,1,"","get_equivalent_flags"],[13,1,1,"","get_models"],[13,1,1,"","get_organized_models"],[13,1,1,"","get_providers"],[13,1,1,"","get_service_models"],[13,1,1,"","get_services"],[13,1,1,"","get_settings"],[13,1,1,"","get_settings_v2"],[13,1,1,"","migrate_settings"],[13,1,1,"","read_equivalent_flags"],[13,1,1,"","read_models"],[13,1,1,"","read_providers"],[13,1,1,"","read_settings"],[13,1,1,"","save_settings"],[13,1,1,"","save_settings_v2"],[13,1,1,"","update_setting"],[13,1,1,"","write_settings"]],"mindroot.coreplugins.admin.settings_router.Setting":[[13,3,1,"","flag"],[13,3,1,"","model"],[13,3,1,"","model_config"],[13,3,1,"","service_or_command_name"]],"mindroot.coreplugins.api_keys":[[14,0,0,"-","api_key_manager"],[14,0,0,"-","cli"],[14,0,0,"-","mod"],[14,0,0,"-","router"]],"mindroot.coreplugins.api_keys.api_key_manager":[[14,2,1,"","APIKeyManager"]],"mindroot.coreplugins.api_keys.api_key_manager.APIKeyManager":[[14,4,1,"","create_key"],[14,4,1,"","delete_key"],[14,4,1,"","list_keys"],[14,4,1,"","validate_key"]],"mindroot.coreplugins.api_keys.mod":[[14,1,1,"","startup"]],"mindroot.coreplugins.api_keys.router":[[14,2,1,"","APIKeyCreate"],[14,2,1,"","APIKeyList"],[14,2,1,"","APIKeyResponse"],[14,1,1,"","create_api_key"],[14,1,1,"","delete_api_key"],[14,1,1,"","list_api_keys"]],"mindroot.coreplugins.api_keys.router.APIKeyCreate":[[14,3,1,"","description"],[14,3,1,"","model_config"],[14,3,1,"","username"]],"mindroot.coreplugins.api_keys.router.APIKeyList":[[14,3,1,"","data"],[14,3,1,"","model_config"],[14,3,1,"","success"]],"mindroot.coreplugins.api_keys.router.APIKeyResponse":[[14,3,1,"","created_at"],[14,3,1,"","description"],[14,3,1,"","key"],[14,3,1,"","model_config"],[14,3,1,"","username"]],"mindroot.coreplugins.chat":[[15,0,0,"-","commands"],[15,0,0,"-","format_result_msgs"],[15,0,0,"-","mod"],[15,0,0,"-","models"],[15,0,0,"-","router"],[15,0,0,"-","services"],[15,0,0,"-","utils"],[15,0,0,"-","widget_manager"],[15,0,0,"-","widget_routes"]],"mindroot.coreplugins.chat.commands":[[15,1,1,"","converse_with_agent"],[15,1,1,"","delegate_task"],[15,1,1,"","exit_conversation"],[15,1,1,"","initiate_agent_session"],[15,1,1,"","insert_image"],[15,1,1,"","markdown_await_user"],[15,1,1,"","send_to_parent_chat"],[15,1,1,"","task_result"],[15,1,1,"","tell_and_continue"],[15,1,1,"","wait_for_user_reply"]],"mindroot.coreplugins.chat.mod":[[15,1,1,"","startup"]],"mindroot.coreplugins.chat.models":[[15,2,1,"","ImageMessagePart"],[15,2,1,"","TextMessagePart"]],"mindroot.coreplugins.chat.models.ImageMessagePart":[[15,3,1,"","data"],[15,3,1,"","model_config"],[15,3,1,"","type"]],"mindroot.coreplugins.chat.models.TextMessagePart":[[15,3,1,"","model_config"],[15,3,1,"","text"],[15,3,1,"","type"]],"mindroot.coreplugins.chat.router":[[15,2,1,"","TaskRequest"],[15,1,1,"","cancel_chat"],[15,1,1,"","chat_events"],[15,1,1,"","chat_history"],[15,1,1,"","chat_session"],[15,1,1,"","context1"],[15,1,1,"","delete_chat_session"],[15,1,1,"","get_chat_html"],[15,1,1,"","get_persona_avatar"],[15,1,1,"","get_persona_faceref"],[15,1,1,"","get_token_count"],[15,1,1,"","get_token_count_alt"],[15,1,1,"","make_session"],[15,1,1,"","run_task_route"],[15,1,1,"","send_message"],[15,1,1,"","upload_file"]],"mindroot.coreplugins.chat.router.TaskRequest":[[15,3,1,"","instructions"],[15,3,1,"","model_config"]],"mindroot.coreplugins.chat.services":[[15,1,1,"","add_current_time"],[15,1,1,"","agent_output"],[15,1,1,"","append_message"],[15,1,1,"","close_chat_session"],[15,1,1,"","command_result"],[15,1,1,"","finished_chat"],[15,1,1,"","get_chat_history"],[15,1,1,"","init_chat_session"],[15,1,1,"","partial_command"],[15,1,1,"","process_result"],[15,1,1,"","prompt"],[15,1,1,"","quit"],[15,1,1,"","results_output"],[15,1,1,"","results_text"],[15,1,1,"","results_text_output"],[15,1,1,"","run_task"],[15,1,1,"","running_command"],[15,1,1,"","send_message_to_agent"],[15,1,1,"","subscribe_to_agent_messages"]],"mindroot.coreplugins.chat.widget_manager":[[15,2,1,"","WidgetManager"]],"mindroot.coreplugins.chat.widget_manager.WidgetManager":[[15,4,1,"","create_widget_token"],[15,4,1,"","delete_widget_token"],[15,4,1,"","get_widget_config"],[15,4,1,"","list_widget_tokens"],[15,4,1,"","validate_token"]],"mindroot.coreplugins.chat.widget_routes":[[15,2,1,"","WidgetTokenCreate"],[15,2,1,"","WidgetTokenResponse"],[15,1,1,"","create_widget_session"],[15,1,1,"","create_widget_token"],[15,1,1,"","delete_widget_token"],[15,1,1,"","get_embed_script"],[15,1,1,"","list_widget_tokens"]],"mindroot.coreplugins.chat.widget_routes.WidgetTokenCreate":[[15,3,1,"","agent_name"],[15,3,1,"","api_key"],[15,3,1,"","base_url"],[15,3,1,"","description"],[15,3,1,"","model_config"],[15,3,1,"","styling"]],"mindroot.coreplugins.chat.widget_routes.WidgetTokenResponse":[[15,3,1,"","agent_name"],[15,3,1,"","base_url"],[15,3,1,"","created_at"],[15,3,1,"","created_by"],[15,3,1,"","description"],[15,3,1,"","model_config"],[15,3,1,"","styling"],[15,3,1,"","token"]],"mindroot.coreplugins.check_list":[[17,0,0,"-","mod"]],"mindroot.coreplugins.check_list.mod":[[17,1,1,"","clear_subtask"],[17,1,1,"","complete_subtask"],[17,1,1,"","delegate_subtask"],[17,1,1,"","extract_checklist_section"],[17,1,1,"","get_checklist_status"],[17,1,1,"","get_parsed_subtasks"],[17,1,1,"","goto_subtask"],[17,1,1,"","load_checklist"],[17,1,1,"","load_checklist_from_instructions"]],"mindroot.coreplugins.credits":[[18,0,0,"-","conversion"],[18,0,0,"-","ledger"],[18,0,0,"-","mod"],[18,0,0,"-","models"],[18,0,0,"-","router"],[18,0,0,"-","storage"]],"mindroot.coreplugins.credits.conversion":[[18,2,1,"","CreditPolicy"],[18,2,1,"","CreditUsageHandler"]],"mindroot.coreplugins.credits.conversion.CreditPolicy":[[18,4,1,"","check_operation_allowed"],[18,4,1,"","estimate_credits_needed"],[18,4,1,"","get_user_limits"]],"mindroot.coreplugins.credits.conversion.CreditUsageHandler":[[18,4,1,"","handle_usage"]],"mindroot.coreplugins.credits.ledger":[[18,2,1,"","CreditLedger"],[18,5,1,"","InsufficientCreditsError"]],"mindroot.coreplugins.credits.ledger.CreditLedger":[[18,4,1,"","check_credits_available"],[18,4,1,"","get_balance"],[18,4,1,"","get_balance_at"],[18,4,1,"","get_transactions"],[18,4,1,"","get_usage_summary"],[18,4,1,"","record_allocation"],[18,4,1,"","record_refund"],[18,4,1,"","record_usage"]],"mindroot.coreplugins.credits.mod":[[18,2,1,"","CreditsPlugin"],[18,1,1,"","allocate_credits"],[18,1,1,"","check_credits_available"],[18,1,1,"","estimate_credits"],[18,1,1,"","get_base_path"],[18,1,1,"","get_credit_balance"],[18,1,1,"","get_credit_ratios"],[18,1,1,"","get_credit_report"],[18,1,1,"","handle_usage"],[18,1,1,"","set_credit_ratio"],[18,1,1,"","startup"]],"mindroot.coreplugins.credits.mod.CreditsPlugin":[[18,4,1,"","create_components"]],"mindroot.coreplugins.credits.models":[[18,2,1,"","CreditRatioConfig"],[18,2,1,"","CreditTransaction"]],"mindroot.coreplugins.credits.models.CreditRatioConfig":[[18,4,1,"","get_config"],[18,4,1,"","get_ratio"],[18,4,1,"","set_config"],[18,4,1,"","set_ratio"]],"mindroot.coreplugins.credits.models.CreditTransaction":[[18,3,1,"","amount"],[18,3,1,"","balance"],[18,4,1,"","from_dict"],[18,3,1,"","metadata"],[18,3,1,"","reference_id"],[18,3,1,"","source"],[18,3,1,"","timestamp"],[18,4,1,"","to_dict"],[18,3,1,"","transaction_id"],[18,3,1,"","type"],[18,3,1,"","username"]],"mindroot.coreplugins.credits.router":[[18,1,1,"","api_allocate_credits"],[18,1,1,"","api_credit_report"],[18,1,1,"","api_estimate_credits"],[18,1,1,"","api_update_ratio"],[18,1,1,"","credits_admin"],[18,1,1,"","credits_ratio_admin"]],"mindroot.coreplugins.credits.storage":[[18,2,1,"","CreditStorage"]],"mindroot.coreplugins.credits.storage.CreditStorage":[[18,4,1,"","get_balance_at"],[18,4,1,"","get_latest_balance"],[18,4,1,"","get_transactions"],[18,4,1,"","store_transaction"]],"mindroot.coreplugins.email":[[19,0,0,"-","email_provider"],[19,0,0,"-","imap_handler"],[19,0,0,"-","mod"],[19,0,0,"-","services"],[19,0,0,"-","smtp_handler"],[19,0,0,"-","test_email_service"]],"mindroot.coreplugins.email.email_provider":[[19,2,1,"","EmailProvider"]],"mindroot.coreplugins.email.email_provider.EmailProvider":[[19,4,1,"","check_emails"],[19,4,1,"","mark_as_processed"],[19,4,1,"","send_email"]],"mindroot.coreplugins.email.imap_handler":[[19,2,1,"","IMAPHandler"]],"mindroot.coreplugins.email.imap_handler.IMAPHandler":[[19,4,1,"","build_search_criteria"],[19,4,1,"","check_emails"],[19,4,1,"","connect"],[19,4,1,"","decode_text"],[19,4,1,"","get_email_body"],[19,4,1,"","mark_as_processed"]],"mindroot.coreplugins.email.mod":[[19,1,1,"","check_emails"],[19,1,1,"","init_email_provider"],[19,1,1,"","send_email"]],"mindroot.coreplugins.email.services":[[19,1,1,"","check_emails"],[19,1,1,"","get_provider"],[19,1,1,"","init_provider"],[19,1,1,"","mark_as_processed"],[19,1,1,"","send_email_helper"]],"mindroot.coreplugins.email.smtp_handler":[[19,2,1,"","SMTPHandler"]],"mindroot.coreplugins.email.smtp_handler.SMTPHandler":[[19,4,1,"","connect"],[19,4,1,"","send_email"]],"mindroot.coreplugins.email.test_email_service":[[19,1,1,"","test_email_service"]],"mindroot.coreplugins.env_manager":[[20,0,0,"-","mod"],[20,0,0,"-","router"]],"mindroot.coreplugins.env_manager.mod":[[20,1,1,"","load_env_file"],[20,1,1,"","save_env_file"],[20,1,1,"","scan_directory_for_env_vars"],[20,1,1,"","scan_env_vars"],[20,1,1,"","should_skip_directory"],[20,1,1,"","update_env_var"]],"mindroot.coreplugins.env_manager.router":[[20,1,1,"","get_env_vars"],[20,1,1,"","update_environment_var"]],"mindroot.coreplugins.events":[[21,0,0,"-","mod"],[21,0,0,"-","router"]],"mindroot.coreplugins.events.router":[[21,1,1,"","create_sse_client"],[21,1,1,"","multiplexed_events"]],"mindroot.coreplugins.index":[[23,0,0,"-","handlers"],[22,0,0,"-","mod"],[22,0,0,"-","models"],[22,0,0,"-","router"],[22,0,0,"-","utils"]],"mindroot.coreplugins.index.handlers":[[23,1,1,"","add_agent"],[23,1,1,"","add_plugin"],[23,0,0,"-","agent_ops"],[23,1,1,"","create_index"],[23,0,0,"-","index_ops"],[23,1,1,"","install_index_from_zip"],[23,1,1,"","list_indices"],[23,0,0,"-","plugin_ops"],[23,0,0,"-","publish"],[23,1,1,"","publish_index"],[23,1,1,"","remove_agent"],[23,1,1,"","remove_plugin"],[23,1,1,"","update_index"]],"mindroot.coreplugins.index.handlers.agent_ops":[[23,1,1,"","add_agent"],[23,1,1,"","remove_agent"]],"mindroot.coreplugins.index.handlers.index_ops":[[23,1,1,"","create_index"],[23,1,1,"","list_indices"],[23,1,1,"","update_index"]],"mindroot.coreplugins.index.handlers.plugin_ops":[[23,1,1,"","add_plugin"],[23,1,1,"","create_distributable_entry"],[23,1,1,"","get_installed_plugin_metadata"],[23,1,1,"","remove_plugin"]],"mindroot.coreplugins.index.handlers.publish":[[23,1,1,"","install_index_from_zip"],[23,1,1,"","publish_index"]],"mindroot.coreplugins.index.mod":[[22,1,1,"","startup"]],"mindroot.coreplugins.index.models":[[22,2,1,"","AgentEntry"],[22,2,1,"","IndexMetadata"],[22,2,1,"","PluginEntry"],[22,2,1,"","PluginManifest"]],"mindroot.coreplugins.index.models.AgentEntry":[[22,3,1,"","description"],[22,3,1,"","model_config"],[22,3,1,"","name"],[22,3,1,"","required_commands"],[22,3,1,"","required_services"],[22,3,1,"","version"]],"mindroot.coreplugins.index.models.IndexMetadata":[[22,3,1,"","description"],[22,3,1,"","model_config"],[22,3,1,"","name"],[22,3,1,"","trusted"],[22,3,1,"","url"],[22,3,1,"","version"]],"mindroot.coreplugins.index.models.PluginEntry":[[22,3,1,"","commands"],[22,3,1,"","dependencies"],[22,3,1,"","description"],[22,3,1,"","github_url"],[22,3,1,"","model_config"],[22,3,1,"","name"],[22,3,1,"","remote_source"],[22,3,1,"","services"],[22,3,1,"","source"],[22,3,1,"","source_path"],[22,3,1,"","version"]],"mindroot.coreplugins.index.models.PluginManifest":[[22,3,1,"","commands"],[22,3,1,"","dependencies"],[22,3,1,"","description"],[22,3,1,"","model_config"],[22,3,1,"","name"],[22,3,1,"","services"],[22,3,1,"","version"]],"mindroot.coreplugins.index.router":[[22,1,1,"","add_agent_route"],[22,1,1,"","add_plugin_route"],[22,1,1,"","create_index_route"],[22,1,1,"","install_index_route"],[22,1,1,"","list_indices_route"],[22,1,1,"","publish_index_route"],[22,1,1,"","remove_agent_route"],[22,1,1,"","remove_plugin_route"],[22,1,1,"","update_index_route"]],"mindroot.coreplugins.index.utils":[[22,1,1,"","ensure_index_structure"],[22,1,1,"","install_persona"],[22,1,1,"","load_agent_data"],[22,1,1,"","load_persona_data"]],"mindroot.coreplugins.jwt_auth":[[24,0,0,"-","middleware"],[24,0,0,"-","mod"],[24,0,0,"-","router"]],"mindroot.coreplugins.jwt_auth.middleware":[[24,1,1,"","create_access_token"],[24,1,1,"","decode_token"],[24,1,1,"","get_or_create_jwt_secret"],[24,1,1,"","is_public_route"],[24,1,1,"","middleware"],[24,1,1,"","path_matches_pattern"]],"mindroot.coreplugins.jwt_auth.mod":[[24,1,1,"","startup"]],"mindroot.coreplugins.jwt_auth.router":[[24,2,1,"","LoginRequest"],[24,1,1,"","protected_route"]],"mindroot.coreplugins.jwt_auth.router.LoginRequest":[[24,3,1,"","model_config"],[24,3,1,"","password"],[24,3,1,"","username"]],"mindroot.coreplugins.l8n":[[25,0,0,"-","debug_loader"],[25,0,0,"-","debug_middleware"],[25,0,0,"-","l8n_constants"],[25,0,0,"-","language_detection"],[25,0,0,"-","middleware"],[25,0,0,"-","mod"],[25,0,0,"-","test_enhanced"],[25,0,0,"-","test_l8n_standalone"],[25,0,0,"-","test_middleware"],[25,0,0,"-","utils"]],"mindroot.coreplugins.l8n.language_detection":[[25,1,1,"","get_current_language_from_request"],[25,1,1,"","get_fallback_language"],[25,1,1,"","get_supported_languages"],[25,1,1,"","is_language_supported"],[25,1,1,"","set_language_for_request"]],"mindroot.coreplugins.l8n.middleware":[[25,1,1,"","detect_language_from_request"],[25,1,1,"","get_request_language"],[25,1,1,"","middleware"]],"mindroot.coreplugins.l8n.mod":[[25,1,1,"","append_localized_file"],[25,1,1,"","get_translations"],[25,1,1,"","list_localized_files"],[25,1,1,"","save_plugin_translations"],[25,1,1,"","set_translations"],[25,1,1,"","write_localized_file"]],"mindroot.coreplugins.l8n.test_enhanced":[[25,1,1,"","main"],[25,1,1,"","test_file_integration"],[25,1,1,"","test_integrated_translation"],[25,1,1,"","test_language_detection"]],"mindroot.coreplugins.l8n.test_l8n_standalone":[[25,1,1,"","append_localized_file"],[25,1,1,"","command"],[25,1,1,"","extract_plugin_root"],[25,1,1,"","get_localized_file_path"],[25,1,1,"","get_translations"],[25,1,1,"","list_localized_files"],[25,1,1,"","replace_placeholders"],[25,1,1,"","set_translations"],[25,1,1,"","test_basic_functionality"],[25,1,1,"","write_localized_file"]],"mindroot.coreplugins.l8n.test_middleware":[[25,2,1,"","MockRequest"],[25,2,1,"","MockResponse"],[25,1,1,"","main"],[25,1,1,"","mock_call_next"],[25,1,1,"","test_integration_with_templates"],[25,1,1,"","test_language_detection"],[25,1,1,"","test_middleware_functionality"]],"mindroot.coreplugins.l8n.test_middleware.MockResponse":[[25,4,1,"","set_cookie"]],"mindroot.coreplugins.l8n.utils":[[25,1,1,"","extract_plugin_root"],[25,1,1,"","extract_translation_keys"],[25,1,1,"","get_localized_file_path"],[25,1,1,"","get_plugin_translations_path"],[25,1,1,"","load_plugin_translations"],[25,1,1,"","replace_placeholders"]],"mindroot.coreplugins.mcp_":[[26,0,0,"-","catalog_commands"],[26,0,0,"-","catalog_manager"],[26,0,0,"-","dynamic_commands"],[26,0,0,"-","mcp_manager"],[26,0,0,"-","mod"],[26,0,0,"-","oauth_storage"],[26,0,0,"-","server_installer"],[26,0,0,"-","testmcpclient"]],"mindroot.coreplugins.mcp_.catalog_commands":[[26,1,1,"","mcp_catalog_add_custom"],[26,1,1,"","mcp_catalog_categories"],[26,1,1,"","mcp_catalog_info"],[26,1,1,"","mcp_catalog_install"],[26,1,1,"","mcp_catalog_install_and_run"],[26,1,1,"","mcp_catalog_list"],[26,1,1,"","mcp_catalog_refresh"],[26,1,1,"","mcp_catalog_search"],[26,1,1,"","mcp_catalog_status"],[26,1,1,"","mcp_catalog_stop"]],"mindroot.coreplugins.mcp_.catalog_manager":[[26,2,1,"","MCPCatalogManager"]],"mindroot.coreplugins.mcp_.catalog_manager.MCPCatalogManager":[[26,4,1,"","add_custom_server"],[26,4,1,"","create_empty_catalog"],[26,4,1,"","detect_running_servers"],[26,4,1,"","ensure_catalog_exists"],[26,4,1,"","get_categories"],[26,4,1,"","get_running_processes"],[26,4,1,"","get_server_info"],[26,4,1,"","get_servers_by_category"],[26,4,1,"","init_catalog_from_default"],[26,4,1,"","load_catalog"],[26,4,1,"","mark_server_installed"],[26,4,1,"","remove_server"],[26,4,1,"","save_catalog"],[26,4,1,"","search_servers"],[26,4,1,"","update_server_status"]],"mindroot.coreplugins.mcp_.dynamic_commands":[[26,2,1,"","MCPDynamicCommands"]],"mindroot.coreplugins.mcp_.dynamic_commands.MCPDynamicCommands":[[26,4,1,"","get_registered_commands"],[26,4,1,"","register_tools"],[26,4,1,"","set_sessions"],[26,4,1,"","unregister_server_tools"]],"mindroot.coreplugins.mcp_.mcp_manager":[[26,2,1,"","MCPManager"],[26,2,1,"","MCPServer"]],"mindroot.coreplugins.mcp_.mcp_manager.MCPManager":[[26,4,1,"","add_server"],[26,4,1,"","call_tool"],[26,4,1,"","complete_oauth_flow"],[26,4,1,"","connect_oauth_server"],[26,4,1,"","connect_remote_server"],[26,4,1,"","connect_server"],[26,4,1,"","disconnect_server"],[26,4,1,"","get_oauth_status"],[26,4,1,"","install_server"],[26,4,1,"","load_config"],[26,4,1,"","mark_server_as_installed"],[26,4,1,"","read_resource"],[26,4,1,"","remove_server"],[26,4,1,"","sanity_test"],[26,4,1,"","save_config"],[26,4,1,"","start_oauth_flow"],[26,4,1,"","test_local_server_capabilities"]],"mindroot.coreplugins.mcp_.mcp_manager.MCPServer":[[26,3,1,"","access_token"],[26,3,1,"","args"],[26,3,1,"","auth_headers"],[26,3,1,"","auth_type"],[26,3,1,"","authorization_server_url"],[26,3,1,"","auto_install"],[26,3,1,"","capabilities"],[26,3,1,"","client_id"],[26,3,1,"","client_secret"],[26,3,1,"","command"],[26,3,1,"","description"],[26,3,1,"","env"],[26,3,1,"","install_method"],[26,3,1,"","install_package"],[26,3,1,"","installed"],[26,3,1,"","model_config"],[26,3,1,"","name"],[26,3,1,"","provider_url"],[26,3,1,"","redirect_uri"],[26,3,1,"","refresh_token"],[26,3,1,"","scopes"],[26,3,1,"","secrets"],[26,3,1,"","status"],[26,3,1,"","token_expires_at"],[26,3,1,"","transport"],[26,3,1,"","transport_type"],[26,3,1,"","transport_url"],[26,3,1,"","url"]],"mindroot.coreplugins.mcp_.mod":[[26,1,1,"","enhanced_mcp_manager_service"],[26,1,1,"","handle_callback"],[26,1,1,"","handle_redirect"],[26,1,1,"","mcp_check_tools"],[26,1,1,"","mcp_connect"],[26,1,1,"","mcp_debug_connection"],[26,1,1,"","mcp_disconnect"],[26,1,1,"","mcp_enhanced_connect"],[26,1,1,"","mcp_enhanced_disconnect"],[26,1,1,"","mcp_install_npx_server"],[26,1,1,"","mcp_install_uvx_server"],[26,1,1,"","mcp_list_dynamic_commands"],[26,1,1,"","mcp_list_servers"],[26,1,1,"","mcp_manager_service"],[26,1,1,"","mcp_refresh_dynamic_commands"]],"mindroot.coreplugins.mcp_.oauth_storage":[[26,2,1,"","MCPTokenStorage"]],"mindroot.coreplugins.mcp_.oauth_storage.MCPTokenStorage":[[26,4,1,"","clear_tokens"],[26,4,1,"","get_client_info"],[26,4,1,"","get_tokens"],[26,4,1,"","set_client_info"],[26,4,1,"","set_tokens"]],"mindroot.coreplugins.mcp_.server_installer":[[26,2,1,"","MCPServerInstaller"]],"mindroot.coreplugins.mcp_.server_installer.MCPServerInstaller":[[26,4,1,"","check_tools"],[26,4,1,"","install_with_npm"],[26,4,1,"","install_with_npx"],[26,4,1,"","install_with_pip"],[26,4,1,"","install_with_uvx"]],"mindroot.coreplugins.mcp_.testmcpclient":[[26,2,1,"","InMemoryTokenStorage"],[26,1,1,"","handle_callback"],[26,1,1,"","handle_redirect"],[26,1,1,"","main"],[26,1,1,"","run"]],"mindroot.coreplugins.mcp_.testmcpclient.InMemoryTokenStorage":[[26,4,1,"","get_client_info"],[26,4,1,"","get_tokens"],[26,4,1,"","set_client_info"],[26,4,1,"","set_tokens"]],"mindroot.coreplugins.persona":[[27,0,0,"-","init_persona"],[27,0,0,"-","mod"]],"mindroot.coreplugins.persona.init_persona":[[27,1,1,"","init_persona"]],"mindroot.coreplugins.persona.mod":[[27,1,1,"","get_persona_data"],[27,1,1,"","pic_of_me"],[27,1,1,"","video_of_me"]],"mindroot.coreplugins.startup":[[28,0,0,"-","mod"]],"mindroot.coreplugins.startup.mod":[[28,1,1,"","on_load"]],"mindroot.coreplugins.subscriptions":[[29,0,0,"-","credit_integration"],[29,0,0,"-","default_templates"],[29,0,0,"-","mod"],[29,0,0,"-","models"],[29,0,0,"-","router"],[29,0,0,"-","storage"],[29,0,0,"-","stripe_integration"],[29,0,0,"-","subscription_manager"],[29,0,0,"-","webhook_handler"]],"mindroot.coreplugins.subscriptions.credit_integration":[[29,2,1,"","CreditIntegration"]],"mindroot.coreplugins.subscriptions.credit_integration.CreditIntegration":[[29,4,1,"","allocate_subscription_credits"],[29,4,1,"","check_credit_balance"]],"mindroot.coreplugins.subscriptions.mod":[[29,2,1,"","SubscriptionsPlugin"],[29,1,1,"","activate_plan_feature"],[29,1,1,"","activate_subscription_plan"],[29,1,1,"","cancel_subscription"],[29,1,1,"","create_page_template"],[29,1,1,"","create_plan_feature"],[29,1,1,"","create_subscription_plan"],[29,1,1,"","deactivate_plan_feature"],[29,1,1,"","deactivate_subscription_plan"],[29,1,1,"","get_available_features"],[29,1,1,"","get_base_path"],[29,1,1,"","get_my_subscriptions"],[29,1,1,"","get_page_templates"],[29,1,1,"","get_subscription_by_provider_id"],[29,1,1,"","get_subscription_plan"],[29,1,1,"","get_subscription_plans"],[29,1,1,"","get_user_subscriptions"],[29,1,1,"","initialize_default_features"],[29,1,1,"","initialize_default_template"],[29,1,1,"","list_subscription_plans"],[29,1,1,"","process_subscription_event"],[29,1,1,"","set_default_template"],[29,1,1,"","startup"],[29,1,1,"","update_page_template"],[29,1,1,"","update_plan_feature"],[29,1,1,"","update_subscription_plan"],[29,1,1,"","update_subscription_status"]],"mindroot.coreplugins.subscriptions.mod.SubscriptionsPlugin":[[29,4,1,"","create_components"]],"mindroot.coreplugins.subscriptions.models":[[29,2,1,"","PageTemplate"],[29,2,1,"","PlanFeature"],[29,2,1,"","SubscriptionPlan"],[29,2,1,"","UserSubscription"]],"mindroot.coreplugins.subscriptions.models.PageTemplate":[[29,3,1,"","css_template"],[29,3,1,"","description"],[29,4,1,"","from_dict"],[29,3,1,"","html_template"],[29,3,1,"","is_default"],[29,3,1,"","js_template"],[29,3,1,"","name"],[29,3,1,"","template_id"],[29,4,1,"","to_dict"]],"mindroot.coreplugins.subscriptions.models.PlanFeature":[[29,3,1,"","active"],[29,3,1,"","default_value"],[29,3,1,"","description"],[29,3,1,"","display_order"],[29,3,1,"","feature_id"],[29,4,1,"","from_dict"],[29,3,1,"","name"],[29,3,1,"","options"],[29,4,1,"","to_dict"],[29,3,1,"","type"]],"mindroot.coreplugins.subscriptions.models.SubscriptionPlan":[[29,3,1,"","active"],[29,3,1,"","credits_per_cycle"],[29,3,1,"","currency"],[29,3,1,"","description"],[29,3,1,"","features"],[29,4,1,"","from_dict"],[29,3,1,"","interval"],[29,3,1,"","metadata"],[29,3,1,"","name"],[29,3,1,"","plan_id"],[29,3,1,"","price"],[29,4,1,"","to_dict"]],"mindroot.coreplugins.subscriptions.models.UserSubscription":[[29,3,1,"","cancel_at_period_end"],[29,3,1,"","created_at"],[29,3,1,"","current_period_end"],[29,3,1,"","current_period_start"],[29,4,1,"","from_dict"],[29,3,1,"","metadata"],[29,3,1,"","payment_provider"],[29,3,1,"","plan_id"],[29,3,1,"","provider_subscription_id"],[29,3,1,"","status"],[29,3,1,"","subscription_id"],[29,4,1,"","to_dict"],[29,3,1,"","updated_at"],[29,3,1,"","username"]],"mindroot.coreplugins.subscriptions.router":[[29,1,1,"","api_activate_feature"],[29,1,1,"","api_activate_plan"],[29,1,1,"","api_cancel_subscription"],[29,1,1,"","api_create_checkout"],[29,1,1,"","api_create_feature"],[29,1,1,"","api_create_plan"],[29,1,1,"","api_create_template"],[29,1,1,"","api_deactivate_feature"],[29,1,1,"","api_deactivate_plan"],[29,1,1,"","api_get_all_plans"],[29,1,1,"","api_get_features"],[29,1,1,"","api_get_my_subscriptions"],[29,1,1,"","api_get_plans"],[29,1,1,"","api_get_templates"],[29,1,1,"","api_set_default_template"],[29,1,1,"","api_update_feature"],[29,1,1,"","api_update_plan"],[29,1,1,"","api_update_template"],[29,1,1,"","subscription_page"]],"mindroot.coreplugins.subscriptions.storage":[[29,2,1,"","SubscriptionStorage"]],"mindroot.coreplugins.subscriptions.storage.SubscriptionStorage":[[29,4,1,"","get_all_features"],[29,4,1,"","get_all_plans"],[29,4,1,"","get_all_templates"],[29,4,1,"","get_default_template"],[29,4,1,"","get_feature"],[29,4,1,"","get_plan"],[29,4,1,"","get_subscription"],[29,4,1,"","get_subscriptions_by_provider_id"],[29,4,1,"","get_template"],[29,4,1,"","get_user_subscriptions"],[29,4,1,"","set_default_template"],[29,4,1,"","store_feature"],[29,4,1,"","store_plan"],[29,4,1,"","store_subscription"],[29,4,1,"","store_template"],[29,4,1,"","update_feature"],[29,4,1,"","update_plan"],[29,4,1,"","update_subscription"]],"mindroot.coreplugins.subscriptions.stripe_integration":[[29,2,1,"","StripeIntegration"]],"mindroot.coreplugins.subscriptions.stripe_integration.StripeIntegration":[[29,4,1,"","cancel_subscription"],[29,4,1,"","create_checkout_session"]],"mindroot.coreplugins.subscriptions.subscription_manager":[[29,2,1,"","SubscriptionManager"]],"mindroot.coreplugins.subscriptions.subscription_manager.SubscriptionManager":[[29,4,1,"","cancel_subscription"],[29,4,1,"","create_plan"],[29,4,1,"","create_subscription"],[29,4,1,"","deactivate_plan"],[29,4,1,"","get_plan"],[29,4,1,"","get_subscriptions_by_provider_id"],[29,4,1,"","get_user_subscriptions"],[29,4,1,"","list_plans"],[29,4,1,"","update_plan"],[29,4,1,"","update_subscription_period"],[29,4,1,"","update_subscription_status"]],"mindroot.coreplugins.subscriptions.webhook_handler":[[29,2,1,"","WebhookHandler"]],"mindroot.coreplugins.subscriptions.webhook_handler.WebhookHandler":[[29,4,1,"","handle_stripe_event"]],"mindroot.coreplugins.usage":[[30,0,0,"-","handlers"],[30,0,0,"-","mod"],[30,0,0,"-","models"],[30,0,0,"-","reporting"],[30,0,0,"-","router"],[30,0,0,"-","storage"]],"mindroot.coreplugins.usage.handlers":[[30,2,1,"","UsageTracker"]],"mindroot.coreplugins.usage.handlers.UsageTracker":[[30,4,1,"","get_cost"],[30,4,1,"","get_total_cost"],[30,4,1,"","get_usage"],[30,4,1,"","track_usage"]],"mindroot.coreplugins.usage.mod":[[30,1,1,"","get_base_path"],[30,1,1,"","get_cost"],[30,1,1,"","get_cost_summary"],[30,1,1,"","get_cost_types"],[30,1,1,"","get_daily_costs"],[30,1,1,"","get_usage_report"],[30,1,1,"","register_cost_type"],[30,1,1,"","set_cost"],[30,1,1,"","track_usage"]],"mindroot.coreplugins.usage.models":[[30,2,1,"","CostTypeInfo"],[30,2,1,"","UsageEvent"]],"mindroot.coreplugins.usage.models.CostTypeInfo":[[30,3,1,"","description"],[30,3,1,"","name"],[30,3,1,"","unit"]],"mindroot.coreplugins.usage.models.UsageEvent":[[30,3,1,"","cost_type_id"],[30,3,1,"","metadata"],[30,3,1,"","model_id"],[30,3,1,"","plugin_id"],[30,3,1,"","quantity"],[30,3,1,"","request_id"],[30,3,1,"","session_id"],[30,3,1,"","timestamp"],[30,4,1,"","to_dict"],[30,3,1,"","username"]],"mindroot.coreplugins.usage.reporting":[[30,2,1,"","UsageReport"]],"mindroot.coreplugins.usage.reporting.UsageReport":[[30,4,1,"","get_cost_summary"],[30,4,1,"","get_daily_costs"],[30,4,1,"","get_user_report"]],"mindroot.coreplugins.usage.router":[[30,1,1,"","get_base_path"],[30,1,1,"","get_user_daily"],[30,1,1,"","get_user_report"],[30,1,1,"","get_user_summary"],[30,1,1,"","update_costs"],[30,1,1,"","usage_admin"]],"mindroot.coreplugins.usage.storage":[[30,2,1,"","UsageStorage"]],"mindroot.coreplugins.usage.storage.UsageStorage":[[30,4,1,"","get_total_cost"],[30,4,1,"","get_usage"],[30,4,1,"","load_cost_types"],[30,4,1,"","load_costs"],[30,4,1,"","save_cost"],[30,4,1,"","save_cost_type"],[30,4,1,"","store_event"]],"mindroot.coreplugins.user_service":[[31,0,0,"-","admin_init"],[31,0,0,"-","email_service"],[31,0,0,"-","mod"],[31,0,0,"-","models"],[31,0,0,"-","password_reset_service"],[31,0,0,"-","role_service"],[31,0,0,"-","router"]],"mindroot.coreplugins.user_service.admin_init":[[31,1,1,"","check_for_admin"],[31,1,1,"","generate_random_credentials"],[31,1,1,"","initialize_admin"],[31,1,1,"","startup"]],"mindroot.coreplugins.user_service.email_service":[[31,1,1,"","send_password_reset_email"],[31,1,1,"","send_verification_email"],[31,1,1,"","setup_verification"]],"mindroot.coreplugins.user_service.mod":[[31,1,1,"","create_user"],[31,1,1,"","get_user_data"],[31,1,1,"","list_users"],[31,1,1,"","verify_email"],[31,1,1,"","verify_user"]],"mindroot.coreplugins.user_service.models":[[31,2,1,"","PasswordResetToken"],[31,2,1,"","UserAuth"],[31,2,1,"","UserBase"],[31,2,1,"","UserCreate"],[31,2,1,"","UserInRequest"]],"mindroot.coreplugins.user_service.models.PasswordResetToken":[[31,3,1,"","expires_at"],[31,3,1,"","is_admin_reset"],[31,3,1,"","model_config"],[31,3,1,"","token"]],"mindroot.coreplugins.user_service.models.UserAuth":[[31,3,1,"","model_config"],[31,3,1,"","password_hash"],[31,3,1,"","verification_expires"],[31,3,1,"","verification_token"]],"mindroot.coreplugins.user_service.models.UserBase":[[31,3,1,"","created_at"],[31,3,1,"","email"],[31,3,1,"","email_verified"],[31,3,1,"","last_login"],[31,3,1,"","model_config"],[31,3,1,"","roles"],[31,3,1,"","username"]],"mindroot.coreplugins.user_service.models.UserCreate":[[31,3,1,"","email"],[31,3,1,"","model_config"],[31,3,1,"","password"],[31,3,1,"","username"]],"mindroot.coreplugins.user_service.models.UserInRequest":[[31,3,1,"","model_config"],[31,3,1,"","token_data"]],"mindroot.coreplugins.user_service.password_reset_service":[[31,1,1,"","initiate_password_reset"],[31,1,1,"","reset_password_with_token"]],"mindroot.coreplugins.user_service.role_service":[[31,1,1,"","add_role"],[31,1,1,"","get_user_roles"],[31,1,1,"","has_role"],[31,1,1,"","remove_role"]],"mindroot.coreplugins.user_service.router":[[31,1,1,"","get_reset_password_form_by_file"],[31,1,1,"","handle_reset_password_by_file"]],"mindroot.lib":[[33,0,0,"-","auth"],[32,0,0,"-","buchatlog"],[32,0,0,"-","buchatlog2"],[32,0,0,"-","butemplates"],[32,0,0,"-","chatcontext"],[32,0,0,"-","chatlog"],[32,0,0,"-","chatlog_optimized"],[32,0,0,"-","json_escape"],[34,0,0,"-","json_str_block"],[32,0,0,"-","parent_templates"],[35,0,0,"-","plugins"],[32,0,0,"-","plugins_install"],[36,0,0,"-","providers"],[32,0,0,"-","route_decorators"],[32,0,0,"-","session_files"],[32,0,0,"-","streamcmd"],[32,0,0,"-","templates"],[32,0,0,"-","token_counter"]],"mindroot.lib.auth":[[33,0,0,"-","api_key"],[33,0,0,"-","auth"]],"mindroot.lib.auth.api_key":[[33,1,1,"","verify_api_key"]],"mindroot.lib.auth.auth":[[33,1,1,"","get_current_user"],[33,1,1,"","require_admin"],[33,1,1,"","require_user"]],"mindroot.lib.buchatlog":[[32,2,1,"","ChatLog"]],"mindroot.lib.buchatlog.ChatLog":[[32,4,1,"","add_message"],[32,4,1,"","delete_log"],[32,4,1,"","get_history"],[32,4,1,"","get_recent"],[32,4,1,"","load_log"],[32,4,1,"","save_log"]],"mindroot.lib.buchatlog2":[[32,2,1,"","ChatLog"],[32,1,1,"","count_tokens_for_log_id"],[32,1,1,"","extract_delegate_task_log_ids"],[32,1,1,"","find_chatlog_file"],[32,1,1,"","get_cache_dir"],[32,1,1,"","get_cache_path"],[32,1,1,"","get_cached_token_counts"],[32,1,1,"","save_token_counts_to_cache"]],"mindroot.lib.buchatlog2.ChatLog":[[32,4,1,"","add_message"],[32,4,1,"","count_tokens"],[32,4,1,"","delete_log"],[32,4,1,"","get_history"],[32,4,1,"","get_recent"],[32,4,1,"","load_log"],[32,4,1,"","save_log"]],"mindroot.lib.butemplates":[[32,1,1,"","collect_content"],[32,1,1,"","find_parent_template"],[32,1,1,"","load_plugin_templates"],[32,1,1,"","render"],[32,1,1,"","render_combined_template"],[32,1,1,"","setup_template_environment"]],"mindroot.lib.chatcontext":[[32,2,1,"","BaseCommandSet"],[32,2,1,"","BaseService"],[32,2,1,"","ChatContext"],[32,1,1,"","get_context"]],"mindroot.lib.chatcontext.ChatContext":[[32,4,1,"","cmds"],[32,4,1,"","delete"],[32,4,1,"","delete_session_by_id"],[32,4,1,"","load_context"],[32,4,1,"","proto"],[32,4,1,"","save_context"],[32,4,1,"","save_context_data"]],"mindroot.lib.chatlog":[[32,2,1,"","ChatLog"],[32,1,1,"","build_token_hierarchy"],[32,1,1,"","count_tokens_for_log_id"],[32,1,1,"","extract_delegate_task_log_ids"],[32,1,1,"","find_chatlog_file"],[32,1,1,"","find_child_logs_by_parent_id"],[32,1,1,"","get_cache_dir"],[32,1,1,"","get_cache_path"],[32,1,1,"","get_cached_token_counts"],[32,1,1,"","save_token_counts_to_cache"]],"mindroot.lib.chatlog.ChatLog":[[32,4,1,"","add_message"],[32,4,1,"","add_message_async"],[32,4,1,"","count_tokens"],[32,4,1,"","get_history"],[32,4,1,"","get_recent"],[32,4,1,"","load_log"],[32,4,1,"","save_log"]],"mindroot.lib.chatlog_optimized":[[32,2,1,"","ChatLog"],[32,1,1,"","count_tokens_for_log_id"],[32,1,1,"","count_tokens_for_log_id_optimized"],[32,1,1,"","extract_delegate_task_log_ids"],[32,1,1,"","find_chatlog_file"],[32,1,1,"","find_child_logs_by_parent_id"],[32,1,1,"","get_cache_dir"],[32,1,1,"","get_cache_path"],[32,1,1,"","get_cached_token_counts"],[32,1,1,"","save_token_counts_to_cache"]],"mindroot.lib.chatlog_optimized.ChatLog":[[32,4,1,"","add_message"],[32,4,1,"","count_tokens"],[32,4,1,"","get_history"],[32,4,1,"","get_recent"],[32,4,1,"","load_log"],[32,4,1,"","save_log"]],"mindroot.lib.json_escape":[[32,1,1,"","escape_for_json"]],"mindroot.lib.json_str_block":[[34,0,0,"-","json_str_block"]],"mindroot.lib.json_str_block.json_str_block":[[34,1,1,"","replace_raw_blocks"]],"mindroot.lib.parent_templates":[[32,2,1,"","FirstMatchLoader"],[32,1,1,"","get_parent_templates_env"]],"mindroot.lib.parent_templates.FirstMatchLoader":[[32,4,1,"","get_source"]],"mindroot.lib.plugins":[[35,1,1,"","check_plugin_dependencies"],[35,1,1,"","get_plugin_import_path"],[35,1,1,"","get_plugin_path"],[35,1,1,"","install_plugin_dependencies"],[35,0,0,"-","installation"],[35,0,0,"-","l8n_static_handler"],[35,1,1,"","list_enabled"],[35,1,1,"","load"],[35,1,1,"","load_plugin_manifest"],[35,0,0,"-","loader"],[35,0,0,"-","loader_with_l8n"],[35,0,0,"-","manifest"],[35,0,0,"-","mapping"],[35,0,0,"-","paths"],[35,1,1,"","plugin_install"],[35,1,1,"","plugin_update"],[35,1,1,"","pre_load"],[35,1,1,"","save_plugin_manifest"],[35,1,1,"","toggle_plugin_state"],[35,1,1,"","update_plugin_manifest"]],"mindroot.lib.plugins.installation":[[35,1,1,"","check_plugin_dependencies"],[35,1,1,"","download_github_files"],[35,1,1,"","install_plugin_dependencies"],[35,1,1,"","install_recommended_plugins"],[35,1,1,"","plugin_install"],[35,1,1,"","plugin_update"]],"mindroot.lib.plugins.l8n_static_handler":[[35,2,1,"","TranslatedStaticFiles"],[35,1,1,"","create_js_translation_object"],[35,1,1,"","inject_translations_into_js"],[35,1,1,"","mount_translated_static_files"]],"mindroot.lib.plugins.l8n_static_handler.TranslatedStaticFiles":[[35,4,1,"","apply_translations_to_js"],[35,4,1,"","get_current_language"],[35,4,1,"","get_response"],[35,4,1,"","should_translate_file"]],"mindroot.lib.plugins.loader":[[35,1,1,"","load"],[35,1,1,"","load_middleware"],[35,1,1,"","mount_static_files"],[35,1,1,"","pre_load"]],"mindroot.lib.plugins.loader_with_l8n":[[35,1,1,"","load"],[35,1,1,"","load_middleware"],[35,1,1,"","mount_static_files"],[35,1,1,"","pre_load"]],"mindroot.lib.plugins.manifest":[[35,1,1,"","create_default_plugin_manifest"],[35,1,1,"","list_enabled"],[35,1,1,"","load_plugin_manifest"],[35,1,1,"","save_plugin_manifest"],[35,1,1,"","toggle_plugin_state"],[35,1,1,"","update_plugin_manifest"]],"mindroot.lib.plugins.mapping":[[35,1,1,"","get_command_plugin_mapping"]],"mindroot.lib.plugins.paths":[[35,1,1,"","get_plugin_import_path"],[35,1,1,"","get_plugin_path"]],"mindroot.lib.plugins_install":[[32,1,1,"","install_plugins"],[32,1,1,"","main"],[32,1,1,"","update_plugins_json"]],"mindroot.lib.providers":[[36,2,1,"","HookManager"],[36,2,1,"","ProviderManager"],[36,0,0,"-","commands"],[36,0,0,"-","hooks"],[36,0,0,"-","missing"],[36,0,0,"-","model_preferences_v2"],[36,0,0,"-","services"]],"mindroot.lib.providers.HookManager":[[36,4,1,"","execute_hooks"],[36,4,1,"","get_docstring"],[36,4,1,"","get_docstrings"],[36,4,1,"","get_hooks"],[36,4,1,"","register_hook"]],"mindroot.lib.providers.ProviderManager":[[36,4,1,"","exec_with_provider"],[36,4,1,"","execute"],[36,4,1,"","get_detailed_functions"],[36,4,1,"","get_docstring"],[36,4,1,"","get_docstrings"],[36,4,1,"","get_functions"],[36,4,1,"","get_some_docstrings"],[36,4,1,"","register_function"]],"mindroot.lib.providers.commands":[[36,1,1,"","command"]],"mindroot.lib.providers.hooks":[[36,1,1,"","hook"]],"mindroot.lib.providers.missing":[[36,1,1,"","get_missing_commands"]],"mindroot.lib.providers.model_preferences_v2":[[36,2,1,"","ModelPreferencesV2"]],"mindroot.lib.providers.model_preferences_v2.ModelPreferencesV2":[[36,4,1,"","add_preference"],[36,4,1,"","ensure_preferences_exist"],[36,4,1,"","get_ordered_providers_for_service"],[36,4,1,"","get_preferences"],[36,4,1,"","migrate_from_old_format"],[36,4,1,"","remove_preference"],[36,4,1,"","reorder_preferences"],[36,4,1,"","save_preferences"]],"mindroot.lib.providers.services":[[36,1,1,"","service"]],"mindroot.lib.route_decorators":[[32,1,1,"","add_public_static"],[32,1,1,"","public_route"],[32,1,1,"","requires_all_roles"],[32,1,1,"","requires_any_role"],[32,1,1,"","requires_role"]],"mindroot.lib.session_files":[[32,1,1,"","load_session_data"],[32,1,1,"","save_session_data"]],"mindroot.lib.streamcmd":[[32,1,1,"","read_stream"],[32,1,1,"","run_command_with_streaming"],[32,1,1,"","stream_command_as_events"]],"mindroot.lib.templates":[[32,1,1,"","apply_translations_to_content"],[32,1,1,"","check_for_localized_template"],[32,1,1,"","collect_content"],[32,1,1,"","find_parent_template"],[32,1,1,"","find_plugin_template"],[32,1,1,"","get_current_language"],[32,1,1,"","load_plugin_templates"],[32,1,1,"","load_template_with_translation"],[32,1,1,"","render"],[32,1,1,"","render_combined_template"],[32,1,1,"","render_direct_template"],[32,1,1,"","setup_template_environment"]],"mindroot.lib.token_counter":[[32,1,1,"","count_tokens_for_log_id"],[32,1,1,"","extract_delegate_task_log_ids"],[32,1,1,"","find_chatlog_file"],[32,1,1,"","get_cache_dir"],[32,1,1,"","get_cache_path"],[32,1,1,"","get_cached_token_counts"],[32,1,1,"","save_token_counts_to_cache"]],"mindroot.migrate":[[11,1,1,"","migrate_plugin_manifest"],[11,1,1,"","run_migrations"]],"mindroot.registry":[[38,0,0,"-","component_manager"],[38,0,0,"-","data_access"]],"mindroot.registry.component_manager":[[38,2,1,"","ComponentManager"]],"mindroot.registry.component_manager.ComponentManager":[[38,4,1,"","get_component_metadata"],[38,4,1,"","is_component_activated"],[38,4,1,"","is_component_installed"],[38,4,1,"","list_components"],[38,4,1,"","register_component"]],"mindroot.registry.data_access":[[38,2,1,"","DataAccess"]],"mindroot.registry.data_access.DataAccess":[[38,4,1,"","add_plugin"],[38,4,1,"","add_provider"],[38,4,1,"","get_model"],[38,4,1,"","get_provider"],[38,4,1,"","read_equivalent_flags"],[38,4,1,"","read_json"],[38,4,1,"","read_models"],[38,4,1,"","read_plugins"],[38,4,1,"","read_preferred_models"],[38,4,1,"","read_providers"],[38,4,1,"","remove_plugin"],[38,4,1,"","remove_provider"],[38,4,1,"","update_model"],[38,4,1,"","update_plugin"],[38,4,1,"","update_provider"],[38,4,1,"","write_equivalent_flags"],[38,4,1,"","write_json"],[38,4,1,"","write_models"],[38,4,1,"","write_plugins"],[38,4,1,"","write_preferred_models"],[38,4,1,"","write_providers"]],"mindroot.server":[[11,2,1,"","HeaderMiddleware"],[11,1,1,"","create_directories"],[11,1,1,"","find_available_port"],[11,1,1,"","get_project_root"],[11,1,1,"","is_port_in_use"],[11,1,1,"","main"],[11,1,1,"","parse_args"],[11,1,1,"","setup_app_internal"]],"mindroot.server.HeaderMiddleware":[[11,4,1,"","dispatch"]],"mindroot.server_missing_normal_args":[[11,2,1,"","HeaderMiddleware"],[11,1,1,"","create_directories"],[11,1,1,"","find_available_port"],[11,1,1,"","get_project_root"],[11,1,1,"","is_port_in_use"],[11,1,1,"","main"],[11,1,1,"","parse_args"],[11,1,1,"","setup_app_internal"]],"mindroot.server_missing_normal_args.HeaderMiddleware":[[11,4,1,"","dispatch"]],"mindroot.server_prev":[[11,2,1,"","HeaderMiddleware"],[11,1,1,"","create_directories"],[11,1,1,"","find_available_port"],[11,1,1,"","get_project_root"],[11,1,1,"","is_port_in_use"],[11,1,1,"","main"],[11,1,1,"","parse_args"],[11,1,1,"","setup_app_internal"]],"mindroot.server_prev.HeaderMiddleware":[[11,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":{"":[4,15,17,18,25,27,29,31,32,35],"0":[3,13,15,17,18,22,29,30,32,35,41],"01":18,"03_22_2024":15,"1":[0,3,9,13,15,22,25,30,32,35],"100":[11,18],"1000":18,"1106":18,"1nline":32,"2":[13,15,25,30,32],"20":13,"3":[0,3,9,13,15,25,31,36],"32":31,"35":15,"4":[18,25],"400":15,"401":33,"403":33,"4096":32,"42":15,"4pm":15,"5":[25,36],"500":13,"6":25,"78001":15,"78573":15,"8":31,"8010":[3,11,41],"90":18,"90210":15,"9_":31,"A":[0,3,8,15,26],"And":[3,6],"Be":15,"But":15,"For":[3,4,7,25],"If":[3,6,8,15,17,25,26,32,33,35],"In":[15,26],"It":[13,15,26],"NO":25,"NOT":15,"No":[15,17],"ONE":17,"OR":15,"On":[0,3,9],"One":[13,15],"Such":15,"The":[3,13,14,15,17,27,31,32,33,35,41],"Then":[3,6,25],"To":26,"__":25,"___":15,"__translate_":25,"__translate_buttons_send__":25,"__translate_chat_title__":25,"__translate_dashboard_welcome__":25,"__translate_key__":[25,32,35],"__translate_key_name__":25,"__translate_main_heading__":25,"__translate_page_title__":25,"_pydanticgeneralmetadata":31,"abbrevi":15,"abc123":24,"abl":[13,15],"about":[3,9,13,15,18,26,27,29],"absolut":[25,32,35],"absolute_path":[15,25],"accept":25,"access":[13,26],"access_token":[12,21,26],"accueil":25,"across":32,"activ":[0,3,6,12,29],"activate_plan_featur":[12,29],"activate_subscription_plan":[12,29],"active_onli":29,"actual":[25,32],"ad":20,"add":[13,15,17,23,26,31,32,35,36],"add_ag":[22,23],"add_agent_rout":[12,22],"add_current_tim":[12,15],"add_custom_serv":[12,26],"add_mcp_serv":[12,13],"add_messag":[11,32],"add_message_async":[11,32],"add_plugin":[11,22,23,38],"add_plugin_rout":[12,22],"add_prefer":[32,36],"add_provid":[11,38],"add_public_stat":[11,32],"add_rol":[12,31],"add_serv":[12,26],"addit":[18,29],"address":[15,19],"address1":15,"address2":15,"admin":[2,3,5,7,8,12,18,25,30,31,33,41],"admin_gr":18,"admin_init":12,"advanc":[2,3,7,8],"after":[15,18,25],"again":15,"agent":[1,4,13,15,17,22,23,32,35,36,42],"agent_data":13,"agent_import":12,"agent_info":13,"agent_nam":[12,13,15,22,23,35,36],"agent_op":[12,22],"agent_output":[12,15],"agent_rout":12,"agententri":[12,22,23],"ah_anthrop":36,"ah_fil":[3,5],"ah_openrout":[3,7,8],"ah_shel":[3,5],"alia":30,"align":15,"all":[11,13,14,15,17,18,20,23,25,26,29,30,31,32,35],"all_cach":25,"alloc":[18,29],"allocate_credit":[12,18],"allocate_subscription_credit":[12,29],"allow":[13,15,18,34],"allow_neg":18,"along":17,"alphanumer":17,"alreadi":[3,5,6,15,32],"also":[15,27,41],"altern":15,"alwai":[15,25,27],"amount":[12,18,29],"an":[1,3,7,13,14,15,17,18,19,20,23,25,26,27,29,32,33,35,42],"analysi":[15,17],"angl":27,"ani":[11,13,15,17,18,24,25,26,29,30,31,32,33,35],"anim":27,"annot":31,"annotated_typ":31,"anoth":15,"answer":15,"anyth":27,"api":[4,6,14,15,33,42],"api_activate_featur":[12,29],"api_activate_plan":[12,29],"api_allocate_credit":[12,18],"api_cancel_subscript":[12,29],"api_create_checkout":[12,29],"api_create_featur":[12,29],"api_create_plan":[12,29],"api_create_templ":[12,29],"api_credit_report":[12,18],"api_deactivate_featur":[12,29],"api_deactivate_plan":[12,29],"api_estimate_credit":[12,18],"api_get_all_plan":[12,29],"api_get_featur":[12,29],"api_get_my_subscript":[12,29],"api_get_plan":[12,29],"api_get_templ":[12,29],"api_kei":[11,12,15,32],"api_key_manag":12,"api_set_default_templ":[12,29],"api_update_featur":[12,29],"api_update_plan":[12,29],"api_update_ratio":[12,18],"api_update_templ":[12,29],"apikei":14,"apikeycr":[12,14],"apikeylist":[12,14],"apikeymanag":[12,14],"apikeyrespons":[12,14],"app":[11,14,15,18,22,24,28,29,31,32,35],"app_":11,"appear":27,"append":25,"append_localized_fil":[12,25],"append_messag":[12,15],"appli":[32,35],"applic":[32,35],"apply_translations_to_cont":[11,32],"apply_translations_to_j":[32,35],"appropri":18,"ar":[3,5,13,15,17,25,26,27,32,35,36],"architectur":4,"aren":15,"arg":[12,13,15,26,32,36],"argument":[15,26],"arrai":15,"ask":15,"aspect":27,"asset":13,"asset_hash":13,"asset_manag":12,"asset_typ":13,"assetmanag":[12,13],"assign":15,"assist":[4,32,42],"associ":14,"assum":[1,3,7,15],"assume_blank":32,"async":[11,13,14,15,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,35,36],"asyncgener":32,"asynchron":32,"at_dat":18,"at_period_end":29,"attach":31,"attempt":35,"au":25,"auth":[11,13,26,31,32],"auth_head":[12,13,26],"auth_typ":[12,13,26],"auth_url":26,"authent":[13,15,32,33],"author":[13,26],"authorization_server_url":[12,13,26],"auto":19,"auto_instal":[12,26],"automat":[15,17],"avail":[13,23,25,26,29,32,35,36],"avatar":[13,42],"avoid":32,"await":[11,18,25,32,35],"back":[13,15,32],"background":27,"backup":[32,36],"backward":32,"balanc":[12,18,29],"base":[11,13,14,15,17,18,19,22,24,25,26,27,29,30,31,32,35,36,38],"base_dir":13,"base_path":[18,29,30],"base_url":[12,15],"basecommandset":[11,32],"basehttpmiddlewar":11,"basemodel":[13,14,15,22,24,26,31],"baseservic":[11,32],"basic":[15,25],"batch":32,"batch_siz":19,"bearer":13,"beauti":[3,9],"been":25,"befor":[2,15,17,26],"begin":25,"behavior":25,"being":15,"better":19,"bienvenu":25,"bill":29,"bin":[3,6],"blank":[1,32],"block":[15,32,34],"bodi":[2,17,18,19,20,25],"bool":[13,14,15,18,19,20,22,24,25,26,29,31,32,33,35,36],"bord":25,"both":[17,32],"breakdown":30,"brief":15,"brows":[4,13],"browse_registry_serv":[12,13],"browser":13,"buchatlog":[11,39],"buchatlog2":[11,39],"build":[13,19,32],"build_search_criteria":[12,19],"build_token_hierarchi":[11,32],"built":25,"busi":18,"butempl":[11,39],"button":[0,2,3,9,25],"buttons_sav":25,"buttons_send":25,"byte":[13,19],"ca":15,"cach":[13,25,32],"cached_get_service_model":[12,13],"calcul":[13,26,30],"calculate_content_hash":[12,13],"calculate_file_hash":[12,13],"call":[15,17,18,25,26,31,32],"call_next":[11,24,25],"call_tool":[12,26],"callabl":[11,32],"callback":[13,32],"camera":27,"can":[3,8,13,15,17,19,32,35,41],"cancel":29,"cancel_at_period_end":[12,29],"cancel_chat":[12,15],"cancel_subscript":[12,29],"capabl":[12,13,26],"care":15,"cascad":32,"case":15,"catalog":[13,26],"catalog_command":12,"catalog_manag":12,"categori":[12,13,26,32,35],"caution":15,"cd":[6,26],"chain":25,"chang":[17,18],"charact":[17,25],"chat":[4,9,12,24,25,32,42],"chat_avatar":[2,12],"chat_ev":[12,15],"chat_histori":[12,15],"chat_sess":[12,15],"chat_titl":25,"chatcontext":[11,39],"chatlog":[11,39],"chatlog_optim":[11,39],"check":[13,15,18,19,20,24,25,26,31,32,35,36],"check_credit_bal":[12,29],"check_credits_avail":[12,18],"check_email":[12,19],"check_for_admin":[12,31],"check_for_localized_templ":[11,32],"check_list":[12,25],"check_operation_allow":[12,18],"check_plugin_depend":[11,32,35],"check_recommended_plugin":[12,13],"check_tool":[12,26],"checklist":17,"checkout":29,"child":[15,32],"children":32,"choiceload":32,"chunk":15,"cick":2,"class":[11,13,14,15,18,19,22,24,25,26,29,30,31,32,35,36,38],"classmethod":[18,29,32],"classvar":[13,14,15,22,24,26,31],"claud":36,"clean":26,"clear":[13,17,26],"clear_registry_token":[12,13],"clear_subtask":[12,17],"clear_token":[12,26],"cli":12,"click":[0,2,3,5,7,8,9],"clickabl":[3,9],"client":[21,26,35],"client_id":[12,13,26],"client_info":26,"client_secret":[12,13,26],"clipboard":2,"close_chat_sess":[12,15],"cmd":[11,32],"code":[12,13,15,25,26,32,35,42],"collect":32,"collect_cont":[11,32],"combin":32,"come":[3,8,15],"command":[3,5,11,12,13,17,22,25,26,27,32,35],"command_manager_":32,"command_plugin_map":[12,13],"command_result":[12,15],"command_rout":12,"command_set":32,"commandsett":32,"comment":1,"commit":13,"compat":32,"complet":[1,13,17,25,26,30,32,36],"complete_oauth_flow":[12,13,26],"complete_registry_oauth":[12,13],"complete_subtask":[12,17],"compon":[18,25,29],"component_manag":[11,39],"component_typ":38,"componentmanag":[11,38],"composit":27,"concis":15,"conexi\u00f3n":25,"config":[13,14,15,18,19,22,24,26,31],"configdict":[13,14,15,22,24,26,31],"configur":[3,4,6,13,14,15,18,19,22,24,26,30,31,32],"confirm_password":31,"conform":[13,14,15,22,24,26,31],"connect":[12,13,19,26],"connect_mcp_serv":[12,13],"connect_oauth_serv":[12,26],"connect_remote_serv":[12,26],"connect_serv":[12,26],"consist":18,"consolid":11,"contain":[1,13,14,15,17,18,23,26,32,33,35],"content":39,"context":[13,14,15,17,18,19,20,22,24,25,26,27,29,30,31,32,35,36],"context1":[12,15],"context_length":32,"contextual_info":15,"continu":[15,34],"contribut":4,"control":[3,5,7,8],"conv_id":21,"convers":[12,15,21],"conversation_id":21,"converse_with_ag":[12,15],"convert":[18,25,27,36],"cooki":25,"copi":[2,36],"core":[2,17,25,32,35],"corner":2,"correct":22,"cost":[18,30],"cost_type_id":[12,18,30],"costtypeinfo":[12,30],"count":[13,15,32],"count_token":[11,32],"count_tokens_for_log_id":[11,32],"count_tokens_for_log_id_optim":[11,32],"cover":42,"creat":[0,3,6,9,13,14,15,18,21,23,25,26,27,29,31,32,35,42],"create_access_token":[12,24],"create_ag":[12,13],"create_api_kei":[12,14],"create_checkout_sess":[12,29],"create_compon":[12,18,29],"create_default_plugin_manifest":[32,35],"create_directori":[11,39],"create_distributable_entri":[22,23],"create_empty_catalog":[12,26],"create_index":[22,23],"create_index_rout":[12,22],"create_js_translation_object":[32,35],"create_kei":[12,14],"create_page_templ":[12,29],"create_persona":[12,13],"create_plan":[12,29],"create_plan_featur":[12,29],"create_registry_persona":[12,13],"create_registry_persona_with_asset":[12,13],"create_sse_cli":[12,21],"create_subscript":[12,29],"create_subscription_plan":[12,29],"create_us":[12,31],"create_widget_sess":[12,15],"create_widget_token":[12,15],"created_at":[12,14,15,29,31],"created_bi":[12,15],"creator":15,"credenti":31,"credit":[12,29],"credit_integr":12,"creditintegr":[12,29],"creditledg":[12,18],"creditpolici":[12,18],"creditratioconfig":[12,18],"credits_admin":[12,18],"credits_per_cycl":[12,29],"credits_ratio_admin":[12,18],"creditsplugin":[12,18],"creditstorag":[12,18],"credittransact":[12,18],"creditusagehandl":[12,18],"criteria":[15,19],"critic":27,"css_templat":[12,29],"ctx":17,"cumul":32,"cumulative_count":32,"currenc":[12,18,29],"current":[15,17,18,19,25,26,29,32,33,35],"current_bal":18,"current_period_end":[12,29],"current_period_start":[12,29],"cursor":17,"custom":[26,32,35],"cwd":32,"dai":[0,3],"daili":[0,3,30],"dashboard":25,"dashboard_welcom":25,"data":[11,12,13,14,15,17,18,22,24,29,31,32,33,35,36,38],"data_access":[11,39],"dataaccess":[11,38],"databas":[25,26],"date":[13,18,30],"datetim":[18,29,30],"dd":18,"de":25,"deactiv":29,"deactivate_plan":[12,29],"deactivate_plan_featur":[12,29],"deactivate_subscription_plan":[12,29],"debug":[20,25,26],"debug_load":12,"debug_middlewar":12,"decod":19,"decode_text":[12,19],"decode_token":[12,24],"decor":32,"decrement":13,"decrement_reference_count":[12,13],"dedupl":13,"deepseek":[0,3,9],"def":34,"default":[1,3,18,19,25,26,29,32,35,36,41],"default_templ":12,"default_valu":[12,29],"defin":[15,35],"definit":[30,35],"delayed_exit":[12,13],"deleg":[11,15,17,32],"delegate_subtask":[12,17,32],"delegate_task":[12,15,32],"delet":[11,13,14,15,32],"delete_api_kei":[12,14],"delete_chat_sess":[12,15],"delete_kei":[12,14],"delete_log":[11,32],"delete_session_by_id":[11,32],"delete_set":[12,13],"delete_widget_token":[12,15],"deliver":15,"demo":26,"demonstr":1,"dep":17,"depend":[12,13,15,22,24,25,31,32,33,35],"descript":[1,12,13,14,15,22,25,26,27,29,30],"detail":[13,14,15,17,18,26,27,29,30],"detect":[19,25,26],"detect_language_from_request":[12,25],"detect_running_serv":[12,26],"determin":25,"dialog":[3,8],"dict":[13,14,15,18,19,20,22,23,24,25,26,29,30,31,32,33,35,36],"dictionari":[13,14,15,17,20,22,24,25,26,31,32,35],"differ":26,"dir":15,"direct":13,"directli":32,"directori":[1,6,11,12,13,15,20,22,23,26,31,32,35,36],"directoryrequest":[12,13],"disabl":[13,42],"disconnect":[13,26],"disconnect_mcp_serv":[12,13],"disconnect_serv":[12,26],"discover_plugin":[12,13],"discuss":15,"disk":25,"dispatch":[11,39],"displai":[1,26],"display_nam":26,"display_ord":[12,29],"distinguish":27,"distribut":23,"div":25,"divid":4,"do":[13,15,17,27],"docstr":36,"document":[15,17],"doesn":[15,32,36],"done":17,"download":[13,35],"download_github_fil":[12,13,32,35],"dure":[20,31],"dynam":26,"dynamic_command":12,"e":[3,5,15,18,25,29,32,34,35],"each":[0,3,13,17,32],"earli":25,"edit":[3,7],"email":[12,31],"email_messag":19,"email_provid":12,"email_servic":12,"email_verifi":[12,31],"emailprovid":[12,19],"emailstr":31,"emb":[4,15,24,42],"embed":[13,15,34],"emoji":[0,3],"empti":26,"en":25,"enabl":[12,13,15,20,32,35],"encapsul":18,"encod":[15,19],"end":[2,4,13,15,18,25,29,36],"end_dat":[18,30],"end_raw":[15,34],"endpoint":[13,15],"enhanc":[25,26],"enhanced_mcp_manager_servic":[12,26],"enregistr":25,"ensur":[18,22,26,31],"ensure_catalog_exist":[12,26],"ensure_index_structur":[12,22],"ensure_preferences_exist":[32,36],"enter":[2,3,5,6,7],"entir":17,"entri":[22,23,32,35],"env":[12,13,20,26,32],"env_manag":12,"env_var":20,"enviar":25,"environ":[3,6,7,13,19,20,25,26,32],"err":15,"error":[15,19,25,26],"error_connection_fail":25,"escap":32,"escape_for_json":[11,32],"establish":19,"estim":18,"estimate_credit":[12,18],"estimate_credits_need":[12,18],"estimated_cost":18,"etc":[15,27,29],"event":[12,15,18,29,30,32],"event_data":29,"everi":15,"everyth":[25,42],"exact":[17,25],"exampl":[0,3,4,7,13,15,17,18,24,25,26,27,29,32],"except":[18,26,32,35],"exclud":31,"exec_with_provid":[32,36],"execut":[3,5,15,32,36],"execute_hook":[32,36],"exist":[2,15,25,26,29,31,32,35,36],"exit":[15,32],"exit_convers":[12,15],"exit_criteria":15,"expand":[3,8],"expires_at":[12,31],"expiri":31,"export":13,"export_agent_zip":[12,13],"expos":31,"express":27,"extend":4,"extern":[13,18,25],"external_plugin":25,"extract":[17,19,25,26,32],"extract_checklist_sect":[12,17],"extract_delegate_task_log_id":[11,32],"extract_plugin_root":[12,25],"extract_translation_kei":[12,25],"faceref":13,"factori":[18,29,30,31],"fail":26,"fall":[13,32],"fallback":[25,36],"fals":[14,15,18,20,22,25,26,29,31,32,33,35],"fastapi":[25,32,33,35],"featur":[12,26,29],"feature_data":29,"feature_id":[12,29],"fetch":13,"few":15,"field":[3,7,30,31],"file":[3,5,13,15,20,22,23,25,26,31,32,35,36],"file_hash":13,"file_path":[13,35,38],"filenam":[13,15,31,32,34],"filesystem":[26,32,35],"filter":[14,15,26],"final":[3,7,15],"find":[3,7,32],"find_available_port":[11,39],"find_chatlog_fil":[11,32],"find_child_logs_by_parent_id":[11,32],"find_parent_templ":[11,32],"find_plugin_templ":[11,32],"finish":[13,15],"finished_chat":[12,15],"first":[3,13,15,17,25,27,32,35,41],"first_messag":15,"firstmatchload":[11,32],"fix":13,"flag":[12,13,36,38],"flat":32,"float":[13,18,29,30],"flow":[13,26],"focu":[17,27],"folder":19,"follow":[15,18,25,26,32],"foo":34,"forc":13,"form":[13,15,31],"format":[13,15,18,23,25,36],"format_result_msg":12,"formatted_result":15,"forward":21,"found":[14,15,20,25,29,32,35],"fr":25,"fresh":[18,29],"from":[0,3,7,9,11,13,15,17,20,22,23,25,26,27,29,31,32,33,35],"from_dict":[12,18,29],"front":27,"full":[13,15,17,18,27,32],"function":[11,19,25,32,35],"g":[3,5,15,18,25,29,32,34,35],"gather":13,"gener":[15,27,30,31],"generate_random_credenti":[12,31],"get":[13,15,17,18,19,23,25,26,29,30,31,32,33,35,36,42],"get_admin_html":[12,13],"get_agent_ownership_info":[12,13],"get_all_featur":[12,29],"get_all_plan":[12,29],"get_all_plugin":[12,13],"get_all_templ":[12,29],"get_asset_metadata":[12,13],"get_asset_path":[12,13],"get_available_featur":[12,29],"get_bal":[12,18],"get_balance_at":[12,18],"get_base_path":[12,18,29,30],"get_cache_dir":[11,32],"get_cache_path":[11,32],"get_cached_token_count":[11,32],"get_catalog_server_info":[12,13],"get_categori":[12,26],"get_chat_histori":[12,15],"get_chat_html":[12,15],"get_checklist_statu":[12,17],"get_client_info":[12,26],"get_command":[12,13],"get_command_plugin_map":[32,35],"get_command_provid":[12,13],"get_component_metadata":[11,38],"get_config":[12,18],"get_context":[11,32],"get_cost":[12,30],"get_cost_summari":[12,30],"get_cost_typ":[12,30],"get_credit_bal":[12,18],"get_credit_ratio":[12,18],"get_credit_report":[12,18],"get_current_languag":[11,32,35],"get_current_language_from_request":[12,25],"get_current_us":[32,33],"get_daily_cost":[12,30],"get_default_templ":[12,29],"get_detailed_funct":[32,36],"get_docstr":[32,36],"get_email_bodi":[12,19],"get_embed_script":[12,15],"get_env_var":[12,20],"get_equivalent_flag":[12,13],"get_fallback_languag":[12,25],"get_featur":[12,29],"get_full_agent_data":[12,13],"get_funct":[32,36],"get_git_version_info":[12,13],"get_histori":[11,32],"get_hook":[32,36],"get_installation_statu":[12,13],"get_installed_plugin_metadata":[22,23],"get_latest_bal":[12,18],"get_localized_file_path":[12,25],"get_mcp_catalog":[12,13],"get_mcp_categori":[12,13],"get_missing_command":[32,36],"get_model":[11,12,13,38],"get_model_preferences_v2_html":[12,13],"get_my_subscript":[12,29],"get_oauth_statu":[12,13,26],"get_or_create_jwt_secret":[12,24],"get_ordered_providers_for_servic":[32,36],"get_organized_model":[12,13],"get_page_templ":[12,29],"get_parent_templates_env":[11,32],"get_parsed_subtask":[12,17],"get_persona_avatar":[12,15],"get_persona_data":[12,27],"get_persona_faceref":[12,15],"get_plan":[12,29],"get_plugin":[12,13],"get_plugin_import_path":[11,32,35],"get_plugin_path":[11,32,35],"get_plugin_translations_path":[12,25],"get_prefer":[32,36],"get_project_root":[11,39],"get_provid":[11,12,13,19,38],"get_ratio":[12,18],"get_rec":[11,32],"get_registered_command":[12,26],"get_registry_categori":[12,13],"get_registry_server_detail":[12,13],"get_registry_set":[12,13],"get_request_languag":[12,25],"get_reset_password_form_by_fil":[12,31],"get_respons":[32,35],"get_running_process":[12,26],"get_server_info":[12,26],"get_servers_by_categori":[12,26],"get_servic":[12,13],"get_service_model":[12,13],"get_service_models_from_provid":[12,13],"get_set":[12,13],"get_settings_v2":[12,13],"get_some_docstr":[32,36],"get_sourc":[11,32],"get_start_method":[12,13],"get_stat":[12,13],"get_subscript":[12,29],"get_subscription_by_provider_id":[12,29],"get_subscription_plan":[12,29],"get_subscriptions_by_provider_id":[12,29],"get_supported_languag":[12,25],"get_templ":[12,29],"get_token":[12,26],"get_token_count":[12,15],"get_token_count_alt":[12,15],"get_total_cost":[12,30],"get_transact":[12,18],"get_transl":[12,25],"get_usag":[12,30],"get_usage_report":[12,30],"get_usage_summari":[12,18],"get_user_daili":[12,30],"get_user_data":[12,31],"get_user_limit":[12,18],"get_user_report":[12,30],"get_user_rol":[12,31],"get_user_subscript":[12,29],"get_user_summari":[12,30],"get_version_info":[12,13],"get_widget_config":[12,15],"git":13,"github":[13,26,32,35],"github_url":[12,13,22],"githubimportrequest":[12,13],"githubpluginrequest":[12,13],"githubpublishrequest":[12,13],"give":[4,42],"given":[15,25,27,32],"global":[18,25,26],"go":[2,3,5,7,8,17],"goto_subtask":[12,17],"gpt":18,"gpt4":18,"greet":15,"grep":20,"guid":27,"h1":25,"ha":[18,22,31,33],"handl":[11,13,18,19,26,29,31],"handle_callback":[12,26],"handle_persona_import":[12,13],"handle_redirect":[12,26],"handle_reset_password_by_fil":[12,31],"handle_stripe_ev":[12,29],"handle_usag":[12,18],"handler":[12,22,25,35],"has_rol":[12,31],"has_suffici":18,"hash":13,"have":[15,25,31,32],"head":[17,25],"header":[13,19,25],"headermiddlewar":[11,39],"hello":[15,32,34],"help":20,"helper":[17,19],"here":15,"hidden":15,"hierarch":[18,25,32],"hierarchi":32,"high":18,"histori":18,"home":[0,1,3,7,8,9],"hook":[11,32],"hookmanag":[32,36],"host":[3,5,6],"how":[1,15],"html":[3,9,15,19,25,32,42],"html_templat":[12,29],"http":[3,25,26,41],"httpauthorizationcredenti":24,"httpbearer":24,"httpexcept":33,"httponli":25,"hyphen":25,"i":[0,2,3,4,6,8,9,13,15,17,18,25,26,32,33,35],"i18n":25,"id":[15,17,18,21,29,32],"identifi":[15,18,25,32,36],"imag":[13,15,27],"image_url":15,"imagemessagepart":[12,15],"imap":19,"imap4":19,"imap_handl":12,"imaphandl":[12,19],"img":[3,9],"immedi":29,"implement":[26,36],"import":[13,15,17,25,32,35],"import_ag":[12,13],"import_agent_zip":[12,13],"import_github_ag":[12,13],"import_github_agent_endpoint":[12,13],"import_persona":[12,13],"import_persona_from_index":[12,13],"inbox":19,"includ":[13,15,27,29,31,32,35],"include_categori":[32,35],"include_email":31,"incomplet":[17,25,32],"increment":25,"index":[4,12,13,17,32],"index_dir":[22,23],"index_nam":[12,13,22,23],"index_op":[12,22],"indexmetadata":[12,22,23],"indic":[15,23,25],"individual_count":32,"infinit":32,"info":[15,19,20,26,30,31,32],"inform":[13,15,18,26,29],"inicio":25,"init_catalog_from_default":[12,26],"init_chat_sess":[12,15],"init_email_provid":[12,19],"init_persona":12,"init_provid":[12,19],"initi":[15,19,26,29,31,32,35],"initialize_admin":[12,31],"initialize_default_featur":[12,29],"initialize_default_templ":[12,29],"initiate_agent_sess":[12,15],"initiate_password_reset":[12,31],"inject":[25,32,35],"inject_translations_into_j":[32,35],"inmemorytokenstorag":[12,26],"input":[3,5,32],"input_token":18,"input_tokens_sequ":32,"input_tokens_tot":32,"insert":[15,42],"insert_imag":[12,15],"instal":[4,11,12,13,15,22,23,26,32,42],"install_agent_recommended_plugin":[12,13],"install_from_catalog":[12,13],"install_from_index":[12,13],"install_github_plugin":[12,13],"install_index_from_zip":[22,23],"install_index_rout":[12,22],"install_local_plugin":[12,13],"install_method":[12,26],"install_packag":[12,26],"install_persona":[12,22],"install_plugin":[11,32],"install_plugin_depend":[11,32,35],"install_queued_plugin":[12,13],"install_recommended_plugin":[32,35],"install_registry_serv":[12,13],"install_serv":[12,26],"install_with_npm":[12,26],"install_with_npx":[12,26],"install_with_pip":[12,26],"install_with_uvx":[12,26],"installed_plugin":32,"installfromindexrequest":[12,13],"instanc":[2,6,15,18,19,29,32,35],"instead":[15,27,35],"instruct":[12,13,15,17,36],"insufficientcreditserror":[12,18],"int":[13,19,29,31,32,36],"intact":17,"integr":[13,25,29],"interact":15,"interfac":[18,30,32,35],"interfaz":25,"intermediari":15,"intern":[21,29],"interv":[12,29],"invalid":17,"involv":15,"is_admin_reset":[12,31],"is_component_activ":[11,38],"is_component_instal":[11,38],"is_default":[12,29],"is_language_support":[12,25],"is_port_in_us":[11,39],"is_public_rout":[12,24],"issu":[15,17],"item":[15,17],"its":[13,15,17,25,26,30,32,35],"j":35,"javascript":35,"jinja2":[1,25,32],"js_templat":[12,29],"json":[11,13,15,23,25,32,34],"json_escap":[11,39],"json_path":32,"json_str_block":[11,32],"jsonish":34,"just":[3,6],"jwt_auth":12,"katex":15,"kei":[4,6,12,14,15,18,20,25,32,33,35,42],"keys_dir":14,"kwarg":[32,35,36],"l8n":[12,32,35],"l8n_constant":12,"l8n_static_handl":[11,32],"label":17,"lack":33,"lambda":31,"lang":25,"languag":[25,32,35],"language_detect":12,"larg":25,"large_templ":25,"last":[13,31],"last_login":[12,31],"last_uid":19,"latest":18,"latex":15,"least":31,"leav":17,"ledger":12,"left":42,"length":31,"let":15,"letter":25,"level":[17,18],"lib":[11,31,39],"light":27,"like":[15,25,27],"limit":[12,13,15,18],"line":[13,17,32],"link":[3,7,8,9,31],"list":[13,14,15,17,18,19,21,22,23,25,26,29,30,31,32,35,36],"list_ag":[12,13],"list_api_kei":[12,14],"list_compon":[11,38],"list_en":[11,32,35],"list_indic":[22,23],"list_indices_rout":[12,22],"list_kei":[12,14],"list_localized_fil":[12,25],"list_mcp_serv":[12,13],"list_persona":[12,13],"list_plan":[12,29],"list_subscription_plan":[12,29],"list_us":[12,31],"list_widget_token":[12,15],"liter":[13,15],"live":17,"llm":[4,6,15,17,32,42],"load":[2,11,13,17,20,22,25,26,30,32,35],"load_agent_data":[12,13,22],"load_catalog":[12,26],"load_checklist":[12,17],"load_checklist_from_instruct":[12,17],"load_config":[12,26],"load_context":[11,32],"load_cost":[12,30],"load_cost_typ":[12,30],"load_env_fil":[12,20],"load_log":[11,32],"load_middlewar":[32,35],"load_persona_data":[12,13,22],"load_plugin_manifest":[11,32,35],"load_plugin_templ":[11,32],"load_plugin_transl":[12,25],"load_session_data":[11,32],"load_template_with_transl":[11,32],"loader":[11,25,32],"loader_with_l8n":[11,32],"local":[13,22,25,26,32,35],"localized_fil":25,"locat":22,"log":[3,8,15,20,25,32,41],"log_id":[15,32],"log_path":32,"logic":11,"login":[24,31,33],"loginrequest":[12,24],"long":15,"longer":[15,17],"look":[27,35],"lose":15,"loud":15,"lower":2,"lowercas":25,"m":[3,6,26],"macro":15,"mai":[15,17],"main":[4,11,12,15,17,23,25,26,32,35,39],"make":[3,8,15,32],"make_sess":[12,15],"manag":[13,15,17,18,26,32,35],"manifest":[11,22,23,32],"manual":[13,26],"map":[11,13,25,32,36],"mark":[13,17,19,26,32],"mark_as_process":[12,19],"mark_server_as_instal":[12,26],"mark_server_instal":[12,13,26],"markdown":[15,17],"markdown_await_us":[12,15],"match":[24,32],"math":15,"max_ag":25,"max_attempt":11,"max_iter":15,"max_length":31,"max_messag":19,"max_token":[15,32],"maximum":13,"maxlen":31,"mcp":[13,26],"mcp_":12,"mcp_catalog_add_custom":[12,26],"mcp_catalog_categori":[12,26],"mcp_catalog_info":[12,26],"mcp_catalog_instal":[12,26],"mcp_catalog_install_and_run":[12,26],"mcp_catalog_list":[12,26],"mcp_catalog_refresh":[12,26],"mcp_catalog_rout":12,"mcp_catalog_search":[12,26],"mcp_catalog_statu":[12,26],"mcp_catalog_stop":[12,26],"mcp_check_tool":[12,26],"mcp_connect":[12,26],"mcp_debug_connect":[12,26],"mcp_disconnect":[12,26],"mcp_enhanced_connect":[12,26],"mcp_enhanced_disconnect":[12,26],"mcp_install_npx_serv":[12,26],"mcp_install_uvx_serv":[12,26],"mcp_list_dynamic_command":[12,26],"mcp_list_serv":[12,26],"mcp_manag":12,"mcp_manager_servic":[12,26],"mcp_oauth_callback":[12,13],"mcp_publish_rout":12,"mcp_refresh_dynamic_command":[12,26],"mcp_registry_rout":12,"mcp_rout":12,"mcpcatalogmanag":[12,26],"mcpcompleteoauthrequest":[12,13],"mcpconnectrequest":[12,13],"mcpdynamiccommand":[12,26],"mcplocaltestrequest":[12,13],"mcpmanag":[12,26],"mcpoauthcallbackrequest":[12,13],"mcpserver":[12,26],"mcpserveraddrequest":[12,13],"mcpserverinstal":[12,26],"mcpserverpublishrequest":[12,13],"mcpserverrequest":[12,13],"mcptestlocalrequest":[12,13],"mcptestremoterequest":[12,13],"mcptokenstorag":[12,26],"md":[17,26],"memori":26,"mensaj":25,"mention":13,"messag":[15,17,19,26,32],"message_id":19,"message_part":15,"met":[15,32,35],"metadata":[12,13,18,22,23,29,30,32,35,38],"method":[13,26],"middl":15,"middlewar":[12,35],"migrat":[13,35,39],"migrate_from_old_format":[32,36],"migrate_plugin_manifest":[11,39],"migrate_set":[12,13],"min_length":31,"mindroot":[1,2,5,6,7,39,42],"mindroot_languag":25,"minlen":31,"miss":[11,25,32,35],"missing_command":[12,13],"mkdir":[6,15],"mm":18,"mock":25,"mock_call_next":[12,25],"mockrequest":[12,25],"mockrespons":[12,25],"mod":12,"mode":15,"model":[12,13,14,24,26,36,38],"model1":13,"model2":13,"model_config":[12,13,14,15,22,24,26,31],"model_id":[12,18,30],"model_nam":38,"model_preferences_v2":[11,32],"model_selector":[11,39],"modelcontextprotocol":26,"modelpreferencesv2":[32,36],"modul":[4,39],"monkei":25,"monkey_patch_to_delet":12,"month":29,"mood":[0,3],"moon":[3,9,15],"more":[15,17,25],"most":27,"mount":35,"mount_static_fil":[32,35],"mount_translated_static_fil":[32,35],"move":17,"movement":27,"much":15,"multipl":[15,19,25,32],"multiplexed_ev":[12,21],"must":[2,13,15,17,25],"mutablemap":[11,35],"my":[26,32,35],"my_mcp_serv":26,"my_plugin":25,"my_serv":26,"mymindroot":6,"name":[1,12,13,15,17,20,22,25,26,29,30,32,35,36,38],"namedtupl":30,"namespac":13,"nav_hom":25,"navig":17,"necessari":11,"necessarili":15,"need":[3,6,7,11,13,15,17,18,19,25,26,31,32,35,41,42],"neg":18,"nest":17,"network":31,"new":[0,2,3,9,13,14,15,18,19,23,26,29,30,31,32,35,36],"new_bal":18,"new_password":31,"next":[2,3,8,25],"non":32,"none":[11,13,14,15,17,18,19,20,21,22,25,26,27,29,30,31,32,33,35,36],"normal":29,"note":[0,1,2,3,5,9,15,17],"now":[3,7,11,17,25,26],"npm":26,"npx":26,"number":[25,30],"oauth":[13,26],"oauth_callback_rout":12,"oauth_storag":12,"oauthclientinformationful":26,"oauthtoken":26,"object":[13,14,15,18,19,25,26,29,30,32,33,35,36,38],"occur":15,"ok":2,"old":[13,36],"old_prefer":36,"omit":17,"on_load":[12,28],"onc":15,"one":[15,31],"ones":17,"onli":[15,17,25,26,29,31,32],"open":[0,3,9],"openrout":[3,7,8],"openrouter_kei":[3,7],"oper":[18,20,26,29,32],"optim":32,"option":[12,14,15,17,18,19,25,29,30,32,34,35,36],"order":[18,25,36],"ordered_pair":36,"origin":[25,32,35],"original_path":25,"original_transaction_id":18,"other":[15,17,25],"otherwis":[14,15,20,25,32,33],"out":15,"output":[0,3,9,15,32],"output_tokens_sequ":32,"overrid":[1,32,35],"owner":13,"ownership":13,"p":41,"packag":39,"page":[0,1,2,3,4,7,8,9,12,13,15,25,29,32],"page_nam":32,"pagetempl":[12,29],"pagin":19,"pair":[35,36],"paragraph":15,"param":[13,15,20,29],"paramet":[13,14,15,17,18,19,20,24,25,26,29,32,33,35,36],"parent":[15,17,32],"parent_log_id":[15,32],"parent_templ":[11,39],"pars":17,"parse_arg":[11,39],"parti":17,"partial_command":[12,15],"particular":15,"pass":17,"password":[3,12,24,31,41],"password_hash":[12,31],"password_reset_servic":12,"passwordresettoken":[12,31],"past":2,"patch":25,"path":[11,13,15,18,20,22,23,24,25,29,32],"path_matches_pattern":[12,24],"path_start":32,"pattern":[24,26,31],"payment":[18,29],"payment_123":18,"payment_method":18,"payment_provid":[12,29],"per":[15,18,25,32],"period":29,"period_end":29,"period_start":29,"person":27,"persona":[12,13,22,23],"persona_data":13,"persona_handl":12,"persona_nam":[13,22,27],"persona_path":[13,15],"persona_rout":12,"phase":[3,9,17],"pic_of_m":[12,27],"pictur":27,"ping":[12,13],"pip":[3,6,13,26],"pipelin":25,"placehold":[25,26,32,35],"plain":19,"plan":29,"plan_data":29,"plan_id":[12,29],"planfeatur":[12,29],"pleas":15,"plugin":[2,4,6,11,12,13,18,20,22,23,25,29,30,36,38,39,42],"plugin_data":38,"plugin_dir":[26,35],"plugin_id":[12,18,30],"plugin_info":[13,35],"plugin_instal":[11,32,35],"plugin_list":32,"plugin_manag":12,"plugin_manifest":11,"plugin_nam":[13,22,23,25,32,35,38],"plugin_op":[12,22],"plugin_path":[25,32,35],"plugin_root":35,"plugin_rout":12,"plugin_router_fix":12,"plugin_router_new_not_work":12,"plugin_upd":[11,32,35],"pluginentri":[12,22,23],"pluginmanifest":[12,22],"pluginmetadata":[12,13],"pluginrequest":[12,13],"plugins_instal":[11,39],"pluginupdaterequest":[12,13],"poem":15,"poet":15,"polici":18,"port":[11,41],"pose":27,"posit":[18,36],"post":13,"potenti":[15,36],"pre":[3,6],"pre_load":[11,32,35],"prefer":[13,25,36],"prefix":[31,32],"prepend":35,"press":[3,7],"prevent":32,"preview":18,"price":[12,29],"print":34,"prioriti":25,"privileg":33,"process":[13,15,17,19,26,29],"process_result":[12,15],"process_subscription_ev":[12,29],"program":[4,42],"programmat":15,"prompt":[12,15,26,27],"properti":[32,34],"proposit":17,"protect":26,"protected_rout":[12,24],"proto":[11,32],"protocol":32,"protocol_typ":32,"provid":[3,7,9,11,13,15,17,18,19,25,27,29,31,32,35,38],"provider_data":[29,38],"provider_nam":[13,38],"provider_subscription_id":[12,29],"provider_url":[12,13,26],"providermanag":[31,32,36],"public":[13,24,29,32],"public_rout":[11,32],"publicli":13,"publish":[12,13,22],"publish_index":[22,23],"publish_index_rout":[12,22],"publish_mcp_serv":[12,13],"publish_plugin_from_github":[12,13],"published_dir":23,"purchas":18,"purpos":17,"put":27,"pw":[3,41],"py":34,"pydant":[13,14,15,22,24,26,31],"pydanticundefin":[13,15,20,22,31],"pypi":[32,35],"python":[3,6,17,26,32,35],"quantiti":[12,18,30],"queri":[13,15,18,21,26,29],"query_param":25,"queu":13,"queue":[13,21],"queue_plugin_instal":[12,13],"quit":[12,15],"r":26,"rais":[26,32,33,35],"random":31,"rang":[18,30],"rate":[0,3],"rather":15,"ratio":18,"ratio_config":18,"raw":[15,34],"re":17,"read":[13,15,19,22,26,32],"read_ag":[12,13],"read_equivalent_flag":[11,12,13,38],"read_json":[11,38],"read_model":[11,12,13,38],"read_persona":[12,13],"read_persona_by_path":[12,13],"read_plugin":[11,38],"read_preferred_model":[11,38],"read_provid":[11,12,13,38],"read_resourc":[12,26],"read_set":[12,13],"read_stream":[11,32],"readm":26,"recipi":19,"recommend":[13,35],"record":[18,30],"record_alloc":[12,18],"record_refund":[12,18],"record_usag":[12,18],"recurs":32,"redirect":[13,15,33],"redirect_to_login":33,"redirect_uri":[12,13,26],"redirectrespons":33,"refer":[4,13,15,18,20,26,29,32,35],"reference_id":[12,18],"refresh":[13,26],"refresh_agent_ownership_cach":[12,13],"refresh_catalog_statu":[12,13],"refresh_token":[12,26],"refund":18,"regist":[24,26,30],"register_compon":[11,38],"register_cost_typ":[12,30],"register_funct":[32,36],"register_hook":[32,36],"register_tool":[12,26],"registr":26,"registri":[3,5,8,11,13,39],"registry_asset":13,"registry_id":[12,13,26],"registry_set":13,"registry_settings_rout":12,"registry_token":13,"registry_url":[12,13],"registrybrowserequest":[12,13],"registryserverinstallrequest":[12,13],"relat":[18,29],"relev":[15,27],"rememb":15,"remot":[13,26,32,35],"remote_sourc":[12,13,22,32,35],"remov":[13,23,26,31,36],"remove_ag":[22,23],"remove_agent_rout":[12,22],"remove_mcp_serv":[12,13],"remove_plugin":[11,22,23,38],"remove_plugin_rout":[12,22],"remove_prefer":[32,36],"remove_provid":[11,38],"remove_rol":[12,31],"remove_serv":[12,26],"render":[11,15,32],"render_combined_templ":[11,32],"render_direct_templ":[11,32],"reorder_prefer":[32,36],"repeat":[3,5,15,17],"replac":[25,35],"replace_placehold":[12,25],"replace_raw_block":[32,34],"repli":15,"reply_to_messag":19,"repo":[12,13,32,35],"repo_path":[12,13,35],"report":[12,15,18],"repositori":[13,32,35],"request":[0,3,11,13,14,15,18,20,21,24,25,29,30,31,32,33,35],"request_id":[12,30],"request_path":24,"requir":[13,17,22,25,31,32,33,35],"require_admin":[32,33],"require_us":[15,32,33],"required_amount":18,"required_command":[12,22],"required_plugin":35,"required_servic":[12,22],"requires_all_rol":[11,32],"requires_any_rol":[11,32],"requires_rol":[11,32],"research":17,"reset":[17,31],"reset_password_with_token":[12,31],"reset_token":31,"resolut":[18,20,32,35],"resourc":26,"respons":[11,13,25,35],"restart":[3,5,7,8],"restart_serv":[12,13],"result":[1,3,8,15,29,32,35],"results_output":[12,15],"results_text":[12,15],"results_text_output":[12,15],"retri":15,"retriev":[13,15,29],"return":[13,14,15,17,18,19,20,25,26,29,31,32,33,35,36],"revers":18,"review":17,"right":2,"role":[12,15,31,32,33],"role_check":12,"role_servic":12,"room":15,"root":[11,25],"rout":[13,24,25,32,33],"route_decor":[11,39],"route_pattern":24,"router":12,"router_dedup_patch":12,"rule":[18,25],"run":[1,3,6,11,12,13,15,19,25,26,32],"run_command_with_stream":[11,32],"run_migr":[11,39],"run_task":[12,15],"run_task_rout":[12,15],"running_command":[12,15],"runtim":17,"runvnc":[3,5],"safe":[19,31,32],"sai":15,"same":[25,26],"samesit":25,"sanity_test":[12,26],"save":[3,7,9,13,20,25,26,30,32,35,36],"save_catalog":[12,26],"save_config":[12,26],"save_context":[11,32],"save_context_data":[11,32],"save_cost":[12,30],"save_cost_typ":[12,30],"save_env_fil":[12,20],"save_log":[11,32],"save_plugin_manifest":[11,32,35],"save_plugin_transl":[12,25],"save_prefer":[32,36],"save_session_data":[11,32],"save_set":[12,13],"save_settings_v2":[12,13],"save_token_counts_to_cach":[11,32],"scan":[13,20,25],"scan_agent_ownership":[12,13],"scan_and_import_ag":[12,13],"scan_and_import_agents_endpoint":[12,13],"scan_directori":[12,13],"scan_directory_for_env_var":[12,20],"scan_env_var":[12,20],"scan_for_ag":[12,13],"scandirectoryrequest":[12,13],"scene":27,"schema":15,"scope":[12,13,26,35],"score":[0,3],"script":[2,15,19,25],"sdk":26,"search":[3,4,5,8,12,13,19,26,32],"search_mcp_catalog":[12,13],"search_serv":[12,26],"second":[13,15],"secondari":15,"secret":[12,13,26],"section":[1,3,4,7,8,15,17,25,27,42],"section_el":25,"secur":[2,15],"see":[2,26],"select":[2,36],"sell":17,"send":[13,15,19,31],"send_email":[12,19],"send_email_help":[12,19],"send_messag":[12,15],"send_message_to_ag":[12,15],"send_password_reset_email":[12,31],"send_to_parent_chat":[12,15],"send_verification_email":[12,31],"sensit":31,"sent":32,"sentenc":15,"sequenc":32,"serv":[13,32,35],"serve_asset":[12,13],"server":[3,5,7,8,13,26,39,41],"server_info":26,"server_instal":12,"server_missing_normal_arg":39,"server_nam":[12,13,26],"server_prev":39,"server_request":13,"server_rout":12,"server_typ":[12,13],"servic":[11,12,13,18,22,26,31,32,35],"service_manager_":32,"service_model":12,"service_nam":[13,36],"service_or_command_nam":[12,13,36],"servicet":32,"sess_1234":17,"session":[15,17,24,25,26,29],"session_fil":[11,39],"session_id":[12,15,30,32],"set":[3,5,7,8,12,13,18,20,25,26,27,29,30,32,36,41],"set_client_info":[12,26],"set_config":[12,18],"set_cooki":[12,25],"set_cost":[12,30],"set_credit_ratio":[12,18],"set_default_templ":[12,29],"set_language_for_request":[12,25],"set_ratio":[12,18],"set_sess":[12,26],"set_token":[12,26],"set_transl":[12,25],"setting_id":13,"settings_data":13,"settings_rout":12,"setup":[12,31],"setup_app_intern":[11,39],"setup_template_environ":[11,32],"setup_verif":[12,31],"sha256":13,"share":[13,22],"shell":[3,5],"shop":15,"should":[2,3,8,13,14,15,18,20,22,24,25,26,27,31,35],"should_skip_directori":[12,20],"should_translate_fil":[32,35],"show":[0,1,3,8,17,31,32],"shown":[0,3,9],"side":[15,27,35],"signal":35,"signatur":36,"similar":26,"simpl":[3,9,13,26],"simpli":13,"simplifi":30,"simul":25,"singl":32,"skip":[3,6,20],"skip_verif":31,"smtp":19,"smtp_handler":12,"smtphandler":[12,19],"snippet":26,"so":[15,17],"softwar":15,"some":[15,25],"someth":[0,3,15],"somewhat":15,"sonnet":36,"sourc":[1,3,6,11,12,13,14,15,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34,35,36,38],"source_dir":[13,22],"source_path":[12,13,22,32,35],"space":25,"spanish":25,"spawn_restart":[12,13],"special":[15,17,25],"specif":[1,13,14,15,17,18,25,26,27,30,32,35],"specifi":[3,15,17,18,19,25,26,31,36,41],"spin":26,"spoken":15,"src":25,"sse":[13,21,26],"st":15,"standalon":25,"star":[0,3],"starlett":31,"start":[4,15,18,25,26,42],"start_dat":[18,30],"start_id":19,"start_oauth_flow":[12,26],"start_port":11,"start_raw":[15,34],"startup":[12,14,15,18,22,24,29,31],"state":[12,13,15,25,26,31,32,33,35],"static":[25,26,32,35],"staticfil":35,"statist":13,"statu":[12,13,15,17,19,20,26,29,31,33],"stderr":[13,32],"stderr_callback":32,"stdio":[13,26],"stdout":[13,32],"stdout_callback":32,"step":15,"stop":[15,26],"stop_serv":[12,13],"storag":[12,13,26],"store":[13,15,17,18,25,26,29,30,31],"store_asset":[12,13],"store_cont":[12,13],"store_ev":[12,30],"store_featur":[12,29],"store_plan":[12,29],"store_subscript":[12,29],"store_templ":[12,29],"store_transact":[12,18],"str":[11,13,14,15,17,18,19,20,21,22,23,24,25,26,29,30,31,32,33,35,36],"stream":[13,32],"stream_chat":36,"stream_command_as_ev":[11,32],"stream_install_plugin":[12,13],"stream_install_plugin_get":[12,13],"stream_install_recommended_plugin":[12,13],"streamcmd":[11,39],"streaminstallrequest":[12,13],"streamread":32,"string":[13,15,19,32,35],"stripe":[18,29],"stripe_integr":12,"stripeintegr":[12,29],"strong":25,"structur":[1,15,22,26,32,35],"style":[12,15],"sub_log_id":15,"subcontext":15,"subconvers":15,"subject":19,"submit":1,"submodul":[12,39],"subpackag":39,"subscribe_to_agent_messag":[12,15],"subscript":12,"subscription_id":[12,29],"subscription_manag":12,"subscription_pag":[12,29],"subscriptionmanag":[12,29],"subscriptionplan":[12,29],"subscriptionsplugin":[12,29],"subscriptionstorag":[12,29],"substitut":26,"subtask":17,"subtask_id":17,"success":[12,14,15,19,20,26,29,32,35],"successfulli":15,"suffici":18,"summari":[13,15,18,30],"support":[13,17,19,25,32,35,36],"sure":[3,8,15],"synchron":32,"system":[15,17,18,25,26,29,31,32,35,36],"t":[15,32,36],"tab":[0,3,8],"tabl":[0,3,15],"tableau":25,"tag":[2,12,13,26,35],"takeawai":15,"taken":27,"task":[1,4,15,17,18,29,32,42],"task_complet":15,"task_id":15,"task_request":15,"task_result":[12,15],"taskrequest":[12,15],"tell_and_continu":[12,15],"temp":[13,35],"temperatur":15,"templat":[1,11,25,29,35,36,39],"template_data":29,"template_id":[12,29],"template_obj":32,"template_path":32,"template_typ":32,"temporari":26,"test":[2,13,19,25,26,34,42],"test_basic_function":[12,25],"test_batch":12,"test_direct_connect":[12,13],"test_dynamic_command":12,"test_email":12,"test_email_servic":12,"test_enhanc":12,"test_file_integr":[12,25],"test_integrated_transl":[12,25],"test_integration_with_templ":[12,25],"test_l8n":12,"test_l8n_standalon":12,"test_language_detect":[12,25],"test_local_mcp_serv":[12,13],"test_local_server_cap":[12,26],"test_middlewar":12,"test_middleware_function":[12,25],"test_registry_connect":[12,13],"test_remote_mcp_serv":[12,13],"testmcpclient":12,"text":[12,15,17,19,25,27,34],"text_byt":19,"textmessagepart":[12,15],"than":15,"thei":[15,27],"them":[13,15,17,35,36],"therefor":15,"thi":[1,3,4,7,11,13,15,17,18,19,25,26,27,31,32,35,42],"thing":15,"third":[17,27],"those":15,"time":[3,13,17,41],"timeout":13,"timestamp":[12,18,30,31],"titl":25,"to_dict":[12,18,29,30],"toggl":[32,35],"toggle_plugin":[12,13],"toggle_plugin_st":[11,32,35],"togglepluginrequest":[12,13],"token":[2,12,13,15,24,26,31,32],"token_count":[11,15,39],"token_data":[12,31],"token_expires_at":[12,26],"tokenstorag":26,"tool":[4,12,13,17,26,42],"tool_nam":26,"top":[1,3,8,17],"total":[30,32],"track":[15,18,30],"track_usag":[12,30],"tracker":[0,3],"transact":18,"transaction_id":[12,18],"transform":23,"translat":[25,32,35],"translatedstaticfil":[32,35],"transport":[12,13,26],"transport_typ":[12,13,26],"transport_url":[12,13,26],"tree":32,"tri":32,"trigger":31,"troubleshoot":20,"true":[13,14,15,20,24,25,26,29,32,33,35,36],"trust":[12,22],"try":[0,3,13,15,19],"tupl":[13,18,26,31,32,35,36],"two":4,"tx":15,"txt":[32,35],"type":[12,13,14,15,18,20,29,30,31,32,35,36],"typic":[0,3,9,15,32,35],"u":[3,41],"ui":[0,3],"uid":19,"uncheck":17,"underscor":25,"understand":4,"uniqu":[15,17,27],"unit":[12,18,30],"unit_cost":30,"univers":15,"unless":15,"unregist":26,"unregister_server_tool":[12,26],"unspecifi":32,"up":[3,8,15,26,27,32],"updat":[13,15,18,20,23,26,29,30,31,32,35,38],"update_ag":[12,13],"update_cost":[12,30],"update_env_var":[12,20],"update_environment_var":[12,20],"update_featur":[12,29],"update_index":[22,23],"update_index_rout":[12,22],"update_mindroot":[12,13],"update_model":[11,38],"update_page_templ":[12,29],"update_persona":[12,13],"update_plan":[12,29],"update_plan_featur":[12,29],"update_plugin":[11,12,13,38],"update_plugin_manifest":[11,32,35],"update_plugins_json":[11,32],"update_provid":[11,38],"update_registry_set":[12,13],"update_server_statu":[12,26],"update_set":[12,13],"update_subscript":[12,29],"update_subscription_period":[12,29],"update_subscription_plan":[12,29],"update_subscription_statu":[12,29],"updated_at":[12,29],"updated_set":13,"upgrad":13,"upload":15,"upload_fil":[12,15],"uploadfil":[13,15,22,23],"uri":26,"url":[2,12,13,15,21,22,25,26,29],"us":[3,4,5,6,13,15,17,19,20,25,27,31,32,36],"usag":[12,18,32,35],"usage_admin":[12,30],"usageev":[12,30],"usagereport":[12,30],"usagestorag":[12,30],"usagetrack":[12,30],"usd":29,"user":[2,3,14,15,18,25,29,30,31,32,33,35,41],"user123":18,"user_data":31,"user_data_root":31,"user_servic":12,"userauth":[12,31],"userbas":[12,31],"usercr":[12,31],"userinrequest":[12,31],"usernam":[2,12,13,14,15,18,24,29,30,31],"usersubscript":[12,29],"usp":17,"usual":[3,6,27],"util":[12,26],"uv":26,"uvx":26,"v2":13,"valid":[14,15,25,31,32,33],"validate_agent_structur":[12,13],"validate_kei":[12,14],"validate_token":[12,15],"valu":[15,20,25,32,35],"var_nam":20,"var_valu":20,"variabl":[3,7,13,20,25,26,32],"variou":[25,32,35],"venv":[3,6],"verbatim":15,"veri":27,"verif":[17,31],"verifi":[19,31,33],"verification_expir":[12,31],"verification_token":[12,31],"verify_api_kei":[32,33],"verify_email":[12,31],"verify_us":[12,31],"version":[12,13,22,25,32,35],"via":[13,26],"video":[15,27],"video_of_m":[12,27],"view":27,"viewcod":4,"virtual":[3,6],"visit":32,"visited_log_id":32,"wa":[14,15,25],"wai":15,"wait":[1,13,15,17],"wait_for_user_repli":[12,15],"want":[3,4,8,15,27],"warn":25,"was_new":13,"we":[3,7,15],"wear":27,"web":[3,9],"webhook":29,"webhook_handl":12,"webhookhandl":[12,29],"websit":[4,42],"week":[0,3],"welcom":4,"well":27,"what":[15,27],"when":[2,15,25,27,33],"where":[17,25,27],"whether":[15,17,29,32,35],"which":[13,25,26],"whie":15,"while":15,"who":4,"widget":[15,24,42],"widget_manag":12,"widget_request":15,"widget_rout":12,"widgetmanag":[12,15],"widgets_dir":15,"widgettokencr":[12,15],"widgettokenrespons":[12,15],"within":[15,17,18,30],"without":[13,15,17,25,26,32],"word":15,"work":[0,1,3,15,19,26,32],"working_dir":26,"world":[32,34],"would":[15,25],"write":[15,25,34],"write_equivalent_flag":[11,38],"write_json":[11,38],"write_localized_fil":[12,25],"write_model":[11,38],"write_plugin":[11,38],"write_preferred_model":[11,38],"write_provid":[11,38],"write_set":[12,13],"written":17,"xyz":24,"yield":32,"you":[2,3,5,6,7,8,15,17,27,41,42],"your":[3,4,6,7,15,17,19,42],"youtub":15,"yyyi":18,"z0":31,"za":31,"zero":13,"zip":[13,15,23]},"titles":["Chat with Assistant","Developer Documentation","Embed Agent Chat on Your Website","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":13,"admin_init":31,"agent":2,"agent_import":13,"agent_op":23,"agent_rout":13,"ahp":10,"an":2,"api":[1,2,3,7],"api_kei":[14,33],"api_key_manag":14,"architectur":1,"asset_manag":13,"assist":[0,3,9],"auth":33,"avatar":2,"backup":37,"buchatlog":32,"buchatlog2":32,"butempl":32,"catalog_command":26,"catalog_manag":26,"chat":[0,2,3,15],"chat_avatar":16,"chatcontext":32,"chatlog":32,"chatlog_optim":32,"check_list":17,"cli":14,"code":[2,4],"command":[15,36],"command_rout":13,"component_manag":38,"content":[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,38,42],"contribut":1,"convers":18,"coreplugin":[12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31],"creat":2,"credit":18,"credit_integr":29,"data_access":38,"debug_load":25,"debug_middlewar":25,"default_templ":29,"develop":[1,4],"disabl":2,"document":[1,4,42],"dynamic_command":26,"email":19,"email_provid":19,"email_servic":31,"emb":2,"env_manag":20,"event":21,"exampl":1,"format_result_msg":15,"get":[2,3],"give":[3,9],"handler":[23,30],"hook":36,"html":2,"imap_handl":19,"index":[22,23],"index_op":23,"indic":4,"init_persona":27,"insert":2,"instal":[3,5,6,8,35],"json_escap":32,"json_str_block":34,"jwt_auth":24,"kei":[2,3,7],"l8n":25,"l8n_constant":25,"l8n_static_handl":35,"language_detect":25,"ledger":18,"left":2,"lib":[32,33,34,35,36,37],"llm":[3,7,8],"loader":35,"loader_with_l8n":35,"manifest":35,"map":35,"mcp_":26,"mcp_catalog_rout":13,"mcp_manag":26,"mcp_publish_rout":13,"mcp_registry_rout":13,"mcp_rout":13,"middlewar":[24,25],"migrat":11,"mindroot":[3,4,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,38,41],"miss":36,"mod":[13,14,15,17,18,19,20,21,22,24,25,26,27,28,29,30,31],"model":[15,18,22,29,30,31],"model_preferences_v2":36,"model_selector":32,"modul":[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,38,40],"monkey_patch_to_delet":25,"mr_agent_expert_instr":40,"oauth_callback_rout":13,"oauth_storag":26,"packag":[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,38],"parent_templ":32,"password_reset_servic":31,"path":35,"persona":27,"persona_handl":13,"persona_rout":13,"plugin":[1,3,5,8,32,35],"plugin_manag":13,"plugin_op":23,"plugin_rout":13,"plugin_router_fix":13,"plugin_router_new_not_work":13,"plugins_instal":32,"program":[3,9],"provid":[36,37],"publish":23,"refer":1,"registri":38,"registry_settings_rout":13,"report":30,"role_check":24,"role_servic":31,"route_decor":32,"router":[13,14,15,18,20,21,22,24,29,30,31],"router_dedup_patch":15,"server":11,"server_instal":26,"server_missing_normal_arg":11,"server_prev":11,"server_rout":13,"servic":[15,19,36],"service_model":13,"session_fil":32,"settings_rout":13,"setup":26,"smtp_handler":19,"sourc":4,"src":39,"start":[3,41],"startup":28,"storag":[18,29,30],"streamcmd":32,"stripe_integr":29,"submodul":[11,13,14,15,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34,35,36,38],"subpackag":[11,12,22,32,36],"subscript":29,"subscription_manag":29,"tabl":4,"task":[3,9],"templat":32,"test_batch":19,"test_dynamic_command":26,"test_email":19,"test_email_servic":19,"test_enhanc":25,"test_l8n":25,"test_l8n_standalon":25,"test_middlewar":25,"testmcpclient":26,"token_count":32,"tool":[3,5],"usag":30,"user":[4,42],"user_servic":31,"util":[15,22,25],"view":4,"webhook_handl":29,"websit":2,"widget":2,"widget_manag":15,"widget_rout":15,"your":2}})