feat: background multi-agent group for sleeptime agent (#1508)

This commit is contained in:
cthomas
2025-04-01 15:00:45 -07:00
committed by GitHub
parent e00b8b5232
commit 55d0ea8872
16 changed files with 663 additions and 52 deletions

View File

@@ -23,3 +23,4 @@ class LettaUsageStatistics(BaseModel):
step_count: int = Field(0, description="The number of steps taken by the agent.")
# TODO: Optional for now. This field makes everyone's lives easier
steps_messages: Optional[List[List[Message]]] = Field(None, description="The messages generated per step")
run_ids: Optional[List[str]] = Field(None, description="The background task run IDs associated with the agent interaction")