Skip to content

Latest commit

 

History

History
37 lines (29 loc) · 926 Bytes

File metadata and controls

37 lines (29 loc) · 926 Bytes

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

External plugin adapter for NeMo Guardrails check server

  • Type: External (separate service)
  • Requires separate NeMo check server deployment
  • See nemocheck/README.md for details

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