Commit Graph

1856 Commits

Author SHA1 Message Date
Matthew Zhou
a4cd4a9487 fix: Fix 0 indexing for offset (#4086) 2025-08-21 14:29:51 -07:00
Matthew Zhou
7ed6d1dbaa feat: Add endpoint to list files attached to an agent (#4082) 2025-08-21 13:57:39 -07:00
Charles Packer
86f7e2036d fix: patch support for custom headers + auth in MCP connects (was getting a weird silent error)
Co-authored-by: jnjpng <jin@letta.com>
Co-authored-by: Jin Peng <jinjpeng@Jins-MacBook-Pro.local>
2025-08-21 13:42:19 -07:00
cthomas
be3e562087 feat: add new groq llm client LET-3943 (#3937)
Co-authored-by: Sarah Wooders <sarahwooders@gmail.com>
2025-08-21 13:13:25 -07:00
Matthew Zhou
cbec520729 feat: Add basic test serialization tests (#4076) 2025-08-21 11:08:06 -07:00
Sarah Wooders
8a1f256c66 fix: add handling for summarizer llm call (#4028) 2025-08-20 16:25:02 -07:00
Matthew Zhou
8095d87df3 feat: Add tests for renaming files (#4066) 2025-08-20 16:23:03 -07:00
cthomas
395faf3ed8 feat: add prompt generator for on the fly system prompt generation (#4060) 2025-08-20 15:49:40 -07:00
cthomas
d0ddc5545c feat: add new xai llm client (#3936) 2025-08-20 15:49:09 -07:00
Matthew Zhou
dc8c6d8246 feat: Allow renaming files on upload (#4061) 2025-08-20 13:59:05 -07:00
Matthew Zhou
df5d287acb fix: Fix letta-free embeddings (#4055) 2025-08-20 13:33:31 -07:00
Matthew Zhou
dc6145f6f2 feat: Add refresh functionality for files (#4053) 2025-08-20 13:17:59 -07:00
cthomas
02de0effa6 feat: improve error message for vertex response parsing (#4043) 2025-08-20 09:52:20 -07:00
cthomas
5ecebe694a feat: add resource closed errors throughout stream (#4021) 2025-08-19 16:02:04 -07:00
jnjpng
6562868251 fix: include google_ai model endpoint type when setting reasoning tokens for google reasoning models
Co-authored-by: Jin Peng <jinjpeng@Jins-MacBook-Pro.local>
2025-08-19 14:58:35 -07:00
cthomas
a41f08b672 feat: always override thinking budget for anthropic if not min (#4019) 2025-08-19 14:54:11 -07:00
cthomas
761a5ca677 feat: only stream last chunk if client is connected (#4015) 2025-08-19 14:46:30 -07:00
cthomas
3de757d60e fix: type error for int comparison (#4010) 2025-08-19 13:09:55 -07:00
cthomas
558498b92d feat: set frequency penalty to 1 for letta free (#4009) 2025-08-19 13:08:23 -07:00
jnjpng
ccdcbb3b01 fix: require function declarations to be present for setting gemini tool config
Co-authored-by: Jin Peng <jinjpeng@Jins-MacBook-Pro.local>
2025-08-19 12:56:31 -07:00
cthomas
ee9e1eb1c9 feat: catch closed resource error in stream processing (#4003) 2025-08-19 12:11:00 -07:00
cthomas
3482c5b371 feat: add null check to step logging LET-3890 (#4004) 2025-08-19 11:52:34 -07:00
cthomas
a518d781e3 fix: tool logging error (#3998) 2025-08-18 18:01:23 -07:00
cthomas
6de1024523 feat: make enable reasoner default true for agent creation (#3996) 2025-08-18 17:58:16 -07:00
cthomas
d53578f721 feat: introduce asyncio shield to stream response (#3992) 2025-08-18 17:11:19 -07:00
cthomas
ca5d2827bc feat: add azure and together to new agent loop (#3987) 2025-08-18 16:26:14 -07:00
cthomas
1c7b5874e6 fix: openai test connection (#3981) 2025-08-18 14:22:36 -07:00
cthomas
3e3a9f58c0 feat: add tools generation response to error logs (#3984) 2025-08-18 14:21:45 -07:00
cthomas
adff55539e fix: propagate reasoning toggle on create agent (#3982) 2025-08-18 14:21:14 -07:00
cthomas
a6528b41d7 feat: set frequency penalty to 1 for gpt-4o (#3962) 2025-08-18 14:20:16 -07:00
jnjpng
3744d8caf7 cleanup: Remove unused Register*MCPServer classes
Co-authored-by: Jin Peng <jinjpeng@Jins-MacBook-Pro.local>
2025-08-17 17:02:14 -07:00
Sarah Wooders
136aa89047 fix: move to static parsing for python docstrings (#3973) 2025-08-17 15:16:13 -07:00
Sarah Wooders
aca371b87e fix: allow for empty base_url for provider check (#3977) 2025-08-17 13:38:36 -07:00
Sarah Wooders
b39f5b864e fix: patch openai byok (#3966) 2025-08-16 13:41:48 -07:00
Kevin Lin
0583eec2f1 feat: GPT-5 support (#3924)
Co-authored-by: Sarah Wooders <sarahwooders@gmail.com>
2025-08-15 19:01:50 -07:00
Andy Li
4519f028f0 feat: tool function arguments passed in at runtime 2025-08-15 16:24:56 -07:00
Charles Packer
7bdc0a8de8 fix: handle faulty schemas from bad mcp servers better
Co-authored-by: jnjpng <jin@letta.com>
Co-authored-by: Jin Peng <jinjpeng@Jins-MacBook-Pro.local>
2025-08-15 16:08:52 -07:00
Andy Li
3952035095 feat: typescript deps in ade 2025-08-15 15:49:57 -07:00
Andy Li
7d7a08e15c chore: clean up deprecated code 2025-08-15 13:56:49 -07:00
Andy Li
7ae52f418a docs: update for manager funcs 2025-08-15 13:55:10 -07:00
cthomas
fbc748f82c feat: make request body optional for cancel run (#3950) 2025-08-15 10:53:55 -07:00
cthomas
5cabdd9521 feat: add request body and fallback for cancel agent run (#3946) 2025-08-15 10:23:11 -07:00
Sarah Wooders
ad1987639c fix: fix various ease of use problems (#3934)
Co-authored-by: Matt Zhou <mattzh1314@gmail.com>
2025-08-15 00:07:12 -07:00
Charles Packer
d5b62af62d feat: fix anthropic stream buffering issue (was a missing beta header) (#3933) 2025-08-14 22:26:56 -07:00
jnjpng
8b8536c3ef feat: add mcp tool simulator
Co-authored-by: Jin Peng <jinjpeng@Jins-MacBook-Pro.local>
2025-08-14 16:31:43 -07:00
cthomas
2ef00e6f1f fix: set default value for reasoner to true (#3930) 2025-08-14 14:22:24 -07:00
cthomas
9579cda2e0 fix: list steps unexpected keyword arg (#3926) 2025-08-14 11:59:27 -07:00
cthomas
d6dd7930e3 fix: mcp client unbound var (#3925) 2025-08-14 11:58:59 -07:00
cthomas
89b952160c fix: convert none to empty string in create block schema (#3919) 2025-08-14 11:58:35 -07:00
cthomas
fc0cb25f92 fix: azure client imports (#3916) 2025-08-14 10:36:08 -07:00