> 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.

# Struct Adaptive Config

> Canonical config document for the adaptive plugin component.

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

<pre />

Canonical config document for the adaptive plugin component.

## Fields

### `version: u32`

Adaptive config schema version.

### `agent_id: Option<String>`

Fallback agent identifier used when no Agent scope is active. Scoped runtime calls use the active Agent scope name instead.

### `state: Option<StateConfig>`

Shared state backend configuration.

### `telemetry: Option<TelemetryComponentConfig>`

Built-in adaptive telemetry settings.

### `adaptive_hints: Option<AdaptiveHintsComponentConfig>`

Built-in LLM hint injection settings.

### `tool_parallelism: Option<ToolParallelismComponentConfig>`

Built-in tool scheduling settings.

### `acg: Option<AcgComponentConfig>`

Adaptive Cache Governor settings.

### `policy: ConfigPolicy`

Adaptive-local unsupported-config policy.

## Trait Implementations

### `impl Clone for AdaptiveConfig`

<pre />

#### `clone`

<pre />

#### `clone_from`

<pre />

### `impl Debug for AdaptiveConfig`

<pre />

#### `fmt`

<pre />

### `impl Default for AdaptiveConfig`

<pre />

#### `default`

<pre />

### `impl<'de> Deserialize<'de> for AdaptiveConfig`

<pre />

#### `deserialize`

<pre />

### `impl EditorConfig for AdaptiveConfig`

<pre />

#### `editor_schema`

<pre />

### `impl Serialize for AdaptiveConfig`

<pre />

#### `serialize`

<pre />