From 8548c6db88b951b928ff6ea77609706c7211880f Mon Sep 17 00:00:00 2001 From: William Fu-Hinthorn <13333726+hinthornw@users.noreply.github.com> Date: Tue, 1 Apr 2025 21:48:53 -0700 Subject: [PATCH] Update --- langgraph.json | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/langgraph.json b/langgraph.json index 95e61d6..33710ba 100644 --- a/langgraph.json +++ b/langgraph.json @@ -1,4 +1,5 @@ { + "$schema": "https://raw.githubusercontent.com/langchain-ai/langgraph/refs/heads/main/libs/cli/schemas/schema.json", "dependencies": ["."], "graphs": { "agent": "./src/react_agent/graph.py:graph" @@ -9,5 +10,12 @@ }, "http": { "app": "./src/react_agent/app.py:app" + }, + "checkpointer": { + "ttl": { + "strategy": "delete", + "sweep_interval_minutes": 1, + "default_ttl": 1 + } } }