feat: Add ability to redo to more recent checkpoint (#1496)

This commit is contained in:
Matthew Zhou
2025-03-31 17:35:51 -07:00
committed by GitHub
parent 00f8edaf97
commit 22dcd53bd1
3 changed files with 258 additions and 41 deletions

View File

@@ -15,7 +15,6 @@ from letta.orm.sqlite_functions import adapt_array
if TYPE_CHECKING:
from pydantic import BaseModel
from sqlalchemy.orm import Session
logger = get_logger(__name__)