Module component
Generated from cargo doc --no-deps -p nemo-relay -p nemo-relay-adaptive -p nemo-relay-ffi.
NeMo Guardrails plugin component contract.
Structs
- ComponentSpec: Top-level NeMo Guardrails component wrapper.
- LocalBackendConfig: Local-backend settings for the Python
nemoguardrailsruntime. - NeMoGuardrailsConfig: Canonical config document for the planned NeMo Guardrails component.
- RemoteBackendConfig: Remote-backend settings for a hosted NeMo Guardrails service.
- RequestDefaultsConfig: Default request semantics applied by the selected Guardrails backend.
- RequestRailsConfig: Request-time rail selection for Guardrails generation.
Enums
- RailSelector: Rail-selection shape used by Guardrails generation options.
Constants
- NEMO_GUARDRAILS_PLUGIN_KIND: The plugin kind reserved for the planned first-party component.
Functions
- deregister_nemo_guardrails_component: Deregisters the
nemo_guardrailscomponent kind from the plugin registry. - register_nemo_guardrails_component: Registers the
nemo_guardrailscomponent kind in the plugin registry.