agentledger-langgraph 1.2.4 → 1.3.1
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 +1 -1
- package/package.json +2 -2
package/README.md
CHANGED
|
@@ -10,5 +10,5 @@ npm install agentledger-runtime agentledger-langgraph
|
|
|
10
10
|
import { LangGraphCheckpointerAdapter, LangGraphNodeAdapter } from 'agentledger-langgraph';
|
|
11
11
|
```
|
|
12
12
|
|
|
13
|
-
The LangGraph peer dependency is optional because the
|
|
13
|
+
The LangGraph peer dependency is optional because the current package exposes a dependency-free facade first.
|
|
14
14
|
|
package/package.json
CHANGED
|
@@ -1,13 +1,13 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "agentledger-langgraph",
|
|
3
|
-
"version": "1.
|
|
3
|
+
"version": "1.3.1",
|
|
4
4
|
"private": false,
|
|
5
5
|
"description": "LangGraph adapter package for AgentLedger Runtime.",
|
|
6
6
|
"type": "module",
|
|
7
7
|
"main": "src/index.js",
|
|
8
8
|
"types": "src/index.d.ts",
|
|
9
9
|
"dependencies": {
|
|
10
|
-
"agentledger-runtime": "^1.
|
|
10
|
+
"agentledger-runtime": "^1.3.1"
|
|
11
11
|
},
|
|
12
12
|
"peerDependencies": {
|
|
13
13
|
"@langchain/langgraph": ">=0.2"
|