Metadata-Version: 2.4
Name: sdxloop-worker
Version: 0.1.0
Summary: In-sandbox worker runtime for sdxloop (protocol models, agent backends, job runner)
Project-URL: Homepage, https://github.com/brettbergin/sdxloop
Project-URL: Repository, https://github.com/brettbergin/sdxloop
Author: Brett Bergin
License-Expression: MIT
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
Provides-Extra: copilot
Requires-Dist: github-copilot-sdk>=1.0.8; extra == 'copilot'
Description-Content-Type: text/markdown

# sdxloop-worker

The in-sandbox runtime for [sdxloop](https://github.com/brettbergin/sdxloop):
shared host/worker protocol models, the job runner (`python -m sdxloop_worker`),
and agent backends. Install with the `copilot` extra inside agent sandboxes:

```bash
pip install "sdxloop-worker[copilot]"
```

You normally never install this directly — the sdxloop host package provisions
it into sandboxes automatically.
