new sync service implementation

This commit is contained in:
phernandez
2025-02-21 19:10:23 -06:00
parent 9e3f71cb87
commit 94394f0bfe
10 changed files with 241 additions and 59 deletions
+1 -1
View File
@@ -35,7 +35,7 @@ class ProjectConfig(BaseSettings):
default=500, description="Milliseconds to wait after changes before syncing", gt=0
)
log_level: str = "INFO"
log_level: str = "DEBUG"
model_config = SettingsConfigDict(
env_prefix="BASIC_MEMORY_",