feat: remove init messages for v1 agent (#6112)

This commit is contained in:
cthomas
2025-11-13 16:46:30 -08:00
committed by Caren Thomas
parent 7f49e08be9
commit eda7b0da93

View File

@@ -487,6 +487,7 @@ class SyncServer(object):
main_agent = await self.agent_manager.create_agent_async(
agent_create=request,
actor=actor,
_init_with_no_messages=(request.agent_type == AgentType.letta_v1_agent),
)
log_event(name="end create_agent db")