Commit Graph

900 Commits

Author SHA1 Message Date
cthomas
ca81366da0 feat(asyncify): migrate sbox tool exec sync call (#2470) 2025-05-27 14:53:16 -07:00
cthomas
f80dbf4446 chore: remove otel parsing (#2466) 2025-05-27 13:55:24 -07:00
cthomas
3c34253997 chore: move ttft logging for new agent loop (#2465) 2025-05-27 13:50:41 -07:00
Matthew Zhou
68faa8681b fix: Fix MCP testing (#2464) 2025-05-27 13:29:35 -07:00
cthomas
b258a3537a feat(asyncify): delete source sleeptime (#2459) 2025-05-27 12:41:57 -07:00
cthomas
ac69cd0bb8 feat(asyncify): migrate delete passage (#2458) 2025-05-27 12:41:44 -07:00
cthomas
abef608ac5 fix: revert export agent to sync (#2456) 2025-05-27 12:41:32 -07:00
cthomas
07ba4ddb89 feat(asyncify): migrate delete tool (#2457) 2025-05-27 12:04:20 -07:00
cthomas
a218094f00 feat(asyncify): sleeptime doc ingest (#2455) 2025-05-27 11:33:36 -07:00
Matthew Zhou
20c6bf68ff feat: Improve insert archival memory latency (#2435)
Co-authored-by: Kian Jones <11655409+kianjones9@users.noreply.github.com>
2025-05-27 10:28:05 -07:00
Shubham Naik
c2a7d8c0ce fix: data source count error (#2450)
Co-authored-by: Shubham Naik <shub@memgpt.ai>
Co-authored-by: Sarah Wooders <sarahwooders@gmail.com>
2025-05-27 10:17:07 -07:00
Kian Jones
c44c180ad2 Revert "feat: turn off prepared statements" (#2448) 2025-05-26 22:04:22 -07:00
cthomas
3ef7101922 feat: turn off prepared statements (#2444) 2025-05-26 20:56:57 -07:00
cthomas
6505e280d1 feat(asyncify): migrate patch tool (#2440) 2025-05-26 14:09:13 -07:00
cthomas
a6a7de7941 feat(asyncify): migrate delete provider (#2439) 2025-05-26 13:38:42 -07:00
cthomas
8c64bb7fec feat(asyncify): convert get composio key and sandbox config manager (#2436) 2025-05-26 13:25:33 -07:00
cthomas
7e58f9d317 feat(asyncify): actor load in source upload (#2437) 2025-05-26 13:25:22 -07:00
cthomas
6913e7d986 feat(asyncify): conversation search tool (#2438) 2025-05-26 13:07:32 -07:00
cthomas
b3013aaeab fix: context viewer pydantic error (#2434) 2025-05-25 23:48:47 -07:00
cthomas
fac81b7208 feat(asyncify): migrate upload and attach source (#2432) 2025-05-25 23:09:14 -07:00
cthomas
2b71051b28 feat(asyncify): migrate create provider (#2433) 2025-05-25 22:52:14 -07:00
Matthew Zhou
ad6e446849 feat: Asyncify insert archival memories (#2430)
Co-authored-by: Caren Thomas <carenthomas@gmail.com>
2025-05-25 22:28:35 -07:00
cthomas
2298b17b21 feat(asyncify): migrate tools (#2427) 2025-05-25 22:17:01 -07:00
cthomas
bfc247b2d1 feat(asyncify): convert actor load in sources count (#2428) 2025-05-25 21:52:16 -07:00
cthomas
3a893daec0 feat(asyncify): convert reset messages endpoint (#2429) 2025-05-25 21:23:18 -07:00
cthomas
87c1623d28 feat(asyncify): convert org manager (#2426) 2025-05-25 21:23:06 -07:00
Matthew Zhou
dad8766dfb feat: Add lookback weeks parameter for batch polling (#2407) 2025-05-25 20:02:06 -07:00
cthomas
e813a65351 feat(asyncify): byok in async loop (#2421) 2025-05-25 19:47:20 -07:00
cthomas
20866d3463 feat(asyncify): make core tools async (#2416) 2025-05-25 18:58:19 -07:00
cthomas
62a22e0d17 feat(asyncify): migrate jobs (#2420) 2025-05-25 18:58:06 -07:00
Shangyin Tan
2199d8fdda fix: do not pass temperature to request if model is oai reasoning model (#2189)
Co-authored-by: Charles Packer <packercharles@gmail.com>
2025-05-24 21:34:18 -07:00
Charles Packer
098b2efe7b feat: new version of the base agent with a better system prompt and new tools (#2325) 2025-05-24 21:23:29 -07:00
cthomas
b3e021616b feat(asyncify): migrate list steps (#2418) 2025-05-24 12:06:04 -07:00
cthomas
945c3d5115 feat: add harcoded org check for async loop (#2408) 2025-05-24 10:37:12 -07:00
cthomas
eaeac54798 fix: google clients thinking config (#2414)
Co-authored-by: Sarah Wooders <sarahwooders@gmail.com>
2025-05-24 09:42:34 -07:00
cthomas
6c9fef84e9 fix: missing ToolReturnContent import (#2413) 2025-05-24 09:42:24 -07:00
cthomas
9b8f7fad31 fix: stream done token in async loop (#2412) 2025-05-24 09:42:07 -07:00
cthomas
f6102e8a87 fix: parse function response for async agent loop (#2411)
Co-authored-by: Sarah Wooders <sarahwooders@gmail.com>
2025-05-24 09:26:48 -07:00
Sarah Wooders
13098613d3 fix: minor patches for sources (#2410) 2025-05-23 21:43:36 -07:00
cthomas
83268af4f8 feat(asyncify): migrate batch sbox methods (#2396) 2025-05-23 18:40:30 -07:00
Matthew Zhou
146ab217bc feat: Add index to agent environment variables (#2405) 2025-05-23 18:13:41 -07:00
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