vision-agent 0.2.46__py3-none-any.whl → 0.2.47__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.
- vision_agent/utils/execute.py +5 -0
- {vision_agent-0.2.46.dist-info → vision_agent-0.2.47.dist-info}/METADATA +1 -1
- {vision_agent-0.2.46.dist-info → vision_agent-0.2.47.dist-info}/RECORD +5 -5
- {vision_agent-0.2.46.dist-info → vision_agent-0.2.47.dist-info}/LICENSE +0 -0
- {vision_agent-0.2.46.dist-info → vision_agent-0.2.47.dist-info}/WHEEL +0 -0
vision_agent/utils/execute.py
CHANGED
@@ -426,6 +426,11 @@ print(f"Vision Agent version: {va_version}")"""
|
|
426
426
|
def restart_kernel(self) -> None:
|
427
427
|
self.interpreter.notebook.restart_kernel()
|
428
428
|
|
429
|
+
@tenacity.retry(
|
430
|
+
wait=tenacity.wait_exponential_jitter(),
|
431
|
+
stop=tenacity.stop_after_attempt(2),
|
432
|
+
retry=tenacity.retry_if_exception_type(TimeoutError),
|
433
|
+
)
|
429
434
|
def exec_cell(self, code: str) -> Execution:
|
430
435
|
execution = self.interpreter.notebook.exec_cell(code, timeout=self.timeout)
|
431
436
|
return Execution.from_e2b_execution(execution)
|
@@ -25,12 +25,12 @@ vision_agent/tools/prompts.py,sha256=V1z4YJLXZuUl_iZ5rY0M5hHc_2tmMEUKr0WocXKGt4E
|
|
25
25
|
vision_agent/tools/tool_utils.py,sha256=wzRacbUpqk9hhfX_Y08rL8qP0XCN2w-8IZoYLi3Upn4,869
|
26
26
|
vision_agent/tools/tools.py,sha256=SrNrIjyUKoTE3mCqGcy6nC-MeEzJ8uJCumlSkTvvPpg,26085
|
27
27
|
vision_agent/utils/__init__.py,sha256=Ce4yPhoWanRsnTy3X7YzZNBYYRJsrJeT7N59WUf8GZM,209
|
28
|
-
vision_agent/utils/execute.py,sha256=
|
28
|
+
vision_agent/utils/execute.py,sha256=6sil3ktl6t8R8dV_RhYfb_s-z5m0c1_xtHCFzofIyqI,20501
|
29
29
|
vision_agent/utils/image_utils.py,sha256=_cdiS5YrLzqkq_ZgFUO897m5M4_SCIThwUy4lOklfB8,7700
|
30
30
|
vision_agent/utils/sim.py,sha256=oUZ-6eu8Io-UNt9GXJ0XRKtP-Wc0sPWVzYGVpB2yDFk,3001
|
31
31
|
vision_agent/utils/type_defs.py,sha256=BlI8ywWHAplC7kYWLvt4AOdnKpEW3qWEFm-GEOSkrFQ,1792
|
32
32
|
vision_agent/utils/video.py,sha256=_u3UrEpcJzbclKyJYxF7SiDQGhE2gUc598diYYiEv34,8885
|
33
|
-
vision_agent-0.2.
|
34
|
-
vision_agent-0.2.
|
35
|
-
vision_agent-0.2.
|
36
|
-
vision_agent-0.2.
|
33
|
+
vision_agent-0.2.47.dist-info/LICENSE,sha256=xx0jnfkXJvxRnG63LTGOxlggYnIysveWIZ6H3PNdCrQ,11357
|
34
|
+
vision_agent-0.2.47.dist-info/METADATA,sha256=WuIuMBkKPAExXks1PVwavSOQhXXtHennV9WsvJ1sans,6817
|
35
|
+
vision_agent-0.2.47.dist-info/WHEEL,sha256=7Z8_27uaHI_UZAc4Uox4PpBhQ9Y5_modZXWMxtUi4NU,88
|
36
|
+
vision_agent-0.2.47.dist-info/RECORD,,
|
File without changes
|
File without changes
|