feat(crouton): add orgId, userId, Compaction_Settings and LLM_Config (#9022)

* LC one shot?

* api changes

* fix summarizer nameerror
This commit is contained in:
Kian Jones
2026-01-21 21:57:22 -08:00
committed by Caren Thomas
parent 194fa7d1c6
commit e3fb00f970
18 changed files with 257 additions and 4 deletions

View File

@@ -283,6 +283,9 @@ class SimpleLLMStreamAdapter(LettaLLMStreamAdapter):
agent_id=self.agent_id,
agent_tags=self.agent_tags,
run_id=self.run_id,
org_id=self.org_id,
user_id=self.user_id,
llm_config=self.llm_config.model_dump() if self.llm_config else None,
),
),
label="create_provider_trace",