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

# Function list_plugin_kinds

> Lists registered plugin kinds in sorted order.

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

<pre />

Lists registered plugin kinds in sorted order.

This returns the currently registered plugin kinds without inspecting the active runtime configuration.

## Returns

A sorted [`Vec<String>`](https://doc.rust-lang.org/1.93.0/alloc/vec/struct.Vec.html) of registered plugin kinds.

## Notes

Disabled or inactive components still appear here when their plugin kind is registered.