llumo 0.2.30__py3-none-any.whl → 0.2.32__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.
- llumo/client.py +3 -3
- llumo/llumoSessionContext.py +10 -3
- {llumo-0.2.30.dist-info → llumo-0.2.32.dist-info}/METADATA +1 -1
- {llumo-0.2.30.dist-info → llumo-0.2.32.dist-info}/RECORD +7 -7
- {llumo-0.2.30.dist-info → llumo-0.2.32.dist-info}/WHEEL +0 -0
- {llumo-0.2.30.dist-info → llumo-0.2.32.dist-info}/licenses/LICENSE +0 -0
- {llumo-0.2.30.dist-info → llumo-0.2.32.dist-info}/top_level.txt +0 -0
llumo/client.py
CHANGED
|
@@ -23,15 +23,15 @@ from tqdm import tqdm
|
|
|
23
23
|
pd.set_option("future.no_silent_downcasting", True)
|
|
24
24
|
|
|
25
25
|
postUrl = (
|
|
26
|
-
"https://
|
|
26
|
+
"https://redskull.llumo.ai/api/process-playground"
|
|
27
27
|
)
|
|
28
28
|
fetchUrl = (
|
|
29
|
-
"https://
|
|
29
|
+
"https://redskull.llumo.ai/api/get-cells-data"
|
|
30
30
|
)
|
|
31
31
|
socketDataUrl = "https://app.llumo.ai/api/eval/get-awaited"
|
|
32
32
|
|
|
33
33
|
validateUrl = "https://app.llumo.ai/api/workspace-details"
|
|
34
|
-
socketUrl = "https://
|
|
34
|
+
socketUrl = "https://redskull.llumo.ai/"
|
|
35
35
|
|
|
36
36
|
|
|
37
37
|
class LlumoClient:
|
llumo/llumoSessionContext.py
CHANGED
|
@@ -51,9 +51,16 @@ class LlumoSessionContext(LlumoClient):
|
|
|
51
51
|
def __exit__(self, excType, excVal, excTb):
|
|
52
52
|
self.end()
|
|
53
53
|
|
|
54
|
-
def startLlumoRun(self, runName: str,rowID= "",columnID = ""):
|
|
55
|
-
LlumoRunID = str(uuid.uuid4().hex[:16])
|
|
56
54
|
|
|
55
|
+
def startLlumoRun(self, runName: str, rowID: str = "", columnID: str = "", runID: str = None):
|
|
56
|
+
|
|
57
|
+
if runID is None:
|
|
58
|
+
LlumoRunID = str(uuid.uuid4().hex[:16])
|
|
59
|
+
else:
|
|
60
|
+
LlumoRunID = runID
|
|
61
|
+
|
|
62
|
+
|
|
63
|
+
# Proceed with using LlumoRunID, rowID, columnID...
|
|
57
64
|
# if rowID =="":
|
|
58
65
|
# rowID = str(uuid.uuid4().hex[:16])
|
|
59
66
|
# if columnID == "":
|
|
@@ -107,7 +114,7 @@ class LlumoSessionContext(LlumoClient):
|
|
|
107
114
|
}
|
|
108
115
|
|
|
109
116
|
try:
|
|
110
|
-
|
|
117
|
+
print(run)
|
|
111
118
|
response = requests.post(url, headers=headers, json=run, timeout=20)
|
|
112
119
|
response.raise_for_status()
|
|
113
120
|
# print(response.json())
|
|
@@ -2,19 +2,19 @@ llumo/__init__.py,sha256=kkuppu7ZPiVZFdnYzJ9BM3syMbYHOSZLpwKwAvGHsnY,311
|
|
|
2
2
|
llumo/callback.py,sha256=K8O_bXgeIOXr5gougWF2Y7wnXTf7c3gSEvJZFiVoCmA,23829
|
|
3
3
|
llumo/callbacks-0.py,sha256=TEIOCWRvk2UYsTmBMBsnlgpqWvr-2y3a6d0w_e96NRM,8958
|
|
4
4
|
llumo/chains.py,sha256=6lCgLseh04RUgc6SahhmvQj82quay2Mi1j8gPUlx8Es,2923
|
|
5
|
-
llumo/client.py,sha256=
|
|
5
|
+
llumo/client.py,sha256=p28b0F2NLgggwkA9BchcMp0sEZ_V_SFeMCR2Sj0pndE,70673
|
|
6
6
|
llumo/exceptions.py,sha256=1OyhN9YL9LcyUPUsqYHq6Rret0udATZAwMVJaio2_Ec,2123
|
|
7
7
|
llumo/execution.py,sha256=nWbJ7AvWuUPcOb6i-JzKRna_PvF-ewZTiK8skS-5n3w,1380
|
|
8
8
|
llumo/functionCalling.py,sha256=D5jYapu1rIvdIJNUYPYMTyhQ1H-6nkwoOLMi6eekfUE,7241
|
|
9
9
|
llumo/google.py,sha256=6y9YnDFDRHv6-sQNT5LIsV9p31BCN0B9eow5KTRBWfM,2185
|
|
10
10
|
llumo/helpingFuntions.py,sha256=RSXMA5XLP6qiMsJW7axp1PZj8RFwY9HkkbG7nwJkbIM,27279
|
|
11
11
|
llumo/llumoLogger.py,sha256=grdjhu6Ngxg7nhnrMOP5Pd5ALR7U2ROws48yhf_N7y0,1912
|
|
12
|
-
llumo/llumoSessionContext.py,sha256=
|
|
12
|
+
llumo/llumoSessionContext.py,sha256=s1yu8dP_lrVPdiPQdg80n7Pm_IXoc6_XR2-6oBq5UtI,12585
|
|
13
13
|
llumo/models.py,sha256=aVEZsOOoQx5LeNtwSyBxqvrINq0izH3QWu_YjsMPE6o,2910
|
|
14
14
|
llumo/openai.py,sha256=VstBzaORe8Tq0feUIIEszzcN1oq6TJfkPviaCr5d3Bw,8950
|
|
15
15
|
llumo/sockets.py,sha256=pBDo-U65hMIMwKMwZQl3iBkEjISEt-9BkXxZTWfSHF4,6116
|
|
16
|
-
llumo-0.2.
|
|
17
|
-
llumo-0.2.
|
|
18
|
-
llumo-0.2.
|
|
19
|
-
llumo-0.2.
|
|
20
|
-
llumo-0.2.
|
|
16
|
+
llumo-0.2.32.dist-info/licenses/LICENSE,sha256=tF9yAcfPV9xGT3ViWmC8hPvOo8BEk4ZICbUfcEo8Dlk,182
|
|
17
|
+
llumo-0.2.32.dist-info/METADATA,sha256=sKCxyfRxjeOUiVDUxDvSxpDHJJDul1XddlxhGF_NLEo,1558
|
|
18
|
+
llumo-0.2.32.dist-info/WHEEL,sha256=_zCd3N1l69ArxyTb8rzEoP9TpbYXkqRFSNOD5OuxnTs,91
|
|
19
|
+
llumo-0.2.32.dist-info/top_level.txt,sha256=d5zUTMI99llPtLRB8rtSrqELm_bOqX-bNC5IcwlDk88,6
|
|
20
|
+
llumo-0.2.32.dist-info/RECORD,,
|
|
File without changes
|
|
File without changes
|
|
File without changes
|