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.
@@ -1 +1 @@
1
- __version__ = '0.1.1'
1
+ __version__ = '0.2.0'
amsdal_langgraph/app.py CHANGED
@@ -5,4 +5,4 @@ class AmsdalLangGraphAppConfig(AppConfig):
5
5
  name = 'amsdal_langgraph'
6
6
  verbose_name = 'AMSDAL Workflow Plugin'
7
7
 
8
- def on_ready(self) -> None: ...
8
+ def on_setup(self) -> None: ...
@@ -518,9 +518,9 @@ class AmsdalCheckpointSaver(BaseCheckpointSaver[str]):
518
518
  .count()
519
519
  .aexecute()
520
520
  ):
521
- await checkpoint_obj.asave() # type: ignore[misc]
521
+ await checkpoint_obj.asave()
522
522
  else:
523
- await checkpoint_obj.asave(force_insert=True) # type: ignore[misc]
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() # type: ignore[misc]
575
+ await write_obj.asave()
576
576
  else:
577
- await write_obj.asave(force_insert=True) # type: ignore[misc]
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.1.1
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.5.14
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=ls1camlIoMxEZz9gSkZ1OJo-MXqHWwKPtdPbZJmwp7E,22
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=NDuTQiy-aN7Pgda-XJwhGyJGgCQi_Gt7ROT5gbaaE8k,204
5
- amsdal_langgraph/checkpoint.py,sha256=AYuhIHdNRYr6QLWq25hq3RmP-MorOTX_rmuwQEOn0lg,21638
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.1.1.dist-info/METADATA,sha256=fteYgs2Or-JJ9_WfJMZp6YILJpb4pCw70XzGUHzkUhQ,7872
13
- amsdal_langgraph-0.1.1.dist-info/WHEEL,sha256=WLgqFyCfm_KASv4WHyYy0P3pM_m7J5L9k2skdKLirC8,87
14
- amsdal_langgraph-0.1.1.dist-info/RECORD,,
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,,