Commit Graph

405 Commits

Author SHA1 Message Date
Matthew Zhou
1287f44515 feat: Remove extraneous session commits (#3078) 2025-06-27 15:58:35 -07:00
Matthew Zhou
bccbf75520 feat: Add csv support for files (#3077) 2025-06-27 15:04:24 -07:00
Sarah Wooders
d4b510e358 feat: allow filtering steps by feedback (#3061) 2025-06-27 14:35:29 -07:00
Andy Li
98a79afbdd fix: bugfixes (and bump) (#3071) 2025-06-27 14:23:42 -07:00
Matthew Zhou
9cf2f2d86b feat: Exclude archival tools on new agent creation (#3072) 2025-06-27 14:10:17 -07:00
Shubham Naik
f09483ccaa feat: advanced viewer refresh (#3068)
Co-authored-by: Shubham Naik <shub@memgpt.ai>
2025-06-27 14:06:09 -07:00
Matthew Zhou
9bb80194fe feat: Rework and simplify files tooling (#3058) 2025-06-27 13:23:44 -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
Andy Li
9ab0a24299 feat: redis caching for passages (#3003) 2025-06-25 17:26:45 -07:00
cthomas
d5e3e22ed1 feat: add feedback for steps (#2946) 2025-06-25 16:15:30 -07:00
Matthew Zhou
d8343ba51f feat: Adjust upload files to return FileMetadata instead of job (#3031) 2025-06-25 15:26:35 -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
Charles Packer
11e4010380 fix: added proper newlines to the rules (#2940) 2025-06-24 17:45:57 -07:00
Shangyin Tan
829b5e61f1 fix: search_files with embed_query (#2996) 2025-06-24 15:55:34 -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
Matthew Zhou
7616af9145 feat: Add async support for local/e2b sandbox (#2981) 2025-06-23 19:47:19 -07:00
Andy Li
734680db81 feat: timeout configuration for LLM clients + vertex (#2972) 2025-06-23 16:55:23 -07:00
Matthew Zhou
0a9ff9d0d5 feat: Add auto-closing files via LRU metric (#2881) 2025-06-23 10:49:41 -07:00
Sarah Wooders
a7092c9794 fix: patches sqlite support (#2876)
Co-authored-by: Jin Peng <jinjpeng@Jins-MacBook-Pro.local>
Co-authored-by: jnjpng <jin@letta.com>
2025-06-21 21:06:37 -07:00
Matthew Zhou
709f4127ad fix: Fix archival memories to only list agent passages (#2954) 2025-06-20 22:24:57 -07:00
jnjpng
38480f2a8b fix: fix null precedence and pagination for list agents (#2927)
Co-authored-by: Jin Peng <jinjpeng@Jins-MacBook-Pro.local>
2025-06-20 21:43:34 +00:00
Matthew Zhou
e78e7d5897 feat: Add optional lines param to grep tool (#2914) 2025-06-20 13:36:54 -07:00
cthomas
1a477ccbfe chore: move agent step state def (#2923) 2025-06-19 16:04:52 -07:00
cthomas
064f87e722 chore: consolidate enum definitions (#2919) 2025-06-19 16:04:12 -07:00
cthomas
082a130d8f fix: file tool init merge conflict (#2921) 2025-06-19 15:02:26 -07:00
cthomas
99e112e486 feat: make create_async route consistent with other message routes (#2877) 2025-06-19 13:51:51 -07:00
cthomas
56493de971 feat: add bedrock client (#2913) 2025-06-19 12:07:00 -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
Shangyin Tan
c6b41fe379 feat: add optional embedding_config parameter to file upload endpoint (#2901)
Co-authored-by: Matt Zhou <mattzh1314@gmail.com>
2025-06-18 18:10:48 -07:00
cthomas
e89164f71b feat: add bedrock to byok (#2891) 2025-06-18 16:03:28 -07:00
Matthew Zhou
bf76d91d6b feat: Use default letta embedder if OpenAI key is not provided (#2899) 2025-06-18 15:23:43 -07:00
Matthew Zhou
a3c054bc92 feat: Ungate file upload for simple MIME types even without Mistral API key (#2898) 2025-06-18 15:11:30 -07:00
Matthew Zhou
d5d71a776a feat: Parallel web search tool (#2890) 2025-06-18 14:07:51 -07:00
jnjpng
c6aca63d56 fix: test async context fix for mcp clients (#2880)
Co-authored-by: Jin Peng <jinjpeng@Jins-MacBook-Pro.local>
2025-06-18 16:52:58 +00:00
jnjpng
76b9dc1599 fix: mcp fixes and update flow (#2851)
Co-authored-by: Jin Peng <jinjpeng@Jins-MacBook-Pro.local>
2025-06-17 16:19:27 -07:00
Matthew Zhou
6e41aa4c2c feat: Upsert on list with no pagination (#2875) 2025-06-17 15:19:27 -07:00
Matthew Zhou
b7a2f38e01 feat: Port firecrawl search into web search (#2868) 2025-06-17 14:08:31 -07:00
Matthew Zhou
1133fed262 fix: Patch model dump issues on firecrawl (#2864) 2025-06-17 11:40:07 -07:00
Matthew Zhou
d991d37b04 feat: Add built in firecrawl search tool (#2858) 2025-06-17 01:16:39 -07:00
Matthew Zhou
d41b4ab242 feat: Add callback_error and fix callback logic (#2842) 2025-06-16 13:23:03 -07:00
Matthew Zhou
24149710fe feat: Asyncify message async routes and also add callback url (#2838) 2025-06-16 11:23:46 -07:00
jnjpng
6efbc56e3b feat: add token column to mcp_servers and pipe through to sse server config (#2775)
Co-authored-by: Jin Peng <jinjpeng@Jins-MacBook-Pro.local>
2025-06-14 18:48:10 -07: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
Matthew Zhou
2e77ea6e76 feat: Add optional pip requirements to tool object (#2793) 2025-06-13 13:20:36 -07:00