Commit Graph

3967 Commits

Author SHA1 Message Date
cthomas
0da3ea63a5 fix: close db connections in scheduler (#3278) 2025-07-10 15:33:06 -07:00
cthomas
64058c407d fix: sync import in dispatch callback (#3275) 2025-07-10 15:03:01 -07:00
Andy Li
9390da1e2a fix: llm_request_ms tracing (#3277) 2025-07-10 14:55:37 -07:00
Andy Li
7929d55b26 fix: streaming step failures 2025-07-10 14:06:39 -07:00
Matthew Zhou
31a9617965 feat: Add duplication handling behavior (#3273) 2025-07-10 13:16:01 -07:00
Matthew Zhou
2845c86f5f fix: Fix context window compilation issues for files (#3272) 2025-07-10 11:29:36 -07:00
Shubham Naik
606cbefc0a chore: fix generation (#3262)
Co-authored-by: Shubham Naik <shub@memgpt.ai>
2025-07-09 20:17:02 -07:00
Matthew Zhou
156c9ad4e3 fix: Fix preview payload tests (#3266) 2025-07-09 19:21:17 -07:00
Matthew Zhou
ac508b0d52 feat: Add testing for dry run agent loop (#3265) 2025-07-09 18:57:53 -07:00
Matthew Zhou
a3e117fa71 feat: Add endpoint for previewing raw payload (#3258) 2025-07-09 17:19:13 -07:00
Matthew Zhou
339b9a4cc6 feat: Move 404 catches earlier (#3257) 2025-07-09 16:29:17 -07:00
Matthew Zhou
fc07b2b2c2 fix: Add comprehensive testing for tool creation paths (#3255) 2025-07-09 15:51:50 -07:00
Matthew Zhou
fcb894a4e3 feat: Change block access queries (#3247) 2025-07-09 13:22:22 -07:00
jnjpng
4c540cf717 fix: typo in core memory api docs (#3181)
Co-authored-by: Jin Peng <jinjpeng@Jins-MacBook-Pro.local>
Co-authored-by: cpacker <packercharles@gmail.com>
2025-07-09 11:59:47 -07:00
Andy Li
71dce4a297 fix: pinecone imports (#3240) 2025-07-09 10:44:15 -07:00
Andy Li
d362b96bb8 chore: sentry log grouping and file upload stats 2025-07-09 10:29:23 -07:00
Sarah Wooders
9a3413e5f6 chore: handle bytes in json_helpers.py (#3229) 2025-07-08 22:48:35 -07:00
cthomas
3a26e8173b chore: add traces to polling (#2713)
Co-authored-by: Kian Jones <11655409+kianjones9@users.noreply.github.com>
Co-authored-by: Sarah Wooders <sarahwooders@gmail.com>
Co-authored-by: Matthew Zhou <mattzh1314@gmail.com>
Co-authored-by: Andy Li <55300002+cliandy@users.noreply.github.com>
2025-07-08 20:28:00 -07:00
cthomas
009e943f1a feat: add traces to polling methods (#3238) 2025-07-08 20:14:56 -07:00
cthomas
e20ec29cbf fix: idle in transaction error (#3237) 2025-07-08 20:12:54 -07:00
cthomas
c0e2065ef5 chore: bump version 0.8.12 (#2712) 2025-07-08 17:06:54 -07:00
cthomas
7dbdf33d81 chore: gate pip install in local venv (#3232) 2025-07-08 16:49:17 -07:00
cthomas
5e4b094a80 fix: skip agent joins in blocks endpoint (#3226) 2025-07-08 12:38:08 -07:00
cthomas
ca6424470f chore: bump letta version 0.8.11 (#2711)
Co-authored-by: Kian Jones <11655409+kianjones9@users.noreply.github.com>
Co-authored-by: Sarah Wooders <sarahwooders@gmail.com>
Co-authored-by: Matthew Zhou <mattzh1314@gmail.com>
Co-authored-by: Andy Li <55300002+cliandy@users.noreply.github.com>
2025-07-07 17:03:26 -07:00
Caren Thomas
5abbe44c30 poetry lock 2025-07-07 16:53:22 -07:00
cthomas
d0c5cd5e45 chore: increase lock acquisiton retry interval (#3215) 2025-07-07 16:42:37 -07:00
Matthew Zhou
4c8e9af4bd feat: Add error on out of range for open_files (#3214) 2025-07-07 16:40:25 -07:00
cthomas
b84a192b46 feat: asyncify batch scheduler locking code (#3212) 2025-07-07 16:18:20 -07:00
Matthew Zhou
a2e1efe6bc feat: Add endpoint to get source statistics (#3206) 2025-07-07 14:02:44 -07:00
cthomas
771e37ef35 feat: add traces for root causing sync db call regressions (#3201) 2025-07-07 13:39:59 -07:00
Matthew Zhou
9551f1257a feat: Further split structured documents (#3199) 2025-07-07 13:22:50 -07:00
Matthew Zhou
3dafbd2dc6 fix: Roll back parallelism, getting 429s (#3197) 2025-07-07 12:40:08 -07:00
Andy Li
fa23566f24 chore: proper logging for sentry (#3195) 2025-07-07 12:37:39 -07:00
Matthew Zhou
8f1640b2ef feat: Add batching to record upsert (#3196) 2025-07-07 12:18:39 -07:00
Kian Jones
6c07ecb806 filter out noisy sentry (#3191) 2025-07-07 11:38:07 -07:00
Matthew Zhou
e5cb964d90 feat: Make chunking more robust and file type specific (#3188) 2025-07-07 11:05:01 -07:00
Sarah Wooders
961d14f975 chore: reduce logger.error to logger.debug for file upload (#3186) 2025-07-07 09:49:31 -07:00
Kian Jones
b2fdc7785b fix(sentry): Add sentry filtering stop gap (#3185) 2025-07-07 09:39:59 -07:00
Sarah Wooders
a8b24ed6fb chore: 0.8.10 release (#2710) 2025-07-06 20:52:06 -07:00
Sarah Wooders
7f59fe7241 merge 2025-07-06 20:42:11 -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
0fc275bcb4 chore: fixes for 0.8.9 release (#2708) 2025-07-03 12:10:48 -07:00
Andy Li
4316b98f3f chore: poetry merge conflict 2025-07-03 11:55:32 -07:00
Andy Li
72e02a2839 Merge branch 'main' into 0.8.9-release-2 2025-07-03 11:54:37 -07:00
Andy Li
006e9c9100 chore: poetry versioning (#3155) 2025-07-03 11:48:18 -07:00