feat: set memfs env vars in deploy wf (#9318)

This commit is contained in:
cthomas
2026-02-05 18:42:38 -08:00
committed by Caren Thomas
parent 0bdd555f33
commit 126d8830b8

View File

@@ -330,7 +330,7 @@ class Settings(BaseSettings):
memfs_service_url: str | None = Field(
default=None,
validation_alias=AliasChoices("LETTA_MEMFS_SERVICE_URL"),
description="URL of the memfs service (e.g., http://memfs:8284). When set, git memory operations use this service.",
description="URL of the memfs service (e.g., http://memfs-py:8285). When set, git memory operations use this service.",
)
# multi agent settings