Commit Graph

1149 Commits

Author SHA1 Message Date
Matthew Zhou
5a29b751a9 chore: Remove live anthropic batch test (#2300) 2025-05-21 09:27:49 -07:00
Matthew Zhou
8e6602b1f6 fix: Fix test letta agent batch (#2295) 2025-05-21 07:25:49 -07:00
cthomas
35d4914b4f feat(asyncify): remove non async memory methods (#2245) 2025-05-20 17:56:54 -07:00
Matthew Zhou
b5bd5aab5c fix: Fix agent serialization tests (#2292) 2025-05-20 17:44:38 -07:00
cthomas
44afd54c5c feat(asyncify): migrate list messages (#2272) 2025-05-20 16:52:11 -07:00
cthomas
6432dea8e1 fix: make upsert base tools async (#2255) 2025-05-20 16:51:49 -07:00
Matthew Zhou
c54b557ca1 feat: Asyncify model listing for Together (#2286) 2025-05-20 16:00:37 -07:00
Matthew Zhou
0103ea6fcf feat: Asyncify model listing for Gemini (#2284) 2025-05-20 16:00:20 -07:00
Matthew Zhou
b0f38cd2b1 feat: Asyncify anthropic model listing (#2283) 2025-05-20 15:59:42 -07:00
Matthew Zhou
e4fda7d6c7 feat: Asyncify openai model listing (#2281) 2025-05-20 15:24:00 -07:00
cthomas
c84b90cea8 feat(asyncify): migrate list sources (#2276) 2025-05-20 12:59:06 -07:00
cthomas
710c03dbd1 feat(asyncify): migrate list passages (#2275) 2025-05-20 12:56:04 -07:00
Sarah Wooders
1465c48bb9 fix: pass in usage statistics to patch streaming error (#2264) 2025-05-19 21:10:11 -07:00
Matthew Zhou
068f27d83d feat: Add tavily search builtin tool (#2257) 2025-05-19 16:38:11 -07:00
Matthew Zhou
6e5ab8b151 feat: Add built in code interpreter tool (#2252) 2025-05-19 16:01:40 -07:00
Andy Li
0a54b998a8 feat: track llm provider traces and tracking steps in async agent loop (#2219) 2025-05-19 15:50:56 -07:00
cthomas
53308a6f8d test: update test_managers with async functions (#2243) 2025-05-18 21:21:45 -07:00
cthomas
dd90067fab feat(asyncify): fully convert identities module (#2244) 2025-05-18 21:21:35 -07:00
cthomas
cec4b89c27 feat(asyncify): migrate identities routes (#2234) 2025-05-18 20:45:57 -07:00
Sarah Wooders
ed2ddad6a5 chore: add gemini + vertex to new agent loop (#2230) 2025-05-17 21:47:42 -07:00
Sarah Wooders
f076964bd1 feat: support together in new agent loop and add tests (#2231) 2025-05-17 19:17:08 -07:00
Sarah Wooders
6042567506 feat: support step streaming for new agent loop (#2182) 2025-05-17 17:22:20 -07:00
cthomas
b79a67ca47 chore: bump version 0.7.19 (#2643)
Co-authored-by: Andy Li <55300002+cliandy@users.noreply.github.com>
Co-authored-by: Kevin Lin <klin5061@gmail.com>
Co-authored-by: Sarah Wooders <sarahwooders@gmail.com>
Co-authored-by: jnjpng <jin@letta.com>
2025-05-16 14:01:10 -07:00
cthomas
4746c3f12b test(asyncify): fix batch tests (#2216) 2025-05-16 02:14:20 -07:00
cthomas
e72dc3e93c chore: bump v0.7.17 (#2638)
Co-authored-by: Andy Li <55300002+cliandy@users.noreply.github.com>
Co-authored-by: Kevin Lin <klin5061@gmail.com>
Co-authored-by: Sarah Wooders <sarahwooders@gmail.com>
Co-authored-by: jnjpng <jin@letta.com>
2025-05-16 02:02:40 -07:00
cthomas
137ddd3f53 test(asyncify): fix voice sleeptime agent test failure (#2215) 2025-05-16 01:29:46 -07:00
cthomas
8463903d13 feat(asyncify): migrate actors(users) endpoints (#2211) 2025-05-16 00:37:08 -07:00
cthomas
23e778c8ee chore: bump v0.7.16 (#2636)
Co-authored-by: Andy Li <55300002+cliandy@users.noreply.github.com>
Co-authored-by: Kevin Lin <klin5061@gmail.com>
Co-authored-by: Sarah Wooders <sarahwooders@gmail.com>
Co-authored-by: jnjpng <jin@letta.com>
2025-05-15 13:58:53 -07:00
cthomas
12cf419e2d feat: convert more methods to async (#2200) 2025-05-15 13:44:58 -07:00
jnjpng
b7ddb3caa9 feat: move get_agent_by_id to be async (#2198) 2025-05-15 12:32:28 -07:00
cthomas
65e32082f7 feat: convert many methods to async (#2193) 2025-05-15 12:09:40 -07:00
Andy Li
a099e876f8 feat: async list/prepare messages (#2181)
Co-authored-by: Caren Thomas <carenthomas@gmail.com>
2025-05-15 00:34:04 -07:00
Sarah Wooders
d15e49808d chore: add a concept (and enforcement of) read-only blocks (#2161) 2025-05-13 20:54:52 -07:00
Will Sargent
df6b04a640 Add fix for anthropic streaming </thinking tag (#2621) 2025-05-13 15:28:29 -07:00
cthomas
f2ff6717af chore: bump version v0.7.15 (#2622)
Co-authored-by: Andy Li <55300002+cliandy@users.noreply.github.com>
Co-authored-by: Kevin Lin <klin5061@gmail.com>
2025-05-13 15:19:17 -07:00
cthomas
a279126fb6 feat: make get blocks async (#2162) 2025-05-13 15:09:25 -07:00
Sarah Wooders
406e27f190 chore: release 0.7.14 (#2620) 2025-05-12 19:06:06 -07:00
cthomas
8d7d9dc86a feat: skip relationship joins for blocks fetch (#2130) 2025-05-12 17:54:10 -07:00
Andy Li
8e2417aa2f feat: async db client (#2076) 2025-05-12 17:15:14 -07:00
cthomas
d67c425532 test: add additional new agent messaging tests (#2120) 2025-05-12 15:58:52 -07:00
Sarah Wooders
bf5e1bad40 Merge branch 'main' into release-0.7.13 2025-05-09 20:31:31 -07:00
Andy Li
bf1874dbc9 fix: summarization includes tool call message before truncation (#2084)
Co-authored-by: Sarah Wooders <sarahwooders@gmail.com>
2025-05-09 15:01:12 -07:00
cthomas
f67ad6e0c6 test: add agent loop tests (#2088) 2025-05-09 14:20:09 -07:00
Kian Jones
8023020f80 feat(ci): Adds Integration Testing Against cloud-api (#1909)
Co-authored-by: Shubham Naik <shub@letta.com>
Co-authored-by: Shubham Naik <shub@memgpt.ai>
2025-05-08 11:28:41 -07:00
cthomas
cb6ab5a881 chore: bump version v0.7.11 (#2610)
Co-authored-by: Shubham Naik <shub@letta.com>
Co-authored-by: Shubham Naik <shub@memgpt.ai>
Co-authored-by: Andy Li <55300002+cliandy@users.noreply.github.com>
2025-05-07 16:02:29 -07:00
cthomas
f5b224602e feat: add vertex to new agent loop (#2054) 2025-05-07 14:03:07 -07:00
cthomas
d8151d76e2 feat: add provider_category field to distinguish byok (#2038) 2025-05-06 17:31:36 -07:00
Sarah Wooders
c220eafb38 Merge branch 'main' into release-0.7.10 2025-05-05 21:14:36 -07:00
Andy Li
fd0442ad79 fix: summarization trims tool call without trimming tool response (#2010)
Co-authored-by: cthomas <caren@letta.com>
Co-authored-by: Sarah Wooders <sarahwooders@gmail.com>
2025-05-05 21:02:23 -07:00
Matthew Zhou
cc4858624b feat: Add e2e tests where agents invoke MCP tooling (#2020) 2025-05-06 11:24:20 +08:00