Python API
Public Python surfaces on the Dynamo distributed runtime, statically discovered from the source tree.
Dynamo publishes 11 Python modules with 369 public class and function symbols under dynamo.*.
dynamo._core
97 symbols. Rust-backed distributed runtime, KV router, and endpoint bindings.
dynamo.runtime
17 symbols. Decorators and re-exports for defining Dynamo workers and endpoints.
dynamo.llm
46 symbols. High-level LLM primitives for building request pipelines.
dynamo.frontend
43 symbols. OpenAI-compatible HTTP frontend, argument parsing, and pre/post-processing.
dynamo.common
77 symbols. Shared configuration groups, storage adapters, and utility helpers.
dynamo.health_check
2 symbols. Health-check payload types and environment-driven configuration.
dynamo.logits_processing
4 symbols. Custom logits processors for LLM token generation.
dynamo.planner
31 symbols. Scaling connectors, decision types, and Planner configuration.
dynamo.router
5 symbols. Request-router configuration and command-line argument groups.
dynamo.mocker
30 symbols. Mock engine used to run Dynamo workflows without a real GPU backend.
dynamo.nixl_connect
17 symbols. NIXL RDMA connector primitives for KV cache and tensor transport.