@langchain/langgraph-api 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/package.json +9 -8
- package/CHANGELOG.md +0 -297
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@langchain/langgraph-api",
|
|
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"
|
|
@@ -47,7 +47,8 @@
|
|
|
47
47
|
},
|
|
48
48
|
"repository": {
|
|
49
49
|
"type": "git",
|
|
50
|
-
"url": "git@github.com
|
|
50
|
+
"url": "git+ssh://git@github.com/langchain-ai/langgraphjs.git",
|
|
51
|
+
"directory": "libs/langgraph-api"
|
|
51
52
|
},
|
|
52
53
|
"scripts": {
|
|
53
54
|
"clean": "rm -rf dist/ .turbo/ ./tests/graphs/.langgraph_api/",
|
|
@@ -63,8 +64,8 @@
|
|
|
63
64
|
"dependencies": {
|
|
64
65
|
"@babel/code-frame": "^7.26.2",
|
|
65
66
|
"@hono/node-server": "^1.12.0",
|
|
66
|
-
"@hono/zod-validator": "^0.
|
|
67
|
-
"@langchain/langgraph-ui": "
|
|
67
|
+
"@hono/zod-validator": "^0.7.6",
|
|
68
|
+
"@langchain/langgraph-ui": "workspace:*",
|
|
68
69
|
"@types/json-schema": "^7.0.15",
|
|
69
70
|
"@typescript/vfs": "^1.6.0",
|
|
70
71
|
"dedent": "^1.5.3",
|
|
@@ -96,9 +97,9 @@
|
|
|
96
97
|
},
|
|
97
98
|
"devDependencies": {
|
|
98
99
|
"@langchain/core": "^1.0.0",
|
|
99
|
-
"@langchain/langgraph": "
|
|
100
|
-
"@langchain/langgraph-checkpoint": "
|
|
101
|
-
"@langchain/langgraph-sdk": "
|
|
100
|
+
"@langchain/langgraph": "workspace:*",
|
|
101
|
+
"@langchain/langgraph-checkpoint": "workspace:*",
|
|
102
|
+
"@langchain/langgraph-sdk": "workspace:*",
|
|
102
103
|
"@types/babel__code-frame": "^7.0.6",
|
|
103
104
|
"@types/node": "^18.15.11",
|
|
104
105
|
"@types/react": "^19.0.8",
|
|
@@ -112,4 +113,4 @@
|
|
|
112
113
|
"vitest": "^3.2.4",
|
|
113
114
|
"wait-port": "^1.1.0"
|
|
114
115
|
}
|
|
115
|
-
}
|
|
116
|
+
}
|
package/CHANGELOG.md
DELETED
|
@@ -1,297 +0,0 @@
|
|
|
1
|
-
# @langchain/langgraph-api
|
|
2
|
-
|
|
3
|
-
## 1.1.2
|
|
4
|
-
|
|
5
|
-
### Patch Changes
|
|
6
|
-
|
|
7
|
-
- d08e484: Fix semver range for SDK
|
|
8
|
-
- @langchain/langgraph-ui@1.1.2
|
|
9
|
-
|
|
10
|
-
## 1.1.1
|
|
11
|
-
|
|
12
|
-
### Patch Changes
|
|
13
|
-
|
|
14
|
-
- 35e8fc7: Add name parameter to assistants count API.
|
|
15
|
-
- Updated dependencies [e19e76c]
|
|
16
|
-
- Updated dependencies [fa6c009]
|
|
17
|
-
- Updated dependencies [35e8fc7]
|
|
18
|
-
- Updated dependencies [b78a738]
|
|
19
|
-
- @langchain/langgraph-sdk@1.1.0
|
|
20
|
-
- @langchain/langgraph-ui@1.1.1
|
|
21
|
-
|
|
22
|
-
## 1.1.0
|
|
23
|
-
|
|
24
|
-
### Patch Changes
|
|
25
|
-
|
|
26
|
-
- @langchain/langgraph-ui@1.1.0
|
|
27
|
-
|
|
28
|
-
## 1.0.4
|
|
29
|
-
|
|
30
|
-
### Patch Changes
|
|
31
|
-
|
|
32
|
-
- b9be526: Adding functionality to search assistants by name in the in-memory server implementation.
|
|
33
|
-
- @langchain/langgraph-ui@1.0.4
|
|
34
|
-
|
|
35
|
-
## 1.0.3
|
|
36
|
-
|
|
37
|
-
### Patch Changes
|
|
38
|
-
|
|
39
|
-
- 6cd8ecb: Remove Zod 3.x dependency constraint to allow Zod 4.x and avoid installing duplicate Zod packages
|
|
40
|
-
- Updated dependencies [6cd8ecb]
|
|
41
|
-
- @langchain/langgraph-ui@1.0.3
|
|
42
|
-
|
|
43
|
-
## 1.0.2
|
|
44
|
-
|
|
45
|
-
### Patch Changes
|
|
46
|
-
|
|
47
|
-
- ebe5ae7: Add back support for older versions of LangChain / LangGraph
|
|
48
|
-
- @langchain/langgraph-ui@1.0.2
|
|
49
|
-
|
|
50
|
-
## 1.0.1
|
|
51
|
-
|
|
52
|
-
### Patch Changes
|
|
53
|
-
|
|
54
|
-
- 610e1e1: Hotfix graph resolution for createAgent
|
|
55
|
-
- @langchain/langgraph-ui@1.0.1
|
|
56
|
-
|
|
57
|
-
## 1.0.0
|
|
58
|
-
|
|
59
|
-
### Major Changes
|
|
60
|
-
|
|
61
|
-
- 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.
|
|
62
|
-
|
|
63
|
-
### Patch Changes
|
|
64
|
-
|
|
65
|
-
- Updated dependencies [1e1ecbb]
|
|
66
|
-
- @langchain/langgraph-ui@1.0.0
|
|
67
|
-
- @langchain/langgraph-checkpoint@1.0.0
|
|
68
|
-
- @langchain/langgraph-sdk@1.0.0
|
|
69
|
-
|
|
70
|
-
## 0.0.71
|
|
71
|
-
|
|
72
|
-
### Patch Changes
|
|
73
|
-
|
|
74
|
-
- f5865ac: Update API spec to match python api
|
|
75
|
-
- @langchain/langgraph-ui@0.0.71
|
|
76
|
-
|
|
77
|
-
## 0.0.70
|
|
78
|
-
|
|
79
|
-
### Patch Changes
|
|
80
|
-
|
|
81
|
-
- 636e142: Updated types to match python api
|
|
82
|
-
- @langchain/langgraph-ui@0.0.70
|
|
83
|
-
|
|
84
|
-
## 0.0.69
|
|
85
|
-
|
|
86
|
-
### Patch Changes
|
|
87
|
-
|
|
88
|
-
- f2aa533: Updated typing of auth filters
|
|
89
|
-
- @langchain/langgraph-ui@0.0.69
|
|
90
|
-
|
|
91
|
-
## 0.0.68
|
|
92
|
-
|
|
93
|
-
### Patch Changes
|
|
94
|
-
|
|
95
|
-
- @langchain/langgraph-ui@0.0.68
|
|
96
|
-
|
|
97
|
-
## 0.0.67
|
|
98
|
-
|
|
99
|
-
### Patch Changes
|
|
100
|
-
|
|
101
|
-
- e23fa7f: Add support for `sort_by`, `sort_order` and `select` when searching for assistants and add support for pagination headers.
|
|
102
|
-
- @langchain/langgraph-ui@0.0.67
|
|
103
|
-
|
|
104
|
-
## 0.0.66
|
|
105
|
-
|
|
106
|
-
### Patch Changes
|
|
107
|
-
|
|
108
|
-
- 5176f1c: chore(api): add description field for assistants
|
|
109
|
-
- 68a1aa8: fix(api): call threads:create auth handler when copying a thread
|
|
110
|
-
- @langchain/langgraph-ui@0.0.66
|
|
111
|
-
|
|
112
|
-
## 0.0.65
|
|
113
|
-
|
|
114
|
-
### Patch Changes
|
|
115
|
-
|
|
116
|
-
- 0aefafe: Skip auth middleware when requesting JS/CSS assets for built-in generative UI
|
|
117
|
-
- @langchain/langgraph-ui@0.0.65
|
|
118
|
-
|
|
119
|
-
## 0.0.64
|
|
120
|
-
|
|
121
|
-
### Patch Changes
|
|
122
|
-
|
|
123
|
-
- 30bcfcd: Assume `http` protocol only when accessing UI components from frontend served from `localhost` or `127.0.0.1` (#1596, #1573)
|
|
124
|
-
- 572de43: feat(threads): add `ids` filter to Threads.search
|
|
125
|
-
|
|
126
|
-
- SDK: `ThreadsClient.search` now accepts `ids?: string[]` and forwards it to `/threads/search`.
|
|
127
|
-
- API: `/threads/search` schema accepts `ids` and storage filters by provided thread IDs.
|
|
128
|
-
|
|
129
|
-
This enables fetching a specific set of threads directly via the search endpoint, while remaining backward compatible.
|
|
130
|
-
|
|
131
|
-
- @langchain/langgraph-ui@0.0.64
|
|
132
|
-
|
|
133
|
-
## 0.0.63
|
|
134
|
-
|
|
135
|
-
### Patch Changes
|
|
136
|
-
|
|
137
|
-
- c9d4dfd: Add support for @langchain/core 1.0.0-alpha and @langchain/langgraph 1.0.0-alpha
|
|
138
|
-
- @langchain/langgraph-ui@0.0.63
|
|
139
|
-
|
|
140
|
-
## 0.0.62
|
|
141
|
-
|
|
142
|
-
### Patch Changes
|
|
143
|
-
|
|
144
|
-
- c868796: Exports more graph-related helper functions.
|
|
145
|
-
- @langchain/langgraph-ui@0.0.62
|
|
146
|
-
|
|
147
|
-
## 0.0.61
|
|
148
|
-
|
|
149
|
-
### Patch Changes
|
|
150
|
-
|
|
151
|
-
- a334897: feat(api): add /count endpoints for threads and assistants
|
|
152
|
-
- 9357bb7: chore(api): abstract internal operations away from createServer
|
|
153
|
-
- 9f13d74: fix(api): prevent overriding default CORS config when applying a single override
|
|
154
|
-
- @langchain/langgraph-ui@0.0.61
|
|
155
|
-
|
|
156
|
-
## 0.0.60
|
|
157
|
-
|
|
158
|
-
### Patch Changes
|
|
159
|
-
|
|
160
|
-
- 9c57526: fix(api): serialization of "checkpoints" and "tasks" stream modes
|
|
161
|
-
- @langchain/langgraph-ui@0.0.60
|
|
162
|
-
|
|
163
|
-
## 0.0.59
|
|
164
|
-
|
|
165
|
-
### Patch Changes
|
|
166
|
-
|
|
167
|
-
- 3412f9f: fix(api): unintended schema inference to BaseMessage[] for all state keys when `strictFunctionTypes: true`
|
|
168
|
-
- @langchain/langgraph-ui@0.0.59
|
|
169
|
-
|
|
170
|
-
## 0.0.58
|
|
171
|
-
|
|
172
|
-
### Patch Changes
|
|
173
|
-
|
|
174
|
-
- f65f619: fix(api): send Content-Location header for stateless runs
|
|
175
|
-
- c857357: feat(api): harden embed server, implement missing endpoints needed for interrupts
|
|
176
|
-
- @langchain/langgraph-ui@0.0.58
|
|
177
|
-
|
|
178
|
-
## 0.0.57
|
|
179
|
-
|
|
180
|
-
### Patch Changes
|
|
181
|
-
|
|
182
|
-
- 31cc9f7: support description property for `langgraph.json`
|
|
183
|
-
- @langchain/langgraph-ui@0.0.57
|
|
184
|
-
|
|
185
|
-
## 0.0.56
|
|
186
|
-
|
|
187
|
-
### Patch Changes
|
|
188
|
-
|
|
189
|
-
- 3c390c9: fix(api): parser: sanitise generated symbol names, honor typescript extension
|
|
190
|
-
- @langchain/langgraph-ui@0.0.56
|
|
191
|
-
|
|
192
|
-
## 0.0.55
|
|
193
|
-
|
|
194
|
-
### Patch Changes
|
|
195
|
-
|
|
196
|
-
- ef84039: fix(api): place the schema inference template next to the graph code, use whole path for symbol name
|
|
197
|
-
- 7edf347: exlcude meta routes from auth
|
|
198
|
-
- 77b21d5: add installed langgraph version to info endpoint for js server
|
|
199
|
-
- @langchain/langgraph-ui@0.0.55
|
|
200
|
-
|
|
201
|
-
## 0.0.54
|
|
202
|
-
|
|
203
|
-
### Patch Changes
|
|
204
|
-
|
|
205
|
-
- 1777878: fix(cli): only warn the user if an invalid LangSmith API key is passed while tracing is enabled
|
|
206
|
-
- @langchain/langgraph-ui@0.0.54
|
|
207
|
-
|
|
208
|
-
## 0.0.53
|
|
209
|
-
|
|
210
|
-
### Patch Changes
|
|
211
|
-
|
|
212
|
-
- f1bcec7: Add support for Context API in in-memory dev server
|
|
213
|
-
- @langchain/langgraph-ui@0.0.53
|
|
214
|
-
|
|
215
|
-
## 0.0.52
|
|
216
|
-
|
|
217
|
-
### Patch Changes
|
|
218
|
-
|
|
219
|
-
- 030698f: feat(api): add support for injecting `langgraph_node` in structured logs, expose structlog
|
|
220
|
-
- @langchain/langgraph-ui@0.0.52
|
|
221
|
-
|
|
222
|
-
## 0.0.51
|
|
223
|
-
|
|
224
|
-
### Patch Changes
|
|
225
|
-
|
|
226
|
-
- @langchain/langgraph-ui@0.0.51
|
|
227
|
-
|
|
228
|
-
## 0.0.50
|
|
229
|
-
|
|
230
|
-
### Patch Changes
|
|
231
|
-
|
|
232
|
-
- @langchain/langgraph-ui@0.0.50
|
|
233
|
-
|
|
234
|
-
## 0.0.49
|
|
235
|
-
|
|
236
|
-
### Patch Changes
|
|
237
|
-
|
|
238
|
-
- ee1defa: feat(api): pass through "tasks" and "checkpoints" stream mode
|
|
239
|
-
- @langchain/langgraph-ui@0.0.49
|
|
240
|
-
|
|
241
|
-
## 0.0.48
|
|
242
|
-
|
|
243
|
-
### Patch Changes
|
|
244
|
-
|
|
245
|
-
- ac7b067: fix(sdk): use `kind` when checking for Studio user
|
|
246
|
-
- Updated dependencies [ac7b067]
|
|
247
|
-
- @langchain/langgraph-ui@0.0.48
|
|
248
|
-
|
|
249
|
-
## 0.0.47
|
|
250
|
-
|
|
251
|
-
### Patch Changes
|
|
252
|
-
|
|
253
|
-
- 39cc88f: Fix apply namespace to messages-tuple stream mode
|
|
254
|
-
- c1ddda1: Embed methods for obtaining state should use `getGraph(...)`
|
|
255
|
-
- Updated dependencies [39cc88f]
|
|
256
|
-
- Updated dependencies [c1ddda1]
|
|
257
|
-
- @langchain/langgraph-ui@0.0.47
|
|
258
|
-
|
|
259
|
-
## 0.0.46
|
|
260
|
-
|
|
261
|
-
### Patch Changes
|
|
262
|
-
|
|
263
|
-
- d172de3: Fix apply namespace to messages-tuple stream mode
|
|
264
|
-
- Updated dependencies [d172de3]
|
|
265
|
-
- @langchain/langgraph-ui@0.0.46
|
|
266
|
-
|
|
267
|
-
## 0.0.45
|
|
268
|
-
|
|
269
|
-
### Patch Changes
|
|
270
|
-
|
|
271
|
-
- 603daa6: Embed should properly handle `payload.checkpoint` and `payload.checkpoint_id`
|
|
272
|
-
- Updated dependencies [603daa6]
|
|
273
|
-
- @langchain/langgraph-ui@0.0.45
|
|
274
|
-
|
|
275
|
-
## 0.0.44
|
|
276
|
-
|
|
277
|
-
### Patch Changes
|
|
278
|
-
|
|
279
|
-
- 2f26f2f: Expose get/delete thread endpoint to embed server
|
|
280
|
-
- Updated dependencies [2f26f2f]
|
|
281
|
-
- @langchain/langgraph-ui@0.0.44
|
|
282
|
-
|
|
283
|
-
## 0.0.43
|
|
284
|
-
|
|
285
|
-
### Patch Changes
|
|
286
|
-
|
|
287
|
-
- ce0a39a: Fix invalid package.json dependencies
|
|
288
|
-
- Updated dependencies [ce0a39a]
|
|
289
|
-
- @langchain/langgraph-ui@0.0.43
|
|
290
|
-
|
|
291
|
-
## 0.0.42
|
|
292
|
-
|
|
293
|
-
### Patch Changes
|
|
294
|
-
|
|
295
|
-
- 972b66a: Support gen UI components namespaced with a hyphen
|
|
296
|
-
- Updated dependencies [972b66a]
|
|
297
|
-
- @langchain/langgraph-ui@0.0.42
|