Commit Graph

1610 Commits

Author SHA1 Message Date
cthomas
6a12d2d589 fix: catch tool parsing errors in api layer (#983) 2025-02-12 16:45:18 -08:00
cthomas
efdfbf33ce fix: catch tool parsing errors in api layer (#983) 2025-02-12 16:45:18 -08:00
Sarah Wooders
3ff4c1886b chore: merge changes from oss (#964) 2025-02-11 17:20:23 -08:00
Sarah Wooders
b8bd29e5f0 chore: merge changes from oss (#964) 2025-02-11 17:20:23 -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
Charles Packer
68f6239342 fix: add prefix fill support for Claude to try and boost haiku performance (#958) 2025-02-10 22:36:47 -08:00
Matthew Zhou
5c43de3a2d fix: Fix trailing } in chat completions interface (#842) 2025-02-10 15:45:13 -08:00
Matthew Zhou
308e6ce215 fix: Fix trailing } in chat completions interface (#842) 2025-02-10 15:45:13 -08:00
Matthew Zhou
3cd3cd4f5f fix: Robust new streaming interface for multi-agent tooling (#907) 2025-02-05 16:20:52 -05:00
Matthew Zhou
dbd2190961 fix: Robust new streaming interface for multi-agent tooling (#907) 2025-02-05 16:20:52 -05:00
cthomas
d7600d4d63 feat: add support for project and template in list agent (#901) 2025-02-04 14:57:24 -08:00
cthomas
33d6eefdf2 feat: add support for project and template in list agent (#901) 2025-02-04 14:57:24 -08:00
cthomas
613b4fdb5f fix: tool name bug (#891) 2025-02-03 14:54:34 -08:00
cthomas
1c119b0eca fix: tool name bug (#891) 2025-02-03 14:54:34 -08:00
Matthew Zhou
24ade60257 feat: Support Langchain tools (#881) 2025-01-31 16:36:35 -08:00
Matthew Zhou
48089bbc87 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
dcf0ab50d7 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
b7e8b45f64 feat: Adjust get_composio_key (#866) 2025-01-30 15:37:00 -08:00
Matthew Zhou
e42d400803 feat: Adjust get_composio_key (#866) 2025-01-30 15:37:00 -08:00
cthomas
9f60ae65fd feat: add routes for steps (#839) 2025-01-29 20:57:09 -08:00
cthomas
b37792c6b8 feat: add routes for steps (#839) 2025-01-29 20:57:09 -08:00
cthomas
a0befb15a7 feat: add password support for auth header (#832) 2025-01-29 17:04:07 -08:00
cthomas
619be87a47 feat: add password support for auth header (#832) 2025-01-29 17:04:07 -08:00
cthomas
8cd3be909d feat: add name support to tools.list route (#830) 2025-01-29 16:37:11 -08:00
cthomas
d3343309b3 feat: add name support to tools.list route (#830) 2025-01-29 16:37:11 -08:00
cthomas
5a71a2c346 chore: remove nested config in send requests (#813) 2025-01-28 14:58:53 -08:00
cthomas
98266b90f3 chore: remove nested config in send requests (#813) 2025-01-28 14:58:53 -08:00
cthomas
a5d7f66f59 feat: add support for use_assistant_message in list_messages (#804) 2025-01-28 13:39:53 -08:00
cthomas
3e0f9b995f feat: add support for use_assistant_message in list_messages (#804) 2025-01-28 13:39:53 -08:00
cthomas
f27657ad38 feat: update list message response to not be a union (#783) 2025-01-27 17:50:26 -08:00
cthomas
955835ccc0 feat: update list message response to not be a union (#783) 2025-01-27 17:50:26 -08:00
cthomas
7fbc8e3056 feat: migrate list_messages api to use config (#782) 2025-01-27 17:19:56 -08:00
cthomas
8bd509ea52 feat: migrate list_messages api to use config (#782) 2025-01-27 17:19:56 -08:00
Matthew Zhou
b6773ea7ff feat: Add voice-compatible chat completions endpoint (#774) 2025-01-27 14:25:05 -08:00
Matthew Zhou
1e504a0b2b 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
mlong93
fed9f77ac9 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
0b03e707ab fix: remove name from tool create error msg (#778)
Co-authored-by: Charles Packer <packercharles@gmail.com>
2025-01-25 17:27:02 -08:00
cthomas
b9a5634e51 fix: remove name from tool create error msg (#778)
Co-authored-by: Charles Packer <packercharles@gmail.com>
2025-01-25 17:27:02 -08:00
cthomas
402836d943 feat: add after cursor for list_messages (#771) 2025-01-24 14:26:37 -08:00
cthomas
5ac7154c86 feat: add after cursor for list_messages (#771) 2025-01-24 14:26:37 -08:00
cthomas
11d871785a feat: add content union type for requests (#762) 2025-01-23 20:25:00 -08:00
cthomas
df8e945fe9 feat: add content union type for requests (#762) 2025-01-23 20:25:00 -08:00
Matthew Zhou
2cb12b821b feat: Add list_agents_for_block endpoint (#759) 2025-01-23 17:28:08 -08:00
Matthew Zhou
377d8f8051 feat: Add list_agents_for_block endpoint (#759) 2025-01-23 17:28:08 -08:00
Matthew Zhou
9a5d591515 feat: Use official OpenAI client (#752) 2025-01-23 15:45:06 -08:00
Matthew Zhou
3ed216673e 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
mlong93
d6be7809d0 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