@agent-inspect/guardrails 6.7.0 → 6.7.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 +5 -1
- package/package.json +2 -2
package/README.md
CHANGED
|
@@ -2,6 +2,9 @@
|
|
|
2
2
|
|
|
3
3
|
Deterministic local guardrail rules over traces and metadata.
|
|
4
4
|
|
|
5
|
+
|
|
6
|
+
**Support level:** Supported — see [SUPPORT-LEVELS.md](https://github.com/rajudandigam/agent-inspect/blob/main/docs/SUPPORT-LEVELS.md).
|
|
7
|
+
|
|
5
8
|
## When to use
|
|
6
9
|
|
|
7
10
|
- Pre-share checks (tool allowlists, metadata bounds)
|
|
@@ -46,9 +49,10 @@ Combine with `npx agent-inspect check`
|
|
|
46
49
|
|
|
47
50
|
- Rules are deterministic — they do not call LLMs
|
|
48
51
|
|
|
52
|
+
|
|
49
53
|
## Version
|
|
50
54
|
|
|
51
|
-
|
|
55
|
+
Part of the fixed AgentInspect release line. See the npm badge / package manifest for the current version.
|
|
52
56
|
|
|
53
57
|
## License
|
|
54
58
|
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@agent-inspect/guardrails",
|
|
3
|
-
"version": "6.7.
|
|
3
|
+
"version": "6.7.2",
|
|
4
4
|
"license": "MIT",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"description": "Deterministic local guardrail utilities for AgentInspect workflows",
|
|
@@ -34,7 +34,7 @@
|
|
|
34
34
|
"dist"
|
|
35
35
|
],
|
|
36
36
|
"dependencies": {
|
|
37
|
-
"@agent-inspect/redact": "6.7.
|
|
37
|
+
"@agent-inspect/redact": "6.7.2"
|
|
38
38
|
},
|
|
39
39
|
"peerDependencies": {},
|
|
40
40
|
"publishConfig": {
|