sbxloop 0.5.2__tar.gz → 0.5.4__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.
- {sbxloop-0.5.2 → sbxloop-0.5.4}/PKG-INFO +1 -1
- sbxloop-0.5.2/src/sbxloop/_vendor/sbxloop_worker-0.5.2-py3-none-any.whl → sbxloop-0.5.4/src/sbxloop/_vendor/sbxloop_worker-0.5.4-py3-none-any.whl +0 -0
- {sbxloop-0.5.2 → sbxloop-0.5.4}/src/sbxloop/_version.py +2 -2
- {sbxloop-0.5.2 → sbxloop-0.5.4}/src/sbxloop/engine/engine.py +6 -3
- {sbxloop-0.5.2 → sbxloop-0.5.4}/.gitignore +0 -0
- {sbxloop-0.5.2 → sbxloop-0.5.4}/README.md +0 -0
- {sbxloop-0.5.2 → sbxloop-0.5.4}/hatch_build.py +0 -0
- {sbxloop-0.5.2 → sbxloop-0.5.4}/pyproject.toml +0 -0
- {sbxloop-0.5.2 → sbxloop-0.5.4}/src/sbxloop/__init__.py +0 -0
- {sbxloop-0.5.2 → sbxloop-0.5.4}/src/sbxloop/cli/__init__.py +0 -0
- {sbxloop-0.5.2 → sbxloop-0.5.4}/src/sbxloop/cli/app.py +0 -0
- {sbxloop-0.5.2 → sbxloop-0.5.4}/src/sbxloop/cli/doctor.py +0 -0
- {sbxloop-0.5.2 → sbxloop-0.5.4}/src/sbxloop/cli/tui.py +0 -0
- {sbxloop-0.5.2 → sbxloop-0.5.4}/src/sbxloop/config.py +0 -0
- {sbxloop-0.5.2 → sbxloop-0.5.4}/src/sbxloop/deliver.py +0 -0
- {sbxloop-0.5.2 → sbxloop-0.5.4}/src/sbxloop/engine/__init__.py +0 -0
- {sbxloop-0.5.2 → sbxloop-0.5.4}/src/sbxloop/engine/model.py +0 -0
- {sbxloop-0.5.2 → sbxloop-0.5.4}/src/sbxloop/engine/phases.py +0 -0
- {sbxloop-0.5.2 → sbxloop-0.5.4}/src/sbxloop/engine/prompts/__init__.py +0 -0
- {sbxloop-0.5.2 → sbxloop-0.5.4}/src/sbxloop/engine/prompts/decompose.md +0 -0
- {sbxloop-0.5.2 → sbxloop-0.5.4}/src/sbxloop/engine/prompts/execute.md +0 -0
- {sbxloop-0.5.2 → sbxloop-0.5.4}/src/sbxloop/engine/prompts/plan.md +0 -0
- {sbxloop-0.5.2 → sbxloop-0.5.4}/src/sbxloop/engine/prompts/scrutinize.md +0 -0
- {sbxloop-0.5.2 → sbxloop-0.5.4}/src/sbxloop/engine/prompts/validate.md +0 -0
- {sbxloop-0.5.2 → sbxloop-0.5.4}/src/sbxloop/engine/store.py +0 -0
- {sbxloop-0.5.2 → sbxloop-0.5.4}/src/sbxloop/errors.py +0 -0
- {sbxloop-0.5.2 → sbxloop-0.5.4}/src/sbxloop/events.py +0 -0
- {sbxloop-0.5.2 → sbxloop-0.5.4}/src/sbxloop/gh/__init__.py +0 -0
- {sbxloop-0.5.2 → sbxloop-0.5.4}/src/sbxloop/gh/ops.py +0 -0
- {sbxloop-0.5.2 → sbxloop-0.5.4}/src/sbxloop/gh/reporter.py +0 -0
- {sbxloop-0.5.2 → sbxloop-0.5.4}/src/sbxloop/ids.py +0 -0
- {sbxloop-0.5.2 → sbxloop-0.5.4}/src/sbxloop/py.typed +0 -0
- {sbxloop-0.5.2 → sbxloop-0.5.4}/src/sbxloop/sbx/__init__.py +0 -0
- {sbxloop-0.5.2 → sbxloop-0.5.4}/src/sbxloop/sbx/cli.py +0 -0
- {sbxloop-0.5.2 → sbxloop-0.5.4}/src/sbxloop/sbx/models.py +0 -0
- {sbxloop-0.5.2 → sbxloop-0.5.4}/src/sbxloop/sbx/pair.py +0 -0
- {sbxloop-0.5.2 → sbxloop-0.5.4}/src/sbxloop/sbx/parse.py +0 -0
- {sbxloop-0.5.2 → sbxloop-0.5.4}/src/sbxloop/sbx/provision.py +0 -0
- {sbxloop-0.5.2 → sbxloop-0.5.4}/src/sbxloop/sbx/sandbox.py +0 -0
- {sbxloop-0.5.2 → sbxloop-0.5.4}/src/sbxloop/worker/__init__.py +0 -0
- {sbxloop-0.5.2 → sbxloop-0.5.4}/src/sbxloop/worker/client.py +0 -0
- {sbxloop-0.5.2 → sbxloop-0.5.4}/src/sbxloop/worker/wheel.py +0 -0
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: sbxloop
|
|
3
|
-
Version: 0.5.
|
|
3
|
+
Version: 0.5.4
|
|
4
4
|
Summary: Agentic loop orchestration on Docker Sandboxes (sbx) with isolated credential domains
|
|
5
5
|
Project-URL: Homepage, https://github.com/brettbergin/sbxloop
|
|
6
6
|
Project-URL: Repository, https://github.com/brettbergin/sbxloop
|
|
Binary file
|
|
@@ -18,7 +18,7 @@ version_tuple: tuple[int | str, ...]
|
|
|
18
18
|
commit_id: str | None
|
|
19
19
|
__commit_id__: str | None
|
|
20
20
|
|
|
21
|
-
__version__ = version = '0.5.
|
|
22
|
-
__version_tuple__ = version_tuple = (0, 5,
|
|
21
|
+
__version__ = version = '0.5.4'
|
|
22
|
+
__version_tuple__ = version_tuple = (0, 5, 4)
|
|
23
23
|
|
|
24
24
|
__commit_id__ = commit_id = None
|
|
@@ -32,8 +32,6 @@ from sbxloop.engine.phases import PhaseRunner, clip
|
|
|
32
32
|
from sbxloop.engine.store import StateStore
|
|
33
33
|
from sbxloop.errors import (
|
|
34
34
|
BudgetExceededError,
|
|
35
|
-
DeliveryError,
|
|
36
|
-
GithubOpsError,
|
|
37
35
|
SbxError,
|
|
38
36
|
SdxloopError,
|
|
39
37
|
StateError,
|
|
@@ -256,7 +254,12 @@ class LoopEngine:
|
|
|
256
254
|
base=gh.deliver_base,
|
|
257
255
|
draft=gh.deliver_draft,
|
|
258
256
|
)
|
|
259
|
-
except
|
|
257
|
+
except SdxloopError as exc:
|
|
258
|
+
# Catches the whole family the delivery path can raise — not just
|
|
259
|
+
# DeliveryError/GithubOpsError but WorkerError/WorkerTimeoutError/
|
|
260
|
+
# SbxError from the op jobs themselves. Anything narrower lets an
|
|
261
|
+
# infra hiccup during this optional post-completion step escape
|
|
262
|
+
# _drive and leave the completed run looking failed (#59).
|
|
260
263
|
logger.warning("delivery to %s failed for run %s", repo, run_id, exc_info=True)
|
|
261
264
|
self.bus.emit(HostEventTypes.RUN_DELIVER, run_id, repo=repo, error=str(exc))
|
|
262
265
|
return
|
|
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
|
|
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
|