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

> Custom agent or workflow selection and construction settings.

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

<pre />

Custom agent or workflow selection and construction settings.

## Fields

### `entrypoint: AgentWorkflowEntrypointConfig`

Entry point resolved by the selected adapter.

### `settings: Map<String, Value>`

Agent-specific construction settings.

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

Adapter-owned workflow fields.

## Trait Implementations

### `impl Clone for AgentWorkflowConfig`

<pre />

#### `clone`

<pre />

#### `clone_from`

<pre />

### `impl Debug for AgentWorkflowConfig`

<pre />

#### `fmt`

<pre />

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

<pre />

#### `deserialize`

<pre />

### `impl JsonSchema for AgentWorkflowConfig`

<pre />

#### `schema_name`

<pre />

#### `schema_id`

<pre />

#### `json_schema`

<pre />

#### `inline_schema`

<pre />

### `impl PartialEq for AgentWorkflowConfig`

<pre />

#### `eq`

<pre />

#### `ne`

<pre />

### `impl Serialize for AgentWorkflowConfig`

<pre />

#### `serialize`

<pre />

### `impl StructuralPartialEq for AgentWorkflowConfig`

<pre />