llumo 0.2.27__tar.gz → 0.2.28__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.
Files changed (26) hide show
  1. {llumo-0.2.27/llumo.egg-info → llumo-0.2.28}/PKG-INFO +1 -1
  2. {llumo-0.2.27 → llumo-0.2.28}/llumo/llumoSessionContext.py +3 -3
  3. {llumo-0.2.27 → llumo-0.2.28/llumo.egg-info}/PKG-INFO +1 -1
  4. {llumo-0.2.27 → llumo-0.2.28}/LICENSE +0 -0
  5. {llumo-0.2.27 → llumo-0.2.28}/MANIFEST.in +0 -0
  6. {llumo-0.2.27 → llumo-0.2.28}/README.md +0 -0
  7. {llumo-0.2.27 → llumo-0.2.28}/llumo/__init__.py +0 -0
  8. {llumo-0.2.27 → llumo-0.2.28}/llumo/callback.py +0 -0
  9. {llumo-0.2.27 → llumo-0.2.28}/llumo/callbacks-0.py +0 -0
  10. {llumo-0.2.27 → llumo-0.2.28}/llumo/chains.py +0 -0
  11. {llumo-0.2.27 → llumo-0.2.28}/llumo/client.py +0 -0
  12. {llumo-0.2.27 → llumo-0.2.28}/llumo/exceptions.py +0 -0
  13. {llumo-0.2.27 → llumo-0.2.28}/llumo/execution.py +0 -0
  14. {llumo-0.2.27 → llumo-0.2.28}/llumo/functionCalling.py +0 -0
  15. {llumo-0.2.27 → llumo-0.2.28}/llumo/google.py +0 -0
  16. {llumo-0.2.27 → llumo-0.2.28}/llumo/helpingFuntions.py +0 -0
  17. {llumo-0.2.27 → llumo-0.2.28}/llumo/llumoLogger.py +0 -0
  18. {llumo-0.2.27 → llumo-0.2.28}/llumo/models.py +0 -0
  19. {llumo-0.2.27 → llumo-0.2.28}/llumo/openai.py +0 -0
  20. {llumo-0.2.27 → llumo-0.2.28}/llumo/sockets.py +0 -0
  21. {llumo-0.2.27 → llumo-0.2.28}/llumo.egg-info/SOURCES.txt +0 -0
  22. {llumo-0.2.27 → llumo-0.2.28}/llumo.egg-info/dependency_links.txt +0 -0
  23. {llumo-0.2.27 → llumo-0.2.28}/llumo.egg-info/requires.txt +0 -0
  24. {llumo-0.2.27 → llumo-0.2.28}/llumo.egg-info/top_level.txt +0 -0
  25. {llumo-0.2.27 → llumo-0.2.28}/setup.cfg +0 -0
  26. {llumo-0.2.27 → llumo-0.2.28}/setup.py +0 -0
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: llumo
3
- Version: 0.2.27
3
+ Version: 0.2.28
4
4
  Summary: Python SDK for interacting with the Llumo ai API.
5
5
  Home-page: https://www.llumo.ai/
6
6
  Author: Llumo
@@ -91,7 +91,7 @@ class LlumoSessionContext(LlumoClient):
91
91
  ]
92
92
  run["steps"] = clean_steps
93
93
 
94
- print(run["runName"]) # optional debug log
94
+ # print(run["runName"]) # optional debug log
95
95
 
96
96
  # STEP 3: Send the payload
97
97
  url = "https://app.llumo.ai/api/create-debug-log"
@@ -107,7 +107,7 @@ class LlumoSessionContext(LlumoClient):
107
107
  except requests.exceptions.Timeout:
108
108
  print("Request timed out.")
109
109
  except requests.exceptions.RequestException as e:
110
- print(f"Request failed: {e}")
110
+ pass
111
111
 
112
112
  # Cleanup
113
113
  if self.threadLlumoRun:
@@ -120,7 +120,7 @@ class LlumoSessionContext(LlumoClient):
120
120
  stepName: str,
121
121
  metadata: Optional[dict] = None,
122
122
  ):
123
- print(f"logged: {stepType}")
123
+ # print(f"logged: {stepType}")
124
124
  run = getLlumoRun()
125
125
  if run is None:
126
126
  raise RuntimeError("No active run to log steps.")
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: llumo
3
- Version: 0.2.27
3
+ Version: 0.2.28
4
4
  Summary: Python SDK for interacting with the Llumo ai API.
5
5
  Home-page: https://www.llumo.ai/
6
6
  Author: Llumo
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