Metadata-Version: 2.4
Name: torq-worker
Version: 0.0.1
Summary: GPU worker for Torq distributed job queue (coming soon)
Project-URL: Homepage, https://torq.muid.io
Project-URL: Documentation, https://torq.muid.io/docs
Project-URL: Repository, https://github.com/muid-io/torq
Author-email: "MUID.io" <dev@muid.io>
License: MIT
Keywords: distributed,gpu,inference,llm,torq,worker
Classifier: Development Status :: 1 - Planning
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Requires-Python: >=3.10
Description-Content-Type: text/markdown

# Torq Worker

GPU worker component for Torq distributed job queue.

**Status: Coming Soon**

## Overview
Torq Worker runs on GPU machines and processes jobs from the Torq broker.

## Features (planned)
- Multiple LLM backend support (vLLM, SGLang, TGI)
- Auto-registration with broker
- Health monitoring and heartbeats
- Graceful shutdown and job recovery

## Installation
```bash
pip install torq-worker
```

## Links
- Main site: https://torq.muid.io
- Documentation: https://torq.muid.io/docs
