poly-kv 0.1.0-alpha.1

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
11
def validate_shape_json(shape_json: str) -> str: ...
def build_synthetic_pool_receipts_json(shape_json: str) -> str: ...
def attach_synthetic_reader_receipt_json(shape_json: str) -> str: ...
def decode_synthetic_slice_receipt_json(
    shape_json: str,
    role: str,
    layer: int,
    start: int,
    end: int,
) -> str: ...
def build_pool_from_f32_json(shape_json: str, blocks_json: str) -> str: ...