Skip to content

Create an external server plugin example that does tool arg checking using Nemo Check guardrails server#17

Merged
julianstephen merged 20 commits intomainfrom
nemocheck-plugin
Feb 4, 2026
Merged

Create an external server plugin example that does tool arg checking using Nemo Check guardrails server#17
julianstephen merged 20 commits intomainfrom
nemocheck-plugin

Conversation

@julianstephen
Copy link
Collaborator

@julianstephen julianstephen commented Feb 3, 2026

Creates an external server plugin example that does tool arg checking using Nemo Check guardrails server.

  1. Run Nemo Guardrails check server.
  2. Update CHECK_ENDPOINT variable in k8deploy/deploy.yaml to point to guardrails check server endpoint
   cd plugins-adapter/plugins/examples/nemocheck
   make deploy

Signed-off-by: julianstephen <julian.stephen@gmail.com>
Signed-off-by: julianstephen <julian.stephen@gmail.com>
Signed-off-by: julianstephen <julian.stephen@gmail.com>
Signed-off-by: julianstephen <julian.stephen@gmail.com>
Signed-off-by: julianstephen <julian.stephen@gmail.com>
Signed-off-by: julianstephen <julian.stephen@gmail.com>
Signed-off-by: julianstephen <julian.stephen@gmail.com>
Signed-off-by: julianstephen <julian.stephen@gmail.com>
Signed-off-by: julianstephen <julian.stephen@gmail.com>
Signed-off-by: julianstephen <julian.stephen@gmail.com>
Signed-off-by: julianstephen <julian.stephen@gmail.com>
Signed-off-by: julianstephen <julian.stephen@gmail.com>
Signed-off-by: julianstephen <julian.stephen@gmail.com>
Signed-off-by: julianstephen <julian.stephen@gmail.com>
spec:
containers:
- name: nemocheck-plugin
# Built from Dockerfile: docker build -t nemocheck-plugin:latest .
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I ended up building this from a make command - since there's no Dockerfile here could we update?

Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Hmm.. Didn't make deploy from cd plugins-adapter/plugins/examples/nemocheck not build the image? There is a ContainerFile in the folder which the make container-build target should be invoking if everything is good.

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I mainly meant I don't think this comment works to "docker build -t nemocheck-plugin:latest ." - perhaps we can reference your make command or the ContainerFile more directly

Signed-off-by: julianstephen <julian.stephen@gmail.com>
Signed-off-by: julianstephen <julian.stephen@gmail.com>
Signed-off-by: julianstephen <julian.stephen@gmail.com>
Signed-off-by: julianstephen <julian.stephen@gmail.com>
Signed-off-by: julianstephen <julian.stephen@gmail.com>
Signed-off-by: julianstephen <julian.stephen@gmail.com>
Copy link
Contributor

@evaline-ju evaline-ju left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

🚢

@julianstephen julianstephen merged commit 879f50b into main Feb 4, 2026
3 checks passed
@julianstephen julianstephen deleted the nemocheck-plugin branch February 4, 2026 21:50
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Add a sample external Context Forge plugin

2 participants