Commit Graph

140 Commits

Author SHA1 Message Date
Matthew Zhou
1287f44515 feat: Remove extraneous session commits (#3078) 2025-06-27 15:58:35 -07:00
Matthew Zhou
9cf2f2d86b feat: Exclude archival tools on new agent creation (#3072) 2025-06-27 14:10:17 -07:00
Sarah Wooders
581454c58c fix: remove no_commit=True for sleeptime block patch and add client tests (#3057) 2025-06-26 18:01:08 -07:00
Charles Packer
23ba9ddbd5 feat: add workflow and react agent types (#3006)
Co-authored-by: Matthew Zhou <mattzh1314@gmail.com>
2025-06-26 16:12:31 -07:00
Matthew Zhou
72ac6a9d09 feat: Add default source parameter (#3040)
Co-authored-by: Charles Packer <packercharles@gmail.com>
2025-06-26 10:24:02 -07:00
Sarah Wooders
366de63d4d fix: add more timezone fixes (#3025) 2025-06-25 14:51:37 -07:00
Matthew Zhou
49877f00dd feat: Attach file blocks when creating an agent with source (#3027) 2025-06-25 14:08:00 -07:00
Sarah Wooders
996aa15e5e fix: sleeptime agents not attached to new blocks for enable_sleeptime=True agents (#2814)
Co-authored-by: Kian Jones <11655409+kianjones9@users.noreply.github.com>
Co-authored-by: cthomas <caren@letta.com>
Co-authored-by: Shangyin Tan <shangyin@berkeley.edu>
Co-authored-by: Andy Li <55300002+cliandy@users.noreply.github.com>
Co-authored-by: Eric Ly <111820150+lyeric2022@users.noreply.github.com>
Co-authored-by: Eric Ly <lyyeric@letta.com>
Co-authored-by: Charles Packer <packercharles@gmail.com>
Co-authored-by: Matthew Zhou <mattzh1314@gmail.com>
Co-authored-by: Kevin Lin <klin5061@gmail.com>
Co-authored-by: jnjpng <jin@letta.com>
Co-authored-by: Jin Peng <jinjpeng@Jins-MacBook-Pro.local>
Co-authored-by: Shelley Pham <shelleypham@users.noreply.github.com>
2025-06-25 12:37:25 -07:00
Matthew Zhou
f25a262f42 fix: Remove async multiagent tool (#2994) 2025-06-24 15:17:45 -07:00
Sarah Wooders
4deb6e17a9 feat: add ability to configure agent timezone (#2978)
Co-authored-by: Kian Jones <kian@letta.com>
2025-06-24 12:57:37 -07:00
jnjpng
66a8c7e583 feat: add last run completion and duration db columns to agents (#2903)
Co-authored-by: Jin Peng <jinjpeng@Jins-MacBook-Pro.local>
2025-06-19 01:31:17 +00:00
Matthew Zhou
6a59186a08 feat: Change reset messages to always preserve the original system message (#2813) 2025-06-13 18:58:27 -07:00
Kevin Lin
5b83c96af4 feat: tune file tools prompting (#2652) 2025-06-13 16:24:59 -07:00
Shangyin Tan
fcf5e98d81 fix: adjust memory summary's recall message count (#2778) 2025-06-12 17:11:36 -07:00
Matthew Zhou
0399fc8b11 feat: Add prompting to guide tool rule usage (#2742) 2025-06-10 16:21:27 -07:00
Matthew Zhou
6610c0b859 feat: Search files returns citations of the filenames that were searched (#2689) 2025-06-06 15:34:03 -07:00
cthomas
ecf09582d6 feat: migrate file tools to async (#2669) 2025-06-06 10:49:58 -07:00
Andy Li
d2252f2953 feat: otel metrics and expanded collecting (#2647)
(passed tests in last run)
2025-06-05 17:20:14 -07:00
Matthew Zhou
971433f9d5 feat: Add line metadata and warnings to file blocks (#2663) 2025-06-05 17:02:28 -07:00
Matthew Zhou
91432088f9 feat: Add auto attach and detach of file tools (#2655) 2025-06-05 14:01:29 -07:00
Matthew Zhou
0d1563a1fd feat: Implement search files (#2645) 2025-06-04 20:23:04 -07:00
Matthew Zhou
bd2b7dc6d4 feat: Add catch for empty system message (#2622) 2025-06-04 12:01:05 -07:00
Matthew Zhou
1baa124c76 feat: Add file status to core memory jinja template (#2604) 2025-06-03 15:07:21 -07:00
Kevin Lin
d0519437af feat: display file blocks with xml tags (#2559)
Co-authored-by: Matt Zhou <mattzh1314@gmail.com>
2025-06-03 13:52:29 -07:00
Kevin Lin
d38c89728c feat: remove recent passages and data source alert (#1887)
Co-authored-by: Charles Packer <packercharles@gmail.com>
Co-authored-by: Matt Zhou <mattzh1314@gmail.com>
2025-06-02 10:55:03 -07:00
cthomas
78c82f1ad9 fix: move db logic inside sessions (#2553) 2025-05-30 14:02:25 -07:00
cthomas
f76aaf8ca7 feat(asyncify): multi agent tool (#2525) 2025-05-29 13:47:46 -07:00
Andy Li
275b75901d chore: cleanup (#2480) 2025-05-29 10:40:41 -07:00
cthomas
bdfcb9f87c feat: optimize in context message fetch (#2511) 2025-05-28 23:30:33 -07:00
cthomas
71f42473a9 feat: add bulk deletion for passages (#2489) 2025-05-28 13:11:33 -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
2298b17b21 feat(asyncify): migrate tools (#2427) 2025-05-25 22:17:01 -07:00
cthomas
3a893daec0 feat(asyncify): convert reset messages endpoint (#2429) 2025-05-25 21:23:18 -07:00
cthomas
20866d3463 feat(asyncify): make core tools async (#2416) 2025-05-25 18:58:19 -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
Sarah Wooders
06ecf8ede9 feat (asyncify): async batch block creation for agent creation (#2397) 2025-05-23 18: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
cthomas
29bb936b04 feat(asyncify): agent blocks routes (#2363) 2025-05-23 00:42:44 -07:00
cthomas
378f22087a feat(asyncify): remove sync db connection from passage query (#2359) 2025-05-22 23:37:27 -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
6c1b189080 feat: add db tracing to otel (#2337) 2025-05-22 13:47:49 -07:00
cthomas
f10a15a8ac feat: only include relevant relationships on agent fetch (#2319) 2025-05-21 15:58:55 -07:00
cthomas
f2ec69ce0f feat: optimize agent query (#2312) 2025-05-21 14:17:32 -07:00
cthomas
18e30dbfba feat(asyncify): remove non async memory methods (#2245) 2025-05-20 17:56:54 -07:00
cthomas
03fa07fb15 feat(asyncify): migrate list sources (#2276) 2025-05-20 12:59:06 -07:00
cthomas
76052c578c feat(asyncify): migrate list passages (#2275) 2025-05-20 12:56:04 -07:00
cthomas
29c5104794 feat(asyncify): migrate tags (#2235) 2025-05-17 23:24:52 -07:00
cthomas
6b8b77c462 feat(asyncify): migrate modify block (#2232) 2025-05-17 23:24:24 -07:00