langgraph-api 0.4.24__py3-none-any.whl → 0.4.26__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/stream.py +0 -9
- {langgraph_api-0.4.24.dist-info → langgraph_api-0.4.26.dist-info}/METADATA +1 -1
- {langgraph_api-0.4.24.dist-info → langgraph_api-0.4.26.dist-info}/RECORD +7 -7
- {langgraph_api-0.4.24.dist-info → langgraph_api-0.4.26.dist-info}/WHEEL +0 -0
- {langgraph_api-0.4.24.dist-info → langgraph_api-0.4.26.dist-info}/entry_points.txt +0 -0
- {langgraph_api-0.4.24.dist-info → langgraph_api-0.4.26.dist-info}/licenses/LICENSE +0 -0
langgraph_api/__init__.py
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
__version__ = "0.4.
|
|
1
|
+
__version__ = "0.4.26"
|
langgraph_api/stream.py
CHANGED
|
@@ -381,7 +381,6 @@ async def astream_state(
|
|
|
381
381
|
elif chunk["type"] == "task_result":
|
|
382
382
|
on_task_result(chunk["payload"])
|
|
383
383
|
if mode == "messages":
|
|
384
|
-
logger.warning("EVENT BRO", stream_event=event)
|
|
385
384
|
if "messages-tuple" in stream_mode:
|
|
386
385
|
if subgraphs and ns:
|
|
387
386
|
yield f"messages|{'|'.join(ns)}", chunk
|
|
@@ -413,14 +412,6 @@ async def astream_state(
|
|
|
413
412
|
else:
|
|
414
413
|
messages[msg.id] = msg
|
|
415
414
|
yield "messages/metadata", {msg.id: {"metadata": meta}}
|
|
416
|
-
print(
|
|
417
|
-
"YIELDING",
|
|
418
|
-
msg.id,
|
|
419
|
-
type(msg),
|
|
420
|
-
is_chunk,
|
|
421
|
-
isinstance(msg, BaseMessageChunk),
|
|
422
|
-
msg,
|
|
423
|
-
)
|
|
424
415
|
yield (
|
|
425
416
|
(
|
|
426
417
|
"messages/partial"
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
langgraph_api/__init__.py,sha256=
|
|
1
|
+
langgraph_api/__init__.py,sha256=lR0PxzTAjaaJQ_3Wm5vE1PfTgOS8pdhmsmn4OrIioB0,23
|
|
2
2
|
langgraph_api/asgi_transport.py,sha256=XtiLOu4WWsd-xizagBLzT5xUkxc9ZG9YqwvETBPjBFE,5161
|
|
3
3
|
langgraph_api/asyncio.py,sha256=FEEkLm_N-15cbElo4vQ309MkDKBZuRqAYV8VJ1DocNw,9860
|
|
4
4
|
langgraph_api/cli.py,sha256=DrTkO5JSX6jpv-aFXZfRP5Fa9j121nvnrjDgQQzqlHs,19576
|
|
@@ -22,7 +22,7 @@ langgraph_api/server.py,sha256=C9TO7N0mzyrLulT_2FtaJfgfFbm2B4yyYTdAGPxgIeE,7255
|
|
|
22
22
|
langgraph_api/sse.py,sha256=SLdtZmTdh5D8fbWrQjuY9HYLd2dg8Rmi6ZMmFMVc2iE,4204
|
|
23
23
|
langgraph_api/state.py,sha256=AjkLbUQakIwK7oGzJ8oqubazRsXxG3vDMnRa0s0mzDM,4716
|
|
24
24
|
langgraph_api/store.py,sha256=NIoNZojs6NbtG3VLBPQEFNttvp7XPkHAfjbQ3gY7aLY,4701
|
|
25
|
-
langgraph_api/stream.py,sha256=
|
|
25
|
+
langgraph_api/stream.py,sha256=Dqkj0soBYaZxHpI46OZAqQA4OxpLE1yUxQsHjXSR-Fk,21091
|
|
26
26
|
langgraph_api/thread_ttl.py,sha256=KyHnvD0e1p1cV4Z_ZvKNVzDztuI2RBCUsUO2V7GlOSw,1951
|
|
27
27
|
langgraph_api/traceblock.py,sha256=Qq5CUdefnMDaRDnyvBSWGBClEj-f3oO7NbH6fedxOSE,630
|
|
28
28
|
langgraph_api/validation.py,sha256=86jftgOsMa7tkeshBw6imYe7zyUXPoVuf5Voh6dFiR8,5285
|
|
@@ -99,8 +99,8 @@ langgraph_runtime/store.py,sha256=7mowndlsIroGHv3NpTSOZDJR0lCuaYMBoTnTrewjslw,11
|
|
|
99
99
|
LICENSE,sha256=ZPwVR73Biwm3sK6vR54djCrhaRiM4cAD2zvOQZV8Xis,3859
|
|
100
100
|
logging.json,sha256=3RNjSADZmDq38eHePMm1CbP6qZ71AmpBtLwCmKU9Zgo,379
|
|
101
101
|
openapi.json,sha256=21wu-NxdxyTQwZctNcEfRkLMnSBi0QhGAfwq5kg8XNU,172618
|
|
102
|
-
langgraph_api-0.4.
|
|
103
|
-
langgraph_api-0.4.
|
|
104
|
-
langgraph_api-0.4.
|
|
105
|
-
langgraph_api-0.4.
|
|
106
|
-
langgraph_api-0.4.
|
|
102
|
+
langgraph_api-0.4.26.dist-info/METADATA,sha256=o47Y4vD8kXdguVr5XRhq7OrkYD13q61G2k43QYmIx7Y,3893
|
|
103
|
+
langgraph_api-0.4.26.dist-info/WHEEL,sha256=qtCwoSJWgHk21S1Kb4ihdzI2rlJ1ZKaIurTj_ngOhyQ,87
|
|
104
|
+
langgraph_api-0.4.26.dist-info/entry_points.txt,sha256=hGedv8n7cgi41PypMfinwS_HfCwA7xJIfS0jAp8htV8,78
|
|
105
|
+
langgraph_api-0.4.26.dist-info/licenses/LICENSE,sha256=ZPwVR73Biwm3sK6vR54djCrhaRiM4cAD2zvOQZV8Xis,3859
|
|
106
|
+
langgraph_api-0.4.26.dist-info/RECORD,,
|
|
File without changes
|
|
File without changes
|
|
File without changes
|