chore(guardrails)!: remove python-only guardrails example plugin#198
Merged
rapids-bot[bot] merged 6 commits intoJun 7, 2026
Merged
Conversation
Signed-off-by: Alex Fournier <afournier@nvidia.com>
WalkthroughThis PR removes the NeMo Guardrails example plugin from the repository. The removal includes example code files, configuration files, test suite, documentation pages, and documentation build script references. ChangesNeMo Guardrails example removal
Estimated code review effort🎯 2 (Simple) | ⏱️ ~8 minutes 🚥 Pre-merge checks | ✅ 5✅ Passed checks (5 passed)
✏️ Tip: You can configure your own custom pre-merge checks in the settings. ✨ Finishing Touches🧪 Generate unit tests (beta)
Comment |
Collaborator
Author
|
/ok to test 8310378 |
Collaborator
Author
|
/ok to test d22ecf2 |
willkill07
approved these changes
Jun 7, 2026
Collaborator
Author
|
/merge |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Overview
Remove the old NeMo Guardrails example plugin from
examples/and clean up the remaining docs and test references to that deprecated example surface.Details
This PR:
examples/nemoguardrailsand its bundled agent/example assetsdocs/build-plugins/nemoguardrails.mdxpageBuild Pluginsdocs link that pointed to the removed example pageValidation:
uv run pre-commit run --files docs/build-plugins/about.mdx scripts/docs/fern_cleanup.py docs/build-plugins/nemoguardrails.mdx examples/nemoguardrails/README.md examples/nemoguardrails/example/agent_example.py examples/nemoguardrails/example/example_config.yml examples/nemoguardrails/example/plugin.py examples/nemoguardrails/example/rails/config.yml python/tests/test_nemoguardrails_example_plugin.pyuv run pre-commit run --all-filesPre-commit caveat:
docs markdown linkcheckbecause this environment could not reach several external public URLs; the cleanup branch did not leave any example-plugin references behindWhere should the reviewer start?
Start with:
docs/build-plugins/about.mdxscripts/docs/fern_cleanup.pyexamples/nemoguardrailstreeRelated Issues: (use one of the action keywords Closes / Fixes / Resolves / Relates to)
Summary by CodeRabbit
Release Notes
Documentation
Chores