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

# Trait Storage Backend

> Minimal async storage interface required by the adaptive runtime.

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

<pre />

Minimal async storage interface required by the adaptive runtime.

## Required Methods

#### `store_run`

<pre />

Persist one observed run.

#### `load_plan`

<pre />

Load the current execution plan for an agent.

#### `list_runs`

<pre />

List stored runs for an agent.

## Dyn Compatibility

This trait is not [dyn compatible](https://doc.rust-lang.org/1.93.0/reference/items/traits.html#dyn-compatibility).

In older versions of Rust, dyn compatibility was called "object safety", so this trait is not object safe.

## Implementors

### `impl StorageBackend for RedisBackend`

<pre />

### `impl StorageBackend for InMemoryBackend`

<pre />