feat: make letta_v1_agent default [LET-6153] (#6115)

* agent change

* fix tests

* fix more tests

* memgpt_v2_agent for cloud-api tests

---------

Co-authored-by: Ari Webb <ari@letta.com>
This commit is contained in:
Ari Webb
2025-11-17 15:39:31 -08:00
committed by Caren Thomas
parent 474f8c1f89
commit b0f9986209
8 changed files with 34 additions and 1 deletions

View File

@@ -123,6 +123,7 @@ async def agents(server, weather_tool):
tags=["test_agents"],
embedding="letta/letta-free",
tool_ids=[weather_tool.id],
agent_type="memgpt_v2_agent",
),
actor=actor,
)