Metadata-Version: 2.4
Name: sbxloop
Version: 0.5.2
Summary: Agentic loop orchestration on Docker Sandboxes (sbx) with isolated credential domains
Project-URL: Homepage, https://github.com/brettbergin/sbxloop
Project-URL: Repository, https://github.com/brettbergin/sbxloop
Project-URL: Issues, https://github.com/brettbergin/sbxloop/issues
Author: Brett Bergin
License-Expression: MIT
Keywords: agents,copilot,docker,orchestration,sandbox
Classifier: Development Status :: 3 - Alpha
Classifier: Intended Audience :: Developers
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.13
Classifier: Programming Language :: Python :: 3.14
Classifier: Typing :: Typed
Requires-Python: >=3.13
Requires-Dist: pydantic>=2.7
Requires-Dist: python-dotenv>=1.0
Requires-Dist: rich>=13.7
Requires-Dist: sbxloop-worker
Requires-Dist: typer>=0.12
Requires-Dist: sbxloop-worker==0.5.2
Description-Content-Type: text/markdown

# sbxloop

Agentic loop orchestration on Docker Sandboxes (`sbx`) with isolated credential
domains. This is the host-side orchestrator package: sandbox provisioning, the
loop engine, and the `sbxloop` CLI.

See the [project README](https://github.com/brettbergin/sbxloop) for full
documentation.
