code-batch

CodeBatch

Content-addressed batch execution engine with deterministic sharding and queryable outputs.

What It Does

CodeBatch is a filesystem-based execution substrate that snapshots code, shards work deterministically, and indexes every output for structured queries. No database required.

Key Features

Install

pip install codebatch

Or install with all optional dependencies:

pip install codebatch[all]

Quick Start

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

License

MIT