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.
- mindroot/coreplugins/agent/agent.py +19 -3
- mindroot/coreplugins/agent/agent.py.bak +507 -0
- mindroot/coreplugins/chat/buwidget_routes.py +287 -0
- mindroot/coreplugins/chat/services.py +66 -2
- mindroot/coreplugins/chat/static/css/mobile.css +37 -0
- mindroot/coreplugins/chat/static/js/chat.js +26 -4
- mindroot/coreplugins/chat/templates/chat.jinja2 +1 -1
- mindroot/coreplugins/chat/widget_routes.py +53 -10
- mindroot/coreplugins/check_list/mod.py +52 -0
- mindroot/coreplugins/check_list/mod_create_checklist_lol.py +756 -0
- mindroot/coreplugins/check_list/plugin_info.json +1 -0
- mindroot/docs/_build/doctrees/developer_documentation.doctree +0 -0
- mindroot/docs/_build/doctrees/embed_chat.doctree +0 -0
- mindroot/docs/_build/doctrees/environment.pickle +0 -0
- mindroot/docs/_build/doctrees/source/mindroot.coreplugins.check_list.doctree +0 -0
- mindroot/docs/_build/doctrees/source/mindroot.lib.doctree +0 -0
- mindroot/docs/_build/doctrees/user_documentation.doctree +0 -0
- mindroot/docs/_build/html/_images/apikey.png +0 -0
- mindroot/docs/_build/html/_images/chatwidgetx.png +0 -0
- mindroot/docs/_build/html/_images/disablechatavatar.png +0 -0
- mindroot/docs/_build/html/_images/widgetform.png +0 -0
- mindroot/docs/_build/html/_images/widgetonpage.png +0 -0
- mindroot/docs/_build/html/_modules/index.html +1 -0
- mindroot/docs/_build/html/_modules/mindroot/coreplugins/admin/agent_importer.html +282 -86
- mindroot/docs/_build/html/_modules/mindroot/coreplugins/admin/agent_router.html +281 -88
- mindroot/docs/_build/html/_modules/mindroot/coreplugins/admin/asset_manager.html +280 -84
- mindroot/docs/_build/html/_modules/mindroot/coreplugins/admin/command_router.html +281 -88
- mindroot/docs/_build/html/_modules/mindroot/coreplugins/admin/mcp_catalog_routes.html +279 -86
- mindroot/docs/_build/html/_modules/mindroot/coreplugins/admin/mcp_publish_routes.html +284 -91
- mindroot/docs/_build/html/_modules/mindroot/coreplugins/admin/mcp_registry_routes.html +284 -91
- mindroot/docs/_build/html/_modules/mindroot/coreplugins/admin/mcp_routes.html +281 -88
- mindroot/docs/_build/html/_modules/mindroot/coreplugins/admin/mod.html +280 -84
- mindroot/docs/_build/html/_modules/mindroot/coreplugins/admin/oauth_callback_router.html +280 -87
- mindroot/docs/_build/html/_modules/mindroot/coreplugins/admin/persona_handler.html +282 -86
- mindroot/docs/_build/html/_modules/mindroot/coreplugins/admin/persona_router.html +285 -89
- mindroot/docs/_build/html/_modules/mindroot/coreplugins/admin/plugin_manager.html +281 -88
- mindroot/docs/_build/html/_modules/mindroot/coreplugins/admin/plugin_router.html +280 -87
- mindroot/docs/_build/html/_modules/mindroot/coreplugins/admin/plugin_routes.html +280 -87
- mindroot/docs/_build/html/_modules/mindroot/coreplugins/admin/registry_settings_routes.html +280 -87
- mindroot/docs/_build/html/_modules/mindroot/coreplugins/admin/router.html +281 -88
- mindroot/docs/_build/html/_modules/mindroot/coreplugins/admin/server_router.html +280 -84
- mindroot/docs/_build/html/_modules/mindroot/coreplugins/admin/service_models.html +280 -87
- mindroot/docs/_build/html/_modules/mindroot/coreplugins/admin/settings_router.html +1 -0
- mindroot/docs/_build/html/_modules/mindroot/coreplugins/api_keys/api_key_manager.html +280 -87
- mindroot/docs/_build/html/_modules/mindroot/coreplugins/api_keys/mod.html +279 -86
- mindroot/docs/_build/html/_modules/mindroot/coreplugins/api_keys/router.html +280 -87
- mindroot/docs/_build/html/_modules/mindroot/coreplugins/chat/commands.html +281 -88
- mindroot/docs/_build/html/_modules/mindroot/coreplugins/chat/mod.html +279 -86
- mindroot/docs/_build/html/_modules/mindroot/coreplugins/chat/models.html +280 -87
- mindroot/docs/_build/html/_modules/mindroot/coreplugins/chat/router.html +281 -88
- mindroot/docs/_build/html/_modules/mindroot/coreplugins/chat/services.html +283 -90
- mindroot/docs/_build/html/_modules/mindroot/coreplugins/chat/widget_manager.html +279 -86
- mindroot/docs/_build/html/_modules/mindroot/coreplugins/chat/widget_routes.html +279 -86
- mindroot/docs/_build/html/_modules/mindroot/coreplugins/check_list/mod.html +669 -213
- mindroot/docs/_build/html/_modules/mindroot/coreplugins/credits/conversion.html +280 -87
- mindroot/docs/_build/html/_modules/mindroot/coreplugins/credits/ledger.html +281 -88
- mindroot/docs/_build/html/_modules/mindroot/coreplugins/credits/mod.html +281 -88
- mindroot/docs/_build/html/_modules/mindroot/coreplugins/credits/models.html +279 -86
- mindroot/docs/_build/html/_modules/mindroot/coreplugins/credits/router.html +279 -86
- mindroot/docs/_build/html/_modules/mindroot/coreplugins/credits/storage.html +279 -86
- mindroot/docs/_build/html/_modules/mindroot/coreplugins/email/email_provider.html +280 -87
- mindroot/docs/_build/html/_modules/mindroot/coreplugins/email/imap_handler.html +284 -91
- mindroot/docs/_build/html/_modules/mindroot/coreplugins/email/mod.html +280 -87
- mindroot/docs/_build/html/_modules/mindroot/coreplugins/email/services.html +280 -87
- mindroot/docs/_build/html/_modules/mindroot/coreplugins/email/smtp_handler.html +280 -87
- mindroot/docs/_build/html/_modules/mindroot/coreplugins/email/test_email_service.html +280 -87
- mindroot/docs/_build/html/_modules/mindroot/coreplugins/env_manager/mod.html +281 -88
- mindroot/docs/_build/html/_modules/mindroot/coreplugins/env_manager/router.html +280 -87
- mindroot/docs/_build/html/_modules/mindroot/coreplugins/events/router.html +280 -87
- mindroot/docs/_build/html/_modules/mindroot/coreplugins/index/handlers/agent_ops.html +280 -87
- mindroot/docs/_build/html/_modules/mindroot/coreplugins/index/handlers/index_ops.html +280 -87
- mindroot/docs/_build/html/_modules/mindroot/coreplugins/index/handlers/plugin_ops.html +284 -91
- mindroot/docs/_build/html/_modules/mindroot/coreplugins/index/handlers/publish.html +281 -88
- mindroot/docs/_build/html/_modules/mindroot/coreplugins/index/mod.html +279 -86
- mindroot/docs/_build/html/_modules/mindroot/coreplugins/index/models.html +282 -86
- mindroot/docs/_build/html/_modules/mindroot/coreplugins/index/router.html +284 -91
- mindroot/docs/_build/html/_modules/mindroot/coreplugins/index/utils.html +282 -86
- mindroot/docs/_build/html/_modules/mindroot/coreplugins/jwt_auth/middleware.html +1 -0
- mindroot/docs/_build/html/_modules/mindroot/coreplugins/jwt_auth/mod.html +279 -86
- mindroot/docs/_build/html/_modules/mindroot/coreplugins/jwt_auth/router.html +280 -87
- mindroot/docs/_build/html/_modules/mindroot/coreplugins/l8n/language_detection.html +280 -84
- mindroot/docs/_build/html/_modules/mindroot/coreplugins/l8n/middleware.html +280 -84
- mindroot/docs/_build/html/_modules/mindroot/coreplugins/l8n/mod.html +282 -86
- mindroot/docs/_build/html/_modules/mindroot/coreplugins/l8n/test_enhanced.html +280 -84
- mindroot/docs/_build/html/_modules/mindroot/coreplugins/l8n/test_l8n_standalone.html +282 -86
- mindroot/docs/_build/html/_modules/mindroot/coreplugins/l8n/test_middleware.html +282 -86
- mindroot/docs/_build/html/_modules/mindroot/coreplugins/l8n/utils.html +280 -84
- mindroot/docs/_build/html/_modules/mindroot/coreplugins/mcp_/catalog_commands.html +282 -86
- mindroot/docs/_build/html/_modules/mindroot/coreplugins/mcp_/catalog_manager.html +280 -84
- mindroot/docs/_build/html/_modules/mindroot/coreplugins/mcp_/dynamic_commands.html +280 -84
- mindroot/docs/_build/html/_modules/mindroot/coreplugins/mcp_/mcp_manager.html +282 -86
- mindroot/docs/_build/html/_modules/mindroot/coreplugins/mcp_/mod.html +282 -86
- mindroot/docs/_build/html/_modules/mindroot/coreplugins/mcp_/oauth_storage.html +280 -84
- mindroot/docs/_build/html/_modules/mindroot/coreplugins/mcp_/server_installer.html +282 -86
- mindroot/docs/_build/html/_modules/mindroot/coreplugins/mcp_/testmcpclient.html +285 -89
- mindroot/docs/_build/html/_modules/mindroot/coreplugins/persona/init_persona.html +280 -84
- mindroot/docs/_build/html/_modules/mindroot/coreplugins/persona/mod.html +282 -86
- mindroot/docs/_build/html/_modules/mindroot/coreplugins/startup/mod.html +282 -86
- mindroot/docs/_build/html/_modules/mindroot/coreplugins/subscriptions/credit_integration.html +280 -84
- mindroot/docs/_build/html/_modules/mindroot/coreplugins/subscriptions/mod.html +282 -86
- mindroot/docs/_build/html/_modules/mindroot/coreplugins/subscriptions/models.html +280 -84
- mindroot/docs/_build/html/_modules/mindroot/coreplugins/subscriptions/router.html +285 -89
- mindroot/docs/_build/html/_modules/mindroot/coreplugins/subscriptions/storage.html +282 -86
- mindroot/docs/_build/html/_modules/mindroot/coreplugins/subscriptions/stripe_integration.html +280 -84
- mindroot/docs/_build/html/_modules/mindroot/coreplugins/subscriptions/subscription_manager.html +280 -84
- mindroot/docs/_build/html/_modules/mindroot/coreplugins/subscriptions/webhook_handler.html +280 -84
- mindroot/docs/_build/html/_modules/mindroot/coreplugins/usage/handlers.html +282 -86
- mindroot/docs/_build/html/_modules/mindroot/coreplugins/usage/mod.html +282 -86
- mindroot/docs/_build/html/_modules/mindroot/coreplugins/usage/models.html +282 -86
- mindroot/docs/_build/html/_modules/mindroot/coreplugins/usage/reporting.html +282 -86
- mindroot/docs/_build/html/_modules/mindroot/coreplugins/usage/router.html +282 -86
- mindroot/docs/_build/html/_modules/mindroot/coreplugins/usage/storage.html +285 -89
- mindroot/docs/_build/html/_modules/mindroot/coreplugins/user_service/admin_init.html +282 -86
- mindroot/docs/_build/html/_modules/mindroot/coreplugins/user_service/email_service.html +282 -86
- mindroot/docs/_build/html/_modules/mindroot/coreplugins/user_service/mod.html +280 -84
- mindroot/docs/_build/html/_modules/mindroot/coreplugins/user_service/models.html +282 -86
- mindroot/docs/_build/html/_modules/mindroot/coreplugins/user_service/password_reset_service.html +282 -86
- mindroot/docs/_build/html/_modules/mindroot/coreplugins/user_service/role_service.html +282 -86
- mindroot/docs/_build/html/_modules/mindroot/coreplugins/user_service/router.html +282 -86
- mindroot/docs/_build/html/_modules/mindroot/lib/auth/api_key.html +280 -84
- mindroot/docs/_build/html/_modules/mindroot/lib/auth/auth.html +282 -86
- mindroot/docs/_build/html/_modules/mindroot/lib/buchatlog.html +285 -89
- mindroot/docs/_build/html/_modules/mindroot/lib/buchatlog2.html +282 -86
- mindroot/docs/_build/html/_modules/mindroot/lib/butemplates.html +282 -86
- mindroot/docs/_build/html/_modules/mindroot/lib/chatcontext.html +285 -89
- mindroot/docs/_build/html/_modules/mindroot/lib/chatlog.html +440 -91
- mindroot/docs/_build/html/_modules/mindroot/lib/chatlog_optimized.html +282 -86
- mindroot/docs/_build/html/_modules/mindroot/lib/json_escape.html +280 -84
- mindroot/docs/_build/html/_modules/mindroot/lib/json_str_block/json_str_block.html +282 -86
- mindroot/docs/_build/html/_modules/mindroot/lib/parent_templates.html +282 -86
- mindroot/docs/_build/html/_modules/mindroot/lib/plugins/installation.html +280 -84
- mindroot/docs/_build/html/_modules/mindroot/lib/plugins/l8n_static_handler.html +280 -84
- mindroot/docs/_build/html/_modules/mindroot/lib/plugins/loader.html +282 -86
- mindroot/docs/_build/html/_modules/mindroot/lib/plugins/loader_with_l8n.html +282 -86
- mindroot/docs/_build/html/_modules/mindroot/lib/plugins/manifest.html +282 -86
- mindroot/docs/_build/html/_modules/mindroot/lib/plugins/mapping.html +280 -84
- mindroot/docs/_build/html/_modules/mindroot/lib/plugins/paths.html +282 -86
- mindroot/docs/_build/html/_modules/mindroot/lib/plugins_install.html +282 -86
- mindroot/docs/_build/html/_modules/mindroot/lib/providers/commands.html +282 -87
- mindroot/docs/_build/html/_modules/mindroot/lib/providers/hooks.html +280 -85
- mindroot/docs/_build/html/_modules/mindroot/lib/providers/missing.html +282 -87
- mindroot/docs/_build/html/_modules/mindroot/lib/providers/model_preferences_v2.html +1 -0
- mindroot/docs/_build/html/_modules/mindroot/lib/providers/services.html +282 -87
- mindroot/docs/_build/html/_modules/mindroot/lib/providers.html +285 -89
- mindroot/docs/_build/html/_modules/mindroot/lib/route_decorators.html +282 -86
- mindroot/docs/_build/html/_modules/mindroot/lib/session_files.html +282 -86
- mindroot/docs/_build/html/_modules/mindroot/lib/streamcmd.html +282 -86
- mindroot/docs/_build/html/_modules/mindroot/lib/templates.html +1 -0
- mindroot/docs/_build/html/_modules/mindroot/lib/token_counter.html +280 -84
- mindroot/docs/_build/html/_modules/mindroot/migrate.html +282 -86
- mindroot/docs/_build/html/_modules/mindroot/registry/component_manager.html +282 -86
- mindroot/docs/_build/html/_modules/mindroot/registry/data_access.html +285 -89
- mindroot/docs/_build/html/_modules/mindroot/server.html +1 -0
- mindroot/docs/_build/html/_modules/mindroot/server_missing_normal_args.html +282 -86
- mindroot/docs/_build/html/_modules/mindroot/server_prev.html +282 -86
- mindroot/docs/_build/html/_sources/developer_documentation.rst.txt +1 -1
- mindroot/docs/_build/html/_sources/embed_chat.rst.txt +54 -0
- mindroot/docs/_build/html/_sources/user_documentation.rst.txt +6 -1
- mindroot/docs/_build/html/chat_with_assistant.html +1 -0
- mindroot/docs/_build/html/developer_documentation.html +5 -4
- mindroot/docs/_build/html/embed_chat.html +381 -0
- mindroot/docs/_build/html/genindex.html +9 -2
- mindroot/docs/_build/html/getting_started.html +1 -0
- mindroot/docs/_build/html/index.html +2 -0
- mindroot/docs/_build/html/install_plugins_with_tools.html +1 -0
- mindroot/docs/_build/html/installation.html +1 -0
- mindroot/docs/_build/html/llm_api_key.html +1 -0
- mindroot/docs/_build/html/llm_plugin_installation.html +1 -0
- mindroot/docs/_build/html/objects.inv +0 -0
- mindroot/docs/_build/html/programming_task.html +4 -3
- mindroot/docs/_build/html/py-modindex.html +2 -1
- mindroot/docs/_build/html/search.html +1 -0
- mindroot/docs/_build/html/searchindex.js +1 -1
- mindroot/docs/_build/html/source/ahp.html +1 -0
- mindroot/docs/_build/html/source/mindroot.coreplugins.admin.html +1 -0
- mindroot/docs/_build/html/source/mindroot.coreplugins.api_keys.html +1 -0
- mindroot/docs/_build/html/source/mindroot.coreplugins.chat.html +1 -0
- mindroot/docs/_build/html/source/mindroot.coreplugins.chat_avatar.html +1 -0
- mindroot/docs/_build/html/source/mindroot.coreplugins.check_list.html +76 -45
- mindroot/docs/_build/html/source/mindroot.coreplugins.credits.html +1 -0
- mindroot/docs/_build/html/source/mindroot.coreplugins.email.html +1 -0
- mindroot/docs/_build/html/source/mindroot.coreplugins.env_manager.html +1 -0
- mindroot/docs/_build/html/source/mindroot.coreplugins.events.html +1 -0
- mindroot/docs/_build/html/source/mindroot.coreplugins.html +3 -0
- mindroot/docs/_build/html/source/mindroot.coreplugins.index.handlers.html +1 -0
- mindroot/docs/_build/html/source/mindroot.coreplugins.index.html +1 -0
- mindroot/docs/_build/html/source/mindroot.coreplugins.jwt_auth.html +1 -0
- mindroot/docs/_build/html/source/mindroot.coreplugins.l8n.html +1 -0
- mindroot/docs/_build/html/source/mindroot.coreplugins.mcp_.html +1 -0
- mindroot/docs/_build/html/source/mindroot.coreplugins.persona.html +1 -0
- mindroot/docs/_build/html/source/mindroot.coreplugins.startup.html +1 -0
- mindroot/docs/_build/html/source/mindroot.coreplugins.subscriptions.html +1 -0
- mindroot/docs/_build/html/source/mindroot.coreplugins.usage.html +1 -0
- mindroot/docs/_build/html/source/mindroot.coreplugins.user_service.html +1 -0
- mindroot/docs/_build/html/source/mindroot.html +2 -0
- mindroot/docs/_build/html/source/mindroot.lib.auth.html +1 -0
- mindroot/docs/_build/html/source/mindroot.lib.html +34 -3
- mindroot/docs/_build/html/source/mindroot.lib.json_str_block.html +1 -0
- mindroot/docs/_build/html/source/mindroot.lib.plugins.html +1 -0
- mindroot/docs/_build/html/source/mindroot.lib.providers.backup.html +1 -0
- mindroot/docs/_build/html/source/mindroot.lib.providers.html +1 -0
- mindroot/docs/_build/html/source/mindroot.registry.html +1 -0
- mindroot/docs/_build/html/source/modules.html +1 -0
- mindroot/docs/_build/html/source/mr_agent_expert_instr.html +1 -0
- mindroot/docs/_build/html/starting_mindroot.html +1 -0
- mindroot/docs/_build/html/user_documentation.html +9 -0
- mindroot/docs/apikey.png +0 -0
- mindroot/docs/chatwidget1.png +0 -0
- mindroot/docs/chatwidgetx.png +0 -0
- mindroot/docs/disablechatavatar.png +0 -0
- mindroot/docs/embed_chat.rst +54 -0
- mindroot/docs/user_documentation.rst +6 -1
- mindroot/docs/widgetform.png +0 -0
- mindroot/docs/widgetonpage.png +0 -0
- {mindroot-10.0.0.dist-info → mindroot-10.3.0.dist-info}/METADATA +1 -1
- {mindroot-10.0.0.dist-info → mindroot-10.3.0.dist-info}/RECORD +220 -251
- mindroot/docs/_build/html/.buildinfo.bak +0 -4
- mindroot/docs/_build/html/_static/_sphinx_javascript_frameworks_compat.js +0 -123
- mindroot/docs/_build/html/_static/css/badge_only.css +0 -1
- mindroot/docs/_build/html/_static/css/fonts/Roboto-Slab-Bold.woff +0 -0
- mindroot/docs/_build/html/_static/css/fonts/Roboto-Slab-Bold.woff2 +0 -0
- mindroot/docs/_build/html/_static/css/fonts/Roboto-Slab-Regular.woff +0 -0
- mindroot/docs/_build/html/_static/css/fonts/Roboto-Slab-Regular.woff2 +0 -0
- mindroot/docs/_build/html/_static/css/fonts/fontawesome-webfont.eot +0 -0
- mindroot/docs/_build/html/_static/css/fonts/fontawesome-webfont.svg +0 -2671
- mindroot/docs/_build/html/_static/css/fonts/fontawesome-webfont.ttf +0 -0
- mindroot/docs/_build/html/_static/css/fonts/fontawesome-webfont.woff +0 -0
- mindroot/docs/_build/html/_static/css/fonts/fontawesome-webfont.woff2 +0 -0
- mindroot/docs/_build/html/_static/css/fonts/lato-bold-italic.woff +0 -0
- mindroot/docs/_build/html/_static/css/fonts/lato-bold-italic.woff2 +0 -0
- mindroot/docs/_build/html/_static/css/fonts/lato-bold.woff +0 -0
- mindroot/docs/_build/html/_static/css/fonts/lato-bold.woff2 +0 -0
- mindroot/docs/_build/html/_static/css/fonts/lato-normal-italic.woff +0 -0
- mindroot/docs/_build/html/_static/css/fonts/lato-normal-italic.woff2 +0 -0
- mindroot/docs/_build/html/_static/css/fonts/lato-normal.woff +0 -0
- mindroot/docs/_build/html/_static/css/fonts/lato-normal.woff2 +0 -0
- mindroot/docs/_build/html/_static/css/theme.css +0 -4
- mindroot/docs/_build/html/_static/fonts/Lato/lato-bold.eot +0 -0
- mindroot/docs/_build/html/_static/fonts/Lato/lato-bold.ttf +0 -0
- mindroot/docs/_build/html/_static/fonts/Lato/lato-bold.woff +0 -0
- mindroot/docs/_build/html/_static/fonts/Lato/lato-bold.woff2 +0 -0
- mindroot/docs/_build/html/_static/fonts/Lato/lato-bolditalic.eot +0 -0
- mindroot/docs/_build/html/_static/fonts/Lato/lato-bolditalic.ttf +0 -0
- mindroot/docs/_build/html/_static/fonts/Lato/lato-bolditalic.woff +0 -0
- mindroot/docs/_build/html/_static/fonts/Lato/lato-bolditalic.woff2 +0 -0
- mindroot/docs/_build/html/_static/fonts/Lato/lato-italic.eot +0 -0
- mindroot/docs/_build/html/_static/fonts/Lato/lato-italic.ttf +0 -0
- mindroot/docs/_build/html/_static/fonts/Lato/lato-italic.woff +0 -0
- mindroot/docs/_build/html/_static/fonts/Lato/lato-italic.woff2 +0 -0
- mindroot/docs/_build/html/_static/fonts/Lato/lato-regular.eot +0 -0
- mindroot/docs/_build/html/_static/fonts/Lato/lato-regular.ttf +0 -0
- mindroot/docs/_build/html/_static/fonts/Lato/lato-regular.woff +0 -0
- mindroot/docs/_build/html/_static/fonts/Lato/lato-regular.woff2 +0 -0
- mindroot/docs/_build/html/_static/fonts/RobotoSlab/roboto-slab-v7-bold.eot +0 -0
- mindroot/docs/_build/html/_static/fonts/RobotoSlab/roboto-slab-v7-bold.ttf +0 -0
- mindroot/docs/_build/html/_static/fonts/RobotoSlab/roboto-slab-v7-bold.woff +0 -0
- mindroot/docs/_build/html/_static/fonts/RobotoSlab/roboto-slab-v7-bold.woff2 +0 -0
- mindroot/docs/_build/html/_static/fonts/RobotoSlab/roboto-slab-v7-regular.eot +0 -0
- mindroot/docs/_build/html/_static/fonts/RobotoSlab/roboto-slab-v7-regular.ttf +0 -0
- mindroot/docs/_build/html/_static/fonts/RobotoSlab/roboto-slab-v7-regular.woff +0 -0
- mindroot/docs/_build/html/_static/fonts/RobotoSlab/roboto-slab-v7-regular.woff2 +0 -0
- mindroot/docs/_build/html/_static/jquery.js +0 -2
- mindroot/docs/_build/html/_static/js/badge_only.js +0 -1
- mindroot/docs/_build/html/_static/js/theme.js +0 -1
- mindroot/docs/_build/html/_static/js/versions.js +0 -228
- {mindroot-10.0.0.dist-info → mindroot-10.3.0.dist-info}/WHEEL +0 -0
- {mindroot-10.0.0.dist-info → mindroot-10.3.0.dist-info}/entry_points.txt +0 -0
- {mindroot-10.0.0.dist-info → mindroot-10.3.0.dist-info}/licenses/LICENSE +0 -0
- {mindroot-10.0.0.dist-info → mindroot-10.3.0.dist-info}/top_level.txt +0 -0
|
@@ -0,0 +1,381 @@
|
|
|
1
|
+
<!doctype html>
|
|
2
|
+
<html class="no-js" lang="en" data-content_root="./">
|
|
3
|
+
<head><meta charset="utf-8"/>
|
|
4
|
+
<meta name="viewport" content="width=device-width,initial-scale=1"/>
|
|
5
|
+
<meta name="color-scheme" content="light dark"><meta name="viewport" content="width=device-width, initial-scale=1" />
|
|
6
|
+
<link rel="index" title="Index" href="genindex.html" /><link rel="search" title="Search" href="search.html" /><link rel="next" title="Developer Documentation" href="developer_documentation.html" /><link rel="prev" title="Give Assistant a Programming Task" href="programming_task.html" />
|
|
7
|
+
|
|
8
|
+
<!-- Generated with Sphinx 8.2.3 and Furo 2025.07.19 -->
|
|
9
|
+
<title>Embed Agent Chat on Your Website - MindRoot 9.10.0 documentation</title>
|
|
10
|
+
<link rel="stylesheet" type="text/css" href="_static/pygments.css?v=d111a655" />
|
|
11
|
+
<link rel="stylesheet" type="text/css" href="_static/styles/furo.css?v=25af2a20" />
|
|
12
|
+
<link rel="stylesheet" type="text/css" href="_static/styles/furo-extensions.css?v=8dab3a3b" />
|
|
13
|
+
<link rel="stylesheet" type="text/css" href="_static/custom.css?v=f4b9d74b" />
|
|
14
|
+
|
|
15
|
+
|
|
16
|
+
|
|
17
|
+
|
|
18
|
+
<style>
|
|
19
|
+
body {
|
|
20
|
+
--color-code-background: #f2f2f2;
|
|
21
|
+
--color-code-foreground: #1e1e1e;
|
|
22
|
+
--color-brand-primary: #007acc;
|
|
23
|
+
--color-brand-content: #007acc;
|
|
24
|
+
|
|
25
|
+
}
|
|
26
|
+
@media not print {
|
|
27
|
+
body[data-theme="dark"] {
|
|
28
|
+
--color-code-background: #2b2b2b;
|
|
29
|
+
--color-code-foreground: #f8f8f2;
|
|
30
|
+
--color-brand-primary: #ff7b72;
|
|
31
|
+
--color-brand-content: #ff7b72;
|
|
32
|
+
|
|
33
|
+
}
|
|
34
|
+
@media (prefers-color-scheme: dark) {
|
|
35
|
+
body:not([data-theme="light"]) {
|
|
36
|
+
--color-code-background: #2b2b2b;
|
|
37
|
+
--color-code-foreground: #f8f8f2;
|
|
38
|
+
--color-brand-primary: #ff7b72;
|
|
39
|
+
--color-brand-content: #ff7b72;
|
|
40
|
+
|
|
41
|
+
}
|
|
42
|
+
}
|
|
43
|
+
}
|
|
44
|
+
</style></head>
|
|
45
|
+
<body>
|
|
46
|
+
|
|
47
|
+
<script>
|
|
48
|
+
document.body.dataset.theme = localStorage.getItem("theme") || "auto";
|
|
49
|
+
</script>
|
|
50
|
+
|
|
51
|
+
|
|
52
|
+
<svg xmlns="http://www.w3.org/2000/svg" style="display: none;">
|
|
53
|
+
<symbol id="svg-toc" viewBox="0 0 24 24">
|
|
54
|
+
<title>Contents</title>
|
|
55
|
+
<svg stroke="currentColor" fill="currentColor" stroke-width="0" viewBox="0 0 1024 1024">
|
|
56
|
+
<path d="M408 442h480c4.4 0 8-3.6 8-8v-56c0-4.4-3.6-8-8-8H408c-4.4 0-8 3.6-8 8v56c0 4.4 3.6 8 8 8zm-8 204c0 4.4 3.6 8 8 8h480c4.4 0 8-3.6 8-8v-56c0-4.4-3.6-8-8-8H408c-4.4 0-8 3.6-8 8v56zm504-486H120c-4.4 0-8 3.6-8 8v56c0 4.4 3.6 8 8 8h784c4.4 0 8-3.6 8-8v-56c0-4.4-3.6-8-8-8zm0 632H120c-4.4 0-8 3.6-8 8v56c0 4.4 3.6 8 8 8h784c4.4 0 8-3.6 8-8v-56c0-4.4-3.6-8-8-8zM115.4 518.9L271.7 642c5.8 4.6 14.4.5 14.4-6.9V388.9c0-7.4-8.5-11.5-14.4-6.9L115.4 505.1a8.74 8.74 0 0 0 0 13.8z"/>
|
|
57
|
+
</svg>
|
|
58
|
+
</symbol>
|
|
59
|
+
<symbol id="svg-menu" viewBox="0 0 24 24">
|
|
60
|
+
<title>Menu</title>
|
|
61
|
+
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="none" stroke="currentColor"
|
|
62
|
+
stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="feather-menu">
|
|
63
|
+
<line x1="3" y1="12" x2="21" y2="12"></line>
|
|
64
|
+
<line x1="3" y1="6" x2="21" y2="6"></line>
|
|
65
|
+
<line x1="3" y1="18" x2="21" y2="18"></line>
|
|
66
|
+
</svg>
|
|
67
|
+
</symbol>
|
|
68
|
+
<symbol id="svg-arrow-right" viewBox="0 0 24 24">
|
|
69
|
+
<title>Expand</title>
|
|
70
|
+
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="none" stroke="currentColor"
|
|
71
|
+
stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="feather-chevron-right">
|
|
72
|
+
<polyline points="9 18 15 12 9 6"></polyline>
|
|
73
|
+
</svg>
|
|
74
|
+
</symbol>
|
|
75
|
+
<symbol id="svg-sun" viewBox="0 0 24 24">
|
|
76
|
+
<title>Light mode</title>
|
|
77
|
+
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="none" stroke="currentColor"
|
|
78
|
+
stroke-width="1" stroke-linecap="round" stroke-linejoin="round" class="feather-sun">
|
|
79
|
+
<circle cx="12" cy="12" r="5"></circle>
|
|
80
|
+
<line x1="12" y1="1" x2="12" y2="3"></line>
|
|
81
|
+
<line x1="12" y1="21" x2="12" y2="23"></line>
|
|
82
|
+
<line x1="4.22" y1="4.22" x2="5.64" y2="5.64"></line>
|
|
83
|
+
<line x1="18.36" y1="18.36" x2="19.78" y2="19.78"></line>
|
|
84
|
+
<line x1="1" y1="12" x2="3" y2="12"></line>
|
|
85
|
+
<line x1="21" y1="12" x2="23" y2="12"></line>
|
|
86
|
+
<line x1="4.22" y1="19.78" x2="5.64" y2="18.36"></line>
|
|
87
|
+
<line x1="18.36" y1="5.64" x2="19.78" y2="4.22"></line>
|
|
88
|
+
</svg>
|
|
89
|
+
</symbol>
|
|
90
|
+
<symbol id="svg-moon" viewBox="0 0 24 24">
|
|
91
|
+
<title>Dark mode</title>
|
|
92
|
+
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="none" stroke="currentColor"
|
|
93
|
+
stroke-width="1" stroke-linecap="round" stroke-linejoin="round" class="icon-tabler-moon">
|
|
94
|
+
<path stroke="none" d="M0 0h24v24H0z" fill="none" />
|
|
95
|
+
<path d="M12 3c.132 0 .263 0 .393 0a7.5 7.5 0 0 0 7.92 12.446a9 9 0 1 1 -8.313 -12.454z" />
|
|
96
|
+
</svg>
|
|
97
|
+
</symbol>
|
|
98
|
+
<symbol id="svg-sun-with-moon" viewBox="0 0 24 24">
|
|
99
|
+
<title>Auto light/dark, in light mode</title>
|
|
100
|
+
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="none" stroke="currentColor"
|
|
101
|
+
stroke-width="1" stroke-linecap="round" stroke-linejoin="round"
|
|
102
|
+
class="icon-custom-derived-from-feather-sun-and-tabler-moon">
|
|
103
|
+
<path style="opacity: 50%" d="M 5.411 14.504 C 5.471 14.504 5.532 14.504 5.591 14.504 C 3.639 16.319 4.383 19.569 6.931 20.352 C 7.693 20.586 8.512 20.551 9.25 20.252 C 8.023 23.207 4.056 23.725 2.11 21.184 C 0.166 18.642 1.702 14.949 4.874 14.536 C 5.051 14.512 5.231 14.5 5.411 14.5 L 5.411 14.504 Z"/>
|
|
104
|
+
<line x1="14.5" y1="3.25" x2="14.5" y2="1.25"/>
|
|
105
|
+
<line x1="14.5" y1="15.85" x2="14.5" y2="17.85"/>
|
|
106
|
+
<line x1="10.044" y1="5.094" x2="8.63" y2="3.68"/>
|
|
107
|
+
<line x1="19" y1="14.05" x2="20.414" y2="15.464"/>
|
|
108
|
+
<line x1="8.2" y1="9.55" x2="6.2" y2="9.55"/>
|
|
109
|
+
<line x1="20.8" y1="9.55" x2="22.8" y2="9.55"/>
|
|
110
|
+
<line x1="10.044" y1="14.006" x2="8.63" y2="15.42"/>
|
|
111
|
+
<line x1="19" y1="5.05" x2="20.414" y2="3.636"/>
|
|
112
|
+
<circle cx="14.5" cy="9.55" r="3.6"/>
|
|
113
|
+
</svg>
|
|
114
|
+
</symbol>
|
|
115
|
+
<symbol id="svg-moon-with-sun" viewBox="0 0 24 24">
|
|
116
|
+
<title>Auto light/dark, in dark mode</title>
|
|
117
|
+
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="none" stroke="currentColor"
|
|
118
|
+
stroke-width="1" stroke-linecap="round" stroke-linejoin="round"
|
|
119
|
+
class="icon-custom-derived-from-feather-sun-and-tabler-moon">
|
|
120
|
+
<path d="M 8.282 7.007 C 8.385 7.007 8.494 7.007 8.595 7.007 C 5.18 10.184 6.481 15.869 10.942 17.24 C 12.275 17.648 13.706 17.589 15 17.066 C 12.851 22.236 5.91 23.143 2.505 18.696 C -0.897 14.249 1.791 7.786 7.342 7.063 C 7.652 7.021 7.965 7 8.282 7 L 8.282 7.007 Z"/>
|
|
121
|
+
<line style="opacity: 50%" x1="18" y1="3.705" x2="18" y2="2.5"/>
|
|
122
|
+
<line style="opacity: 50%" x1="18" y1="11.295" x2="18" y2="12.5"/>
|
|
123
|
+
<line style="opacity: 50%" x1="15.316" y1="4.816" x2="14.464" y2="3.964"/>
|
|
124
|
+
<line style="opacity: 50%" x1="20.711" y1="10.212" x2="21.563" y2="11.063"/>
|
|
125
|
+
<line style="opacity: 50%" x1="14.205" y1="7.5" x2="13.001" y2="7.5"/>
|
|
126
|
+
<line style="opacity: 50%" x1="21.795" y1="7.5" x2="23" y2="7.5"/>
|
|
127
|
+
<line style="opacity: 50%" x1="15.316" y1="10.184" x2="14.464" y2="11.036"/>
|
|
128
|
+
<line style="opacity: 50%" x1="20.711" y1="4.789" x2="21.563" y2="3.937"/>
|
|
129
|
+
<circle style="opacity: 50%" cx="18" cy="7.5" r="2.169"/>
|
|
130
|
+
</svg>
|
|
131
|
+
</symbol>
|
|
132
|
+
<symbol id="svg-pencil" viewBox="0 0 24 24">
|
|
133
|
+
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="none" stroke="currentColor"
|
|
134
|
+
stroke-width="1" stroke-linecap="round" stroke-linejoin="round" class="icon-tabler-pencil-code">
|
|
135
|
+
<path d="M4 20h4l10.5 -10.5a2.828 2.828 0 1 0 -4 -4l-10.5 10.5v4" />
|
|
136
|
+
<path d="M13.5 6.5l4 4" />
|
|
137
|
+
<path d="M20 21l2 -2l-2 -2" />
|
|
138
|
+
<path d="M17 17l-2 2l2 2" />
|
|
139
|
+
</svg>
|
|
140
|
+
</symbol>
|
|
141
|
+
<symbol id="svg-eye" viewBox="0 0 24 24">
|
|
142
|
+
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="none" stroke="currentColor"
|
|
143
|
+
stroke-width="1" stroke-linecap="round" stroke-linejoin="round" class="icon-tabler-eye-code">
|
|
144
|
+
<path stroke="none" d="M0 0h24v24H0z" fill="none" />
|
|
145
|
+
<path d="M10 12a2 2 0 1 0 4 0a2 2 0 0 0 -4 0" />
|
|
146
|
+
<path
|
|
147
|
+
d="M11.11 17.958c-3.209 -.307 -5.91 -2.293 -8.11 -5.958c2.4 -4 5.4 -6 9 -6c3.6 0 6.6 2 9 6c-.21 .352 -.427 .688 -.647 1.008" />
|
|
148
|
+
<path d="M20 21l2 -2l-2 -2" />
|
|
149
|
+
<path d="M17 17l-2 2l2 2" />
|
|
150
|
+
</svg>
|
|
151
|
+
</symbol>
|
|
152
|
+
</svg>
|
|
153
|
+
|
|
154
|
+
<input type="checkbox" class="sidebar-toggle" name="__navigation" id="__navigation">
|
|
155
|
+
<input type="checkbox" class="sidebar-toggle" name="__toc" id="__toc">
|
|
156
|
+
<label class="overlay sidebar-overlay" for="__navigation">
|
|
157
|
+
<div class="visually-hidden">Hide navigation sidebar</div>
|
|
158
|
+
</label>
|
|
159
|
+
<label class="overlay toc-overlay" for="__toc">
|
|
160
|
+
<div class="visually-hidden">Hide table of contents sidebar</div>
|
|
161
|
+
</label>
|
|
162
|
+
|
|
163
|
+
<a class="skip-to-content muted-link" href="#furo-main-content">Skip to content</a>
|
|
164
|
+
|
|
165
|
+
|
|
166
|
+
|
|
167
|
+
<div class="page">
|
|
168
|
+
<header class="mobile-header">
|
|
169
|
+
<div class="header-left">
|
|
170
|
+
<label class="nav-overlay-icon" for="__navigation">
|
|
171
|
+
<div class="visually-hidden">Toggle site navigation sidebar</div>
|
|
172
|
+
<i class="icon"><svg><use href="#svg-menu"></use></svg></i>
|
|
173
|
+
</label>
|
|
174
|
+
</div>
|
|
175
|
+
<div class="header-center">
|
|
176
|
+
<a href="index.html"><div class="brand">MindRoot 9.10.0 documentation</div></a>
|
|
177
|
+
</div>
|
|
178
|
+
<div class="header-right">
|
|
179
|
+
<div class="theme-toggle-container theme-toggle-header">
|
|
180
|
+
<button class="theme-toggle">
|
|
181
|
+
<div class="visually-hidden">Toggle Light / Dark / Auto color theme</div>
|
|
182
|
+
<svg class="theme-icon-when-auto-light"><use href="#svg-sun-with-moon"></use></svg>
|
|
183
|
+
<svg class="theme-icon-when-auto-dark"><use href="#svg-moon-with-sun"></use></svg>
|
|
184
|
+
<svg class="theme-icon-when-dark"><use href="#svg-moon"></use></svg>
|
|
185
|
+
<svg class="theme-icon-when-light"><use href="#svg-sun"></use></svg>
|
|
186
|
+
</button>
|
|
187
|
+
</div>
|
|
188
|
+
<label class="toc-overlay-icon toc-header-icon" for="__toc">
|
|
189
|
+
<div class="visually-hidden">Toggle table of contents sidebar</div>
|
|
190
|
+
<i class="icon"><svg><use href="#svg-toc"></use></svg></i>
|
|
191
|
+
</label>
|
|
192
|
+
</div>
|
|
193
|
+
</header>
|
|
194
|
+
<aside class="sidebar-drawer">
|
|
195
|
+
<div class="sidebar-container">
|
|
196
|
+
|
|
197
|
+
<div class="sidebar-sticky"><a class="sidebar-brand" href="index.html">
|
|
198
|
+
|
|
199
|
+
|
|
200
|
+
</a><form class="sidebar-search-container" method="get" action="search.html" role="search">
|
|
201
|
+
<input class="sidebar-search" placeholder="Search" name="q" aria-label="Search">
|
|
202
|
+
<input type="hidden" name="check_keywords" value="yes">
|
|
203
|
+
<input type="hidden" name="area" value="default">
|
|
204
|
+
</form>
|
|
205
|
+
<div id="searchbox"></div><div class="sidebar-scroll"><div class="sidebar-tree">
|
|
206
|
+
<p class="caption" role="heading"><span class="caption-text">User Documentation:</span></p>
|
|
207
|
+
<ul class="current">
|
|
208
|
+
<li class="toctree-l1 current has-children"><a class="reference internal" href="user_documentation.html">User Documentation</a><input checked="" class="toctree-checkbox" id="toctree-checkbox-1" name="toctree-checkbox-1" role="switch" type="checkbox"/><label for="toctree-checkbox-1"><div class="visually-hidden">Toggle navigation of User Documentation</div><i class="icon"><svg><use href="#svg-arrow-right"></use></svg></i></label><ul class="current">
|
|
209
|
+
<li class="toctree-l2"><a class="reference internal" href="installation.html">Installation</a></li>
|
|
210
|
+
<li class="toctree-l2"><a class="reference internal" href="starting_mindroot.html">Starting MindRoot</a></li>
|
|
211
|
+
<li class="toctree-l2"><a class="reference internal" href="llm_plugin_installation.html">LLM Plugin Installation</a></li>
|
|
212
|
+
<li class="toctree-l2"><a class="reference internal" href="llm_api_key.html">LLM API Key</a></li>
|
|
213
|
+
<li class="toctree-l2"><a class="reference internal" href="chat_with_assistant.html">Chat with Assistant</a></li>
|
|
214
|
+
<li class="toctree-l2"><a class="reference internal" href="install_plugins_with_tools.html">Install Plugins with Tools</a></li>
|
|
215
|
+
<li class="toctree-l2"><a class="reference internal" href="programming_task.html">Give Assistant a Programming Task</a></li>
|
|
216
|
+
<li class="toctree-l2 current current-page"><a class="current reference internal" href="#">Embed Agent Chat on Your Website</a></li>
|
|
217
|
+
</ul>
|
|
218
|
+
</li>
|
|
219
|
+
</ul>
|
|
220
|
+
<p class="caption" role="heading"><span class="caption-text">Developer Documentation:</span></p>
|
|
221
|
+
<ul>
|
|
222
|
+
<li class="toctree-l1"><a class="reference internal" href="developer_documentation.html">Developer Documentation</a></li>
|
|
223
|
+
</ul>
|
|
224
|
+
|
|
225
|
+
</div>
|
|
226
|
+
</div>
|
|
227
|
+
|
|
228
|
+
</div>
|
|
229
|
+
|
|
230
|
+
</div>
|
|
231
|
+
</aside>
|
|
232
|
+
<div class="main">
|
|
233
|
+
<div class="content">
|
|
234
|
+
<div class="article-container">
|
|
235
|
+
<a href="#" class="back-to-top muted-link">
|
|
236
|
+
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">
|
|
237
|
+
<path d="M13 20h-2V8l-5.5 5.5-1.42-1.42L12 4.16l7.92 7.92-1.42 1.42L13 8v12z"></path>
|
|
238
|
+
</svg>
|
|
239
|
+
<span>Back to top</span>
|
|
240
|
+
</a>
|
|
241
|
+
<div class="content-icon-container">
|
|
242
|
+
<div class="view-this-page">
|
|
243
|
+
<a class="muted-link" href="_sources/embed_chat.rst.txt" title="View this page">
|
|
244
|
+
<svg><use href="#svg-eye"></use></svg>
|
|
245
|
+
<span class="visually-hidden">View this page</span>
|
|
246
|
+
</a>
|
|
247
|
+
</div>
|
|
248
|
+
<div class="theme-toggle-container theme-toggle-content">
|
|
249
|
+
<button class="theme-toggle">
|
|
250
|
+
<div class="visually-hidden">Toggle Light / Dark / Auto color theme</div>
|
|
251
|
+
<svg class="theme-icon-when-auto-light"><use href="#svg-sun-with-moon"></use></svg>
|
|
252
|
+
<svg class="theme-icon-when-auto-dark"><use href="#svg-moon-with-sun"></use></svg>
|
|
253
|
+
<svg class="theme-icon-when-dark"><use href="#svg-moon"></use></svg>
|
|
254
|
+
<svg class="theme-icon-when-light"><use href="#svg-sun"></use></svg>
|
|
255
|
+
</button>
|
|
256
|
+
</div>
|
|
257
|
+
<label class="toc-overlay-icon toc-content-icon" for="__toc">
|
|
258
|
+
<div class="visually-hidden">Toggle table of contents sidebar</div>
|
|
259
|
+
<i class="icon"><svg><use href="#svg-toc"></use></svg></i>
|
|
260
|
+
</label>
|
|
261
|
+
</div>
|
|
262
|
+
<article role="main" id="furo-main-content">
|
|
263
|
+
<section id="embed-agent-chat-on-your-website">
|
|
264
|
+
<h1>Embed Agent Chat on Your Website<a class="headerlink" href="#embed-agent-chat-on-your-website" title="Link to this heading">¶</a></h1>
|
|
265
|
+
<section id="create-an-api-key">
|
|
266
|
+
<h2>Create an API Key<a class="headerlink" href="#create-an-api-key" title="Link to this heading">¶</a></h2>
|
|
267
|
+
<ul class="simple">
|
|
268
|
+
<li><p>Go to /admin | Advanced | API Keys</p></li>
|
|
269
|
+
<li><p>Enter a username and click Create New API Key</p></li>
|
|
270
|
+
<li><p>Note that the user must exist. ‘admin’ is OK for testing.</p></li>
|
|
271
|
+
</ul>
|
|
272
|
+
<img alt="_images/apikey.png" src="_images/apikey.png" />
|
|
273
|
+
</section>
|
|
274
|
+
<section id="disable-chat-avatar-on-left">
|
|
275
|
+
<h2>Disable Chat Avatar on Left<a class="headerlink" href="#disable-chat-avatar-on-left" title="Link to this heading">¶</a></h2>
|
|
276
|
+
<ul class="simple">
|
|
277
|
+
<li><p>Go to /admin | Advanced | Plugins</p></li>
|
|
278
|
+
<li><p>Click on Core Plugins</p></li>
|
|
279
|
+
<li><p>Click the Disable button next to <cite>chat_avatar</cite></p></li>
|
|
280
|
+
</ul>
|
|
281
|
+
<img alt="_images/disablechatavatar.png" src="_images/disablechatavatar.png" />
|
|
282
|
+
</section>
|
|
283
|
+
<section id="get-chat-widget-embed-code">
|
|
284
|
+
<h2>Get Chat Widget Embed Code<a class="headerlink" href="#get-chat-widget-embed-code" title="Link to this heading">¶</a></h2>
|
|
285
|
+
<ul class="simple">
|
|
286
|
+
<li><p>Go to /admin | Advanced | Secure Chat Widget</p></li>
|
|
287
|
+
<li><p>Cick Create New Widget Token</p></li>
|
|
288
|
+
</ul>
|
|
289
|
+
<img alt="_images/widgetform.png" src="_images/widgetform.png" />
|
|
290
|
+
<ul class="simple">
|
|
291
|
+
<li><p>Select the agent, API key, and enter the URL of the MindRoot instance.</p></li>
|
|
292
|
+
<li><p>Click Create New Widget Token</p></li>
|
|
293
|
+
<li><p>Click on the Copy Embed Code button to copy the code to your clipboard.</p></li>
|
|
294
|
+
</ul>
|
|
295
|
+
<img alt="_images/chatwidgetx.png" src="_images/chatwidgetx.png" />
|
|
296
|
+
</section>
|
|
297
|
+
<section id="insert-into-html">
|
|
298
|
+
<h2>Insert into HTML<a class="headerlink" href="#insert-into-html" title="Link to this heading">¶</a></h2>
|
|
299
|
+
<p>Paste the <cite><script></cite> tag into your HTML page before the ending <cite></body></cite> tag.
|
|
300
|
+
When you load the page, you should see the chat widget in the lower right corner.</p>
|
|
301
|
+
<img alt="_images/widgetonpage.png" src="_images/widgetonpage.png" />
|
|
302
|
+
</section>
|
|
303
|
+
</section>
|
|
304
|
+
|
|
305
|
+
</article>
|
|
306
|
+
</div>
|
|
307
|
+
<footer>
|
|
308
|
+
|
|
309
|
+
<div class="related-pages">
|
|
310
|
+
<a class="next-page" href="developer_documentation.html">
|
|
311
|
+
<div class="page-info">
|
|
312
|
+
<div class="context">
|
|
313
|
+
<span>Next</span>
|
|
314
|
+
</div>
|
|
315
|
+
<div class="title">Developer Documentation</div>
|
|
316
|
+
</div>
|
|
317
|
+
<svg class="furo-related-icon"><use href="#svg-arrow-right"></use></svg>
|
|
318
|
+
</a>
|
|
319
|
+
<a class="prev-page" href="programming_task.html">
|
|
320
|
+
<svg class="furo-related-icon"><use href="#svg-arrow-right"></use></svg>
|
|
321
|
+
<div class="page-info">
|
|
322
|
+
<div class="context">
|
|
323
|
+
<span>Previous</span>
|
|
324
|
+
</div>
|
|
325
|
+
|
|
326
|
+
<div class="title">Give Assistant a Programming Task</div>
|
|
327
|
+
|
|
328
|
+
</div>
|
|
329
|
+
</a>
|
|
330
|
+
</div>
|
|
331
|
+
<div class="bottom-of-page">
|
|
332
|
+
<div class="left-details">
|
|
333
|
+
<div class="copyright">
|
|
334
|
+
Copyright © 2025, Jason Livesay
|
|
335
|
+
</div>
|
|
336
|
+
Made with <a href="https://www.sphinx-doc.org/">Sphinx</a> and <a class="muted-link" href="https://pradyunsg.me">@pradyunsg</a>'s
|
|
337
|
+
|
|
338
|
+
<a href="https://github.com/pradyunsg/furo">Furo</a>
|
|
339
|
+
|
|
340
|
+
</div>
|
|
341
|
+
<div class="right-details">
|
|
342
|
+
|
|
343
|
+
</div>
|
|
344
|
+
</div>
|
|
345
|
+
|
|
346
|
+
</footer>
|
|
347
|
+
</div>
|
|
348
|
+
<aside class="toc-drawer">
|
|
349
|
+
|
|
350
|
+
|
|
351
|
+
<div class="toc-sticky toc-scroll">
|
|
352
|
+
<div class="toc-title-container">
|
|
353
|
+
<span class="toc-title">
|
|
354
|
+
On this page
|
|
355
|
+
</span>
|
|
356
|
+
</div>
|
|
357
|
+
<div class="toc-tree-container">
|
|
358
|
+
<div class="toc-tree">
|
|
359
|
+
<ul>
|
|
360
|
+
<li><a class="reference internal" href="#">Embed Agent Chat on Your Website</a><ul>
|
|
361
|
+
<li><a class="reference internal" href="#create-an-api-key">Create an API Key</a></li>
|
|
362
|
+
<li><a class="reference internal" href="#disable-chat-avatar-on-left">Disable Chat Avatar on Left</a></li>
|
|
363
|
+
<li><a class="reference internal" href="#get-chat-widget-embed-code">Get Chat Widget Embed Code</a></li>
|
|
364
|
+
<li><a class="reference internal" href="#insert-into-html">Insert into HTML</a></li>
|
|
365
|
+
</ul>
|
|
366
|
+
</li>
|
|
367
|
+
</ul>
|
|
368
|
+
|
|
369
|
+
</div>
|
|
370
|
+
</div>
|
|
371
|
+
</div>
|
|
372
|
+
|
|
373
|
+
|
|
374
|
+
</aside>
|
|
375
|
+
</div>
|
|
376
|
+
</div><script src="_static/documentation_options.js?v=3c16008f"></script>
|
|
377
|
+
<script src="_static/doctools.js?v=9bcbadda"></script>
|
|
378
|
+
<script src="_static/sphinx_highlight.js?v=dc90522c"></script>
|
|
379
|
+
<script src="_static/scripts/furo.js?v=46bd48cc"></script>
|
|
380
|
+
</body>
|
|
381
|
+
</html>
|
|
@@ -211,6 +211,7 @@
|
|
|
211
211
|
<li class="toctree-l2"><a class="reference internal" href="chat_with_assistant.html">Chat with Assistant</a></li>
|
|
212
212
|
<li class="toctree-l2"><a class="reference internal" href="install_plugins_with_tools.html">Install Plugins with Tools</a></li>
|
|
213
213
|
<li class="toctree-l2"><a class="reference internal" href="programming_task.html">Give Assistant a Programming Task</a></li>
|
|
214
|
+
<li class="toctree-l2"><a class="reference internal" href="embed_chat.html">Embed Agent Chat on Your Website</a></li>
|
|
214
215
|
</ul>
|
|
215
216
|
</li>
|
|
216
217
|
</ul>
|
|
@@ -452,15 +453,17 @@
|
|
|
452
453
|
<li><a href="source/mindroot.coreplugins.chat.html#mindroot.coreplugins.chat.widget_routes.WidgetTokenResponse.base_url">(mindroot.coreplugins.chat.widget_routes.WidgetTokenResponse attribute)</a>
|
|
453
454
|
</li>
|
|
454
455
|
</ul></li>
|
|
455
|
-
</ul></td>
|
|
456
|
-
<td style="width: 33%; vertical-align: top;"><ul>
|
|
457
456
|
<li><a href="source/mindroot.lib.html#mindroot.lib.chatcontext.BaseCommandSet">BaseCommandSet (class in mindroot.lib.chatcontext)</a>
|
|
458
457
|
</li>
|
|
458
|
+
</ul></td>
|
|
459
|
+
<td style="width: 33%; vertical-align: top;"><ul>
|
|
459
460
|
<li><a href="source/mindroot.lib.html#mindroot.lib.chatcontext.BaseService">BaseService (class in mindroot.lib.chatcontext)</a>
|
|
460
461
|
</li>
|
|
461
462
|
<li><a href="source/mindroot.coreplugins.admin.html#mindroot.coreplugins.admin.mcp_registry_routes.browse_registry_servers">browse_registry_servers() (in module mindroot.coreplugins.admin.mcp_registry_routes)</a>
|
|
462
463
|
</li>
|
|
463
464
|
<li><a href="source/mindroot.coreplugins.email.html#mindroot.coreplugins.email.imap_handler.IMAPHandler.build_search_criteria">build_search_criteria() (mindroot.coreplugins.email.imap_handler.IMAPHandler method)</a>
|
|
465
|
+
</li>
|
|
466
|
+
<li><a href="source/mindroot.lib.html#mindroot.lib.chatlog.build_token_hierarchy">build_token_hierarchy() (in module mindroot.lib.chatlog)</a>
|
|
464
467
|
</li>
|
|
465
468
|
</ul></td>
|
|
466
469
|
</tr></table>
|
|
@@ -807,6 +810,8 @@
|
|
|
807
810
|
<li><a href="source/mindroot.coreplugins.subscriptions.html#mindroot.coreplugins.subscriptions.models.PlanFeature.default_value">default_value (mindroot.coreplugins.subscriptions.models.PlanFeature attribute)</a>
|
|
808
811
|
</li>
|
|
809
812
|
<li><a href="source/mindroot.coreplugins.admin.html#mindroot.coreplugins.admin.server_router.delayed_exit">delayed_exit() (in module mindroot.coreplugins.admin.server_router)</a>
|
|
813
|
+
</li>
|
|
814
|
+
<li><a href="source/mindroot.coreplugins.check_list.html#mindroot.coreplugins.check_list.mod.delegate_subtask">delegate_subtask() (in module mindroot.coreplugins.check_list.mod)</a>
|
|
810
815
|
</li>
|
|
811
816
|
<li><a href="source/mindroot.coreplugins.chat.html#mindroot.coreplugins.chat.commands.delegate_task">delegate_task() (in module mindroot.coreplugins.chat.commands)</a>
|
|
812
817
|
</li>
|
|
@@ -1285,6 +1290,8 @@
|
|
|
1285
1290
|
<li><a href="source/mindroot.coreplugins.subscriptions.html#mindroot.coreplugins.subscriptions.mod.get_page_templates">get_page_templates() (in module mindroot.coreplugins.subscriptions.mod)</a>
|
|
1286
1291
|
</li>
|
|
1287
1292
|
<li><a href="source/mindroot.lib.html#mindroot.lib.parent_templates.get_parent_templates_env">get_parent_templates_env() (in module mindroot.lib.parent_templates)</a>
|
|
1293
|
+
</li>
|
|
1294
|
+
<li><a href="source/mindroot.coreplugins.check_list.html#mindroot.coreplugins.check_list.mod.get_parsed_subtasks">get_parsed_subtasks() (in module mindroot.coreplugins.check_list.mod)</a>
|
|
1288
1295
|
</li>
|
|
1289
1296
|
<li><a href="source/mindroot.coreplugins.chat.html#mindroot.coreplugins.chat.router.get_persona_avatar">get_persona_avatar() (in module mindroot.coreplugins.chat.router)</a>
|
|
1290
1297
|
</li>
|
|
@@ -213,6 +213,7 @@
|
|
|
213
213
|
<li class="toctree-l2"><a class="reference internal" href="chat_with_assistant.html">Chat with Assistant</a></li>
|
|
214
214
|
<li class="toctree-l2"><a class="reference internal" href="install_plugins_with_tools.html">Install Plugins with Tools</a></li>
|
|
215
215
|
<li class="toctree-l2"><a class="reference internal" href="programming_task.html">Give Assistant a Programming Task</a></li>
|
|
216
|
+
<li class="toctree-l2"><a class="reference internal" href="embed_chat.html">Embed Agent Chat on Your Website</a></li>
|
|
216
217
|
</ul>
|
|
217
218
|
</li>
|
|
218
219
|
</ul>
|
|
@@ -213,6 +213,7 @@
|
|
|
213
213
|
<li class="toctree-l2"><a class="reference internal" href="chat_with_assistant.html">Chat with Assistant</a></li>
|
|
214
214
|
<li class="toctree-l2"><a class="reference internal" href="install_plugins_with_tools.html">Install Plugins with Tools</a></li>
|
|
215
215
|
<li class="toctree-l2"><a class="reference internal" href="programming_task.html">Give Assistant a Programming Task</a></li>
|
|
216
|
+
<li class="toctree-l2"><a class="reference internal" href="embed_chat.html">Embed Agent Chat on Your Website</a></li>
|
|
216
217
|
</ul>
|
|
217
218
|
</li>
|
|
218
219
|
</ul>
|
|
@@ -277,6 +278,7 @@
|
|
|
277
278
|
<li class="toctree-l2"><a class="reference internal" href="chat_with_assistant.html">Chat with Assistant</a></li>
|
|
278
279
|
<li class="toctree-l2"><a class="reference internal" href="install_plugins_with_tools.html">Install Plugins with Tools</a></li>
|
|
279
280
|
<li class="toctree-l2"><a class="reference internal" href="programming_task.html">Give Assistant a Programming Task</a></li>
|
|
281
|
+
<li class="toctree-l2"><a class="reference internal" href="embed_chat.html">Embed Agent Chat on Your Website</a></li>
|
|
280
282
|
</ul>
|
|
281
283
|
</li>
|
|
282
284
|
</ul>
|
|
@@ -213,6 +213,7 @@
|
|
|
213
213
|
<li class="toctree-l2"><a class="reference internal" href="chat_with_assistant.html">Chat with Assistant</a></li>
|
|
214
214
|
<li class="toctree-l2 current current-page"><a class="current reference internal" href="#">Install Plugins with Tools</a></li>
|
|
215
215
|
<li class="toctree-l2"><a class="reference internal" href="programming_task.html">Give Assistant a Programming Task</a></li>
|
|
216
|
+
<li class="toctree-l2"><a class="reference internal" href="embed_chat.html">Embed Agent Chat on Your Website</a></li>
|
|
216
217
|
</ul>
|
|
217
218
|
</li>
|
|
218
219
|
</ul>
|
|
@@ -213,6 +213,7 @@
|
|
|
213
213
|
<li class="toctree-l2"><a class="reference internal" href="chat_with_assistant.html">Chat with Assistant</a></li>
|
|
214
214
|
<li class="toctree-l2"><a class="reference internal" href="install_plugins_with_tools.html">Install Plugins with Tools</a></li>
|
|
215
215
|
<li class="toctree-l2"><a class="reference internal" href="programming_task.html">Give Assistant a Programming Task</a></li>
|
|
216
|
+
<li class="toctree-l2"><a class="reference internal" href="embed_chat.html">Embed Agent Chat on Your Website</a></li>
|
|
216
217
|
</ul>
|
|
217
218
|
</li>
|
|
218
219
|
</ul>
|
|
@@ -213,6 +213,7 @@
|
|
|
213
213
|
<li class="toctree-l2"><a class="reference internal" href="chat_with_assistant.html">Chat with Assistant</a></li>
|
|
214
214
|
<li class="toctree-l2"><a class="reference internal" href="install_plugins_with_tools.html">Install Plugins with Tools</a></li>
|
|
215
215
|
<li class="toctree-l2"><a class="reference internal" href="programming_task.html">Give Assistant a Programming Task</a></li>
|
|
216
|
+
<li class="toctree-l2"><a class="reference internal" href="embed_chat.html">Embed Agent Chat on Your Website</a></li>
|
|
216
217
|
</ul>
|
|
217
218
|
</li>
|
|
218
219
|
</ul>
|
|
@@ -213,6 +213,7 @@
|
|
|
213
213
|
<li class="toctree-l2"><a class="reference internal" href="chat_with_assistant.html">Chat with Assistant</a></li>
|
|
214
214
|
<li class="toctree-l2"><a class="reference internal" href="install_plugins_with_tools.html">Install Plugins with Tools</a></li>
|
|
215
215
|
<li class="toctree-l2"><a class="reference internal" href="programming_task.html">Give Assistant a Programming Task</a></li>
|
|
216
|
+
<li class="toctree-l2"><a class="reference internal" href="embed_chat.html">Embed Agent Chat on Your Website</a></li>
|
|
216
217
|
</ul>
|
|
217
218
|
</li>
|
|
218
219
|
</ul>
|
|
Binary file
|
|
@@ -3,7 +3,7 @@
|
|
|
3
3
|
<head><meta charset="utf-8"/>
|
|
4
4
|
<meta name="viewport" content="width=device-width,initial-scale=1"/>
|
|
5
5
|
<meta name="color-scheme" content="light dark"><meta name="viewport" content="width=device-width, initial-scale=1" />
|
|
6
|
-
<link rel="index" title="Index" href="genindex.html" /><link rel="search" title="Search" href="search.html" /><link rel="next" title="
|
|
6
|
+
<link rel="index" title="Index" href="genindex.html" /><link rel="search" title="Search" href="search.html" /><link rel="next" title="Embed Agent Chat on Your Website" href="embed_chat.html" /><link rel="prev" title="Install Plugins with Tools" href="install_plugins_with_tools.html" />
|
|
7
7
|
|
|
8
8
|
<!-- Generated with Sphinx 8.2.3 and Furo 2025.07.19 -->
|
|
9
9
|
<title>Give Assistant a Programming Task - MindRoot 9.10.0 documentation</title>
|
|
@@ -213,6 +213,7 @@
|
|
|
213
213
|
<li class="toctree-l2"><a class="reference internal" href="chat_with_assistant.html">Chat with Assistant</a></li>
|
|
214
214
|
<li class="toctree-l2"><a class="reference internal" href="install_plugins_with_tools.html">Install Plugins with Tools</a></li>
|
|
215
215
|
<li class="toctree-l2 current current-page"><a class="current reference internal" href="#">Give Assistant a Programming Task</a></li>
|
|
216
|
+
<li class="toctree-l2"><a class="reference internal" href="embed_chat.html">Embed Agent Chat on Your Website</a></li>
|
|
216
217
|
</ul>
|
|
217
218
|
</li>
|
|
218
219
|
</ul>
|
|
@@ -274,12 +275,12 @@
|
|
|
274
275
|
<footer>
|
|
275
276
|
|
|
276
277
|
<div class="related-pages">
|
|
277
|
-
<a class="next-page" href="
|
|
278
|
+
<a class="next-page" href="embed_chat.html">
|
|
278
279
|
<div class="page-info">
|
|
279
280
|
<div class="context">
|
|
280
281
|
<span>Next</span>
|
|
281
282
|
</div>
|
|
282
|
-
<div class="title">
|
|
283
|
+
<div class="title">Embed Agent Chat on Your Website</div>
|
|
283
284
|
</div>
|
|
284
285
|
<svg class="furo-related-icon"><use href="#svg-arrow-right"></use></svg>
|
|
285
286
|
</a>
|
|
@@ -211,6 +211,7 @@
|
|
|
211
211
|
<li class="toctree-l2"><a class="reference internal" href="chat_with_assistant.html">Chat with Assistant</a></li>
|
|
212
212
|
<li class="toctree-l2"><a class="reference internal" href="install_plugins_with_tools.html">Install Plugins with Tools</a></li>
|
|
213
213
|
<li class="toctree-l2"><a class="reference internal" href="programming_task.html">Give Assistant a Programming Task</a></li>
|
|
214
|
+
<li class="toctree-l2"><a class="reference internal" href="embed_chat.html">Embed Agent Chat on Your Website</a></li>
|
|
214
215
|
</ul>
|
|
215
216
|
</li>
|
|
216
217
|
</ul>
|
|
@@ -1107,7 +1108,7 @@
|
|
|
1107
1108
|
<tr class="cg-1">
|
|
1108
1109
|
<td></td>
|
|
1109
1110
|
<td>   
|
|
1110
|
-
<a href="source/mindroot.lib.html#module-mindroot.lib.plugins"><code class="xref">mindroot.lib.plugins</code></a></td><td>
|
|
1111
|
+
<a href="source/mindroot.lib.plugins.html#module-mindroot.lib.plugins"><code class="xref">mindroot.lib.plugins</code></a></td><td>
|
|
1111
1112
|
<em></em></td>
|
|
1112
1113
|
</tr>
|
|
1113
1114
|
<tr class="cg-1">
|
|
@@ -213,6 +213,7 @@
|
|
|
213
213
|
<li class="toctree-l2"><a class="reference internal" href="chat_with_assistant.html">Chat with Assistant</a></li>
|
|
214
214
|
<li class="toctree-l2"><a class="reference internal" href="install_plugins_with_tools.html">Install Plugins with Tools</a></li>
|
|
215
215
|
<li class="toctree-l2"><a class="reference internal" href="programming_task.html">Give Assistant a Programming Task</a></li>
|
|
216
|
+
<li class="toctree-l2"><a class="reference internal" href="embed_chat.html">Embed Agent Chat on Your Website</a></li>
|
|
216
217
|
</ul>
|
|
217
218
|
</li>
|
|
218
219
|
</ul>
|