@agent-inspect/langchain 6.7.1 → 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
|
LangChain callback handler → local AgentInspect traces.
|
|
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
|
- LangChain or LangGraph apps using `@langchain/core` callbacks
|
|
@@ -60,9 +63,10 @@ const handler = new AgentInspectCallback({
|
|
|
60
63
|
- **Empty trace:** Set `persist: true` and ensure callbacks are attached to the runnable
|
|
61
64
|
- **LangGraph:** Route through LangChain callback surfaces where possible
|
|
62
65
|
|
|
66
|
+
|
|
63
67
|
## Version
|
|
64
68
|
|
|
65
|
-
|
|
69
|
+
Part of the fixed AgentInspect release line. See the npm badge / package manifest for the current version.
|
|
66
70
|
|
|
67
71
|
## License
|
|
68
72
|
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@agent-inspect/langchain",
|
|
3
|
-
"version": "6.7.
|
|
3
|
+
"version": "6.7.2",
|
|
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.
|
|
41
|
+
"agent-inspect": "6.7.2"
|
|
42
42
|
},
|
|
43
43
|
"devDependencies": {
|
|
44
44
|
"@langchain/core": "^1.0.0"
|