ivoryos 0.1.23__py3-none-any.whl → 0.1.24__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 ivoryos might be problematic. Click here for more details.

ivoryos/__init__.py CHANGED
@@ -100,8 +100,8 @@ def run(module=None, host="0.0.0.0", port=None, debug=None, llm_server=None, mod
100
100
  """
101
101
  app = create_app(config_class=config or get_config()) # Create app instance using factory function
102
102
 
103
- plugins = load_installed_plugins(app, socketio)
104
-
103
+ # plugins = load_installed_plugins(app, socketio)
104
+ plugins = {}
105
105
  if blueprint_plugins:
106
106
  config_plugins = load_plugins(blueprint_plugins, app, socketio)
107
107
  plugins.extend(config_plugins)
ivoryos/version.py CHANGED
@@ -1 +1 @@
1
- __version__ = "0.1.23"
1
+ __version__ = "0.1.24"
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: ivoryos
3
- Version: 0.1.23
3
+ Version: 0.1.24
4
4
  Summary: an open-source Python package enabling Self-Driving Labs (SDLs) interoperability
5
5
  Home-page: https://gitlab.com/heingroup/ivoryos
6
6
  Author: Ivory Zhang
@@ -1,6 +1,6 @@
1
- ivoryos/__init__.py,sha256=pvQVtXOuDSaOwxMkcfgE00kEVXMFUsOsvjv49-Hy0Z4,6877
1
+ ivoryos/__init__.py,sha256=mJ55XraFFw7g_771ur2KVL2gCjR4jlZyTkLjUZ73BFI,6895
2
2
  ivoryos/config.py,sha256=3FPBYTIBhQTKDvsEoR8ZeTmg65D-CSFEdGmOuIL4pSI,1311
3
- ivoryos/version.py,sha256=0byemO6n6WCv41u9vBG2AIsOkVbxLvok7puvwy8EhfU,23
3
+ ivoryos/version.py,sha256=Jq7e1LcKcQSNVg4EOJ-acPyPgs8Os5cYEZWXrQsI7Pg,23
4
4
  ivoryos/routes/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
5
5
  ivoryos/routes/auth/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
6
6
  ivoryos/routes/auth/auth.py,sha256=7CdXjGAr1B_xsmwweakTWOoROgsOJf0MNTzlMP_5Nus,3240
@@ -43,8 +43,8 @@ ivoryos/utils/global_config.py,sha256=P0xs_33bZfNQ-D71lCkq7HJyT4ngQWPqUKnkoMrmM8
43
43
  ivoryos/utils/llm_agent.py,sha256=-lVCkjPlpLues9sNTmaT7bT4sdhWvV2DiojNwzB2Lcw,6422
44
44
  ivoryos/utils/script_runner.py,sha256=iyeYCTPWnukW3F8UsarIdZxFzDnHBq6MH0ydfVGNFaw,13286
45
45
  ivoryos/utils/utils.py,sha256=VP-4Wf-slK2pMe659K5TJLbZXVNvyCD1-3kdfp_COxI,14990
46
- ivoryos-0.1.23.dist-info/LICENSE,sha256=p2c8S8i-8YqMpZCJnadLz1-ofxnRMILzz6NCMIypRag,1084
47
- ivoryos-0.1.23.dist-info/METADATA,sha256=_QVtGZkZfoLRYpUTX4qsJwO-rJEU5P7y3H_QnDp7Xok,6846
48
- ivoryos-0.1.23.dist-info/WHEEL,sha256=tZoeGjtWxWRfdplE7E3d45VPlLNQnvbKiYnx7gwAy8A,92
49
- ivoryos-0.1.23.dist-info/top_level.txt,sha256=FRIWWdiEvRKqw-XfF_UK3XV0CrnNb6EmVbEgjaVazRM,8
50
- ivoryos-0.1.23.dist-info/RECORD,,
46
+ ivoryos-0.1.24.dist-info/LICENSE,sha256=p2c8S8i-8YqMpZCJnadLz1-ofxnRMILzz6NCMIypRag,1084
47
+ ivoryos-0.1.24.dist-info/METADATA,sha256=HMQdakIiPEMTxGRKLq7Qz4luRku_SeGoTE1eVHSFtC4,6846
48
+ ivoryos-0.1.24.dist-info/WHEEL,sha256=tZoeGjtWxWRfdplE7E3d45VPlLNQnvbKiYnx7gwAy8A,92
49
+ ivoryos-0.1.24.dist-info/top_level.txt,sha256=FRIWWdiEvRKqw-XfF_UK3XV0CrnNb6EmVbEgjaVazRM,8
50
+ ivoryos-0.1.24.dist-info/RECORD,,