|
1 | 1 | <div align="center"> |
2 | 2 | <img src="assets/logo.png" alt="QWED Logo - AI Verification Engine" width="80" height="80"> |
3 | | - <h1>QWED Protocol</h1> |
4 | | - <h3>Model-Agnostic Trust Boundary for AI Systems</h3> |
| 3 | + <h1>QWED Verification</h1> |
| 4 | + <h3>Reference implementation of the QWED Verification protocol and Verification Context v1.0</h3> |
5 | 5 |
|
6 | | - > **QWED Verification** - Production-grade deterministic trust boundary for LLMs, AI agents, and tool-driven systems. Works with **ANY LLM** - OpenAI, Anthropic, Gemini, Llama (via Ollama), or any local model. Detect and prevent AI hallucinations through multiple verification engines • agentic security guards • process determinism. **Your LLM, Your Choice, Our Verification.** |
7 | | - |
8 | | - <p> |
9 | | - <b>Don't fix the liar. Verify the lie.</b><br> |
10 | | - <i>QWED verifies outputs, processes, and tool interactions before they enter production.</i><br> |
11 | | - <i>For supported proof domains, hallucinations cannot bypass deterministic verification.</i> |
12 | | - </p> |
| 6 | + QWED applies deterministic verification to AI outputs before production execution. |
| 7 | + |
| 8 | + Every verification returns a <code>DiagnosticResult</code>: |
| 9 | + |
| 10 | + <b>VERIFIED</b> — proof established, evidence attached<br> |
| 11 | + <b>UNVERIFIABLE</b> — proof could not be established<br> |
| 12 | + <b>BLOCKED</b> — policy or rule rejected the action<br> |
| 13 | + |
| 14 | + Admission: <b>ADMIT</b> | <b>BLOCKED</b> |
13 | 15 |
|
14 | | - <p> |
15 | | - <b>If critical AI output cannot be verified, QWED can block it before production.</b> |
16 | | - </p> |
| 16 | + Verification Context v1.0 provides the canonical evidence and proof model |
| 17 | + (admission: <b>ADMIT</b> | <b>DENY</b> at the protocol layer). |
17 | 18 |
|
18 | | - <p> |
19 | | - <b>🌐 Model Agnostic:</b> Local ($0) • Budget ($5/mo) • Premium ($100/mo) - You choose! |
20 | | - </p> |
| 19 | + <p><i>Don't fix the liar. Verify the lie.</i></p> |
21 | 20 |
|
22 | 21 | [](https://codspeed.io/QWED-AI/qwed-verification?utm_source=badge) |
23 | 22 | [](https://pypi.org/project/qwed/) |
24 | 23 | [](https://hub.docker.com/r/qwedai/qwed-verification) |
25 | 24 | [](LICENSE) |
26 | 25 | [](https://www.bestpractices.dev/projects/11903) |
27 | | - [](https://app.snyk.io) |
28 | 26 | [](https://github.com/marketplace/qwed-security) |
29 | | - [](https://sonarcloud.io/summary/new_code?id=QWED-AI_qwed-verification) |
30 | 27 | [](https://doi.org/10.5281/zenodo.18111675) |
31 | | - [](https://github.com/QWED-AI/qwed-verification) |
32 | | - |
33 | | - [-FC6D26?logo=gitlab&logoColor=white)](https://gitlab.com/qwed-ai/qwed-verification) |
34 | | - |
35 | | - <a href="https://www.nvidia.com/en-us/startups/"><img src="./assets/badges/nvidia-inception.png" alt="NVIDIA Inception Program" height="40"></a> |
36 | | - <a href="https://github.com/developer-program"><img src="https://img.shields.io/badge/GitHub_Developer_Program-Member-4183C4?style=for-the-badge&logo=github&logoColor=white" alt="GitHub Developer Program" height="40"></a> |
37 | | - |
38 | | - <br> |
39 | | - |
40 | | - **💖 Support QWED Development:** |
41 | | - |
42 | | - <a href="https://github.com/sponsors/QWED-AI"><img src="https://img.shields.io/github/sponsors/QWED-AI?style=for-the-badge&logo=githubsponsors&label=Sponsor&color=EA4AAA" alt="Sponsor QWED on GitHub"></a> |
43 | | - |
44 | | - <br> |
45 | | - |
46 | | - [](https://x.com/rahuldass29) |
47 | | - [](https://www.linkedin.com/in/rahul-dass-23b370b0/) |
48 | | - [](https://docs.qwedai.com/blog/unreadable-code-agi-benchmark) |
49 | 28 |
|
50 | 29 | <br> |
51 | | - <a href="#-quick-start-install--verify-in-30-seconds">Quick Start</a> · |
52 | | - <a href="#-first-time-setup-qwed-init">🆕 qwed init</a> · |
53 | | - <a href="#-the-llm-hallucination-problem-why-ai-cant-be-trusted">The Problem</a> · |
54 | | - <a href="#verification-engines-and-agent-security-guards">The Engines & Guards</a> · |
55 | | - <a href="docs/INTEGRATION.md">🔌 Integration</a> · |
56 | | - <a href="docs/QWED_LOCAL.md">⚡ QWEDLocal</a> · |
57 | | - <a href="docs/CLI.md">🖥️ CLI</a> · |
58 | | - <a href="docs/OLLAMA_INTEGRATION.md">🆓 Ollama (FREE!)</a> · |
59 | | - <a href="https://docs.qwedai.com">📖 Full Documentation</a> |
| 30 | + <a href="#-installation--quick-start">Quick Start</a> · |
| 31 | + <a href="#-first-time-setup-qwed-init">qwed init</a> · |
| 32 | + <a href="#verification-engines-and-agent-security-guards">Engines & Guards</a> · |
| 33 | + <a href="docs/INTEGRATION.md">Integration</a> · |
| 34 | + <a href="docs/QWED_LOCAL.md">QWEDLocal</a> · |
| 35 | + <a href="docs/CLI.md">CLI</a> · |
| 36 | + <a href="https://docs.qwedai.com">Full Documentation</a> |
60 | 37 | </div> |
61 | 38 |
|
62 | 39 | --- |
|
0 commit comments