render_package/ ├── config/ │ └── default.yaml # single config — edit per machine │ ├── encoders/ # Python package: latent encoding pipeline │ ├── __init__.py # public API: encode_object, encode_shard ...