dynamo-kv-router 1.3.0-dev.1

KV Router - Radix tree for LLM KV cache routing
Documentation
1
2
3
4
5
6
7
8
9
10
# lib/kv-router/src/standalone_indexer

Standalone indexer must remain usable without Dynamo runtime or LLM-layer
dependencies.

## Guardrails

- Never introduce `lib/runtime` / `dynamo-runtime` dependencies unless they are
  explicitly feature-gated.
- Never introduce `lib/llm` / `dynamo-llm` dependencies, gated or ungated.