syntaxmatrix-core 1.0.6__tar.gz → 1.0.7__tar.gz
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.
- {syntaxmatrix_core-1.0.6/syntaxmatrix_core.egg-info → syntaxmatrix_core-1.0.7}/PKG-INFO +1 -1
- {syntaxmatrix_core-1.0.6 → syntaxmatrix_core-1.0.7}/setup.py +1 -1
- {syntaxmatrix_core-1.0.6 → syntaxmatrix_core-1.0.7}/syntaxmatrix/core.py +1 -1
- {syntaxmatrix_core-1.0.6 → syntaxmatrix_core-1.0.7}/syntaxmatrix/routes.py +1 -0
- {syntaxmatrix_core-1.0.6 → syntaxmatrix_core-1.0.7/syntaxmatrix_core.egg-info}/PKG-INFO +1 -1
- {syntaxmatrix_core-1.0.6 → syntaxmatrix_core-1.0.7}/MANIFEST.in +0 -0
- {syntaxmatrix_core-1.0.6 → syntaxmatrix_core-1.0.7}/README.md +0 -0
- {syntaxmatrix_core-1.0.6 → syntaxmatrix_core-1.0.7}/pyproject.toml +0 -0
- {syntaxmatrix_core-1.0.6 → syntaxmatrix_core-1.0.7}/setup.cfg +0 -0
- {syntaxmatrix_core-1.0.6 → syntaxmatrix_core-1.0.7}/syntaxmatrix/Rroutes.py +0 -0
- {syntaxmatrix_core-1.0.6 → syntaxmatrix_core-1.0.7}/syntaxmatrix/__init__.py +0 -0
- {syntaxmatrix_core-1.0.6 → syntaxmatrix_core-1.0.7}/syntaxmatrix/agentic/__init__.py +0 -0
- {syntaxmatrix_core-1.0.6 → syntaxmatrix_core-1.0.7}/syntaxmatrix/agentic/agent_tools.py +0 -0
- {syntaxmatrix_core-1.0.6 → syntaxmatrix_core-1.0.7}/syntaxmatrix/agentic/agents.py +0 -0
- {syntaxmatrix_core-1.0.6 → syntaxmatrix_core-1.0.7}/syntaxmatrix/agentic/agents_orchestrer.py +0 -0
- {syntaxmatrix_core-1.0.6 → syntaxmatrix_core-1.0.7}/syntaxmatrix/agentic/code_tools_registry.py +0 -0
- {syntaxmatrix_core-1.0.6 → syntaxmatrix_core-1.0.7}/syntaxmatrix/agentic/model_templates.py +0 -0
- {syntaxmatrix_core-1.0.6 → syntaxmatrix_core-1.0.7}/syntaxmatrix/auth.py +0 -0
- {syntaxmatrix_core-1.0.6 → syntaxmatrix_core-1.0.7}/syntaxmatrix/bootstrap.py +0 -0
- {syntaxmatrix_core-1.0.6 → syntaxmatrix_core-1.0.7}/syntaxmatrix/client_docs.py +0 -0
- {syntaxmatrix_core-1.0.6 → syntaxmatrix_core-1.0.7}/syntaxmatrix/commentary.py +0 -0
- {syntaxmatrix_core-1.0.6 → syntaxmatrix_core-1.0.7}/syntaxmatrix/dataset_preprocessing.py +0 -0
- {syntaxmatrix_core-1.0.6 → syntaxmatrix_core-1.0.7}/syntaxmatrix/db.py +0 -0
- {syntaxmatrix_core-1.0.6 → syntaxmatrix_core-1.0.7}/syntaxmatrix/db_backends/__init__.py +0 -0
- {syntaxmatrix_core-1.0.6 → syntaxmatrix_core-1.0.7}/syntaxmatrix/db_backends/postgres_backend.py +0 -0
- {syntaxmatrix_core-1.0.6 → syntaxmatrix_core-1.0.7}/syntaxmatrix/db_backends/sqlite_backend.py +0 -0
- {syntaxmatrix_core-1.0.6 → syntaxmatrix_core-1.0.7}/syntaxmatrix/db_contract.py +0 -0
- {syntaxmatrix_core-1.0.6 → syntaxmatrix_core-1.0.7}/syntaxmatrix/display_html.py +0 -0
- {syntaxmatrix_core-1.0.6 → syntaxmatrix_core-1.0.7}/syntaxmatrix/emailer.py +0 -0
- {syntaxmatrix_core-1.0.6 → syntaxmatrix_core-1.0.7}/syntaxmatrix/file_processor.py +0 -0
- {syntaxmatrix_core-1.0.6 → syntaxmatrix_core-1.0.7}/syntaxmatrix/gpt_models_latest.py +0 -0
- {syntaxmatrix_core-1.0.6 → syntaxmatrix_core-1.0.7}/syntaxmatrix/history_store.py +0 -0
- {syntaxmatrix_core-1.0.6 → syntaxmatrix_core-1.0.7}/syntaxmatrix/kernel_manager.py +0 -0
- {syntaxmatrix_core-1.0.6 → syntaxmatrix_core-1.0.7}/syntaxmatrix/llm_store.py +0 -0
- {syntaxmatrix_core-1.0.6 → syntaxmatrix_core-1.0.7}/syntaxmatrix/media/__init__.py +0 -0
- {syntaxmatrix_core-1.0.6 → syntaxmatrix_core-1.0.7}/syntaxmatrix/media/media_pixabay.py +0 -0
- {syntaxmatrix_core-1.0.6 → syntaxmatrix_core-1.0.7}/syntaxmatrix/models.py +0 -0
- {syntaxmatrix_core-1.0.6 → syntaxmatrix_core-1.0.7}/syntaxmatrix/page_builder_defaults.py +0 -0
- {syntaxmatrix_core-1.0.6 → syntaxmatrix_core-1.0.7}/syntaxmatrix/page_builder_generation.py +0 -0
- {syntaxmatrix_core-1.0.6 → syntaxmatrix_core-1.0.7}/syntaxmatrix/page_layout_contract.py +0 -0
- {syntaxmatrix_core-1.0.6 → syntaxmatrix_core-1.0.7}/syntaxmatrix/page_patch_publish.py +0 -0
- {syntaxmatrix_core-1.0.6 → syntaxmatrix_core-1.0.7}/syntaxmatrix/plottings.py +0 -0
- {syntaxmatrix_core-1.0.6 → syntaxmatrix_core-1.0.7}/syntaxmatrix/plugin_manager.py +0 -0
- {syntaxmatrix_core-1.0.6 → syntaxmatrix_core-1.0.7}/syntaxmatrix/preface.py +0 -0
- {syntaxmatrix_core-1.0.6 → syntaxmatrix_core-1.0.7}/syntaxmatrix/profiles.py +0 -0
- {syntaxmatrix_core-1.0.6 → syntaxmatrix_core-1.0.7}/syntaxmatrix/project_root.py +0 -0
- {syntaxmatrix_core-1.0.6 → syntaxmatrix_core-1.0.7}/syntaxmatrix/selftest_page_templates.py +0 -0
- {syntaxmatrix_core-1.0.6 → syntaxmatrix_core-1.0.7}/syntaxmatrix/session.py +0 -0
- {syntaxmatrix_core-1.0.6 → syntaxmatrix_core-1.0.7}/syntaxmatrix/settings/__init__.py +0 -0
- {syntaxmatrix_core-1.0.6 → syntaxmatrix_core-1.0.7}/syntaxmatrix/settings/client_items.py +0 -0
- {syntaxmatrix_core-1.0.6 → syntaxmatrix_core-1.0.7}/syntaxmatrix/settings/logging.py +0 -0
- {syntaxmatrix_core-1.0.6 → syntaxmatrix_core-1.0.7}/syntaxmatrix/settings/model_map.py +0 -0
- {syntaxmatrix_core-1.0.6 → syntaxmatrix_core-1.0.7}/syntaxmatrix/settings/prompts.py +0 -0
- {syntaxmatrix_core-1.0.6 → syntaxmatrix_core-1.0.7}/syntaxmatrix/settings/string_navbar.py +0 -0
- {syntaxmatrix_core-1.0.6 → syntaxmatrix_core-1.0.7}/syntaxmatrix/smiv.py +0 -0
- {syntaxmatrix_core-1.0.6 → syntaxmatrix_core-1.0.7}/syntaxmatrix/smpv.py +0 -0
- {syntaxmatrix_core-1.0.6 → syntaxmatrix_core-1.0.7}/syntaxmatrix/static/assets/hero-default.svg +0 -0
- {syntaxmatrix_core-1.0.6 → syntaxmatrix_core-1.0.7}/syntaxmatrix/static/css/style.css +0 -0
- {syntaxmatrix_core-1.0.6 → syntaxmatrix_core-1.0.7}/syntaxmatrix/static/docs.md +0 -0
- {syntaxmatrix_core-1.0.6 → syntaxmatrix_core-1.0.7}/syntaxmatrix/static/icons/bot_icon.png +0 -0
- {syntaxmatrix_core-1.0.6 → syntaxmatrix_core-1.0.7}/syntaxmatrix/static/icons/bot_icon2.png +0 -0
- {syntaxmatrix_core-1.0.6 → syntaxmatrix_core-1.0.7}/syntaxmatrix/static/icons/favicon.png +0 -0
- {syntaxmatrix_core-1.0.6 → syntaxmatrix_core-1.0.7}/syntaxmatrix/static/icons/logo.png +0 -0
- {syntaxmatrix_core-1.0.6 → syntaxmatrix_core-1.0.7}/syntaxmatrix/static/icons/logo2.png +0 -0
- {syntaxmatrix_core-1.0.6 → syntaxmatrix_core-1.0.7}/syntaxmatrix/static/icons/svg_497526.svg +0 -0
- {syntaxmatrix_core-1.0.6 → syntaxmatrix_core-1.0.7}/syntaxmatrix/static/icons/svg_497528.svg +0 -0
- {syntaxmatrix_core-1.0.6 → syntaxmatrix_core-1.0.7}/syntaxmatrix/static/js/chat.js +0 -0
- {syntaxmatrix_core-1.0.6 → syntaxmatrix_core-1.0.7}/syntaxmatrix/static/js/sidebar.js +0 -0
- {syntaxmatrix_core-1.0.6 → syntaxmatrix_core-1.0.7}/syntaxmatrix/static/js/widgets.js +0 -0
- {syntaxmatrix_core-1.0.6 → syntaxmatrix_core-1.0.7}/syntaxmatrix/templates/admin_billing.html +0 -0
- {syntaxmatrix_core-1.0.6 → syntaxmatrix_core-1.0.7}/syntaxmatrix/templates/admin_branding.html +0 -0
- {syntaxmatrix_core-1.0.6 → syntaxmatrix_core-1.0.7}/syntaxmatrix/templates/admin_features.html +0 -0
- {syntaxmatrix_core-1.0.6 → syntaxmatrix_core-1.0.7}/syntaxmatrix/templates/admin_secretes.html +0 -0
- {syntaxmatrix_core-1.0.6 → syntaxmatrix_core-1.0.7}/syntaxmatrix/templates/change_password.html +0 -0
- {syntaxmatrix_core-1.0.6 → syntaxmatrix_core-1.0.7}/syntaxmatrix/templates/code_cell.html +0 -0
- {syntaxmatrix_core-1.0.6 → syntaxmatrix_core-1.0.7}/syntaxmatrix/templates/dashboard.html +0 -0
- {syntaxmatrix_core-1.0.6 → syntaxmatrix_core-1.0.7}/syntaxmatrix/templates/dataset_resize.html +0 -0
- {syntaxmatrix_core-1.0.6 → syntaxmatrix_core-1.0.7}/syntaxmatrix/templates/docs.html +0 -0
- {syntaxmatrix_core-1.0.6 → syntaxmatrix_core-1.0.7}/syntaxmatrix/templates/edit_page.html +0 -0
- {syntaxmatrix_core-1.0.6 → syntaxmatrix_core-1.0.7}/syntaxmatrix/templates/error.html +0 -0
- {syntaxmatrix_core-1.0.6 → syntaxmatrix_core-1.0.7}/syntaxmatrix/templates/login.html +0 -0
- {syntaxmatrix_core-1.0.6 → syntaxmatrix_core-1.0.7}/syntaxmatrix/templates/register.html +0 -0
- {syntaxmatrix_core-1.0.6 → syntaxmatrix_core-1.0.7}/syntaxmatrix/themes.py +0 -0
- {syntaxmatrix_core-1.0.6 → syntaxmatrix_core-1.0.7}/syntaxmatrix/ui_modes.py +0 -0
- {syntaxmatrix_core-1.0.6 → syntaxmatrix_core-1.0.7}/syntaxmatrix/utils.py +0 -0
- {syntaxmatrix_core-1.0.6 → syntaxmatrix_core-1.0.7}/syntaxmatrix/vector_db.py +0 -0
- {syntaxmatrix_core-1.0.6 → syntaxmatrix_core-1.0.7}/syntaxmatrix/vectordb/__init__.py +0 -0
- {syntaxmatrix_core-1.0.6 → syntaxmatrix_core-1.0.7}/syntaxmatrix/vectordb/adapters/__init__.py +0 -0
- {syntaxmatrix_core-1.0.6 → syntaxmatrix_core-1.0.7}/syntaxmatrix/vectordb/adapters/milvus_adapter.py +0 -0
- {syntaxmatrix_core-1.0.6 → syntaxmatrix_core-1.0.7}/syntaxmatrix/vectordb/adapters/pgvector_adapter.py +0 -0
- {syntaxmatrix_core-1.0.6 → syntaxmatrix_core-1.0.7}/syntaxmatrix/vectordb/adapters/sqlite_adapter.py +0 -0
- {syntaxmatrix_core-1.0.6 → syntaxmatrix_core-1.0.7}/syntaxmatrix/vectordb/base.py +0 -0
- {syntaxmatrix_core-1.0.6 → syntaxmatrix_core-1.0.7}/syntaxmatrix/vectordb/registry.py +0 -0
- {syntaxmatrix_core-1.0.6 → syntaxmatrix_core-1.0.7}/syntaxmatrix/vectorizer.py +0 -0
- {syntaxmatrix_core-1.0.6 → syntaxmatrix_core-1.0.7}/syntaxmatrix/workspace_db.py +0 -0
- {syntaxmatrix_core-1.0.6 → syntaxmatrix_core-1.0.7}/syntaxmatrix_core.egg-info/SOURCES.txt +0 -0
- {syntaxmatrix_core-1.0.6 → syntaxmatrix_core-1.0.7}/syntaxmatrix_core.egg-info/dependency_links.txt +0 -0
- {syntaxmatrix_core-1.0.6 → syntaxmatrix_core-1.0.7}/syntaxmatrix_core.egg-info/requires.txt +0 -0
- {syntaxmatrix_core-1.0.6 → syntaxmatrix_core-1.0.7}/syntaxmatrix_core.egg-info/top_level.txt +0 -0
|
@@ -63,7 +63,7 @@ class SyntaxMUI:
|
|
|
63
63
|
user_icon="👩🏿🦲",
|
|
64
64
|
bot_icon="<img src='/static/icons/bot_icon.png' width=20' alt='bot'/>",
|
|
65
65
|
favicon="/static/icons/favicon.png",
|
|
66
|
-
site_logo="<img src='/static/icons/logo.png' width='
|
|
66
|
+
site_logo="<img src='/static/icons/logo.png' width='45' alt='logo'/>",
|
|
67
67
|
site_title="SyntaxMatrix",
|
|
68
68
|
project_name="smx-Asteria",
|
|
69
69
|
theme_name="light",
|
|
@@ -3930,6 +3930,7 @@ def setup_routes(smx):
|
|
|
3930
3930
|
plottings_html = smx.get_plottings()
|
|
3931
3931
|
return {"system_output_html": plottings_html, "widgets_html": widgets_html}
|
|
3932
3932
|
|
|
3933
|
+
|
|
3933
3934
|
@smx.app.route("/admin", methods=["GET", "POST"])
|
|
3934
3935
|
# @superadmin_required
|
|
3935
3936
|
@admin_required
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{syntaxmatrix_core-1.0.6 → syntaxmatrix_core-1.0.7}/syntaxmatrix/agentic/agents_orchestrer.py
RENAMED
|
File without changes
|
{syntaxmatrix_core-1.0.6 → syntaxmatrix_core-1.0.7}/syntaxmatrix/agentic/code_tools_registry.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{syntaxmatrix_core-1.0.6 → syntaxmatrix_core-1.0.7}/syntaxmatrix/db_backends/postgres_backend.py
RENAMED
|
File without changes
|
{syntaxmatrix_core-1.0.6 → syntaxmatrix_core-1.0.7}/syntaxmatrix/db_backends/sqlite_backend.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{syntaxmatrix_core-1.0.6 → syntaxmatrix_core-1.0.7}/syntaxmatrix/static/assets/hero-default.svg
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{syntaxmatrix_core-1.0.6 → syntaxmatrix_core-1.0.7}/syntaxmatrix/static/icons/svg_497526.svg
RENAMED
|
File without changes
|
{syntaxmatrix_core-1.0.6 → syntaxmatrix_core-1.0.7}/syntaxmatrix/static/icons/svg_497528.svg
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{syntaxmatrix_core-1.0.6 → syntaxmatrix_core-1.0.7}/syntaxmatrix/templates/admin_billing.html
RENAMED
|
File without changes
|
{syntaxmatrix_core-1.0.6 → syntaxmatrix_core-1.0.7}/syntaxmatrix/templates/admin_branding.html
RENAMED
|
File without changes
|
{syntaxmatrix_core-1.0.6 → syntaxmatrix_core-1.0.7}/syntaxmatrix/templates/admin_features.html
RENAMED
|
File without changes
|
{syntaxmatrix_core-1.0.6 → syntaxmatrix_core-1.0.7}/syntaxmatrix/templates/admin_secretes.html
RENAMED
|
File without changes
|
{syntaxmatrix_core-1.0.6 → syntaxmatrix_core-1.0.7}/syntaxmatrix/templates/change_password.html
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
{syntaxmatrix_core-1.0.6 → syntaxmatrix_core-1.0.7}/syntaxmatrix/templates/dataset_resize.html
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{syntaxmatrix_core-1.0.6 → syntaxmatrix_core-1.0.7}/syntaxmatrix/vectordb/adapters/__init__.py
RENAMED
|
File without changes
|
{syntaxmatrix_core-1.0.6 → syntaxmatrix_core-1.0.7}/syntaxmatrix/vectordb/adapters/milvus_adapter.py
RENAMED
|
File without changes
|
|
File without changes
|
{syntaxmatrix_core-1.0.6 → syntaxmatrix_core-1.0.7}/syntaxmatrix/vectordb/adapters/sqlite_adapter.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{syntaxmatrix_core-1.0.6 → syntaxmatrix_core-1.0.7}/syntaxmatrix_core.egg-info/dependency_links.txt
RENAMED
|
File without changes
|
|
File without changes
|
{syntaxmatrix_core-1.0.6 → syntaxmatrix_core-1.0.7}/syntaxmatrix_core.egg-info/top_level.txt
RENAMED
|
File without changes
|