Python API
Public Python surfaces on the Dynamo distributed runtime, statically discovered from the source tree.
Dynamo publishes 11 Python modules with 365 public class and function symbols under dynamo.*.
dynamo._core
89 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
47 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
80 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
36 symbols. Scaling connectors, decision types, and Planner configuration.
dynamo.router
7 symbols. Request-router configuration and command-line argument groups.
dynamo.mocker
23 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.