сохранение чекпоинтов в sqlite

This commit is contained in:
Егор Кандрушин 2026-04-28 15:07:04 +03:00
parent b1e10f25b1
commit 42e6723abb
7 changed files with 82 additions and 3 deletions

View file

@ -11,4 +11,6 @@ dependencies = [
"langchain-openai>=1.1.12",
"composio>=0.11.5",
"composio-langchain>=0.11.5",
"langgraph-checkpoint-sqlite>=3.0.3",
"aiosqlite>=0.22.1",
]