Commit Graph

1220 Commits

Author SHA1 Message Date
Andy Li
83dfd3fd62 fix: pinecone imports (#3240) 2025-07-09 10:44:15 -07:00
Andy Li
2ddd048e5c chore: sentry log grouping and file upload stats 2025-07-09 10:29:23 -07:00
Sarah Wooders
a09eea84dd chore: handle bytes in json_helpers.py (#3229) 2025-07-08 22:48:35 -07:00
cthomas
ea6d188837 feat: add traces to polling methods (#3238) 2025-07-08 20:14:56 -07:00
cthomas
d348756575 fix: idle in transaction error (#3237) 2025-07-08 20:12:54 -07:00
cthomas
9974b44ced chore: gate pip install in local venv (#3232) 2025-07-08 16:49:17 -07:00
cthomas
3d897a446e fix: skip agent joins in blocks endpoint (#3226) 2025-07-08 12:38:08 -07:00
cthomas
9317a3e545 chore: increase lock acquisiton retry interval (#3215) 2025-07-07 16:42:37 -07:00
Matthew Zhou
1d9b4a789d feat: Add error on out of range for open_files (#3214) 2025-07-07 16:40:25 -07:00
cthomas
79a810b906 feat: asyncify batch scheduler locking code (#3212) 2025-07-07 16:18:20 -07:00
Matthew Zhou
6c578acb43 feat: Add endpoint to get source statistics (#3206) 2025-07-07 14:02:44 -07:00
cthomas
5d33b650eb feat: add traces for root causing sync db call regressions (#3201) 2025-07-07 13:39:59 -07:00
Matthew Zhou
375b2b5032 feat: Further split structured documents (#3199) 2025-07-07 13:22:50 -07:00
Matthew Zhou
9cb286e170 fix: Roll back parallelism, getting 429s (#3197) 2025-07-07 12:40:08 -07:00
Andy Li
9a7a8071a6 chore: proper logging for sentry (#3195) 2025-07-07 12:37:39 -07:00
Matthew Zhou
3959f8ba74 feat: Add batching to record upsert (#3196) 2025-07-07 12:18:39 -07:00
Kian Jones
ad67ed761d filter out noisy sentry (#3191) 2025-07-07 11:38:07 -07:00
Matthew Zhou
0312ee05bc feat: Make chunking more robust and file type specific (#3188) 2025-07-07 11:05:01 -07:00
Sarah Wooders
bdd45a19ef chore: reduce logger.error to logger.debug for file upload (#3186) 2025-07-07 09:49:31 -07:00
Kian Jones
0ff12fdb44 fix(sentry): Add sentry filtering stop gap (#3185) 2025-07-07 09:39:59 -07:00
Sarah Wooders
3b6c4557cc chore: bump version 0.8.10 (#3176) 2025-07-06 20:21:27 -07:00
Charles Packer
3fae6725c3 refactor: revert the default summarizer to the old style (#3168) 2025-07-06 20:15:22 -07:00
Charles Packer
24dcf5c848 fix: patch bug will None content when assistant messages have no tool calls (#3172) 2025-07-06 15:24:45 -07:00
Charles Packer
e73c05bbb3 fix: fix pywright lint errors caused by bad use of pydantic (#3170) 2025-07-06 12:58:21 -07:00
Charles Packer
12c2b49461 fix: add frequency penalty for gpt-4o-mini (#3166) 2025-07-06 11:05:31 -07:00
Matthew Zhou
954675396f feat: Add pinecone for cloud embedding (#3160) 2025-07-03 22:37:55 -07:00
Andy Li
967f750c2f chore: poetry versioning (#3155) 2025-07-03 11:48:18 -07:00
Andy Li
aabb817a45 chore: remove duplicate nightly (#3154) 2025-07-03 10:23:59 -07:00
Andy Li
84c417679d chore: bandaid for concurrent messages (#3144) 2025-07-02 17:44:13 -07:00
jnjpng
91f556e014 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
4d15b08b2c 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
839977f0af chore: replace ada-002 model default (#3140) 2025-07-02 16:12:08 -07:00
cthomas
e78a7f7d13 fix: temporarily disable sleeptime doc ingest (#3143) 2025-07-02 16:11:56 -07:00
cthomas
87e69a4808 fix: handle image content for sleeptime (#3142) 2025-07-02 16:11:43 -07:00
Andy Li
e7627dea41 fix: hotfix (#3141) 2025-07-02 15:24:16 -07:00
Andy Li
33c1f26ab6 feat: support for agent loop job cancelation (#2837) 2025-07-02 14:31:16 -07:00
Matthew Zhou
243d3d040b feat: Add close all files functionality (#3139) 2025-07-02 14:27:38 -07:00
Matthew Zhou
3e885a4ef7 feat: Add generate schema endpoint (#3138) 2025-07-02 13:32:20 -07:00
cthomas
514e7cad25 feat: add project id to step model (#3121) 2025-07-02 12:03:55 -07:00
Matthew Zhou
95d8a7d496 hotfix: Patch schema generation (#3134) 2025-07-01 22:49:50 -07:00
Matthew Zhou
96e8c292cd fix: Change to only derive json_schema for custom tools if missing (#3129) 2025-07-01 17:13:31 -07:00
Matthew Zhou
483d9559c8 feat: Add telemetry for file uploads (#3128) 2025-07-01 16:19:58 -07:00
Matthew Zhou
e495fb2ef2 feat: Various file fixes and improvements (#3125) 2025-07-01 15:21:52 -07:00
Andy Li
32f2cf17b5 feat: expand summarizer providers 2025-07-01 15:07:38 -07:00
Matthew Zhou
efca9d8ea0 feat: Only add suffix on duplication (#3120) 2025-07-01 13:48:38 -07:00
Matthew Zhou
d064077f4d feat: Finish batch size param on embedding config (#3115) 2025-07-01 13:41:49 -07:00
Kevin Lin
f2f25d3bac 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
f7d4f177c4 feat: add project id to letta client constructor (#3119) 2025-07-01 11:32:39 -07:00
Andy Li
578799c160 feat: expand otel export architectures and versions (#3066) 2025-06-30 17:51:12 -07:00
Matthew Zhou
3845592f50 fix: Tweak output length on web search (#3113) 2025-06-30 16:05:46 -07:00