feat: remove chunking for archival memory [LET-6080] (#5997)

* feat: remove chunking for archival memory

* add error and tests
This commit is contained in:
Sarah Wooders
2025-11-05 17:55:06 -08:00
committed by Caren Thomas
parent 61b1a7f600
commit fd7c8193fe
5 changed files with 36 additions and 55 deletions

View File

@@ -339,6 +339,9 @@ class Settings(BaseSettings):
# enabling letta_agent_v1 architecture
use_letta_v1_agent: bool = False
# Archival memory token limit
archival_memory_token_limit: int = 8192
@property
def letta_pg_uri(self) -> str:
if self.pg_uri: