Commit Graph

1371 Commits

Author SHA1 Message Date
Matthew Zhou
272b36c63f feat: Scrub inner thoughts from history on toggle (#3607) 2025-07-28 21:43:36 -07:00
jnjpng
04511d1ffc feat: allow mcp authentication overrides per agent (#3318)
Co-authored-by: Jin Peng <jinjpeng@Jins-MacBook-Pro.local>
2025-07-28 18:20:58 -07:00
Matthew Zhou
d77eb1230f feat: Add ability to disable reasoning (#3594) 2025-07-28 15:30:10 -07:00
Matthew Zhou
11540a4586 fix: Adjust summarize_agent_conversation endpoint to return 204 (#3595) 2025-07-28 14:29:09 -07:00
cthomas
d936335f27 fix: sources test (#3581) 2025-07-26 23:38:50 -07:00
cthomas
41aa8cc63f feat: asyncify jinja templates (#3580) 2025-07-26 23:17:24 -07:00
Shubham Naik
d292b6e4de chore: restrict custom embeddings in cloud (#3578)
Co-authored-by: Shubham Naik <shub@memgpt.ai>
2025-07-26 16:14:23 -07:00
jnjpng
13f8785181 fix: stdio form regression with streamable oauth
Co-authored-by: Jin Peng <jinjpeng@Jins-MacBook-Pro.local>
2025-07-25 15:19:16 -07:00
Andy Li
f1ea0bb904 fix: catch import error 2025-07-25 14:46:19 -07:00
Andy Li
edf3285591 chore: remove backfill 2025-07-25 13:46:12 -07:00
Andy Li
fe2e525ac9 feat: profiling middleware 2025-07-25 13:12:59 -07:00
jnjpng
711cc7b824 fix: catch and log mcp tool list exceptions
Co-authored-by: Jin Peng <jinjpeng@Jins-MacBook-Pro.local>
2025-07-25 13:07:05 -07:00
Andy Li
1959109821 feat: support for project_id and backfills 2025-07-25 13:06:12 -07:00
jnjpng
aa30da9169 fix: test_agent_serialization_v2.py and use bulk fetch when fetching mcp servers
Co-authored-by: Jin Peng <jinjpeng@Jins-MacBook-Pro.local>
2025-07-25 18:13:05 +00:00
Eric Ly
a627f46b39 revert: access_key_id to access_key (#3556)
Co-authored-by: Eric Ly <lyyeric@letta.com>
2025-07-25 11:00:51 -07:00
Andy Li
1700cbeb4f feat: agent tags reverse index 2025-07-24 20:51:39 -07:00
jnjpng
4fb8902084 feat: add support for oauth mcp
Co-authored-by: Jin Peng <jinjpeng@Jins-MacBook-Pro.local>
2025-07-24 18:23:01 -07:00
jnjpng
df738ba34a feat: support mcp server export/import with agent files
Co-authored-by: Jin Peng <jinjpeng@Jins-MacBook-Pro.local>
2025-07-24 18:17:08 -07:00
Andy Li
fbc69e6a0c fix: error logging for stop reasons 2025-07-24 16:51:31 -07:00
Matthew Zhou
99af0039fc fix: Fix test managers state transition tests (#3551) 2025-07-24 15:14:00 -07:00
Andy Li
738a6cddf6 fix: structured outputs for send_message, LettaMessage 2025-07-24 14:50:52 -07:00
Matthew Zhou
0998fe2591 fix: Adjust immediate complete for pinecone file state machine (#3546) 2025-07-24 14:29:42 -07:00
Matthew Zhou
00ebfcc6a8 feat: Lower file config defaults for larger models (#3543) 2025-07-24 14:15:23 -07:00
Matthew Zhou
d629f47d75 fix: Fix state transitions for file processing (#3541) 2025-07-24 13:48:08 -07:00
Matthew Zhou
fecf6c0da7 feat: Add timeout to file processing (#3513) 2025-07-24 10:53:13 -07:00
Kian Jones
fc891cc29f fix(ci): test_managers test was flaky on SQLite (#3520) 2025-07-24 10:52:51 -07:00
Matthew Zhou
32bdbe6b2a fix: Fix open/close files tests and upgrade letta client (#3535) 2025-07-24 10:52:38 -07:00
Kevin Lin
1997c0bcf8 fix: update test sources with file limits (#3521) 2025-07-24 10:14:28 -07:00
Sarah Wooders
d29d5a9fd1 fix: upgrade letta-client version and patch folder paths (#3528) 2025-07-24 00:58:30 -07:00
Sarah Wooders
ae07b00c72 chore: add more routes for folders 2025-07-23 23:33:20 -07:00
Sarah Wooders
bd2ed8f7ff chore: add duplicated routes to eventually migrate sources to folders 2025-07-23 22:34:07 -07:00
Sarah Wooders
738ca7bbbf chore: bump version 0.8.18 (#3501) 2025-07-23 20:20:26 -07:00
jnjpng
2f98528997 fix: add b64 encoding fallback for json_dumps (#3503)
Co-authored-by: Jin Peng <jinjpeng@Jins-MacBook-Pro.local>
2025-07-23 19:32:28 -07:00
Matthew Zhou
b9b109f586 fix: Fix letta agent batch tests (#3524) 2025-07-23 18:15:45 -07:00
cthomas
440217062b feat: add generate tool api (#3519) 2025-07-23 17:23:53 -07:00
Kevin Lin
99c479cd78 feat: add max files and file open window to system prompt (#3515) 2025-07-23 17:05:53 -07:00
Andy Li
0516e6e5d9 chore: remove extra desktop python deps 2025-07-23 16:23:30 -07:00
Kian Jones
ae19e6b088 feat: Add support for vectors in SQLite (#3505) 2025-07-23 16:09:06 -07:00
Matthew Zhou
5249cf70b4 fix: Fix open/close/close-all files (#3512) 2025-07-23 15:22:11 -07:00
Matthew Zhou
6e008ac983 fix: Comment out caching temporarily for file metadata (#3510) 2025-07-23 14:24:28 -07:00
Matthew Zhou
d74db3e89a feat: Add transition state validation (#3509) 2025-07-23 14:08:41 -07:00
Matthew Zhou
9f8258c058 fix: Fix pinecone embedder (#3502) 2025-07-22 23:39:50 -07:00
Matthew Zhou
7e3c9bf624 chore: Finish renaming agent serialization manager (#3497) 2025-07-22 18:01:00 -07:00
Matthew Zhou
5e3ce9b895 chore: Rename agent file manager (#3496) 2025-07-22 17:40:12 -07:00
Matthew Zhou
fcb03be382 feat: Bulk remove from context window on source detach (#3495) 2025-07-22 17:22:51 -07:00
Andy Li
58081e3cea feat: support for providers 2025-07-22 16:09:50 -07:00
Matthew Zhou
a9fce3e9ed feat: Add FileBlock object (#3488) 2025-07-22 15:41:21 -07:00
Matthew Zhou
84b27d6a07 feat: Improve attach/detach missing file tools performance (#3486) 2025-07-22 15:35:42 -07:00
Andy Li
235a56ff0d chore: decrease pool logging 2025-07-22 14:54:22 -07:00
Andy Li
2cca2cc73a feat: add prompts table 2025-07-22 13:59:52 -07:00