Add checkpointer configuration support in langgraph.json (#4122)

Signed-off-by: William Fu-Hinthorn <13333726+hinthornw@users.noreply.github.com>
This commit is contained in:
William FH
2025-04-01 21:16:12 -07:00
committed by GitHub
parent e3d697620b
commit dcda8c24d6
6 changed files with 224 additions and 9 deletions
+2
View File
@@ -32,6 +32,7 @@ def test_validate_config():
"env": {},
"store": None,
"auth": None,
"checkpointer": None,
"http": None,
"ui": None,
"ui_config": None,
@@ -53,6 +54,7 @@ def test_validate_config():
"env": env,
"store": None,
"auth": None,
"checkpointer": None,
"http": None,
"ui": None,
"ui_config": None,