using uuid and datetime [LET-5508] (#5430)

* using uuid and datetime

* add run_id

---------

Co-authored-by: Ari Webb <ari@letta.com>
This commit is contained in:
Ari Webb
2025-10-14 14:12:43 -07:00
committed by Caren Thomas
parent 09ba075cfa
commit 9e94c344b8
10 changed files with 44 additions and 63 deletions

View File

@@ -36,7 +36,7 @@ from letta_client.types import (
from letta.log import get_logger
from letta.schemas.agent import AgentState
from letta.schemas.enums import AgentType, JobStatus
from letta.schemas.letta_ping import LettaPing
from letta.schemas.letta_message import LettaPing
from letta.schemas.llm_config import LLMConfig
logger = get_logger(__name__)