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
def test_import_package_without_requiring_native_extension():
    import poly_kv

    assert hasattr(poly_kv, "ShapeV2")
    assert isinstance(poly_kv.native_available(), bool)