Commit Graph

1098 Commits

Author SHA1 Message Date
cthomas
56493de971 feat: add bedrock client (#2913) 2025-06-19 12:07:00 -07:00
cthomas
eab5a60311 feat: rename aws env vars for bedrock (#2907)
Co-authored-by: Andy Li <55300002+cliandy@users.noreply.github.com>
2025-06-19 10:36:47 -07:00
jnjpng
66a8c7e583 feat: add last run completion and duration db columns to agents (#2903)
Co-authored-by: Jin Peng <jinjpeng@Jins-MacBook-Pro.local>
2025-06-19 01:31:17 +00:00
Shangyin Tan
c6b41fe379 feat: add optional embedding_config parameter to file upload endpoint (#2901)
Co-authored-by: Matt Zhou <mattzh1314@gmail.com>
2025-06-18 18:10:48 -07:00
Matthew Zhou
40629285fc feat: Add claude 4 config and add more models to CI (#2747)
Co-authored-by: Charles Packer <packercharles@gmail.com>
2025-06-18 17:23:52 -07:00
cthomas
e89164f71b feat: add bedrock to byok (#2891) 2025-06-18 16:03:28 -07:00
Matthew Zhou
bf76d91d6b feat: Use default letta embedder if OpenAI key is not provided (#2899) 2025-06-18 15:23:43 -07:00
Matthew Zhou
a3c054bc92 feat: Ungate file upload for simple MIME types even without Mistral API key (#2898) 2025-06-18 15:11:30 -07:00
Matthew Zhou
d5d71a776a feat: Parallel web search tool (#2890) 2025-06-18 14:07:51 -07:00
jnjpng
c6aca63d56 fix: test async context fix for mcp clients (#2880)
Co-authored-by: Jin Peng <jinjpeng@Jins-MacBook-Pro.local>
2025-06-18 16:52:58 +00:00
jnjpng
76b9dc1599 fix: mcp fixes and update flow (#2851)
Co-authored-by: Jin Peng <jinjpeng@Jins-MacBook-Pro.local>
2025-06-17 16:19:27 -07:00
Matthew Zhou
6e41aa4c2c feat: Upsert on list with no pagination (#2875) 2025-06-17 15:19:27 -07:00
Matthew Zhou
0c2a80d69b feat: Integrate tool executor into VoiceAgent (#2872) 2025-06-17 14:55:58 -07:00
Matthew Zhou
b7a2f38e01 feat: Port firecrawl search into web search (#2868) 2025-06-17 14:08:31 -07:00
Matthew Zhou
1133fed262 fix: Patch model dump issues on firecrawl (#2864) 2025-06-17 11:40:07 -07:00
Matthew Zhou
d991d37b04 feat: Add built in firecrawl search tool (#2858) 2025-06-17 01:16:39 -07:00
Kevin Lin
65530e8380 fix: add exceptions to accept_developer_role (#2848) 2025-06-16 15:14:40 -07:00
Matthew Zhou
4df0268674 fix: Harden string matching for context window exceeded error (#2847) 2025-06-16 14:34:41 -07:00
Shangyin Tan
980bcc9350 fix: move request_heartbeat extraction to fix final_step bug (#2844) 2025-06-16 13:26:46 -07:00
Matthew Zhou
d41b4ab242 feat: Add callback_error and fix callback logic (#2842) 2025-06-16 13:23:03 -07:00
Matthew Zhou
24149710fe feat: Asyncify message async routes and also add callback url (#2838) 2025-06-16 11:23:46 -07:00
Matthew Zhou
dc80d62deb fix: Fix redis client starting even with LETTA_REDIS_PORT and LETTA_REDIS_HOST are unset (#2833) 2025-06-15 20:48:33 -07:00
Matthew Zhou
69434781be feat: Force tool violation to continue (#2831) 2025-06-15 20:14:27 -07:00
jnjpng
6efbc56e3b feat: add token column to mcp_servers and pipe through to sse server config (#2775)
Co-authored-by: Jin Peng <jinjpeng@Jins-MacBook-Pro.local>
2025-06-14 18:48:10 -07:00
Matthew Zhou
37a4bdd0d3 feat: Fall back to Optimistic JSON parser if Pydantic one fails (#2820) 2025-06-14 14:29:59 -07:00
Matthew Zhou
6a59186a08 feat: Change reset messages to always preserve the original system message (#2813) 2025-06-13 18:58:27 -07:00
Sarah Wooders
5fa52a2c38 fix: avoid calling model_dump on stop reason messages twice (#2811) 2025-06-13 18:25:35 -07:00
Matthew Zhou
c038bfbd30 fix: Relax constraints on pip requirements (#2809) 2025-06-13 17:21:04 -07:00
Matthew Zhou
08640fb92d fix: Make voice beta endpoint VAPI compatible (#2808) 2025-06-13 17:20:25 -07:00
Kevin Lin
5b83c96af4 feat: tune file tools prompting (#2652) 2025-06-13 16:24:59 -07:00
cthomas
1405464a1c feat: send stop reason in letta APIs (#2789) 2025-06-13 16:04:48 -07:00
Kevin Lin
93c15244ab feat: add reasoning models to integration_test_send_message (#2710) 2025-06-13 14:54:37 -07:00
Andy Li
a3300b99ba fix: metrics imports (#2801) 2025-06-13 14:39:24 -07:00
Andy Li
33bfd14017 fix: metric tracking (#2785) 2025-06-13 13:53:10 -07:00
Matthew Zhou
2e77ea6e76 feat: Add optional pip requirements to tool object (#2793) 2025-06-13 13:20:36 -07:00
Andy Li
dd5581a72a chore: workflow consolidatation and fern caching for tests on pr (#2787) 2025-06-13 12:33:53 -07:00
Kian Jones
0d9443c358 fix(ci): autosummarize test fails (pydantic version dependant?) (#2792) 2025-06-13 12:16:48 -07:00
Andy Li
bfee33e1f9 feat: redis user caching (#2774) 2025-06-12 17:32:07 -07:00
Shangyin Tan
fcf5e98d81 fix: adjust memory summary's recall message count (#2778) 2025-06-12 17:11:36 -07:00
cthomas
a43be2b377 feat: add stop reason object (#2783) 2025-06-12 16:54:29 -07:00
cthomas
605a1f410c feat: consolidate logic for finish tokens (#2779) 2025-06-12 15:24:06 -07:00
Kevin Lin
9d6168760b fix: use max_completion_tokens in chat completion request (#2764) 2025-06-12 10:58:23 -07:00
Charles Packer
25dabbff36 docs: add vibecoding prompts to docs site (#2579)
Co-authored-by: Sarah Wooders <sarahwooders@gmail.com>
2025-06-11 22:10:17 -07:00
Matthew Zhou
d155087f53 fix: Fix claude sonnet 3_7 tests (#2767) 2025-06-11 17:53:03 -07:00
Kevin Lin
58c4448235 fix: patch reasoning models (#2703)
Co-authored-by: Charles Packer <packercharles@gmail.com>
2025-06-11 17:20:04 -07:00
Matthew Zhou
e9ee2b0766 feat: Add errors when tool call violates tool rules (#2766) 2025-06-11 17:12:39 -07:00
cthomas
e8a5cc5ee3 fix: composio tools with array args (#2762) 2025-06-11 16:24:37 -07:00
cthomas
5c70d83689 feat: bump letta client version (#2759) 2025-06-11 13:39:02 -07:00
cthomas
7c7e2d62d7 test: add new agent fixture to send message test (#2758) 2025-06-11 11:48:34 -07:00
cthomas
c1255dc9d1 feat: make tool calls required for model proxy (#2756) 2025-06-11 11:36:45 -07:00