From 53fa308f001304f11751715f1276b99e623a44f7 Mon Sep 17 00:00:00 2001 From: "Nikolay.Ivanov" Date: Tue, 5 May 2026 20:57:55 +0300 Subject: [PATCH] add nullwatch-py Python SDK to community SDKs --- README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.md b/README.md index e7cdff4..1ce2da9 100644 --- a/README.md +++ b/README.md @@ -367,3 +367,6 @@ This keeps the service headless while letting `nullhub` own install/setup UI. - Add dataset, prompt version, and experiment entities. - Add regression diff endpoints for comparing prompt/model/strategy versions. - Add alert rules and anomaly summaries that `nullhub` can render. + +## Community SDKs +- **[nullwatch-py](https://github.com/Viroslav/nullwatch-py)** — Python SDK with zero required dependencies. Ships built-in eval scorers for RAG hallucination detection ([LettuceDetect](https://github.com/KRLabsOrg/LettuceDetect)) and tool-call schema validation. \ No newline at end of file