> For clean Markdown of any page, append .md to the page URL.
> For a complete documentation index, see https://docs.nvidia.com/nemo/relay/llms.txt.
> For full documentation content, see https://docs.nvidia.com/nemo/relay/llms-full.txt.
> For AI client integration (Claude Code, Cursor, etc.), connect to the MCP server at https://docs.nvidia.com/nemo/relay/_mcp/server.

# Module config

> Canonical adaptive config and diagnostics types.

Generated from `cargo doc --no-deps -p nemo-relay -p nemo-relay-adaptive -p nemo-relay-ffi`.

Canonical adaptive config and diagnostics types.

## Structs

* [AcgComponentConfig](/reference/api/rust-library-reference/nemo-relay-adaptive/config/struct-acgcomponentconfig): Typed helper for the built-in Adaptive Cache Governor (ACG) component.
* [AdaptiveConfig](/reference/api/rust-library-reference/nemo-relay-adaptive/config/struct-adaptiveconfig): Canonical config document for the adaptive plugin component.
* [AdaptiveHintsComponentConfig](/reference/api/rust-library-reference/nemo-relay-adaptive/config/struct-adaptivehintscomponentconfig): Typed helper for adaptive hints settings.
* [BackendSpec](/reference/api/rust-library-reference/nemo-relay-adaptive/config/struct-backendspec): Dynamic backend selection. `config` is backend-specific.
* [StateConfig](/reference/api/rust-library-reference/nemo-relay-adaptive/config/struct-stateconfig): Shared state configuration consumed by adaptive features that need persistence.
* [TelemetryComponentConfig](/reference/api/rust-library-reference/nemo-relay-adaptive/config/struct-telemetrycomponentconfig): Typed helper for telemetry settings.
* [ToolParallelismComponentConfig](/reference/api/rust-library-reference/nemo-relay-adaptive/config/struct-toolparallelismcomponentconfig): Typed helper for tool parallelism settings.