Commit Graph

3426 Commits

Author SHA1 Message Date
Kian Jones
b2fdc7785b fix(sentry): Add sentry filtering stop gap (#3185) 2025-07-07 09:39:59 -07:00
Sarah Wooders
5775d416a1 chore: bump version 0.8.10 (#3176) 2025-07-06 20:21:27 -07:00
Charles Packer
d81382b9fe refactor: revert the default summarizer to the old style (#3168) 2025-07-06 20:15:22 -07:00
Charles Packer
d2f5bb676f fix: patch bug will None content when assistant messages have no tool calls (#3172) 2025-07-06 15:24:45 -07:00
Charles Packer
bbcc948213 fix: fix pywright lint errors caused by bad use of pydantic (#3170) 2025-07-06 12:58:21 -07:00
Charles Packer
72b472896d fix: add frequency penalty for gpt-4o-mini (#3166) 2025-07-06 11:05:31 -07:00
Matthew Zhou
9605d1f79c feat: Add pinecone for cloud embedding (#3160) 2025-07-03 22:37:55 -07:00
Andy Li
006e9c9100 chore: poetry versioning (#3155) 2025-07-03 11:48:18 -07:00
Andy Li
0e5813f95f chore: remove duplicate nightly (#3154) 2025-07-03 10:23:59 -07:00
Andy Li
6e279bb70c chore: bandaid for concurrent messages (#3144) 2025-07-02 17:44:13 -07:00
jnjpng
fe96b7001d feat: mcp custom headers and multiple fixes (#3079)
Co-authored-by: Jin Peng <jinjpeng@Jins-MacBook-Pro.local>
2025-07-03 00:06:21 +00:00
Eric Ly
c41cb35cd4 fix: correct negative step execution time metrics (#3117)
Co-authored-by: Eric Ly <lyyeric@letta.com>
2025-07-02 16:29:49 -07:00
cthomas
a7dc025351 chore: replace ada-002 model default (#3140) 2025-07-02 16:12:08 -07:00
cthomas
aea0d87338 fix: temporarily disable sleeptime doc ingest (#3143) 2025-07-02 16:11:56 -07:00
cthomas
1dacd57bd3 fix: handle image content for sleeptime (#3142) 2025-07-02 16:11:43 -07:00
Andy Li
3559aea651 fix: hotfix (#3141) 2025-07-02 15:24:16 -07:00
Andy Li
f9bb757a98 feat: support for agent loop job cancelation (#2837) 2025-07-02 14:31:16 -07:00
Matthew Zhou
e9f7601892 feat: Add close all files functionality (#3139) 2025-07-02 14:27:38 -07:00
Matthew Zhou
40051542e3 feat: Add generate schema endpoint (#3138) 2025-07-02 13:32:20 -07:00
cthomas
87b23c8a29 feat: add project id to step model (#3121) 2025-07-02 12:03:55 -07:00
Matthew Zhou
cf75cb67a0 hotfix: Patch schema generation (#3134) 2025-07-01 22:49:50 -07:00
Matthew Zhou
802361493f fix: Change to only derive json_schema for custom tools if missing (#3129) 2025-07-01 17:13:31 -07:00
Matthew Zhou
e0c688dc32 feat: Add telemetry for file uploads (#3128) 2025-07-01 16:19:58 -07:00
Matthew Zhou
2263ffd07c feat: Various file fixes and improvements (#3125) 2025-07-01 15:21:52 -07:00
Andy Li
3654fa8c26 feat: expand summarizer providers 2025-07-01 15:07:38 -07:00
Matthew Zhou
804ec12ee2 feat: Only add suffix on duplication (#3120) 2025-07-01 13:48:38 -07:00
Matthew Zhou
b39a4adcbe feat: Finish batch size param on embedding config (#3115) 2025-07-01 13:41:49 -07:00
Kevin Lin
29ce769549 feat: replace file descriptions with per data source description (#3067)
Co-authored-by: Matt Zhou <mattzh1314@gmail.com>
2025-07-01 11:51:52 -07:00
cthomas
57e08e46d7 feat: add project id to letta client constructor (#3119) 2025-07-01 11:32:39 -07:00
Andy Li
99591397fe feat: expand otel export architectures and versions (#3066) 2025-06-30 17:51:12 -07:00
Matthew Zhou
c275221d59 fix: Tweak output length on web search (#3113) 2025-06-30 16:05:46 -07:00
Matthew Zhou
241f653eb6 fix: Fix constraints and also implement bulk attach (#3107) 2025-06-30 14:27:57 -07:00
Matthew Zhou
2ba1e59e2f feat: Add logging/tracing for callback dispatching (#3109) 2025-06-30 14:25:02 -07:00
Kevin Lin
d0e7ab2253 feat: move file name to property (#3091) 2025-06-30 14:06:09 -07:00
Matthew Zhou
269f6b6b7b fix: Fix duplicate file blocks (#3105) 2025-06-30 11:35:03 -07:00
Kevin Lin
687a0563e7 feat: increase default file block size (#3074) 2025-06-30 10:59:30 -07:00
Matthew Zhou
b802b22513 feat: Add back multi agent tools and protections for cloud (#3100) 2025-06-29 22:45:39 -07:00
Sarah Wooders
6edb6ec081 chore: bump version to 0.8.8 (#3097) 2025-06-29 12:10:56 -07:00
Matthew Zhou
21fa872cef fix: Fix parsing bug where Anthropic returns nested JSON (#3096) 2025-06-29 11:41:33 -07:00
Sarah Wooders
3cb77dced1 fix: enable updating agent timezone (#3095) 2025-06-29 11:30:47 -07:00
Sarah Wooders
4128bbe6dc fix: fixes to step feedback listing (#3080) 2025-06-27 16:31:23 -07:00
Matthew Zhou
fdab5758b9 fix: Fix infinite loop required tools test (#3084) 2025-06-27 16:23:55 -07:00
Matthew Zhou
6e04fb0930 feat: Remove extraneous session commits (#3078) 2025-06-27 15:58:35 -07:00
Matthew Zhou
9837176172 fix: Clean out composio from test managers (#3082) 2025-06-27 15:51:35 -07:00
Matthew Zhou
62c14fcfe1 feat: Add csv support for files (#3077) 2025-06-27 15:04:24 -07:00
Sarah Wooders
0f50854d97 feat: allow filtering steps by feedback (#3061) 2025-06-27 14:35:29 -07:00
Andy Li
018facd624 fix: bugfixes (and bump) (#3071) 2025-06-27 14:23:42 -07:00
Matthew Zhou
07d53f69da feat: Exclude archival tools on new agent creation (#3072) 2025-06-27 14:10:17 -07:00
Shubham Naik
e5f2149259 feat: advanced viewer refresh (#3068)
Co-authored-by: Shubham Naik <shub@memgpt.ai>
2025-06-27 14:06:09 -07:00
Andy Li
3ad892531f fix(hotfix): block update (#3069) 2025-06-27 13:28:56 -07:00