letta-nightly 0.6.0.dev20241204213946__py3-none-any.whl → 0.6.0.dev20241204232133__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 letta-nightly might be problematic. Click here for more details.
- letta/services/tool_execution_sandbox.py +2 -0
- {letta_nightly-0.6.0.dev20241204213946.dist-info → letta_nightly-0.6.0.dev20241204232133.dist-info}/METADATA +1 -1
- {letta_nightly-0.6.0.dev20241204213946.dist-info → letta_nightly-0.6.0.dev20241204232133.dist-info}/RECORD +6 -6
- {letta_nightly-0.6.0.dev20241204213946.dist-info → letta_nightly-0.6.0.dev20241204232133.dist-info}/LICENSE +0 -0
- {letta_nightly-0.6.0.dev20241204213946.dist-info → letta_nightly-0.6.0.dev20241204232133.dist-info}/WHEEL +0 -0
- {letta_nightly-0.6.0.dev20241204213946.dist-info → letta_nightly-0.6.0.dev20241204232133.dist-info}/entry_points.txt +0 -0
|
@@ -159,6 +159,8 @@ class ToolExecutionSandbox:
|
|
|
159
159
|
# Set up env for venv
|
|
160
160
|
env["VIRTUAL_ENV"] = venv_path
|
|
161
161
|
env["PATH"] = os.path.join(venv_path, "bin") + ":" + env["PATH"]
|
|
162
|
+
# Suppress all warnings
|
|
163
|
+
env["PYTHONWARNINGS"] = "ignore"
|
|
162
164
|
|
|
163
165
|
# Execute the code in a restricted subprocess
|
|
164
166
|
try:
|
|
@@ -211,7 +211,7 @@ letta/services/organization_manager.py,sha256=OfE2_NMmhqXURX4sg7hCOiFQVQpV5ZiPu7
|
|
|
211
211
|
letta/services/per_agent_lock_manager.py,sha256=porM0cKKANQ1FvcGXOO_qM7ARk5Fgi1HVEAhXsAg9-4,546
|
|
212
212
|
letta/services/sandbox_config_manager.py,sha256=9BCu59nHR4nIMFXgFyEMOY2UTmZvBMS3GlDBWWCHB4I,12648
|
|
213
213
|
letta/services/source_manager.py,sha256=StX5Wfd7XSCKJet8qExIu3GMoI-eMIbEarAeTv2gq0s,6555
|
|
214
|
-
letta/services/tool_execution_sandbox.py,sha256=
|
|
214
|
+
letta/services/tool_execution_sandbox.py,sha256=uwZzojAjPmejMXnUqjOxh25XJfhyWyE7NJFAAxfZQWk,20288
|
|
215
215
|
letta/services/tool_manager.py,sha256=FVCB9R3NFahh-KE5jROzf6J9WEgqhqGoDk5RpWjlgjg,7835
|
|
216
216
|
letta/services/tool_sandbox_env/.gitkeep,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
217
217
|
letta/services/user_manager.py,sha256=UJa0hqCjz0yXtvrCR8OVBqlSR5lC_Ejn-uG__58zLds,4398
|
|
@@ -220,8 +220,8 @@ letta/streaming_interface.py,sha256=_FPUWy58j50evHcpXyd7zB1wWqeCc71NCFeWh_TBvnw,
|
|
|
220
220
|
letta/streaming_utils.py,sha256=329fsvj1ZN0r0LpQtmMPZ2vSxkDBIUUwvGHZFkjm2I8,11745
|
|
221
221
|
letta/system.py,sha256=buKYPqG5n2x41hVmWpu6JUpyd7vTWED9Km2_M7dLrvk,6960
|
|
222
222
|
letta/utils.py,sha256=iELiiJhSnijGDmwyk_T4NBJIqFUnEw_Flv9ZpSBUPFA,32136
|
|
223
|
-
letta_nightly-0.6.0.
|
|
224
|
-
letta_nightly-0.6.0.
|
|
225
|
-
letta_nightly-0.6.0.
|
|
226
|
-
letta_nightly-0.6.0.
|
|
227
|
-
letta_nightly-0.6.0.
|
|
223
|
+
letta_nightly-0.6.0.dev20241204232133.dist-info/LICENSE,sha256=mExtuZ_GYJgDEI38GWdiEYZizZS4KkVt2SF1g_GPNhI,10759
|
|
224
|
+
letta_nightly-0.6.0.dev20241204232133.dist-info/METADATA,sha256=MpWZuB0FdmMDFSVqhgWsmkVbZRgfeawDxHcF5C9EWr4,11413
|
|
225
|
+
letta_nightly-0.6.0.dev20241204232133.dist-info/WHEEL,sha256=FMvqSimYX_P7y0a7UY-_Mc83r5zkBZsCYPm7Lr0Bsq4,88
|
|
226
|
+
letta_nightly-0.6.0.dev20241204232133.dist-info/entry_points.txt,sha256=2zdiyGNEZGV5oYBuS-y2nAAgjDgcC9yM_mHJBFSRt5U,40
|
|
227
|
+
letta_nightly-0.6.0.dev20241204232133.dist-info/RECORD,,
|
|
File without changes
|
|
File without changes
|
|
File without changes
|