StellaOps Orchestrator Worker SDK (Python)
Async-friendly SDK for StellaOps workers: claim jobs, acknowledge results, and attach tenant-aware auth headers. The default transport is dependency-free and can be swapped for aiohttp/httpx as needed.
Quick start
export ORCH_BASE_URL=http://localhost:8080
export ORCH_API_KEY=dev-token
python sample_worker.py