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

# Module plugin_component

> Core plugin integration for the adaptive runtime.

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

Core plugin integration for the adaptive runtime.

## Structs

* [ComponentSpec](/reference/api/rust-library-reference/nemo-relay-adaptive/plugin_component/struct-componentspec): One configured adaptive component.

## Constants

* [ADAPTIVE\_PLUGIN\_KIND](/reference/api/rust-library-reference/nemo-relay-adaptive/plugin_component/constant-adaptive-plugin-kind): The plugin kind registered by the adaptive crate.

## Functions

* [deregister\_adaptive\_component](/reference/api/rust-library-reference/nemo-relay-adaptive/plugin_component/fn-deregister-adaptive-component): Deregisters the adaptive component kind from the core plugin registry.
* [register\_adaptive\_component](/reference/api/rust-library-reference/nemo-relay-adaptive/plugin_component/fn-register-adaptive-component): Registers the adaptive component kind in the core plugin registry.