Commit Graph

2938 Commits

Author SHA1 Message Date
cthomas
f91cbda6eb feat: remove concurrent db connection spawning (#3380) 2025-07-17 14:01:38 -07:00
cthomas
a6f7114c96 feat: don't expire on commit (#3384) 2025-07-17 13:50:10 -07:00
Matthew Zhou
ef902753b8 feat: Add get agents for source_id endpoint (#3381) 2025-07-17 11:47:41 -07:00
Matthew Zhou
72324adf72 feat: Fix tests/test_agent_serialization_v2.py sorting issues test (#3383) 2025-07-17 11:47:34 -07:00
Eric Ly
5f3e23fd2a feat: create 'test connection' bedrock api + fix endpoints for test connection (ant, openai, gemini) (#3227)
Co-authored-by: Eric Ly <lyyeric@letta.com>
2025-07-17 11:39:46 -07:00
Matthew Zhou
3c765108f8 feat: Throttle pinecone uploads (#3373) 2025-07-16 20:29:08 -07:00
jnjpng
f33c5b2e0c feat: add test connection for stdio and add tool params to server list
Co-authored-by: Jin Peng <jinjpeng@Jins-MacBook-Pro.local>
2025-07-17 00:22:46 +00:00
Matthew Zhou
31a16dd0d3 feat: Add alembic version to the agent file metadata (#3369)
just failing
2025-07-16 17:11:09 -07:00
Matthew Zhou
8a8aafb3fe feat: add include_detailed_per_source_metadata flag to sources metadata endpoint (#3371) 2025-07-16 17:10:41 -07:00
Matthew Zhou
f76cfa7e8d fix: Move callback execution out of the async session (#3360) 2025-07-16 15:43:32 -07:00
Matthew Zhou
8958f266ad feat: Establish agent file schema v2 and achieve feature parity with v1 (#3235) 2025-07-16 14:49:20 -07:00
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