checkpoint-sqlite: new library for sqlite checkpointer implementation (#1203)

* checkpoint-sqlite: new library for sqlite checkpointer implementation
This commit is contained in:
Vadym Barda
2024-08-02 22:14:12 +00:00
committed by GitHub
parent 16a6450534
commit c149a99b44
20 changed files with 1158 additions and 114 deletions
+6 -2
View File
@@ -36,7 +36,9 @@
working-directory: [
"libs/langgraph",
"libs/sdk-py",
"libs/cli"
"libs/cli",
"libs/checkpoint",
"libs/checkpoint-sqlite"
]
uses: ./.github/workflows/_lint.yml
with:
@@ -50,7 +52,9 @@
matrix:
working-directory: [
"libs/langgraph",
"libs/cli"
"libs/cli",
"libs/checkpoint",
"libs/checkpoint-sqlite"
]
uses: ./.github/workflows/_test.yml
with: