From 991858e7011b9030e99fe9c8ab32c743485b9169 Mon Sep 17 00:00:00 2001 From: John Weston Date: Thu, 2 Apr 2026 14:34:46 +0100 Subject: [PATCH] Add veroq - LLM output verification --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index dd3e66a..8cba35a 100644 --- a/README.md +++ b/README.md @@ -142,6 +142,8 @@ _Libraries for building AI applications, LLM integrations, and autonomous agents - [instructor](https://github.com/567-labs/instructor) - A library for extracting structured data from LLMs, powered by Pydantic. - [llama-index](https://github.com/run-llama/llama_index) - A data framework for your LLM application. - [mem0](https://github.com/mem0ai/mem0) - An intelligent memory layer for AI agents enabling personalized interactions. +- Verification + - [veroq](https://github.com/veroq-ai/shield) - Verify any LLM output with one function call. Extracts claims, fact-checks against live evidence, returns trust scores and corrections. - Pre-trained Models and Inference - [diffusers](https://github.com/huggingface/diffusers) - A library that provides pre-trained diffusion models for generating and editing images, audio, and video. - [transformers](https://github.com/huggingface/transformers) - A framework that lets you easily use pre-trained transformer models for NLP, vision, and audio tasks.