feat: Serialize agent state simple fields and messages (#1012)

This commit is contained in:
Matthew Zhou
2025-02-18 11:01:10 -08:00
committed by GitHub
parent 3dc1767f46
commit b5e09536ae
28 changed files with 451 additions and 179 deletions

View File

@@ -35,7 +35,7 @@ user_name = str(uuid.uuid5(namespace, "test-tool-execution-sandbox-user"))
@pytest.fixture(autouse=True)
def clear_tables():
"""Fixture to clear the organization table before each test."""
from letta.server.server import db_context
from letta.server.db import db_context
with db_context() as session:
session.execute(delete(SandboxEnvironmentVariable))