Commit Graph

2927 Commits

Author SHA1 Message Date
cthomas
dcc4228dcd fix: list tools latency regression (#3282) 2025-07-16 14:01:30 -07:00
Matthew Zhou
c6ff04b4da feat: Integrate performant validate_agent_exists_async (#3350) 2025-07-15 17:15:33 -07:00
Andy Li
5bdb18d55f feat: db pool otel metric emission 2025-07-15 15:56:39 -07:00
jnjpng
78a5b324a0 fix: environment variable handling for stdio mcp (#3340)
Co-authored-by: Jin Peng <jinjpeng@Jins-MacBook-Pro.local>
2025-07-15 14:44:48 -07:00
cthomas
aee9cacaa3 fix: sync files loading on event loop (#3327) 2025-07-15 00:44:22 -07:00
Matthew Zhou
331e1e1d56 feat: Add caching for files operations (#3321) 2025-07-14 14:08:27 -07:00
Kevin Lin
3959a33f7d feat: update system prompt with file and search instructions (#3298) 2025-07-14 11:20:55 -07:00
cthomas
c1402546bd fix: remove gating from batch endpoint (#3315) 2025-07-14 10:52:04 -07:00
Matthew Zhou
723d44d816 feat: Fix empty splitlines bug (#3317) 2025-07-14 10:50:15 -07:00
Matthew Zhou
37f21bfe23 feat: Add throttling and retries for pinecone (#3302) 2025-07-14 10:30:49 -07:00
cthomas
d9715a3dba fix: job update on async message route failure (#3281) 2025-07-11 17:34:57 -07:00
Matthew Zhou
8d37fa8a6e fix: Remove limit on Pinecone (#3299) 2025-07-11 16:51:07 -07:00
Matthew Zhou
452ed39e62 feat: Make performance improvements to list agent tools (#3295) 2025-07-11 14:50:30 -07:00
Matthew Zhou
584b3a24e6 feat: Make get context window much more efficient (#3292) 2025-07-11 11:28:07 -07:00
Kevin Lin
f3645545e3 feat: remove persona/human from tool descriptions (#3250)
Co-authored-by: Charles Packer <packercharles@gmail.com>
2025-07-10 21:45:00 -07:00
Matthew Zhou
fc98ff3cc6 feat: Cache anthropic tokenizer (#3286) 2025-07-10 18:12:23 -07:00
Matthew Zhou
c94b227a32 feat: Improve performance on files related data models (#3285) 2025-07-10 18:00:35 -07:00
cthomas
208d6fefa9 feat: make dispatch callback maintain own db connection (#3279) 2025-07-10 15:43:39 -07:00
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
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
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
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