NeMo Guardrails

Active
GitHub Python NOASSERTION

Description

NVIDIA's LLM conversational guardrails framework with programmable safety boundaries.

Key Features

  • Programmable rails — Colang DSL for rules
  • Multi-model — Compatible with major LLM providers
  • Topic safety — Built-in sensitive topic blocking
  • Topic steering — Keep dialogue within compliance
  • Fact checking — Integrated retrieval for verification

Use Cases

💡 Add compliance rails to enterprise chatbots.
💡 Prevent LLM jailbreak and topic drift.
💡 Consistent scripts in multilingual support.

Quick Start

# Install and run
pip install nemoguardrails
nemoguardrails chat --config=config/

Related Projects

Related Articles