mirror of
https://github.com/crewAIInc/crewAI.git
synced 2026-01-08 23:58:34 +00:00
separating ltm and replay db
This commit is contained in:
@@ -14,7 +14,7 @@ class KickoffTaskOutputsSQLiteStorage:
|
|||||||
"""
|
"""
|
||||||
|
|
||||||
def __init__(
|
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:
|
) -> None:
|
||||||
self.db_path = db_path
|
self.db_path = db_path
|
||||||
self._printer: Printer = Printer()
|
self._printer: Printer = Printer()
|
||||||
|
|||||||
Reference in New Issue
Block a user