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

> A complete ATIF trajectory.

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

<pre />

A complete ATIF trajectory.

## Fields

### `schema_version: String`

Schema version (e.g., `"ATIF-v1.7"`).

### `session_id: String`

Unique session identifier.

### `trajectory_id: Option<String>`

Canonical per-trajectory-document identifier.

### `agent: AtifAgentInfo`

Information about the agent.

### `steps: Vec<AtifStep>`

Ordered list of trajectory steps.

### `notes: Option<String>`

Custom information, design notes, or explanations.

### `final_metrics: Option<AtifFinalMetrics>`

Aggregate metrics for the entire trajectory.

### `continued_trajectory_ref: Option<String>`

Reference to the continuation trajectory file if continued elsewhere.

### `subagent_trajectories: Option<Vec<AtifTrajectory>>`

Embedded subagent trajectories.

### `extra: Option<Json>`

Extra metadata.

## Trait Implementations

### `impl Clone for AtifTrajectory`

<pre />

#### `clone`

<pre />

#### `clone_from`

<pre />

### `impl Debug for AtifTrajectory`

<pre />

#### `fmt`

<pre />

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

<pre />

#### `deserialize`

<pre />

### `impl Serialize for AtifTrajectory`

<pre />

#### `serialize`

<pre />