Commit Graph

36 Commits

Author SHA1 Message Date
cthomas
51afbcb57e fix: pydantic serializer warning datetime -> int (#1701) 2025-04-23 14:53:58 -07:00
Charles Packer
db3744f208 fix: patch incorrect use of name in function response (#1642) 2025-04-09 14:20:57 -07:00
Matthew Zhou
049d98b565 fix: Fix streaming when there are child tool rules (#1638) 2025-04-08 19:06:39 -07:00
cthomas
64f2f75113 fix: use message idx for anthropic legacy streaming (#1600) 2025-04-07 15:12:24 -07:00
cthomas
fdefb8a9cd feat: add otid field for message idempotency (#1556) 2025-04-04 08:43:01 -07:00
cthomas
8e52a26d40 fix: always strip thinking tags from anthropic stream (#1483) 2025-04-02 15:18:04 -07:00
cthomas
e5678d99b8 test: add more robust multi-agent testing (#1444) 2025-03-28 14:21:54 -07:00
cthomas
ba172d7ce6 fix: anthropic empty response check (#1397) 2025-03-25 09:41:45 -07:00
Charles Packer
317889eeee fix: patch bug in Anthropic code path (#1395) 2025-03-25 07:55:59 -07:00
cthomas
100431dce8 feat: add sonnet 3.7 support (#1302) 2025-03-24 16:36:16 -10:00
Matthew Zhou
4deaafdb49 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
f995f7a4cf fix: impose tool rules for anthropic (#1342) 2025-03-20 09:55:19 -07:00
cthomas
f783c6e560 fix: anthropic message creation bug (#1299)
Co-authored-by: Sarah Wooders <sarahwooders@gmail.com>
2025-03-16 12:05:02 -07:00
Sarah Wooders
e43d635d18 chore: merge updated tests (#1276) 2025-03-13 17:15:20 -07:00
cthomas
52a483d77f feat: log request data to otel (#1149) 2025-03-03 11:51:05 -08:00
Sarah Wooders
7f2b732c85 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
Shubham Naik
6f1136470a feat: add create identity (#1064) 2025-02-19 22:16:21 -08:00
Sarah Wooders
630fd94ffb feat: finish bedrock integration and add docs (#1072) 2025-02-19 18:08:15 -08:00
Matthew Zhou
a734f99d8d feat: Composio tools execute on-the-fly (#999) 2025-02-13 16:13:29 -08:00
Charles Packer
af2868d5c0 fix: add prefix fill support for Claude to try and boost haiku performance (#958) 2025-02-10 22:36:47 -08:00
Matthew Zhou
bdbd921967 fix: Disable default OpenAI retry behavior (#856) 2025-01-30 11:37:47 -08:00
mlong93
e083cb0010 feat: add anthropic streaming (#716)
Co-authored-by: Mindy Long <mindy@letta.com>
Co-authored-by: Charles Packer <packercharles@gmail.com>
2025-01-26 17:35:22 -08:00
cthomas
94b85042e6 feat: add schema/db for new steps table (#669) 2025-01-18 12:20:10 -08:00
mlong93
393e22d09f feat: add error handling for bedrock on server (#698)
Co-authored-by: Mindy Long <mindy@letta.com>
2025-01-17 17:43:33 -08:00
mlong93
abd2632367 chore: Migrate to anthropic sdk (#693)
Co-authored-by: Mindy Long <mindy@letta.com>
2025-01-17 15:22:01 -08:00
mlong93
be88525183 feat: add support for AWS Bedrock (Anthropic) (#689)
Co-authored-by: Mindy Long <mindy@letta.com>
2025-01-17 11:42:21 -08:00
Caren Thomas
461ad00ca6 run black, add isort config to pyproject.toml 2024-12-26 19:43:11 -08:00
Caren Thomas
c452bd82f7 run isort on apps/core 2024-12-26 19:27:09 -08:00
Shubham Naik
c79eeacd20 fix: add tests to cypress 2024-12-23 14:44:08 -08:00
mlong93
264068dbb9
fix: Allow ChildToolRule to work without support for structured outputs (#2270)
Co-authored-by: Mindy Long <mindy@letta.com>
2024-12-17 18:04:26 -08:00
mlong93
184565109b
feat: Adding init tool rule for Anthropic endpoint (#2262)
Co-authored-by: Mindy Long <mindy@letta.com>
2024-12-17 15:21:10 -08:00
Matthew Zhou
82058d2077
fix: Fix summarizer for Anthropic and add integration tests (#2046) 2024-11-15 16:46:12 -08:00
Sarah Wooders
781508fdae
feat: add latest anthropic models (#2022) 2024-11-11 17:07:40 -08:00
Matthew Zhou
01fdf8684c
feat: Add put_inner_thoughts_in_kwargs as a config setting for the LLM (#1902)
Co-authored-by: Matt Zhou <mattzhou@Matts-MacBook-Pro.local>
2024-10-17 15:54:03 -07:00
Matthew Zhou
6a9400c17b
fix: factor out repeat POST request logic (#1851)
Co-authored-by: Matt Zhou <mattzhou@Matts-MacBook-Pro.local>
2024-10-08 17:14:54 -07:00
Sarah Wooders
85faf5f474
chore: migrate package name to letta (#1775)
Co-authored-by: Charles Packer <packercharles@gmail.com>
Co-authored-by: Shubham Naik <shubham.naik10@gmail.com>
Co-authored-by: Shubham Naik <shub@memgpt.ai>
2024-09-23 09:15:18 -07:00