> 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 AcgComponent Config

> Typed helper for the built-in Adaptive Cache Governor (ACG) component.

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

<pre />

Typed helper for the built-in Adaptive Cache Governor (ACG) component.

## Fields

### `provider: String`

Which provider plugin to activate (e.g. "anthropic", "openai", "passthrough").

### `observation_window: usize`

Rolling observation window size. Default: 100.

### `priority: i32`

LLM execution intercept priority. Default: 50.

### `stability_thresholds: StabilityThresholds`

Stability classification thresholds used by the learner.

## Trait Implementations

### `impl Clone for AcgComponentConfig`

<pre />

#### `clone`

<pre />

#### `clone_from`

<pre />

### `impl Debug for AcgComponentConfig`

<pre />

#### `fmt`

<pre />

### `impl Default for AcgComponentConfig`

<pre />

#### `default`

<pre />

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

<pre />

#### `deserialize`

<pre />

### `impl EditorConfig for AcgComponentConfig`

<pre />

#### `editor_schema`

<pre />

### `impl Serialize for AcgComponentConfig`

<pre />

#### `serialize`

<pre />