llumo 0.2.33__py3-none-any.whl → 0.2.34__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 CHANGED
@@ -22,20 +22,18 @@ from tqdm import tqdm
22
22
 
23
23
  pd.set_option("future.no_silent_downcasting", True)
24
24
 
25
- # postUrl = (
26
- # "https://redskull.llumo.ai/api/process-playground"
27
- # )
28
- postUrl = "http://localhost:4747/api/process-playground"
29
- # fetchUrl = (
30
- # "https://redskull.llumo.ai/api/get-cells-data"
31
- # )
32
- fetchUrl = "http://localhost:4747/api/get-cells-data"
33
- fetchMissingEvalUrl = "http://localhost:4747/api/get-missing-keys"
34
- socketDataUrl = "http://localhost:4747/api/eval/get-awaited"
25
+ postUrl = "https://redskull.llumo.ai/api/process-playground"
26
+
27
+ # postUrl = "http://localhost:4747/api/process-playground"
28
+ fetchUrl = "https://redskull.llumo.ai/api/get-cells-data"
29
+
30
+ # fetchUrl = "http://localhost:4747/api/get-cells-data"
31
+ fetchMissingEvalUrl = "https://redskull.llumo.ai/api/get-missing-keys"
32
+ socketDataUrl = "https://redskull.llumo.ai/api/eval/get-awaited"
35
33
 
36
34
  validateUrl = "https://app.llumo.ai/api/workspace-details"
37
- # socketUrl = "https://redskull.llumo.ai/"
38
- socketUrl = "http://localhost:4747/"
35
+ socketUrl = "https://redskull.llumo.ai/"
36
+ # socketUrl = "http://localhost:4747/"
39
37
  createEvalUrl = "https://backend-api.llumo.ai/api/v1/create-debug-log-for-sdk"
40
38
  # createEvalUrl = "http://localhost:4545/api/v1/create-debug-log-for-sdk"
41
39
 
llumo/helpingFuntions.py CHANGED
@@ -585,7 +585,7 @@ def checkDependency(selectedEval:list = [], columns:list = [],tocheck=True,_retu
585
585
 
586
586
  def fetchData(workspaceID, playgroundID, missingList: list):
587
587
  # Define the URL and prepare the payload
588
- socket_data_url = "http://localhost:4747/api/eval/get-awaited"
588
+ socket_data_url = "https://redskull.llumo.ai/api/eval/get-awaited"
589
589
  payload = {
590
590
  "workspaceID": workspaceID,
591
591
  "playgroundID": playgroundID,
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: llumo
3
- Version: 0.2.33
3
+ Version: 0.2.34
4
4
  Summary: Python SDK for interacting with the Llumo ai API.
5
5
  Home-page: https://www.llumo.ai/
6
6
  Author: Llumo
@@ -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=GHpGa-4Re3PjPCztGETR9zGJTZtC8hcPrkoJ4pBk3Yw,73043
5
+ llumo/client.py,sha256=ZFey1s56-bdYEUQwDfH9crx4ylNt7XHZFUI0WGofjmY,73029
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
- llumo/helpingFuntions.py,sha256=qY0roIHI6aErhP3GO3ruEzjRUz1eZfAZytKHeBdRA5A,27280
10
+ llumo/helpingFuntions.py,sha256=jhB14o5e0YuRp-lCnu1c4vXjoG_y8ZinFHxUrZsnZAk,27284
11
11
  llumo/llumoLogger.py,sha256=grdjhu6Ngxg7nhnrMOP5Pd5ALR7U2ROws48yhf_N7y0,1912
12
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=2zp9xzIV46naR3kuotroIvZfJp13TTxpgg2iSxtJofU,6114
16
- llumo-0.2.33.dist-info/licenses/LICENSE,sha256=tF9yAcfPV9xGT3ViWmC8hPvOo8BEk4ZICbUfcEo8Dlk,182
17
- llumo-0.2.33.dist-info/METADATA,sha256=8R_r9WxpkrWcxn0PdARzqRHMHUX8YrJl-EoQUxbBpcU,1558
18
- llumo-0.2.33.dist-info/WHEEL,sha256=_zCd3N1l69ArxyTb8rzEoP9TpbYXkqRFSNOD5OuxnTs,91
19
- llumo-0.2.33.dist-info/top_level.txt,sha256=d5zUTMI99llPtLRB8rtSrqELm_bOqX-bNC5IcwlDk88,6
20
- llumo-0.2.33.dist-info/RECORD,,
16
+ llumo-0.2.34.dist-info/licenses/LICENSE,sha256=tF9yAcfPV9xGT3ViWmC8hPvOo8BEk4ZICbUfcEo8Dlk,182
17
+ llumo-0.2.34.dist-info/METADATA,sha256=3eiB92kNLh_IvOlesPckMDo92v3kPTa5qhNJndbGrHQ,1558
18
+ llumo-0.2.34.dist-info/WHEEL,sha256=_zCd3N1l69ArxyTb8rzEoP9TpbYXkqRFSNOD5OuxnTs,91
19
+ llumo-0.2.34.dist-info/top_level.txt,sha256=d5zUTMI99llPtLRB8rtSrqELm_bOqX-bNC5IcwlDk88,6
20
+ llumo-0.2.34.dist-info/RECORD,,
File without changes