Build-tool for bulk-generating AI images.
- run_build() drives the full build pipeline - Topological generations executed concurrently via asyncio.gather() - Incremental builds: skip clean targets, rebuild dirty ones - Error isolation: failed targets don't block independent branches - State saved after each generation for crash resilience |
||
|---|---|---|
| bulkgen | ||
| .envrc | ||
| .gitignore | ||
| .python-version | ||
| devenv.lock | ||
| devenv.nix | ||
| devenv.yaml | ||
| main.py | ||
| pyproject.toml | ||
| pyrightconfig.json | ||
| README.md | ||
| uv.lock | ||