separating ltm and replay db

This commit is contained in:
Lorenze Jay
2024-07-15 09:16:55 -07:00
parent a0e59b7285
commit 7178f8b765

View File

@@ -14,7 +14,7 @@ class KickoffTaskOutputsSQLiteStorage:
"""
def __init__(
self, db_path: str = f"{db_storage_path()}/long_term_memory_storage.db"
self, db_path: str = f"{db_storage_path()}/latest_kickoff_task_outputs.db"
) -> None:
self.db_path = db_path
self._printer: Printer = Printer()