truthguard-ai 0.1.1 → 0.1.2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +4 -4
- package/README.npm.md +4 -4
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -126,12 +126,12 @@ app.post('/api/chat', groundingMiddleware({
|
|
|
126
126
|
|
|
127
127
|
## Key Features
|
|
128
128
|
|
|
129
|
-
- **30
|
|
130
|
-
- **Diagnostic advisor** — root cause analysis + remediation hints for every failure
|
|
129
|
+
- **30+ deterministic failure detectors** — fabrication from empty results, math errors, ignored tool data, entity mismatches, and more
|
|
131
130
|
- **Policy engine** — per-failure enforcement (block / warn / observe)
|
|
131
|
+
- **Diagnostic reports** — actionable failure reports with severity levels
|
|
132
132
|
- **Baseline regression** — snapshot comparison to catch quality regressions
|
|
133
|
-
- **Multi-language** —
|
|
134
|
-
- **Configurable
|
|
133
|
+
- **Multi-language support** — works with responses in 13+ languages
|
|
134
|
+
- **Configurable thresholds** — tune sensitivity to match your use case
|
|
135
135
|
|
|
136
136
|
---
|
|
137
137
|
|
package/README.npm.md
CHANGED
|
@@ -126,12 +126,12 @@ app.post('/api/chat', groundingMiddleware({
|
|
|
126
126
|
|
|
127
127
|
## Key Features
|
|
128
128
|
|
|
129
|
-
- **30
|
|
130
|
-
- **Diagnostic advisor** — root cause analysis + remediation hints for every failure
|
|
129
|
+
- **30+ deterministic failure detectors** — fabrication from empty results, math errors, ignored tool data, entity mismatches, and more
|
|
131
130
|
- **Policy engine** — per-failure enforcement (block / warn / observe)
|
|
131
|
+
- **Diagnostic reports** — actionable failure reports with severity levels
|
|
132
132
|
- **Baseline regression** — snapshot comparison to catch quality regressions
|
|
133
|
-
- **Multi-language** —
|
|
134
|
-
- **Configurable
|
|
133
|
+
- **Multi-language support** — works with responses in 13+ languages
|
|
134
|
+
- **Configurable thresholds** — tune sensitivity to match your use case
|
|
135
135
|
|
|
136
136
|
---
|
|
137
137
|
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "truthguard-ai",
|
|
3
|
-
"version": "0.1.
|
|
3
|
+
"version": "0.1.2",
|
|
4
4
|
"description": "TruthGuard — Standardized grounding validation for tool-calling AI agents. Detect, diagnose, and prevent grounding failures.",
|
|
5
5
|
"main": "dist-npm/thin.js",
|
|
6
6
|
"types": "dist-npm/thin.d.ts",
|