dynamo-kv-router 1.3.0

KV Router - Radix tree for LLM KV cache routing
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
// SPDX-FileCopyrightText: Copyright (c) 2025-2026 NVIDIA CORPORATION & AFFILIATES. All rights reserved.
// SPDX-License-Identifier: Apache-2.0

#[cfg(any(
    feature = "standalone-indexer",
    feature = "standalone-slot-tracker",
    feature = "standalone-selection"
))]
pub(crate) mod zmq;

#[cfg(any(feature = "standalone-slot-tracker", feature = "standalone-selection"))]
pub(crate) mod replica_sync;

#[cfg(any(feature = "standalone-slot-tracker", feature = "standalone-selection"))]
pub(crate) mod replica_sync_http;