poly-kv 0.1.0-alpha.3

Shared compressed KV-cache pool for multi-agent context. Two-tier codec policy (fib-quant cold + turbo-quant hot) with typed receipts.
Documentation
1
2
3
4
5
6
7
8
9
10
class PolyKvError(Exception):
    """Base exception for the optional poly-kv Python sidecar."""


class PolyKvNativeUnavailable(PolyKvError):
    """Raised when the PyO3 extension has not been built in the current environment."""


class PolyKvShapeError(PolyKvError):
    """Raised when shape, dtype, layout, or role validation fails closed."""