Commit Graph

859 Commits

Author SHA1 Message Date
Sarah Wooders
06ecf8ede9 feat (asyncify): async batch block creation for agent creation (#2397) 2025-05-23 18:07:04 -07:00
Andy Li
28c3624a88 fix: numerous tool execution bugs (#2371) 2025-05-23 18:02:15 -07:00
Matthew Zhou
3ade0a5285 feat: Add simple lru caching to embeddings (#2401) 2025-05-23 17:35:55 -07:00
cthomas
c64f39ff6e fix: context request error (#2393) 2025-05-23 17:07:04 -07:00
Sarah Wooders
3b568f36a1 feat (asyncify): replace sync passage listing in rebuild system (#2395) 2025-05-23 16:25:52 -07:00
Sarah Wooders
8133a5a158 feat: add MCP servers into a table and MCP tool execution to new agent loop (#2323)
Co-authored-by: Matt Zhou <mattzh1314@gmail.com>
Co-authored-by: Kian Jones <11655409+kianjones9@users.noreply.github.com>
2025-05-23 16:22:16 -07:00
cthomas
4f1e783fa1 feat(asyncify): migrate sleeptime agent creation (#2361) 2025-05-23 14:38:37 -07:00
cthomas
2bdeeccc41 feat: add step stream to async sleeptime agent (#2379) 2025-05-23 14:38:25 -07:00
Matthew Zhou
1bfb4f0e7a fix: Fix groq provider (#2352)
Co-authored-by: Sarah Wooders <sarahwooders@gmail.com>
Co-authored-by: cthomas <caren@letta.com>
Co-authored-by: Kian Jones <11655409+kianjones9@users.noreply.github.com>
Co-authored-by: Shubham Naik <shub@letta.com>
Co-authored-by: Shubham Naik <shub@memgpt.ai>
2025-05-23 14:37:59 -07:00
cthomas
39a55082e2 feat(asyncify): migrate passage storage size (#2380) 2025-05-23 14:37:30 -07:00
Matthew Zhou
031dffc86b fix: Patch db init bug (#2389) 2025-05-23 13:58:19 -07:00
Sarah Wooders
bca6d5f794 feat: support sqlite async for async DB engine (#2384) 2025-05-23 13:49:07 -07:00
cthomas
edbddd746d feat(asyncify): migrate count blocks (#2374) 2025-05-23 09:53:43 -07:00
cthomas
b552d7eb35 feat(asyncify): list providers route (#2373) 2025-05-23 09:44:25 -07:00
cthomas
c4a9b3f1b2 feat(asyncify): migrate actor loads in sources routes (#2372) 2025-05-23 09:38:34 -07:00
cthomas
5105f2f19f fix: attach source error (#2370) 2025-05-23 09:16:16 -07:00
cthomas
878511b460 feat(asyncify): migrate list models (#2369) 2025-05-23 09:09:47 -07:00
cthomas
f9d2793caf fix: set thinking budget for vertex tokens (#2367) 2025-05-23 09:07:32 -07:00
cthomas
9ac0fa2aef feat(asyncify): migrate create block (#2368) 2025-05-23 09:07:13 -07:00
cthomas
ffafc8f3b4 chore: cleanup tracing (#2365) 2025-05-23 00:48:40 -07:00
cthomas
c9c09cbf0b fix: batch poll scheduler (#2366) 2025-05-23 00:48:14 -07:00
cthomas
29bb936b04 feat(asyncify): agent blocks routes (#2363) 2025-05-23 00:42:44 -07:00
cthomas
d1b0756657 feat(asyncify): list model stragglers (#2362) 2025-05-23 00:42:05 -07:00
cthomas
378f22087a feat(asyncify): remove sync db connection from passage query (#2359) 2025-05-22 23:37:27 -07:00
cthomas
6c4c95df1c feat(asyncify): e2b sandbox module (#2360) 2025-05-22 23:37:08 -07:00
cthomas
8d00e7fd14 feat: add low level db traces (#2343) 2025-05-22 23:35:10 -07:00
cthomas
db520f9a22 feat: add sleeptime to new agent loop (#2263) 2025-05-22 23:22:51 -07:00
cthomas
5049f0a623 feat(asyncify): more batch db calls (#2350) 2025-05-22 23:12:11 -07:00
Sarah Wooders
e5e4ed5111 chore: move context window estimate to agent_manager for full async (#2354) 2025-05-22 20:30:41 -07:00
Sarah Wooders
9fad8487db feat(asyncify): migrate sources to async (#2332) 2025-05-22 19:39:44 -07:00
cthomas
4778180658 fix: async sandbox db writes (#2351) 2025-05-22 19:17:04 -07:00
Matthew Zhou
917821a735 refactor: Deprecate local client (#2344) 2025-05-22 18:57:14 -07:00
cthomas
f173574c6f feat(asyncify): agent batch sync db calls (#2348) 2025-05-22 15:33:27 -07:00
cthomas
b554171d41 feat: add tracing to llm clients (#2340) 2025-05-22 13:55:32 -07:00
cthomas
e40b389536 feat(asyncify): remove sync call from agent loop (#2339) 2025-05-22 13:51:24 -07:00
cthomas
6c1b189080 feat: add db tracing to otel (#2337) 2025-05-22 13:47:49 -07:00
Matthew Zhou
2d95abf243 feat: Add multi-agent tools to new agent loop (#2262) 2025-05-21 16:05:23 -07:00
cthomas
8e1828cd9c fix: mcp env var (#2322) 2025-05-21 16:05:02 -07:00
cthomas
f10a15a8ac feat: only include relevant relationships on agent fetch (#2319) 2025-05-21 15:58:55 -07:00
cthomas
353bd607df feat: add provider category to steps model (#2303) 2025-05-21 15:40:12 -07:00
cthomas
f2ec69ce0f feat: optimize agent query (#2312) 2025-05-21 14:17:32 -07:00
cthomas
37e2548ac1 fix: request logging json error (#2309) 2025-05-21 12:04:12 -07:00
cthomas
c9aa69d30e fix: google vertex client errors (#2307) 2025-05-21 12:03:50 -07:00
Matthew Zhou
b555ded77a feat: Add flag to disable/enable pooling on app level (#2310) 2025-05-21 11:59:21 -07:00
Matthew Zhou
ae14136547 fix: Fix sleeptime tests (#2306) 2025-05-21 11:24:49 -07:00
Matthew Zhou
6148325da1 feat: Concurrently gather llm models in /models endpoint (#2288) 2025-05-21 11:19:13 -07:00
Matthew Zhou
3f6a710894 fix: Fix voice agent and tests (#2305) 2025-05-21 11:05:54 -07:00
Matthew Zhou
c634b3f6e3 feat: Add hardcoded list for Gemini (#2301) 2025-05-21 11:04:14 -07:00
Matthew Zhou
ec7c98f78c feat: Tune down pg pool size params and switch connection picking to LIFO (#2299) 2025-05-21 09:29:16 -07:00
Matthew Zhou
7e1d3e9917 chore: Remove live anthropic batch test (#2300) 2025-05-21 09:27:49 -07:00