Commit Graph

114 Commits

Author SHA1 Message Date
cthomas
a0ebfa0cd1 fix: summarization bug (#1476) 2025-03-31 13:32:00 -07:00
Matthew Zhou
23434c6979 feat: New openai client (#1460) 2025-03-31 13:08:59 -07:00
cthomas
3dd3242c6d fix: anthropic system event parse (#1471) 2025-03-31 09:49:15 -07:00
Charles Packer
f47263cc47 fix: catch context window exceeded error thrown from Anthropic (#1470) 2025-03-31 09:35:20 -07:00
Charles Packer
346caee7ca fix: small patch for discord (due to python version i thnk) (#1469) 2025-03-30 20:09:46 -07:00
cthomas
df899ee05b fix: anthropic system message parse (#1467) 2025-03-30 18:44:55 -07:00
Matthew Zhou
60ffc9e8ec fix: Fix message_id ordering in agent serialization (#1458) 2025-03-28 15:13:33 -07:00
cthomas
261fd07b72 test: add more robust multi-agent testing (#1444) 2025-03-28 14:21:54 -07:00
cthomas
afbd8f8a52 fix: google model listing api (#1454) 2025-03-28 13:59:54 -07:00
cthomas
ec80c6a52a fix: anthropic inner thoughts bug (#1432) 2025-03-27 10:06:54 -07:00
cthomas
78e0641055 feat: anthropic class improvements (#1425) 2025-03-27 08:47:54 -07:00
Matthew Zhou
8f22ad48fe feat: Add verbose error logging on Anthropic client (#1424) 2025-03-26 15:25:16 -07:00
cthomas
c1149c42a7 fix: anthropic tool call parsing (#1417) 2025-03-26 10:55:37 -07:00
cthomas
ea5113489c chore: migrate anthropic to llm client class (#1409) 2025-03-26 09:37:27 -07:00
cthomas
d6b1eff837 chore: delete legacy google llm classes (#1402) 2025-03-25 14:05:49 -07:00
cthomas
71a18ff2ff fix: anthropic empty response check (#1397) 2025-03-25 09:41:45 -07:00
Charles Packer
1dee1dca22 fix: patch bug in Anthropic code path (#1395) 2025-03-25 07:55:59 -07:00
Charles Packer
d3dcd043d3 fix: patch summarizer bug for Anthropic (#1389) 2025-03-24 21:57:32 -07:00
cthomas
831f7d2f11 feat: add sonnet 3.7 support (#1302) 2025-03-24 16:36:16 -10:00
Matthew Zhou
e1b16c5fea chore: Various bug fixes (#1350)
Co-authored-by: Sarah Wooders <sarahwooders@gmail.com>
Co-authored-by: cthomas <caren@letta.com>
Co-authored-by: tarunkumark <tkksctwo@gmail.com>
Co-authored-by: Kevin Lin <klin5061@gmail.com>
Co-authored-by: Charles Packer <packercharles@gmail.com>
Co-authored-by: Miao <one.lemorage@gmail.com>
Co-authored-by: Krishnakumar R (KK) <65895020+kk-src@users.noreply.github.com>
Co-authored-by: Shubham Naik <shub@memgpt.ai>
Co-authored-by: Shubham Naik <shub@letta.com>
Co-authored-by: Will Sargent <will.sargent@gmail.com>
Co-authored-by: Shubham Naik <shubham.naik10@gmail.com>
Co-authored-by: mlong93 <35275280+mlong93@users.noreply.github.com>
Co-authored-by: Mindy Long <mindy@letta.com>
Co-authored-by: Stephan Fitzpatrick <stephan@knowsuchagency.com>
Co-authored-by: dboyliao <qmalliao@gmail.com>
Co-authored-by: Jyotirmaya Mahanta <jyotirmaya.mahanta@gmail.com>
Co-authored-by: Nicholas <102550462+ndisalvio3@users.noreply.github.com>
Co-authored-by: Tristan Morris <tristanbmorris@gmail.com>
Co-authored-by: Daniel Shin <88547237+kyuds@users.noreply.github.com>
Co-authored-by: Jindřich Šíma <67415662+JindrichSima@users.noreply.github.com>
Co-authored-by: Azin Asgarian <31479845+azinasg@users.noreply.github.com>
Co-authored-by: Connor Shorten <connorshorten300@gmail.com>
Co-authored-by: Lucas Mohallem Ferraz <ferraz.m.lucas@gmail.com>
Co-authored-by: kyuds <kyuds@everspin.co.kr>
2025-03-20 11:06:45 -07:00
Sarah Wooders
0fb632e97f fix: impose tool rules for anthropic (#1342) 2025-03-20 09:55:19 -07:00
cthomas
86c2640227 fix: anthropic message creation bug (#1299)
Co-authored-by: Sarah Wooders <sarahwooders@gmail.com>
2025-03-16 12:05:02 -07:00
cthomas
aa2f4258c4 feat: add content parts to message schema (#1273)
Co-authored-by: Matt Zhou <mattzh1314@gmail.com>
2025-03-13 18:43:32 -07:00
Sarah Wooders
d32f6e8204 chore: merge updated tests (#1276) 2025-03-13 17:15:20 -07:00
Charles Packer
408057c216 feat: initial MCP support (#1229)
Co-authored-by: Matt Zhou <mattzh1314@gmail.com>
2025-03-12 17:33:24 -07:00
cthomas
cf146146b6 chore: remove message.text property (#1253) 2025-03-12 10:58:31 -07:00
cthomas
6a20f85189 feat: add new llm client framework and migrate google apis (#1209) 2025-03-07 16:34:06 -08:00
cthomas
19e65bb2c0 feat: log request data to otel (#1149) 2025-03-03 11:51:05 -08:00
Charles Packer
1687d9edb7 feat: add xAI / Grok support (#1122)
Co-authored-by: Shubham Naik <shub@letta.com>
2025-02-26 11:02:42 -08:00
Sarah Wooders
0aee823e68 feat: add in claude-3-7-sonnet-20250219 (#1102)
Co-authored-by: Charles Packer <packercharles@gmail.com>
2025-02-24 18:15:31 -08:00
Matthew Zhou
8d7ff5a536 feat: Reverse inner thoughts for chat completions endpoint (#1081) 2025-02-20 12:30:34 -08:00
Sarah Wooders
d2a4d5a20e docs: add documentation for DeepSeek integration (#1069) 2025-02-20 11:58:08 -08:00
Shubham Naik
dbb28af496 feat: add create identity (#1064) 2025-02-19 22:16:21 -08:00
Sarah Wooders
41583d7d99 feat: finish bedrock integration and add docs (#1072) 2025-02-19 18:08:15 -08:00
cthomas
ae282baacc feat: add tracing (#883) 2025-02-18 19:03:31 -08:00
Kevin Lin
98f0062416 feat: support deepseek models (#821)
Co-authored-by: Charles Packer <packercharles@gmail.com>
Co-authored-by: Sarah Wooders <sarahwooders@gmail.com>
Co-authored-by: Shubham Naik <shub@memgpt.ai>
Co-authored-by: Shubham Naik <shub@letta.com>
2025-02-18 15:28:01 -08:00
Sarah Wooders
d7142a798c feat: use function calling mode ANY for vertex (#1008)
Co-authored-by: cpacker <packercharles@gmail.com>
2025-02-14 18:14:01 -08:00
Matthew Zhou
3a4d6b4a7a feat: Fix VLLM tool_choice (#1001) 2025-02-14 11:59:32 -08:00
Sarah Wooders
cfb61e2fd5 fix: add tests for vertex and add file (#994) 2025-02-13 16:45:21 -08:00
Matthew Zhou
8d765f286e feat: Composio tools execute on-the-fly (#999) 2025-02-13 16:13:29 -08:00
cthomas
32f864d6f9 feat: add default context window (#995)
Co-authored-by: Charles Packer <packercharles@gmail.com>
2025-02-13 15:37:38 -08:00
Sarah Wooders
42ac85efa8 feat: google vertex integration (#980) 2025-02-12 18:06:26 -08:00
Charles Packer
be0aa0d7d2 fix: add prefix fill support for Claude to try and boost haiku performance (#958) 2025-02-10 22:36:47 -08:00
Kevin Lin
22484082ee fix: add max tokens (#795)
Co-authored-by: Charles Packer <packercharles@gmail.com>
2025-02-10 20:28:03 -08:00
Matthew Zhou
5c43de3a2d fix: Fix trailing } in chat completions interface (#842) 2025-02-10 15:45:13 -08:00
cthomas
ccf69b1736 fix: azure context length (#879) 2025-02-03 15:17:30 -08:00
Matthew Zhou
b981b617e1 fix: Disable default OpenAI retry behavior (#856) 2025-01-30 11:37:47 -08:00
Charles Packer
ca4912217c fix: fix fat finger push to main (#849) 2025-01-29 18:02:27 -08:00
cpacker
34e3cd44cd fix: pass in a dummy key to openai python client if it doesn't exist at inference time 2025-01-29 17:55:54 -08:00
Matthew Zhou
71620c1303 feat: Use Async OpenAI client to prevent blocking server thread (#811) 2025-01-28 14:02:33 -08:00