Commit Graph

35 Commits

Author SHA1 Message Date
cthomas
51afbcb57e fix: pydantic serializer warning datetime -> int (#1701) 2025-04-23 14:53:58 -07:00
Andy Li
180e53d161 feat: structured outputs for send_message (#1764) 2025-04-22 09:50:01 -07:00
cthomas
2ed0c93d07 fix: anthropic streaming (#1768)
Co-authored-by: Kevin Lin <klin5061@gmail.com>
2025-04-17 16:22:14 -07:00
Kevin Lin
057ee8626b fix: reasoner messages mapped to source non reasoner (#1736) 2025-04-17 16:12:06 -07:00
Charles Packer
2636e3d384 fix: patch gemini 2.5 pro (#1643)
Co-authored-by: Sarah Wooders <sarahwooders@gmail.com>
2025-04-09 18:35:53 -07:00
cthomas
8ed63154d0 fix: use message idx instead of chunk idx for streaming (#1587) 2025-04-06 11:23:19 -07:00
cthomas
fdefb8a9cd feat: add otid field for message idempotency (#1556) 2025-04-04 08:43:01 -07:00
cthomas
e5678d99b8 test: add more robust multi-agent testing (#1444) 2025-03-28 14:21:54 -07:00
cthomas
100431dce8 feat: add sonnet 3.7 support (#1302) 2025-03-24 16:36:16 -10:00
Matthew Zhou
f97bb00b46 feat: Patch broken assistant messages for both Haiku and Sonnet (#1252) 2025-03-12 10:19:41 -07:00
Matthew Zhou
0feb231670 chore: Various updates and improvements (#1247)
Co-authored-by: Charles Packer <packercharles@gmail.com>
Co-authored-by: cthomas <caren@letta.com>
Co-authored-by: Shubham Naik <shubham.naik10@gmail.com>
Co-authored-by: Shubham Naik <shub@memgpt.ai>
Co-authored-by: mlong93 <35275280+mlong93@users.noreply.github.com>
Co-authored-by: Mindy Long <mindy@letta.com>
Co-authored-by: Kevin Lin <klin5061@gmail.com>
Co-authored-by: Stephan Fitzpatrick <stephan@knowsuchagency.com>
Co-authored-by: dboyliao <qmalliao@gmail.com>
Co-authored-by: Sarah Wooders <sarahwooders@gmail.com>
Co-authored-by: Jyotirmaya Mahanta <jyotirmaya.mahanta@gmail.com>
Co-authored-by: Nicholas <102550462+ndisalvio3@users.noreply.github.com>
Co-authored-by: tarunkumark <tkksctwo@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@letta.com>
Co-authored-by: Will Sargent <will.sargent@gmail.com>
2025-03-11 14:46:45 -07:00
cthomas
35e6f098e0 feat: add stdout and stderr in simulator (#1195) 2025-03-05 15:17:17 -08:00
Kevin Lin
7828d77616 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
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
ea55cc6bdb fix: Robust new streaming interface for multi-agent tooling (#907) 2025-02-05 16:20:52 -05: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
06ca10acb1 feat: add content union type for requests (#762) 2025-01-23 20:25:00 -08:00
Matthew Zhou
4e29dac6be feat: Use official OpenAI client (#752) 2025-01-23 15:45:06 -08:00
Charles Packer
c170c25459 fix: patch use_assistant_message flag on the server (#704)
Co-authored-by: Sarah Wooders <sarahwooders@gmail.com>
2025-01-20 13:17:45 -08:00
mlong93
cff87370a5 feat: new routes to gather a job's messages and usage statistics (#564)
Co-authored-by: Mindy Long <mindy@letta.com>
2025-01-12 12:36:10 -08:00
Matthew Zhou
e1d0089d8e fix: Fix offline memory test (#597) 2025-01-10 17:25:54 -08:00
cthomas
191e4ad30c fix: comment out done_gen and done_step tokens (#504) 2025-01-02 14:12:24 -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
cthomas
50c3e004a8
fix: propagate error on tool failure (#2281)
Co-authored-by: Caren Thomas <caren@caren-mac.local>
2024-12-20 16:38:16 -08:00
cthomas
1aaca7f597
feat: rename internal monologue (#2289) 2024-12-19 15:16:36 -08:00
cthomas
87820d9318
feat: rename function to tool in sdk (#2288)
Co-authored-by: Caren Thomas <caren@caren-mac.local>
2024-12-19 12:12:58 -08:00
Matthew Zhou
f23d436e76
feat: Separate out streaming route (#2111) 2024-11-27 14:03:46 -08:00
Charles Packer
588261e210
fix: fix bug triggered by using ada embeddings (#1915) 2024-10-22 16:42:02 -07:00
Charles Packer
eb6a1997a4
feat: fix streaming put_inner_thoughts_in_kwargs (#1913) 2024-10-21 17:07:20 -07:00
Charles Packer
cf5d9347d0
feat: add function IDs to LettaMessage function calls and response (#1909) 2024-10-19 21:47:48 -07:00
Charles Packer
896d52b15c
feat: add back support for using AssistantMessage subtype of LettaMessage (#1812) 2024-10-04 15:36:33 -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