langgraph-api 0.1.21__py3-none-any.whl → 0.1.23__py3-none-any.whl
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.
Potentially problematic release.
This version of langgraph-api might be problematic. Click here for more details.
- langgraph_api/__init__.py +1 -1
- langgraph_api/js/client.mts +12 -1
- langgraph_api/js/remote.py +2 -0
- {langgraph_api-0.1.21.dist-info → langgraph_api-0.1.23.dist-info}/METADATA +1 -1
- {langgraph_api-0.1.21.dist-info → langgraph_api-0.1.23.dist-info}/RECORD +8 -8
- {langgraph_api-0.1.21.dist-info → langgraph_api-0.1.23.dist-info}/LICENSE +0 -0
- {langgraph_api-0.1.21.dist-info → langgraph_api-0.1.23.dist-info}/WHEEL +0 -0
- {langgraph_api-0.1.21.dist-info → langgraph_api-0.1.23.dist-info}/entry_points.txt +0 -0
langgraph_api/__init__.py
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
__version__ = "0.1.
|
|
1
|
+
__version__ = "0.1.23"
|
langgraph_api/js/client.mts
CHANGED
|
@@ -99,7 +99,18 @@ function incrementNodes() {
|
|
|
99
99
|
const version = await (async () => {
|
|
100
100
|
try {
|
|
101
101
|
const packageJson = await import("@langchain/langgraph/package.json");
|
|
102
|
-
|
|
102
|
+
|
|
103
|
+
if (
|
|
104
|
+
"default" in packageJson &&
|
|
105
|
+
typeof packageJson.default === "object" &&
|
|
106
|
+
packageJson.default != null
|
|
107
|
+
) {
|
|
108
|
+
return packageJson.default.version || undefined;
|
|
109
|
+
}
|
|
110
|
+
|
|
111
|
+
if ("version" in packageJson) {
|
|
112
|
+
return packageJson.version || undefined;
|
|
113
|
+
}
|
|
103
114
|
} catch (error) {
|
|
104
115
|
logger.error(error);
|
|
105
116
|
}
|
langgraph_api/js/remote.py
CHANGED
|
@@ -250,6 +250,8 @@ class RemotePregel(BaseRemotePregel):
|
|
|
250
250
|
item.get("createdAt"),
|
|
251
251
|
item.get("parentConfig"),
|
|
252
252
|
_convert_tasks(item.get("tasks", [])),
|
|
253
|
+
# TODO: add handling of interrupts when multiple resumes land in JS
|
|
254
|
+
tuple(),
|
|
253
255
|
)
|
|
254
256
|
|
|
255
257
|
async def aget_state(
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
LICENSE,sha256=ZPwVR73Biwm3sK6vR54djCrhaRiM4cAD2zvOQZV8Xis,3859
|
|
2
|
-
langgraph_api/__init__.py,sha256=
|
|
2
|
+
langgraph_api/__init__.py,sha256=0byemO6n6WCv41u9vBG2AIsOkVbxLvok7puvwy8EhfU,23
|
|
3
3
|
langgraph_api/api/__init__.py,sha256=IKKMrC5gCHTzjprbg8jgZDrAJRuqJfSUgEkZAgh3l-M,5771
|
|
4
4
|
langgraph_api/api/assistants.py,sha256=6oYFRKlvqheJQGbWjFhQOUnnSbvsbrdMYLRJP7WtSRo,14481
|
|
5
5
|
langgraph_api/api/mcp.py,sha256=KbR19dtFCpJEiKYj3IfepAuJij8YZVELuVp7JY_yu_o,13754
|
|
@@ -31,11 +31,11 @@ langgraph_api/js/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,
|
|
|
31
31
|
langgraph_api/js/base.py,sha256=gjY6K8avI03OrI-Hy6a311fQ_EG5r_x8hUYlc7uqxdE,534
|
|
32
32
|
langgraph_api/js/build.mts,sha256=ceHRr_Io_9otkDOSgHuKbGnOUu4AX2jPj8APTTa9UjM,2741
|
|
33
33
|
langgraph_api/js/client.http.mts,sha256=AGA-p8J85IcNh2oXZjDxHQ4PnQdJmt-LPcpZp6j0Cws,4687
|
|
34
|
-
langgraph_api/js/client.mts,sha256=
|
|
34
|
+
langgraph_api/js/client.mts,sha256=RZgkJk43CMOwnHXMXBbWIEhHh0W8WBwQ8Rm8GkJwvhM,30341
|
|
35
35
|
langgraph_api/js/errors.py,sha256=Cm1TKWlUCwZReDC5AQ6SgNIVGD27Qov2xcgHyf8-GXo,361
|
|
36
36
|
langgraph_api/js/global.d.ts,sha256=j4GhgtQSZ5_cHzjSPcHgMJ8tfBThxrH-pUOrrJGteOU,196
|
|
37
37
|
langgraph_api/js/package.json,sha256=5gtQpj0mXh069X5fWJFWp-jt7Sb3RQUPVpe4m8Q0KHE,1289
|
|
38
|
-
langgraph_api/js/remote.py,sha256=
|
|
38
|
+
langgraph_api/js/remote.py,sha256=ipAITSDyh-kNau37nfRg-PSB-6Lbtax3UJap8-lLZdw,35729
|
|
39
39
|
langgraph_api/js/schema.py,sha256=7idnv7URlYUdSNMBXQcw7E4SxaPxCq_Oxwnlml8q5ik,408
|
|
40
40
|
langgraph_api/js/src/graph.mts,sha256=QVy2sUcwcG9WkPF6AXy9mh0dvaXccVIZNtv5rkUtUYc,3479
|
|
41
41
|
langgraph_api/js/src/load.hooks.mjs,sha256=xNVHq75W0Lk6MUKl1pQYrx-wtQ8_neiUyI6SO-k0ecM,2235
|
|
@@ -101,8 +101,8 @@ langgraph_license/validation.py,sha256=ZKraAVJArAABKqrmHN-EN18ncoNUmRm500Yt1Sc7t
|
|
|
101
101
|
langgraph_runtime/__init__.py,sha256=O4GgSmu33c-Pr8Xzxj_brcK5vkm70iNTcyxEjICFZxA,1075
|
|
102
102
|
logging.json,sha256=3RNjSADZmDq38eHePMm1CbP6qZ71AmpBtLwCmKU9Zgo,379
|
|
103
103
|
openapi.json,sha256=cjlQFtrH7TwXQ9GNe1jy2iBRhae_F6inFZhsaCQidBc,132770
|
|
104
|
-
langgraph_api-0.1.
|
|
105
|
-
langgraph_api-0.1.
|
|
106
|
-
langgraph_api-0.1.
|
|
107
|
-
langgraph_api-0.1.
|
|
108
|
-
langgraph_api-0.1.
|
|
104
|
+
langgraph_api-0.1.23.dist-info/LICENSE,sha256=ZPwVR73Biwm3sK6vR54djCrhaRiM4cAD2zvOQZV8Xis,3859
|
|
105
|
+
langgraph_api-0.1.23.dist-info/METADATA,sha256=Ek1j9JUYr_icB4Osx2O-hce8pmf0fPXQzVFaHyuOf-c,4236
|
|
106
|
+
langgraph_api-0.1.23.dist-info/WHEEL,sha256=fGIA9gx4Qxk2KDKeNJCbOEwSrmLtjWCwzBz351GyrPQ,88
|
|
107
|
+
langgraph_api-0.1.23.dist-info/entry_points.txt,sha256=3EYLgj89DfzqJHHYGxPH4A_fEtClvlRbWRUHaXO7hj4,77
|
|
108
|
+
langgraph_api-0.1.23.dist-info/RECORD,,
|
|
File without changes
|
|
File without changes
|
|
File without changes
|