Example plugins demonstrating integration with the Plugins Adapter
Internal plugin that wraps NeMo Guardrails for PII detection using an Ollama model
- Type: Internal (same deployment)
- See nemo/README.md for details
Internal plugin adapter for NeMo Guardrails check server
- Type: Internal
- Requires separate NeMo check server deployment
- See README.md for details
External plugin adapter for NeMo Guardrails check server
- Type: External (separate service)
- Requires separate NeMo check server deployment
- See nemocheck_external/README.md for details
Reference plugins in the plugin adapter config (default at resources/config/config.yaml):
Internal plugin:
plugins:
- name: nemo
kind: "plugins.examples.nemo.nemo_wrapper_plugin.NemoWrapperPlugin"External plugin:
plugins:
- name: nemocheck
kind: external
mcp:
proto: STREAMABLEHTTP
url: http://nemocheck-plugin-service:8000/mcp