@agent-inspect/eval 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 +4 -4
package/README.md
CHANGED
|
@@ -2,6 +2,9 @@
|
|
|
2
2
|
|
|
3
3
|
Deterministic local eval rules over AgentInspect traces (no LLM judge by default).
|
|
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
|
- CI checks on trace shape, tool usage, completion status
|
|
@@ -54,9 +57,10 @@ console.log(result.summary);
|
|
|
54
57
|
- **AI_EVAL_TRACE_UNREADABLE:** Path or format wrong — use `.jsonl` persisted traces
|
|
55
58
|
- **Rule failures:** See `result.findings` for evidence paths
|
|
56
59
|
|
|
60
|
+
|
|
57
61
|
## Version
|
|
58
62
|
|
|
59
|
-
|
|
63
|
+
Part of the fixed AgentInspect release line. See the npm badge / package manifest for the current version.
|
|
60
64
|
|
|
61
65
|
## License
|
|
62
66
|
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@agent-inspect/eval",
|
|
3
|
-
"version": "6.7.
|
|
3
|
+
"version": "6.7.2",
|
|
4
4
|
"license": "MIT",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"description": "Deterministic local eval utilities for AgentInspect traces",
|
|
@@ -34,9 +34,9 @@
|
|
|
34
34
|
"dist"
|
|
35
35
|
],
|
|
36
36
|
"dependencies": {
|
|
37
|
-
"@agent-inspect/circuit": "6.7.
|
|
38
|
-
"@agent-inspect/guardrails": "6.7.
|
|
39
|
-
"agent-inspect": "6.7.
|
|
37
|
+
"@agent-inspect/circuit": "6.7.2",
|
|
38
|
+
"@agent-inspect/guardrails": "6.7.2",
|
|
39
|
+
"agent-inspect": "6.7.2"
|
|
40
40
|
},
|
|
41
41
|
"publishConfig": {
|
|
42
42
|
"access": "public"
|