kalavai-client 0.5.14__py3-none-any.whl → 0.5.15__py3-none-any.whl
Sign up to get free protection for your applications and to get access to all the features.
- kalavai_client/__init__.py +1 -1
- kalavai_client/assets/apps.yaml +1 -1
- kalavai_client/cli.py +0 -13
- {kalavai_client-0.5.14.dist-info → kalavai_client-0.5.15.dist-info}/METADATA +2 -1
- {kalavai_client-0.5.14.dist-info → kalavai_client-0.5.15.dist-info}/RECORD +8 -8
- {kalavai_client-0.5.14.dist-info → kalavai_client-0.5.15.dist-info}/LICENSE +0 -0
- {kalavai_client-0.5.14.dist-info → kalavai_client-0.5.15.dist-info}/WHEEL +0 -0
- {kalavai_client-0.5.14.dist-info → kalavai_client-0.5.15.dist-info}/entry_points.txt +0 -0
kalavai_client/__init__.py
CHANGED
@@ -1,2 +1,2 @@
|
|
1
1
|
|
2
|
-
__version__ = "0.5.
|
2
|
+
__version__ = "0.5.15"
|
kalavai_client/assets/apps.yaml
CHANGED
kalavai_client/cli.py
CHANGED
@@ -813,13 +813,6 @@ def pool__join(token, *others, node_name=None):
|
|
813
813
|
except Exception as e:
|
814
814
|
console.log(f"[red]Error when joining network: {str(e)}")
|
815
815
|
return
|
816
|
-
|
817
|
-
# send note to server to let them know the node is coming online
|
818
|
-
# TODO: won't be able to check for VPN pools...
|
819
|
-
# if not pre_join_check(node_name=node_name, server_url=watcher_service, server_key=auth_key):
|
820
|
-
# console.log(f"[red] Failed pre join checks. Server offline or node '{node_name}' may already exist. Please specify a different one with '--node-name'")
|
821
|
-
# leave_vpn(container_name=DEFAULT_VPN_CONTAINER_NAME)
|
822
|
-
# return
|
823
816
|
|
824
817
|
# local agent join
|
825
818
|
# 1. Generate local cache files
|
@@ -868,12 +861,6 @@ def pool__join(token, *others, node_name=None):
|
|
868
861
|
time.sleep(30)
|
869
862
|
if is_watcher_alive(server_creds=USER_LOCAL_SERVER_FILE, user_cookie=USER_COOKIE):
|
870
863
|
break
|
871
|
-
|
872
|
-
# send note to server to let them know the node is coming online
|
873
|
-
if not pre_join_check(node_name=node_name, server_url=watcher_service, server_key=auth_key):
|
874
|
-
console.log(f"[red] Failed pre join checks. Server offline or node '{node_name}' may already exist. Please specify a different one with [yellow]--node-name'")
|
875
|
-
pool__stop()
|
876
|
-
return
|
877
864
|
|
878
865
|
# check the node has connected successfully
|
879
866
|
try:
|
@@ -1,6 +1,6 @@
|
|
1
1
|
Metadata-Version: 2.3
|
2
2
|
Name: kalavai-client
|
3
|
-
Version: 0.5.
|
3
|
+
Version: 0.5.15
|
4
4
|
Summary: Client app for kalavai platform
|
5
5
|
License: Apache-2.0
|
6
6
|
Keywords: LLM,platform
|
@@ -31,6 +31,7 @@ Requires-Dist: jinja2 (==3.1.4)
|
|
31
31
|
Requires-Dist: netifaces (==0.11.0)
|
32
32
|
Requires-Dist: psutil (==5.9.8)
|
33
33
|
Requires-Dist: py2app (==0.28.7) ; extra == "dev"
|
34
|
+
Requires-Dist: pydantic (==2.10.6)
|
34
35
|
Requires-Dist: pyinstaller (==6.5.0) ; extra == "dev"
|
35
36
|
Requires-Dist: pyyaml (==6.0.2)
|
36
37
|
Requires-Dist: requests (>=2.25)
|
@@ -1,7 +1,7 @@
|
|
1
|
-
kalavai_client/__init__.py,sha256=
|
1
|
+
kalavai_client/__init__.py,sha256=DJKeedRsDvoErfC1bYFw7tybizZIxNkaAkNjP8tdsys,23
|
2
2
|
kalavai_client/__main__.py,sha256=WQUfxvRsBJH5gsCJg8pLz95QnZIj7Ol8psTO77m0QE0,73
|
3
3
|
kalavai_client/assets/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
4
|
-
kalavai_client/assets/apps.yaml,sha256=
|
4
|
+
kalavai_client/assets/apps.yaml,sha256=TlfBkyyA7iNtX2LO8hf3HbkGUmT9Q6C4_XCmlgWGCB0,5982
|
5
5
|
kalavai_client/assets/apps_values.yaml,sha256=CjKVelPQHd-hm-DTMEuya92feKiphU9mh3HrosLYYPE,1676
|
6
6
|
kalavai_client/assets/docker-compose-template.yaml,sha256=mo8LUam9-AzB_0w72wTyMyreKr4Ns-pxZGc4GVWcUHA,2747
|
7
7
|
kalavai_client/assets/nginx.conf,sha256=drVVCg8GHucz7hmt_BI6giAhK92OV71257NTs3LthwM,225
|
@@ -10,13 +10,13 @@ kalavai_client/assets/pool_config_values.yaml,sha256=VrM3XHQfQo6QLZ68qvagooUptaY
|
|
10
10
|
kalavai_client/assets/user_workspace.yaml,sha256=wDvlMYknOPABAEo0dsQwU7bac8iubjAG9tdkFbJZ5Go,476
|
11
11
|
kalavai_client/assets/user_workspace_values.yaml,sha256=G0HOzQUxrDMCwuW9kbWUZaKMzDDPVwDwzBHCL2Xi2ZM,542
|
12
12
|
kalavai_client/auth.py,sha256=QsBh28L2LwjBBK6pTUE4Xu36lLDTyetyU1YfS1Hbb6g,1717
|
13
|
-
kalavai_client/cli.py,sha256=
|
13
|
+
kalavai_client/cli.py,sha256=sLh_pS_EJsZCBEsszflOPoEokkU1DxtGAFZBDs9PRJk,65464
|
14
14
|
kalavai_client/cluster.py,sha256=odzfJFrkKNvZpFFiTA4pg-CeRdPnIe2UyIpSItCjK6A,12319
|
15
15
|
kalavai_client/core.py,sha256=Vb-5MBHjpuR590FIDOnytJpP1Xjt7hYqehPV2rh6P68,6863
|
16
16
|
kalavai_client/env.py,sha256=RAi37vJtIGfPR25PNxZYMZNkkEKR4AyUPN_htFiFesM,575
|
17
17
|
kalavai_client/utils.py,sha256=kQk_1QOs8u08rcfhkcfo_oC-cZzww0cij-1R_jK1ER8,12185
|
18
|
-
kalavai_client-0.5.
|
19
|
-
kalavai_client-0.5.
|
20
|
-
kalavai_client-0.5.
|
21
|
-
kalavai_client-0.5.
|
22
|
-
kalavai_client-0.5.
|
18
|
+
kalavai_client-0.5.15.dist-info/LICENSE,sha256=xx0jnfkXJvxRnG63LTGOxlggYnIysveWIZ6H3PNdCrQ,11357
|
19
|
+
kalavai_client-0.5.15.dist-info/METADATA,sha256=uBxnV_NAAkRfW7JHN4H7NZXl7AvTsEGHGJCsLoQNXtM,14382
|
20
|
+
kalavai_client-0.5.15.dist-info/WHEEL,sha256=IYZQI976HJqqOpQU6PHkJ8fb3tMNBFjg-Cn-pwAbaFM,88
|
21
|
+
kalavai_client-0.5.15.dist-info/entry_points.txt,sha256=9T6D45gxwzfVbglMm1r6XPdXuuZdHfy_7fCeu2jUphc,50
|
22
|
+
kalavai_client-0.5.15.dist-info/RECORD,,
|
File without changes
|
File without changes
|
File without changes
|