> 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 Atif Agent Info

> Information about the agent that produced the trajectory.

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

<pre />

Information about the agent that produced the trajectory.

## Fields

### `name: String`

Human-readable agent name.

### `version: String`

Agent version string.

### `model_name: Option<String>`

Default LLM model name used by the agent.

### `tool_definitions: Option<Vec<Json>>`

Tool definitions available to the agent.

### `extra: Option<Json>`

Extra metadata.

## Trait Implementations

### `impl Clone for AtifAgentInfo`

<pre />

#### `clone`

<pre />

#### `clone_from`

<pre />

### `impl Debug for AtifAgentInfo`

<pre />

#### `fmt`

<pre />

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

<pre />

#### `deserialize`

<pre />

### `impl Serialize for AtifAgentInfo`

<pre />

#### `serialize`

<pre />