Metadata-Version: 2.4
Name: sdxloop
Version: 0.1.0
Summary: Agentic loop orchestration on Docker Sandboxes (sbx) with isolated credential domains
Project-URL: Homepage, https://github.com/brettbergin/sdxloop
Project-URL: Repository, https://github.com/brettbergin/sdxloop
Project-URL: Issues, https://github.com/brettbergin/sdxloop/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.11
Classifier: Programming Language :: Python :: 3.12
Classifier: Programming Language :: Python :: 3.13
Classifier: Typing :: Typed
Requires-Python: >=3.11
Requires-Dist: pydantic>=2.7
Requires-Dist: rich>=13.7
Requires-Dist: sdxloop-worker==0.1.0
Requires-Dist: typer>=0.12
Description-Content-Type: text/markdown

# sdxloop

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 `sdxloop` CLI.

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