@agent-inspect/langchain 6.7.2 → 6.7.3

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.
Files changed (2) hide show
  1. package/README.md +11 -1
  2. package/package.json +2 -2
package/README.md CHANGED
@@ -51,7 +51,17 @@ const handler = new AgentInspectCallback({
51
51
 
52
52
  ## CLI
53
53
 
54
- `npx agent-inspect view` · `check` · `eval`
54
+ With `persist: true`, use the same directory configured in `traceDir`:
55
+
56
+ ```bash
57
+ npx agent-inspect list --dir ./.agent-inspect
58
+ npx agent-inspect view <run-id> --dir ./.agent-inspect --summary
59
+ npx agent-inspect report <run-id> --dir ./.agent-inspect
60
+ ```
61
+
62
+ Persisted traces remain local. Before sharing an export or report, follow the
63
+ [safe trace sharing checklist](https://github.com/rajudandigam/agent-inspect/blob/main/docs/SAFE-TRACE-SHARING.md)
64
+ and review the generated artifact for sensitive metadata.
55
65
 
56
66
  ## Docs
57
67
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@agent-inspect/langchain",
3
- "version": "6.7.2",
3
+ "version": "6.7.3",
4
4
  "license": "MIT",
5
5
  "type": "module",
6
6
  "private": false,
@@ -38,7 +38,7 @@
38
38
  "@langchain/core": "^1.0.0"
39
39
  },
40
40
  "dependencies": {
41
- "agent-inspect": "6.7.2"
41
+ "agent-inspect": "6.7.3"
42
42
  },
43
43
  "devDependencies": {
44
44
  "@langchain/core": "^1.0.0"