feat(graph): Implement PostgresSaver checkpointer integration

This commit is contained in:
Yunxiao Xu
2026-02-10 03:32:14 -08:00
parent 60429e1adc
commit 452d4a1957
3 changed files with 94 additions and 0 deletions

View File

@@ -40,6 +40,7 @@ packages = ["src/ea_chatbot"]
dev = [
"pytest>=9.0.2",
"pytest-cov>=7.0.0",
"pytest-asyncio>=0.23.0",
"ruff>=0.9.3",
"mypy>=1.14.1",
]