Skip to content

Commit 9cf1931

Browse files
committed
Add Determs — verifiable LLM decision audit records (VDR spec + SDK)
1 parent 4fbf8d4 commit 9cf1931

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -196,6 +196,7 @@ An awesome & curated list of the best LLMOps tools for developers.
196196
| [Fiddler AI](https://github.com/fiddler-labs/fiddler-auditor) | Evaluate, monitor, analyze, and improve machine learning and generative models from pre-production to production. Ship more ML and LLMs into production, and monitor ML and LLM metrics like hallucination, PII, and toxicity. | ![GitHub Badge](https://img.shields.io/github/stars/fiddler-labs/fiddler-auditor.svg?style=flat-square) |
197197
| [Giskard](https://github.com/Giskard-AI/giskard) | Testing framework dedicated to ML models, from tabular to LLMs. Detect risks of biases, performance issues and errors in 4 lines of code. | ![GitHub Badge](https://img.shields.io/github/stars/Giskard-AI/giskard.svg?style=flat-square)
198198
| [QWED](https://github.com/QWED-AI/qwed-verification) | Deterministic verification protocol for LLM outputs using 8 formal verification engines (SymPy, Z3, AST, SQLGlot). Prevents hallucinations through mathematical proofs rather than statistical methods. | ![GitHub Badge](https://img.shields.io/github/stars/QWED-AI/qwed-verification.svg?style=flat-square) |
199+
| [Determs](https://github.com/determs-com/determs) | Open standard (Verifiable Decision Record spec, CC-BY-4.0) and reference implementation for verifiable AI decision audit records. Wraps Anthropic/OpenAI clients (Python SDK) to capture each LLM call as a structured record with RFC 8785 canonical SHA-256 digests and optional public anchor (OpenTimestamps → public blockchain). Rust CLI for verify/replay. Evidence packs for EU AI Act Art. 12/19 compliance. | ![GitHub Badge](https://img.shields.io/github/stars/determs-com/determs.svg?style=flat-square) |
199200
| [Great Expectations](https://github.com/great-expectations/great_expectations) | Always know what to expect from your data. | ![GitHub Badge](https://img.shields.io/github/stars/great-expectations/great_expectations.svg?style=flat-square) |
200201
| [Helicone](https://github.com/Helicone/helicone) | Open source LLM observability platform. One line of code to monitor, evaluate, and experiment with features like prompt management, agent tracing, and evaluations. | ![GitHub Badge](https://img.shields.io/github/stars/Helicone/helicone.svg?style=flat-square) |
201202
| [Traceloop OpenLLMetry](https://github.com/traceloop/openllmetry) | OpenTelemetry-based observability and monitoring for LLM and agents workflows. | ![GitHub Badge](https://img.shields.io/github/stars/traceloop/openllmetry.svg?style=flat-square)

0 commit comments

Comments
 (0)