amsdal_langgraph 0.1.1__py3-none-any.whl → 0.2.0__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.
- amsdal_langgraph/__about__.py +1 -1
- amsdal_langgraph/app.py +1 -1
- amsdal_langgraph/checkpoint.py +4 -4
- {amsdal_langgraph-0.1.1.dist-info → amsdal_langgraph-0.2.0.dist-info}/METADATA +2 -2
- {amsdal_langgraph-0.1.1.dist-info → amsdal_langgraph-0.2.0.dist-info}/RECORD +6 -6
- {amsdal_langgraph-0.1.1.dist-info → amsdal_langgraph-0.2.0.dist-info}/WHEEL +0 -0
amsdal_langgraph/__about__.py
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
__version__ = '0.
|
|
1
|
+
__version__ = '0.2.0'
|
amsdal_langgraph/app.py
CHANGED
amsdal_langgraph/checkpoint.py
CHANGED
|
@@ -518,9 +518,9 @@ class AmsdalCheckpointSaver(BaseCheckpointSaver[str]):
|
|
|
518
518
|
.count()
|
|
519
519
|
.aexecute()
|
|
520
520
|
):
|
|
521
|
-
await checkpoint_obj.asave()
|
|
521
|
+
await checkpoint_obj.asave()
|
|
522
522
|
else:
|
|
523
|
-
await checkpoint_obj.asave(force_insert=True)
|
|
523
|
+
await checkpoint_obj.asave(force_insert=True)
|
|
524
524
|
|
|
525
525
|
return {
|
|
526
526
|
'configurable': {
|
|
@@ -572,9 +572,9 @@ class AmsdalCheckpointSaver(BaseCheckpointSaver[str]):
|
|
|
572
572
|
.aexecute()
|
|
573
573
|
):
|
|
574
574
|
if _replace:
|
|
575
|
-
await write_obj.asave()
|
|
575
|
+
await write_obj.asave()
|
|
576
576
|
else:
|
|
577
|
-
await write_obj.asave(force_insert=True)
|
|
577
|
+
await write_obj.asave(force_insert=True)
|
|
578
578
|
|
|
579
579
|
async def adelete_thread(self, thread_id: str) -> None:
|
|
580
580
|
"""Delete a thread asynchronously.
|
|
@@ -1,9 +1,9 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: amsdal_langgraph
|
|
3
|
-
Version: 0.
|
|
3
|
+
Version: 0.2.0
|
|
4
4
|
Summary: amsdal_langgraph plugin for AMSDAL Framework
|
|
5
5
|
Requires-Python: >=3.11
|
|
6
|
-
Requires-Dist: amsdal[cli]>=0.
|
|
6
|
+
Requires-Dist: amsdal[cli]>=0.6.0
|
|
7
7
|
Requires-Dist: langgraph>=0.6.8
|
|
8
8
|
Provides-Extra: openai
|
|
9
9
|
Requires-Dist: langchain[openai]; extra == 'openai'
|
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
amsdal_langgraph/Third-Party Materials - AMSDAL Dependencies - License Notices.md,sha256=y5L5esHBNdYnlmq34lyHCSiH_3N7M6SH7TFC92gFZ40,1285
|
|
2
|
-
amsdal_langgraph/__about__.py,sha256=
|
|
2
|
+
amsdal_langgraph/__about__.py,sha256=FVHPBGkfhbQDi_z3v0PiKJrXXqXOx0vGW_1VaqNJi7U,22
|
|
3
3
|
amsdal_langgraph/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
4
|
-
amsdal_langgraph/app.py,sha256=
|
|
5
|
-
amsdal_langgraph/checkpoint.py,sha256=
|
|
4
|
+
amsdal_langgraph/app.py,sha256=joJQr-NFxN_uPnChV583tw4g_r0auOt4WnfeVpeefpw,204
|
|
5
|
+
amsdal_langgraph/checkpoint.py,sha256=1RJJhK66djwAVBNME8wspcyvWVfWZhptJj8VdBm5T0M,21550
|
|
6
6
|
amsdal_langgraph/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
7
7
|
amsdal_langgraph/utils.py,sha256=4IMu8_JMgmaprXL0MkFcxKIT2mgGKCp2lIccvzgg7HA,2355
|
|
8
8
|
amsdal_langgraph/migrations/0000_initial.py,sha256=Ku40eJwP9VFO5oqE9U5LHYA_2IU-Up-Vxyxf5wDkM-Q,5198
|
|
9
9
|
amsdal_langgraph/models/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
10
10
|
amsdal_langgraph/models/checkpoint.py,sha256=vgxzmbdVs4vYKxodHklIzHMvDge6xH9QyfewgNctmHc,1014
|
|
11
11
|
amsdal_langgraph/models/checkpoint_writes.py,sha256=sIBzKZZHjz5-HRjHblMSIA7eZwHHR-LeK9uCeFRGhlc,1004
|
|
12
|
-
amsdal_langgraph-0.
|
|
13
|
-
amsdal_langgraph-0.
|
|
14
|
-
amsdal_langgraph-0.
|
|
12
|
+
amsdal_langgraph-0.2.0.dist-info/METADATA,sha256=RnIblYdJVZc3gQjjgxq3JIITvovPuZ75CtXbNWA4FSA,7871
|
|
13
|
+
amsdal_langgraph-0.2.0.dist-info/WHEEL,sha256=WLgqFyCfm_KASv4WHyYy0P3pM_m7J5L9k2skdKLirC8,87
|
|
14
|
+
amsdal_langgraph-0.2.0.dist-info/RECORD,,
|
|
File without changes
|