Repository Structure

src/deepzero/
โ”œโ”€โ”€ __init__.py          # SemVer definitions
โ”œโ”€โ”€ __main__.py          # Module entrypoint
โ”œโ”€โ”€ cli.py               # Click application interface
โ”œโ”€โ”€ api/                 # Starlette REST endpoints
โ”œโ”€โ”€ engine/              # Core execution and orchestration logic
โ””โ”€โ”€ stages/              # Standard library processors

processors/              # Contributed and reference processors
pipelines/               # Pipeline declarations and logic
tests/                   # Pytest validation suite