mirror of
https://github.com/vinta/awesome-python.git
synced 2026-06-10 02:48:03 -05:00
[PR #3016] [CLOSED] Add veroq - LLM output verification #13641
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/vinta/awesome-python/pull/3016
Author: @JohnnyTarrr
Created: 4/2/2026
Status: ❌ Closed
Base:
master← Head:add-veroq📝 Commits (1)
991858eAdd veroq - LLM output verification📊 Changes
1 file changed (+2 additions, -0 deletions)
View changed files
📝
README.md(+2 -0)📄 Description
What is VeroQ?
VeroQ Shield verifies any LLM output in one function call:
pip install veroq) and TypeScript (npm install @veroq/sdk)Why this belongs on awesome-python
VeroQ is a Python-first library that solves a unique problem in the AI ecosystem: verifying LLM outputs against real-time evidence. Unlike prompt testing tools or observability platforms, VeroQ extracts factual claims from any text, fact-checks each against live data sources, and returns actionable trust scores and corrections.
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.