Skip to content

Latest commit

 

History

History

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 

README.md

Plugin Examples

Example plugins demonstrating integration with the Plugins Adapter

Available Examples

nemo

Internal plugin that wraps NeMo Guardrails for PII detection using an Ollama model

nemocheck

Internal plugin adapter for NeMo Guardrails check server

  • Type: Internal
  • Requires separate NeMo check server deployment
  • See README.md for details

nemocheck_external

External plugin adapter for NeMo Guardrails check server

Usage

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