@langchain/langgraph-cli 1.1.2 → 1.1.9
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/dist/cli/cli.mjs +0 -0
- package/package.json +6 -5
- package/CHANGELOG.md +0 -299
package/dist/cli/cli.mjs
CHANGED
|
File without changes
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@langchain/langgraph-cli",
|
|
3
|
-
"version": "1.1.
|
|
3
|
+
"version": "1.1.9",
|
|
4
4
|
"type": "module",
|
|
5
5
|
"engines": {
|
|
6
6
|
"node": "^18.19.0 || >=20.16.0"
|
|
@@ -16,7 +16,8 @@
|
|
|
16
16
|
],
|
|
17
17
|
"repository": {
|
|
18
18
|
"type": "git",
|
|
19
|
-
"url": "git@github.com
|
|
19
|
+
"url": "git+ssh://git@github.com/langchain-ai/langgraphjs.git",
|
|
20
|
+
"directory": "libs/langgraph-cli"
|
|
20
21
|
},
|
|
21
22
|
"scripts": {
|
|
22
23
|
"clean": "rm -rf dist/ .turbo/",
|
|
@@ -33,10 +34,10 @@
|
|
|
33
34
|
"dependencies": {
|
|
34
35
|
"@babel/code-frame": "^7.26.2",
|
|
35
36
|
"@commander-js/extra-typings": "^13.0.0",
|
|
36
|
-
"@langchain/langgraph-api": "
|
|
37
|
+
"@langchain/langgraph-api": "workspace:*",
|
|
37
38
|
"chokidar": "^4.0.3",
|
|
38
39
|
"commander": "^13.0.0",
|
|
39
|
-
"create-langgraph": "
|
|
40
|
+
"create-langgraph": "workspace:*",
|
|
40
41
|
"dedent": "^1.5.3",
|
|
41
42
|
"dotenv": "^16.4.7",
|
|
42
43
|
"execa": "^9.5.2",
|
|
@@ -60,4 +61,4 @@
|
|
|
60
61
|
"typescript": "^4.9.5 || ^5.4.5",
|
|
61
62
|
"vitest": "^3.2.4"
|
|
62
63
|
}
|
|
63
|
-
}
|
|
64
|
+
}
|
package/CHANGELOG.md
DELETED
|
@@ -1,299 +0,0 @@
|
|
|
1
|
-
# @langchain/langgraph-cli
|
|
2
|
-
|
|
3
|
-
## 1.1.2
|
|
4
|
-
|
|
5
|
-
### Patch Changes
|
|
6
|
-
|
|
7
|
-
- Updated dependencies [d08e484]
|
|
8
|
-
- @langchain/langgraph-api@1.1.2
|
|
9
|
-
|
|
10
|
-
## 1.1.1
|
|
11
|
-
|
|
12
|
-
### Patch Changes
|
|
13
|
-
|
|
14
|
-
- Updated dependencies [35e8fc7]
|
|
15
|
-
- @langchain/langgraph-api@1.1.1
|
|
16
|
-
|
|
17
|
-
## 1.1.0
|
|
18
|
-
|
|
19
|
-
### Minor Changes
|
|
20
|
-
|
|
21
|
-
- c71b92b: Updated the uv version to latest 0.9.11. Fixed error fixed EXDEV: cross-device link when using Python adapter
|
|
22
|
-
|
|
23
|
-
### Patch Changes
|
|
24
|
-
|
|
25
|
-
- @langchain/langgraph-api@1.1.0
|
|
26
|
-
|
|
27
|
-
## 1.0.4
|
|
28
|
-
|
|
29
|
-
### Patch Changes
|
|
30
|
-
|
|
31
|
-
- Updated dependencies [b9be526]
|
|
32
|
-
- @langchain/langgraph-api@1.0.4
|
|
33
|
-
|
|
34
|
-
## 1.0.3
|
|
35
|
-
|
|
36
|
-
### Patch Changes
|
|
37
|
-
|
|
38
|
-
- 6cd8ecb: Remove Zod 3.x dependency constraint to allow Zod 4.x and avoid installing duplicate Zod packages
|
|
39
|
-
- Updated dependencies [6cd8ecb]
|
|
40
|
-
- @langchain/langgraph-api@1.0.3
|
|
41
|
-
|
|
42
|
-
## 1.0.2
|
|
43
|
-
|
|
44
|
-
### Patch Changes
|
|
45
|
-
|
|
46
|
-
- Updated dependencies [ebe5ae7]
|
|
47
|
-
- @langchain/langgraph-api@1.0.2
|
|
48
|
-
|
|
49
|
-
## 1.0.1
|
|
50
|
-
|
|
51
|
-
### Patch Changes
|
|
52
|
-
|
|
53
|
-
- Updated dependencies [610e1e1]
|
|
54
|
-
- @langchain/langgraph-api@1.0.1
|
|
55
|
-
|
|
56
|
-
## 1.0.0
|
|
57
|
-
|
|
58
|
-
### Major Changes
|
|
59
|
-
|
|
60
|
-
- 1e1ecbb: This release updates the package for compatibility with LangGraph v1.0. See the [v1.0 release notes](https://docs.langchain.com/oss/javascript/releases/langgraph-v1) for details on what's new.
|
|
61
|
-
|
|
62
|
-
### Patch Changes
|
|
63
|
-
|
|
64
|
-
- Updated dependencies [1e1ecbb]
|
|
65
|
-
- create-langgraph@1.0.0
|
|
66
|
-
- @langchain/langgraph-api@1.0.0
|
|
67
|
-
|
|
68
|
-
## 0.0.71
|
|
69
|
-
|
|
70
|
-
### Patch Changes
|
|
71
|
-
|
|
72
|
-
- Updated dependencies [f5865ac]
|
|
73
|
-
- @langchain/langgraph-api@0.0.71
|
|
74
|
-
|
|
75
|
-
## 0.0.70
|
|
76
|
-
|
|
77
|
-
### Patch Changes
|
|
78
|
-
|
|
79
|
-
- Updated dependencies [636e142]
|
|
80
|
-
- @langchain/langgraph-api@0.0.70
|
|
81
|
-
|
|
82
|
-
## 0.0.69
|
|
83
|
-
|
|
84
|
-
### Patch Changes
|
|
85
|
-
|
|
86
|
-
- Updated dependencies [f2aa533]
|
|
87
|
-
- @langchain/langgraph-api@0.0.69
|
|
88
|
-
|
|
89
|
-
## 0.0.68
|
|
90
|
-
|
|
91
|
-
### Patch Changes
|
|
92
|
-
|
|
93
|
-
- 7770c6a: Add `new` command to `@langchain/langgraph-cli` CLI
|
|
94
|
-
- Updated dependencies [7770c6a]
|
|
95
|
-
- create-langgraph@0.0.4
|
|
96
|
-
- @langchain/langgraph-api@0.0.68
|
|
97
|
-
|
|
98
|
-
## 0.0.67
|
|
99
|
-
|
|
100
|
-
### Patch Changes
|
|
101
|
-
|
|
102
|
-
- Updated dependencies [e23fa7f]
|
|
103
|
-
- @langchain/langgraph-api@0.0.67
|
|
104
|
-
|
|
105
|
-
## 0.0.66
|
|
106
|
-
|
|
107
|
-
### Patch Changes
|
|
108
|
-
|
|
109
|
-
- Updated dependencies [5176f1c]
|
|
110
|
-
- Updated dependencies [68a1aa8]
|
|
111
|
-
- @langchain/langgraph-api@0.0.66
|
|
112
|
-
|
|
113
|
-
## 0.0.65
|
|
114
|
-
|
|
115
|
-
### Patch Changes
|
|
116
|
-
|
|
117
|
-
- Updated dependencies [0aefafe]
|
|
118
|
-
- @langchain/langgraph-api@0.0.65
|
|
119
|
-
|
|
120
|
-
## 0.0.64
|
|
121
|
-
|
|
122
|
-
### Patch Changes
|
|
123
|
-
|
|
124
|
-
- Updated dependencies [30bcfcd]
|
|
125
|
-
- Updated dependencies [572de43]
|
|
126
|
-
- @langchain/langgraph-api@0.0.64
|
|
127
|
-
|
|
128
|
-
## 0.0.63
|
|
129
|
-
|
|
130
|
-
### Patch Changes
|
|
131
|
-
|
|
132
|
-
- Updated dependencies [c9d4dfd]
|
|
133
|
-
- @langchain/langgraph-api@0.0.63
|
|
134
|
-
|
|
135
|
-
## 0.0.62
|
|
136
|
-
|
|
137
|
-
### Patch Changes
|
|
138
|
-
|
|
139
|
-
- Updated dependencies [c868796]
|
|
140
|
-
- @langchain/langgraph-api@0.0.62
|
|
141
|
-
|
|
142
|
-
## 0.0.61
|
|
143
|
-
|
|
144
|
-
### Patch Changes
|
|
145
|
-
|
|
146
|
-
- Updated dependencies [a334897]
|
|
147
|
-
- Updated dependencies [9357bb7]
|
|
148
|
-
- Updated dependencies [9f13d74]
|
|
149
|
-
- @langchain/langgraph-api@0.0.61
|
|
150
|
-
|
|
151
|
-
## 0.0.60
|
|
152
|
-
|
|
153
|
-
### Patch Changes
|
|
154
|
-
|
|
155
|
-
- Updated dependencies [9c57526]
|
|
156
|
-
- @langchain/langgraph-api@0.0.60
|
|
157
|
-
|
|
158
|
-
## 0.0.59
|
|
159
|
-
|
|
160
|
-
### Patch Changes
|
|
161
|
-
|
|
162
|
-
- d28a9d7: fix(cli): sysinfo command failing to obtain dep versions for Node.js 20.x
|
|
163
|
-
- Updated dependencies [3412f9f]
|
|
164
|
-
- @langchain/langgraph-api@0.0.59
|
|
165
|
-
|
|
166
|
-
## 0.0.58
|
|
167
|
-
|
|
168
|
-
### Patch Changes
|
|
169
|
-
|
|
170
|
-
- Updated dependencies [f65f619]
|
|
171
|
-
- Updated dependencies [c857357]
|
|
172
|
-
- @langchain/langgraph-api@0.0.58
|
|
173
|
-
|
|
174
|
-
## 0.0.57
|
|
175
|
-
|
|
176
|
-
### Patch Changes
|
|
177
|
-
|
|
178
|
-
- 31cc9f7: support description property for `langgraph.json`
|
|
179
|
-
- 679a1be: Fix sysinfo command for PNPM
|
|
180
|
-
- 2f179e5: feat(cli): accept BROWSER=none to prevent spawning a browser
|
|
181
|
-
- Updated dependencies [31cc9f7]
|
|
182
|
-
- @langchain/langgraph-api@0.0.57
|
|
183
|
-
|
|
184
|
-
## 0.0.56
|
|
185
|
-
|
|
186
|
-
### Patch Changes
|
|
187
|
-
|
|
188
|
-
- Updated dependencies [3c390c9]
|
|
189
|
-
- @langchain/langgraph-api@0.0.56
|
|
190
|
-
|
|
191
|
-
## 0.0.55
|
|
192
|
-
|
|
193
|
-
### Patch Changes
|
|
194
|
-
|
|
195
|
-
- Updated dependencies [ef84039]
|
|
196
|
-
- Updated dependencies [7edf347]
|
|
197
|
-
- Updated dependencies [77b21d5]
|
|
198
|
-
- @langchain/langgraph-api@0.0.55
|
|
199
|
-
|
|
200
|
-
## 0.0.54
|
|
201
|
-
|
|
202
|
-
### Patch Changes
|
|
203
|
-
|
|
204
|
-
- Updated dependencies [1777878]
|
|
205
|
-
- @langchain/langgraph-api@0.0.54
|
|
206
|
-
|
|
207
|
-
## 0.0.53
|
|
208
|
-
|
|
209
|
-
### Patch Changes
|
|
210
|
-
|
|
211
|
-
- Updated dependencies [f1bcec7]
|
|
212
|
-
- @langchain/langgraph-api@0.0.53
|
|
213
|
-
|
|
214
|
-
## 0.0.52
|
|
215
|
-
|
|
216
|
-
### Patch Changes
|
|
217
|
-
|
|
218
|
-
- Updated dependencies [030698f]
|
|
219
|
-
- @langchain/langgraph-api@0.0.52
|
|
220
|
-
|
|
221
|
-
## 0.0.51
|
|
222
|
-
|
|
223
|
-
### Patch Changes
|
|
224
|
-
|
|
225
|
-
- 11319f7: fix(cli): allow node_version: 22 when pulling and building image
|
|
226
|
-
- @langchain/langgraph-api@0.0.51
|
|
227
|
-
|
|
228
|
-
## 0.0.50
|
|
229
|
-
|
|
230
|
-
### Patch Changes
|
|
231
|
-
|
|
232
|
-
- 337b419: fix(cli): enable correct passthrough of docker build args
|
|
233
|
-
- @langchain/langgraph-api@0.0.50
|
|
234
|
-
|
|
235
|
-
## 0.0.49
|
|
236
|
-
|
|
237
|
-
### Patch Changes
|
|
238
|
-
|
|
239
|
-
- 78a15a1: feat(cli): add sysinfo command to obtain actual version
|
|
240
|
-
- Updated dependencies [ee1defa]
|
|
241
|
-
- @langchain/langgraph-api@0.0.49
|
|
242
|
-
|
|
243
|
-
## 0.0.48
|
|
244
|
-
|
|
245
|
-
### Patch Changes
|
|
246
|
-
|
|
247
|
-
- ac7b067: fix(sdk): use `kind` when checking for Studio user
|
|
248
|
-
- Updated dependencies [ac7b067]
|
|
249
|
-
- @langchain/langgraph-api@0.0.48
|
|
250
|
-
|
|
251
|
-
## 0.0.47
|
|
252
|
-
|
|
253
|
-
### Patch Changes
|
|
254
|
-
|
|
255
|
-
- 39cc88f: Fix apply namespace to messages-tuple stream mode
|
|
256
|
-
- c1ddda1: Embed methods for obtaining state should use `getGraph(...)`
|
|
257
|
-
- Updated dependencies [39cc88f]
|
|
258
|
-
- Updated dependencies [c1ddda1]
|
|
259
|
-
- @langchain/langgraph-api@0.0.47
|
|
260
|
-
|
|
261
|
-
## 0.0.46
|
|
262
|
-
|
|
263
|
-
### Patch Changes
|
|
264
|
-
|
|
265
|
-
- d172de3: Fix apply namespace to messages-tuple stream mode
|
|
266
|
-
- Updated dependencies [d172de3]
|
|
267
|
-
- @langchain/langgraph-api@0.0.46
|
|
268
|
-
|
|
269
|
-
## 0.0.45
|
|
270
|
-
|
|
271
|
-
### Patch Changes
|
|
272
|
-
|
|
273
|
-
- 603daa6: Embed should properly handle `payload.checkpoint` and `payload.checkpoint_id`
|
|
274
|
-
- Updated dependencies [603daa6]
|
|
275
|
-
- @langchain/langgraph-api@0.0.45
|
|
276
|
-
|
|
277
|
-
## 0.0.44
|
|
278
|
-
|
|
279
|
-
### Patch Changes
|
|
280
|
-
|
|
281
|
-
- 2f26f2f: Expose get/delete thread endpoint to embed server
|
|
282
|
-
- Updated dependencies [2f26f2f]
|
|
283
|
-
- @langchain/langgraph-api@0.0.44
|
|
284
|
-
|
|
285
|
-
## 0.0.43
|
|
286
|
-
|
|
287
|
-
### Patch Changes
|
|
288
|
-
|
|
289
|
-
- ce0a39a: Fix invalid package.json dependencies
|
|
290
|
-
- Updated dependencies [ce0a39a]
|
|
291
|
-
- @langchain/langgraph-api@0.0.43
|
|
292
|
-
|
|
293
|
-
## 0.0.42
|
|
294
|
-
|
|
295
|
-
### Patch Changes
|
|
296
|
-
|
|
297
|
-
- 972b66a: Support gen UI components namespaced with a hyphen
|
|
298
|
-
- Updated dependencies [972b66a]
|
|
299
|
-
- @langchain/langgraph-api@0.0.42
|