Matthew Zhou
|
df1f9839a6
|
feat: Fast chat completions endpoint (#1091)
|
2025-02-20 18:55:25 -08:00 |
|
Matthew Zhou
|
8d7ff5a536
|
feat: Reverse inner thoughts for chat completions endpoint (#1081)
|
2025-02-20 12:30:34 -08:00 |
|
Matthew Zhou
|
7f69192517
|
fix: Fix chat completions streaming (#1078)
|
2025-02-20 11:37:52 -08:00 |
|
Sarah Wooders
|
c4964d7879
|
feat: add "always continue" tool rule and configure default tool rules (#1033)
Co-authored-by: Shubham Naik <shub@letta.com>
|
2025-02-19 14:46:37 -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 |
|
Matthew Zhou
|
6d49dc1ac5
|
feat: Serialize agent state simple fields and messages (#1012)
|
2025-02-18 11:01:10 -08:00 |
|
Matthew Zhou
|
52802ca8ee
|
feat: Improve composio error handling (#979)
|
2025-02-13 17:02:16 -08:00 |
|
Matthew Zhou
|
8d765f286e
|
feat: Composio tools execute on-the-fly (#999)
|
2025-02-13 16:13:29 -08:00 |
|
Sarah Wooders
|
42ac85efa8
|
feat: google vertex integration (#980)
|
2025-02-12 18:06:26 -08:00 |
|
Matthew Zhou
|
8e57618642
|
feat: Add logic for "stateless" agents (#984)
|
2025-02-12 17:13:07 -08:00 |
|
Matthew Zhou
|
bae7916550
|
feat: Add message_buffer_autoclear field to Agent (#978)
|
2025-02-12 15:06:56 -08:00 |
|
Matthew Zhou
|
2f9c600d7f
|
feat: Add telemetry logging around agent / multi-agent broadcasting (#971)
|
2025-02-12 13:27:13 -08:00 |
|
Matthew Zhou
|
dbbcbf1e2d
|
fix: Refactor listing messages to be much more performant (#963)
|
2025-02-12 10:32:38 -08:00 |
|
Sarah Wooders
|
3ff4c1886b
|
chore: merge changes from oss (#964)
|
2025-02-11 17:20:23 -08:00 |
|
Matthew Zhou
|
96bdb8df1c
|
chore: Add large scale many-messages test (#959)
|
2025-02-11 10:11:41 -08:00 |
|
Matthew Zhou
|
5c43de3a2d
|
fix: Fix trailing } in chat completions interface (#842)
|
2025-02-10 15:45:13 -08:00 |
|
cthomas
|
8fbe9043f7
|
fix: revert sandbox error message (#904)
|
2025-02-05 13:54:18 -08:00 |
|
Matthew Zhou
|
3cd3cd4f5f
|
fix: Robust new streaming interface for multi-agent tooling (#907)
|
2025-02-05 16:20:52 -05:00 |
|
cthomas
|
35c4df1d07
|
feat: add model_endpoint to steps table (#902)
|
2025-02-05 11:16:33 -08:00 |
|
Charles Packer
|
79b4974404
|
fix: patch error with unbound variable + monkeypatch unit test for function fail returns (#899)
|
2025-02-04 12:02:20 -08:00 |
|
mlong93
|
51b6c29de8
|
fix: failed tool calls will not be called in the subsequent step (#868)
Co-authored-by: Mindy Long <mindy@letta.com>
Co-authored-by: Shubham Naik <shubham.naik10@gmail.com>
|
2025-02-01 16:41:37 -08:00 |
|
Matthew Zhou
|
24ade60257
|
feat: Support Langchain tools (#881)
|
2025-01-31 16:36:35 -08:00 |
|
Matthew Zhou
|
129cf4a36a
|
feat: Custom pip package installations when using local sandbox w/ venv (#867)
Co-authored-by: Sarah Wooders <sarahwooders@gmail.com>
|
2025-01-30 18:19:08 -08:00 |
|
Matthew Zhou
|
986397e7d0
|
feat: Robustify multi agent tools (#835)
|
2025-01-29 15:14:15 -08:00 |
|
cthomas
|
acc59fd296
|
fix: make tool rules enum mapping one to one (#826)
|
2025-01-29 13:49:07 -08:00 |
|
cthomas
|
0bd605dfa7
|
chore: bump letta python sdk version to 0.1.23 (#817)
|
2025-01-28 16:24:29 -08:00 |
|
cthomas
|
5a71a2c346
|
chore: remove nested config in send requests (#813)
|
2025-01-28 14:58:53 -08:00 |
|
cthomas
|
5316127be3
|
fix: drop tool_return_message when using assistant_message (#784)
|
2025-01-28 14:31:51 -08:00 |
|
Matthew Zhou
|
176617c4cb
|
fix: Upgrade composio to fix sentry issues (#810)
|
2025-01-28 14:17:58 -08:00 |
|
cthomas
|
18227a3b06
|
feat: flatten content field in user message [RETRY] (#809)
|
2025-01-28 13:41:45 -08:00 |
|
cthomas
|
a5d7f66f59
|
feat: add support for use_assistant_message in list_messages (#804)
|
2025-01-28 13:39:53 -08:00 |
|
cthomas
|
92965bd69c
|
fix: reasoning messages dropped for gpt-4 (#803)
|
2025-01-28 13:39:18 -08:00 |
|
cthomas
|
eccd279b02
|
revert: "feat: flatten content field in user message" (#808)
|
2025-01-28 11:06:30 -08:00 |
|
cthomas
|
a4f4db96d7
|
feat: flatten content field in user message (#781)
|
2025-01-28 10:32:44 -08:00 |
|
Charles Packer
|
ec6e5d153c
|
fix: new versions of send_message_to_agent that are async (#725)
Co-authored-by: Matt Zhou <mattzh1314@gmail.com>
|
2025-01-27 17:11:44 -08:00 |
|
Matthew Zhou
|
b6773ea7ff
|
feat: Add voice-compatible chat completions endpoint (#774)
|
2025-01-27 14:25:05 -08:00 |
|
mlong93
|
669e8c79af
|
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 |
|
Charles Packer
|
16e40dfdf7
|
fix: update letta-client used in unit tests (#787)
|
2025-01-26 16:50:55 -08:00 |
|
Charles Packer
|
2b8023dd7b
|
fix: patch bug in system prompt formatter that was triggering if you … (#785)
|
2025-01-26 13:58:46 -08:00 |
|
Charles Packer
|
a4ba688ea5
|
fix: hotfix patch tests (#772)
|
2025-01-24 15:12:02 -08:00 |
|
Matthew Zhou
|
3150e17214
|
fix: Remove name from Create/Update tool (#741)
Co-authored-by: Caren Thomas <caren@letta.com>
|
2025-01-24 10:55:23 -08:00 |
|
cthomas
|
44a0ae583a
|
fix: handles bug (#765)
|
2025-01-23 20:25:30 -08:00 |
|
cthomas
|
11d871785a
|
feat: add content union type for requests (#762)
|
2025-01-23 20:25:00 -08:00 |
|
Kevin Lin
|
c3a2e1f4be
|
fix: fix the offline agent test (#761)
|
2025-01-23 17:36:54 -08:00 |
|
Matthew Zhou
|
2cb12b821b
|
feat: Add list_agents_for_block endpoint (#759)
|
2025-01-23 17:28:08 -08:00 |
|
cthomas
|
2233535335
|
feat: extend message model to support more content types (#756)
|
2025-01-23 17:24:52 -08:00 |
|
Matthew Zhou
|
3e7eee3a33
|
feat: Hard deleting a Block will also reflect for all relevant AgentStates (#757)
|
2025-01-23 16:50:06 -08:00 |
|
Matthew Zhou
|
9a5d591515
|
feat: Use official OpenAI client (#752)
|
2025-01-23 15:45:06 -08:00 |
|
mlong93
|
819e360356
|
fix: deprecate cursor param and replace with before, after (#736)
Co-authored-by: Mindy Long <mindy@letta.com>
|
2025-01-23 14:17:25 -08:00 |
|
cthomas
|
4fc958ded7
|
feat: support custom llm configs (#737)
|
2025-01-23 10:13:05 -08:00 |
|