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

> Southbound terminal result returned by an adapter target.

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

<pre />

Southbound terminal result returned by an adapter target.

## Fields

### `status: AgentRunStatus`

Adapter-target completion status.

### `output: Value`

Primary adapter-target output.

### `error: Option<AgentRunError>`

Adapter error when the invocation did not succeed.

### `usage: Option<AgentUsage>`

Normalized model usage when reported by the adapter target.

### `artifacts: Vec<AgentArtifact>`

Artifacts produced by the adapter target.

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

Adapter-owned result fields.

## Implementations

### `impl AgentRunResult`

<pre />

#### `validate`

<pre />

Validate terminal status, error, and artifact invariants.

## Trait Implementations

### `impl Clone for AgentRunResult`

<pre />

#### `clone`

<pre />

#### `clone_from`

<pre />

### `impl Debug for AgentRunResult`

<pre />

#### `fmt`

<pre />

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

<pre />

#### `deserialize`

<pre />

### `impl JsonSchema for AgentRunResult`

<pre />

#### `schema_name`

<pre />

#### `schema_id`

<pre />

#### `json_schema`

<pre />

#### `inline_schema`

<pre />

### `impl PartialEq for AgentRunResult`

<pre />

#### `eq`

<pre />

#### `ne`

<pre />

### `impl Serialize for AgentRunResult`

<pre />

#### `serialize`

<pre />

### `impl StructuralPartialEq for AgentRunResult`

<pre />