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

# Struct Agent Config

> Configuration projected southbound to one adapter target.

Generated from `cargo doc --no-deps -p nemo-fabric-core`.

<pre />

Configuration projected southbound to one adapter target.

## Fields

### `harness: Option<AgentHarnessConfig>`

Adapter-owned target settings.

### `models: BTreeMap<String, AgentModelConfig>`

Named model roles applied by the adapter target.

### `instructions: Option<AgentInstructionsConfig>`

Normalized instructions applied by the adapter target.

### `runtime: Option<AgentRuntimeConfig>`

Adapter-applied runtime behavior.

### `skills: Option<AgentSkillConfig>`

Skills made available to the adapter target.

### `mcp: Option<AgentMcpConfig>`

MCP servers routed to the adapter target.

### `tools: Option<AgentToolsConfig>`

Named tool definitions and effective tool policy.

### `workflow: Option<AgentWorkflowConfig>`

Custom agent or workflow selection and construction settings.

### `extensions: BTreeMap<String, Value>`

Adapter-owned fields validated against the selected adapter descriptor.

## Trait Implementations

### `impl Clone for AgentConfig`

<pre />

#### `clone`

<pre />

#### `clone_from`

<pre />

### `impl Debug for AgentConfig`

<pre />

#### `fmt`

<pre />

### `impl Default for AgentConfig`

<pre />

#### `default`

<pre />

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

<pre />

#### `deserialize`

<pre />

### `impl JsonSchema for AgentConfig`

<pre />

#### `schema_name`

<pre />

#### `schema_id`

<pre />

#### `json_schema`

<pre />

#### `inline_schema`

<pre />

### `impl PartialEq for AgentConfig`

<pre />

#### `eq`

<pre />

#### `ne`

<pre />

### `impl Serialize for AgentConfig`

<pre />

#### `serialize`

<pre />

### `impl StructuralPartialEq for AgentConfig`

<pre />