Commit Graph

1559 Commits

Author SHA1 Message Date
Kian Jones
5b70d554bb fix(ci): redo agentfile upload util and tweak secret (#4033) 2025-08-20 15:37:06 -07:00
Matthew Zhou
21e5132a6e feat: Allow renaming files on upload (#4061) 2025-08-20 13:59:05 -07:00
Matthew Zhou
4fb0fe28b7 fix: Fix letta-free embeddings (#4055) 2025-08-20 13:33:31 -07:00
Matthew Zhou
647cc64814 feat: Add refresh functionality for files (#4053) 2025-08-20 13:17:59 -07:00
Kian Jones
1cb4d679ca fix(ci): test_managers missing uuid import (#4049) 2025-08-20 11:52:43 -07:00
cthomas
8e49d1a637 feat: improve error message for vertex response parsing (#4043) 2025-08-20 09:52:20 -07:00
cthomas
b2a68a467c feat: add resource closed errors throughout stream (#4021) 2025-08-19 16:02:04 -07:00
Matthew Zhou
8abbdd3622 feat: Fix test managers (#4024) 2025-08-19 15:26:42 -07:00
jnjpng
0334fabc96 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
05e8507f94 feat: always override thinking budget for anthropic if not min (#4019) 2025-08-19 14:54:11 -07:00
cthomas
b1f1d0a5bf feat: only stream last chunk if client is connected (#4015) 2025-08-19 14:46:30 -07:00
Shubham Naik
e36fd6f46d Shub/pro 848 use oxide lint over eslint (#4007)
Co-authored-by: Shubham Naik <shub@memgpt.ai>
2025-08-19 14:17:11 -07:00
cthomas
4dc6c6d05f fix: type error for int comparison (#4010) 2025-08-19 13:09:55 -07:00
cthomas
be5a7e5397 feat: set frequency penalty to 1 for letta free (#4009) 2025-08-19 13:08:23 -07:00
jnjpng
fb474c4ac9 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
9ec8473404 feat: catch closed resource error in stream processing (#4003) 2025-08-19 12:11:00 -07:00
cthomas
2d4511fd21 feat: add null check to step logging LET-3890 (#4004) 2025-08-19 11:52:34 -07:00
cthomas
7f104fd99c fix: tool logging error (#3998) 2025-08-18 18:01:23 -07:00
cthomas
d177bc2acc feat: make enable reasoner default true for agent creation (#3996) 2025-08-18 17:58:16 -07:00
cthomas
eb472dc1e0 feat: introduce asyncio shield to stream response (#3992) 2025-08-18 17:11:19 -07:00
cthomas
71d3b342c8 feat: add azure and together to new agent loop (#3987) 2025-08-18 16:26:14 -07:00
cthomas
2862913b77 fix: openai test connection (#3981) 2025-08-18 14:22:36 -07:00
cthomas
c307b41086 feat: add tools generation response to error logs (#3984) 2025-08-18 14:21:45 -07:00
cthomas
86342867d4 fix: propagate reasoning toggle on create agent (#3982) 2025-08-18 14:21:14 -07:00
cthomas
4765f8e7f5 feat: set frequency penalty to 1 for gpt-4o (#3962) 2025-08-18 14:20:16 -07:00
jnjpng
519363ea28 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
112f22297e fix: move to static parsing for python docstrings (#3973) 2025-08-17 15:16:13 -07:00
Sarah Wooders
63707b9c91 fix: allow for empty base_url for provider check (#3977) 2025-08-17 13:38:36 -07:00
Sarah Wooders
8417a7f54d fix: patch openai byok (#3966) 2025-08-16 13:41:48 -07:00
Kevin Lin
a22d6b1315 feat: GPT-5 support (#3924)
Co-authored-by: Sarah Wooders <sarahwooders@gmail.com>
2025-08-15 19:01:50 -07:00
Sarah Wooders
c593121bab chore: upgrade openai client (#3942) 2025-08-15 18:50:15 -07:00
Andy Li
81993f23eb feat: tool function arguments passed in at runtime 2025-08-15 16:24:56 -07:00
Charles Packer
773a6452d1 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
1ff2434598 feat: typescript deps in ade 2025-08-15 15:49:57 -07:00
Andy Li
bb9a298d11 fix: imports for mcp tests 2025-08-15 15:01:46 -07:00
Andy Li
3364e92e10 chore: clean up deprecated code 2025-08-15 13:56:49 -07:00
Andy Li
49f7216a14 docs: update for manager funcs 2025-08-15 13:55:10 -07:00
cthomas
53230445fb feat: make request body optional for cancel run (#3950) 2025-08-15 10:53:55 -07:00
cthomas
b01e63433f feat: add request body and fallback for cancel agent run (#3946) 2025-08-15 10:23:11 -07:00
Sarah Wooders
891da984a6 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
b0f335bb69 feat: fix anthropic stream buffering issue (was a missing beta header) (#3933) 2025-08-14 22:26:56 -07:00
Kian Jones
6731f769ca test(include_pings): Add long-running tests (#3899) 2025-08-14 18:13:47 -07:00
jnjpng
711c22ec0e feat: add mcp tool simulator
Co-authored-by: Jin Peng <jinjpeng@Jins-MacBook-Pro.local>
2025-08-14 16:31:43 -07:00
cthomas
62ecb15bc8 fix: set default value for reasoner to true (#3930) 2025-08-14 14:22:24 -07:00
cthomas
dfca7ab442 fix: list steps unexpected keyword arg (#3926) 2025-08-14 11:59:27 -07:00
cthomas
cf719cc1dd fix: mcp client unbound var (#3925) 2025-08-14 11:58:59 -07:00
cthomas
bb60dd8912 fix: convert none to empty string in create block schema (#3919) 2025-08-14 11:58:35 -07:00
cthomas
a5454d0909 fix: azure client imports (#3916) 2025-08-14 10:36:08 -07:00
cthomas
1ef6e1ee41 chore: delete legacy azure client (#3911) 2025-08-13 16:24:47 -07:00
cthomas
63738ffa0c chore: delete legacy bedrock client (#3912) 2025-08-13 16:20:48 -07:00