sbxloop 0.4.4__tar.gz → 0.4.5__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.4.4 → sbxloop-0.4.5}/PKG-INFO +1 -1
- sbxloop-0.4.4/src/sbxloop/_vendor/sbxloop_worker-0.4.4-py3-none-any.whl → sbxloop-0.4.5/src/sbxloop/_vendor/sbxloop_worker-0.4.5-py3-none-any.whl +0 -0
- {sbxloop-0.4.4 → sbxloop-0.4.5}/src/sbxloop/_version.py +2 -2
- {sbxloop-0.4.4 → sbxloop-0.4.5}/src/sbxloop/engine/prompts/execute.md +14 -0
- {sbxloop-0.4.4 → sbxloop-0.4.5}/src/sbxloop/engine/prompts/plan.md +7 -0
- {sbxloop-0.4.4 → sbxloop-0.4.5}/.gitignore +0 -0
- {sbxloop-0.4.4 → sbxloop-0.4.5}/README.md +0 -0
- {sbxloop-0.4.4 → sbxloop-0.4.5}/hatch_build.py +0 -0
- {sbxloop-0.4.4 → sbxloop-0.4.5}/pyproject.toml +0 -0
- {sbxloop-0.4.4 → sbxloop-0.4.5}/src/sbxloop/__init__.py +0 -0
- {sbxloop-0.4.4 → sbxloop-0.4.5}/src/sbxloop/cli/__init__.py +0 -0
- {sbxloop-0.4.4 → sbxloop-0.4.5}/src/sbxloop/cli/app.py +0 -0
- {sbxloop-0.4.4 → sbxloop-0.4.5}/src/sbxloop/cli/doctor.py +0 -0
- {sbxloop-0.4.4 → sbxloop-0.4.5}/src/sbxloop/cli/tui.py +0 -0
- {sbxloop-0.4.4 → sbxloop-0.4.5}/src/sbxloop/config.py +0 -0
- {sbxloop-0.4.4 → sbxloop-0.4.5}/src/sbxloop/deliver.py +0 -0
- {sbxloop-0.4.4 → sbxloop-0.4.5}/src/sbxloop/engine/__init__.py +0 -0
- {sbxloop-0.4.4 → sbxloop-0.4.5}/src/sbxloop/engine/engine.py +0 -0
- {sbxloop-0.4.4 → sbxloop-0.4.5}/src/sbxloop/engine/model.py +0 -0
- {sbxloop-0.4.4 → sbxloop-0.4.5}/src/sbxloop/engine/phases.py +0 -0
- {sbxloop-0.4.4 → sbxloop-0.4.5}/src/sbxloop/engine/prompts/__init__.py +0 -0
- {sbxloop-0.4.4 → sbxloop-0.4.5}/src/sbxloop/engine/prompts/decompose.md +0 -0
- {sbxloop-0.4.4 → sbxloop-0.4.5}/src/sbxloop/engine/prompts/scrutinize.md +0 -0
- {sbxloop-0.4.4 → sbxloop-0.4.5}/src/sbxloop/engine/prompts/validate.md +0 -0
- {sbxloop-0.4.4 → sbxloop-0.4.5}/src/sbxloop/engine/store.py +0 -0
- {sbxloop-0.4.4 → sbxloop-0.4.5}/src/sbxloop/errors.py +0 -0
- {sbxloop-0.4.4 → sbxloop-0.4.5}/src/sbxloop/events.py +0 -0
- {sbxloop-0.4.4 → sbxloop-0.4.5}/src/sbxloop/gh/__init__.py +0 -0
- {sbxloop-0.4.4 → sbxloop-0.4.5}/src/sbxloop/gh/ops.py +0 -0
- {sbxloop-0.4.4 → sbxloop-0.4.5}/src/sbxloop/gh/reporter.py +0 -0
- {sbxloop-0.4.4 → sbxloop-0.4.5}/src/sbxloop/ids.py +0 -0
- {sbxloop-0.4.4 → sbxloop-0.4.5}/src/sbxloop/py.typed +0 -0
- {sbxloop-0.4.4 → sbxloop-0.4.5}/src/sbxloop/sbx/__init__.py +0 -0
- {sbxloop-0.4.4 → sbxloop-0.4.5}/src/sbxloop/sbx/cli.py +0 -0
- {sbxloop-0.4.4 → sbxloop-0.4.5}/src/sbxloop/sbx/models.py +0 -0
- {sbxloop-0.4.4 → sbxloop-0.4.5}/src/sbxloop/sbx/pair.py +0 -0
- {sbxloop-0.4.4 → sbxloop-0.4.5}/src/sbxloop/sbx/parse.py +0 -0
- {sbxloop-0.4.4 → sbxloop-0.4.5}/src/sbxloop/sbx/provision.py +0 -0
- {sbxloop-0.4.4 → sbxloop-0.4.5}/src/sbxloop/sbx/sandbox.py +0 -0
- {sbxloop-0.4.4 → sbxloop-0.4.5}/src/sbxloop/worker/__init__.py +0 -0
- {sbxloop-0.4.4 → sbxloop-0.4.5}/src/sbxloop/worker/client.py +0 -0
- {sbxloop-0.4.4 → sbxloop-0.4.5}/src/sbxloop/worker/wheel.py +0 -0
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: sbxloop
|
|
3
|
-
Version: 0.4.
|
|
3
|
+
Version: 0.4.5
|
|
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.4.
|
|
22
|
-
__version_tuple__ = version_tuple = (0, 4,
|
|
21
|
+
__version__ = version = '0.4.5'
|
|
22
|
+
__version_tuple__ = version_tuple = (0, 4, 5)
|
|
23
23
|
|
|
24
24
|
__commit_id__ = commit_id = None
|
|
@@ -9,6 +9,20 @@ the host so the user receives everything you put in it. Write all outputs and
|
|
|
9
9
|
artifacts here — files created anywhere else are lost when the sandbox is
|
|
10
10
|
destroyed.
|
|
11
11
|
|
|
12
|
+
## Environment notes
|
|
13
|
+
|
|
14
|
+
- Debian/Ubuntu VM. The system Python is externally managed (PEP 668):
|
|
15
|
+
bare `pip install X` fails. For Python dependencies create a virtualenv
|
|
16
|
+
first — `python3 -m venv .venv && .venv/bin/pip install X` — and run
|
|
17
|
+
project commands through `.venv/bin/...`.
|
|
18
|
+
- If a tool or apt package is missing, you have passwordless sudo:
|
|
19
|
+
`sudo apt-get install -y <package>`.
|
|
20
|
+
- Network egress is allowlisted. PyPI, GitHub, and apt mirrors are
|
|
21
|
+
reachable; other hosts (npm registry, arbitrary APIs) may not be. If a
|
|
22
|
+
download times out repeatedly, say so in your summary instead of
|
|
23
|
+
retrying forever — the allowlist is user configuration, not something
|
|
24
|
+
you can change.
|
|
25
|
+
|
|
12
26
|
## Overall outcome
|
|
13
27
|
|
|
14
28
|
$outcome
|
|
@@ -32,4 +32,11 @@ Respond with exactly one fenced JSON block:
|
|
|
32
32
|
|
|
33
33
|
Steps must be specific enough that an executor with no other context can
|
|
34
34
|
follow them. Include the task's own verification ideas in `verify_commands`.
|
|
35
|
+
|
|
36
|
+
Environment facts to plan around: Debian/Ubuntu VM; the system Python is
|
|
37
|
+
externally managed (PEP 668), so Python dependencies belong in a project
|
|
38
|
+
virtualenv (`python3 -m venv .venv`) and commands — including your
|
|
39
|
+
`verify_commands` — should use `.venv/bin/...` paths; missing apt packages
|
|
40
|
+
can be installed with passwordless sudo; network egress is allowlisted
|
|
41
|
+
(PyPI, GitHub, and apt mirrors are reachable — other registries may not be).
|
|
35
42
|
$retry_context
|
|
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
|