wombatkv 0.1.0-alpha.pre1.0
Pre-release
Pre-release
·
7 commits
to main
since this release
First public release of WombatKV: an object-storage-native KV cache system for LLM inference. Prefix-share blocks survive across processes, machines, and pod restarts. Wombat has your KV blocks.
Crates on crates.io
| Crate | Purpose |
|---|---|
wombatkv-core |
Core types + shared primitives |
wombatkv-format |
On-disk + on-wire formats |
wombatkv-radix |
Metadata index (L0 in-memory + L1 SlateDB) |
wombatkv-store |
S3 / MinIO storage backend |
wombatkv-node |
Embedded KV with foyer hybrid cache |
wombatkv-daemon |
Daemon binary (SHM + TCP + HTTP listeners) |
wombatkv-cabi |
C ABI surface for engine integrations |
wombatkv-dst |
Deterministic simulation testing primitives |
Integration reference
The first integrated engine is the Venkat2811/ds4 fork. Validation covers Mac M3 with native MinIO and cross-host Mac → Linux over LAN.
Where to look
CHANGELOG.md- full feature list, env vars, known limitationsBENCHMARKS.md- per-campaign methodology + headline numbersbook/- long-form architecture + operations docs
Alpha status
Alpha tag is intentional: wire format, C ABI, S3 key layout, and chain hashes may break before 0.1.0. Do not pin production workloads to this release.