Content-addressed batch execution engine with deterministic sharding and queryable outputs.
CodeBatch is a filesystem-based execution substrate that snapshots code, shards work deterministically, and indexes every output for structured queries. No database required.
pip install codebatch
Or install with all optional dependencies:
pip install codebatch[all]
codebatch init ./store
codebatch snapshot ./my-project --store ./store
codebatch batch init --snapshot <id> --pipeline full --store ./store
codebatch run --batch <id> --store ./store
codebatch summary --batch <id> --store ./store
MIT